diff --git a/docs/cdk/how-to/manage-policies.md b/docs/cdk/how-to/manage-policies.md index a200fd108..727e5404b 100644 --- a/docs/cdk/how-to/manage-policies.md +++ b/docs/cdk/how-to/manage-policies.md @@ -1,3 +1,5 @@ +# Manage allowlists, and more, with policies + !!! important Policies are currently only available in validium mode. diff --git a/mkdocs.yml b/mkdocs.yml index 215780954..9c0e314d3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -43,8 +43,7 @@ nav: - CDK: cdk/index.md - Overview: cdk/overview.md - Get started: - - Connect testnet: cdk/get-started/connect-testnet.md - - Quickstart: + - Quickstart: - Validium: cdk/get-started/quickstart-validium.md - Rollup: cdk/get-started/quickstart-rollup.md - Deploy: @@ -57,8 +56,9 @@ nav: - Configure prover: cdk/get-started/deploy-rollup/configure-prover.md - Activate forced transactions: cdk/get-started/deploy-rollup/activate-forced-transactions.md - Set up Goerli node: cdk/get-started/deploy-rollup/setup-goerli-node.md + - Connect to CDK testnet: cdk/get-started/connect-testnet.md - How to: - - Manage policies: cdk/how-to/manage-policies.md + - Manage allowlists with policies: cdk/how-to/manage-policies.md - Architecture: - DAC: cdk/architecture/dac.md - Specification: