Skip to content

Commit

Permalink
Update mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchpolygon committed Nov 25, 2024
1 parent fce8577 commit 4d54c05
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,57 +54,57 @@ nav:
- Polygon CDK Home: cdk/index.md
- Overview: cdk/overview.md
- Releases:
- Current Release:
- Polygon CDK Fork ID 12: cdk/releases/stack-components.md
- Previous Releases:
- Polygon CDK Erigon: cdk/getting-started/cdk-erigon/releases.md
- Polygon CDK Fork ID 9: cdk/releases/stack-components.md
- Get started:
- Local deployment guide: cdk/getting-started/local-deployment.md
- CLI tool: cdk/getting-started/cli-tool.md
- CDK Erigon:
- CDK Erigon: cdk/getting-started/cdk-erigon/index.md
- Deploy a node: cdk/getting-started/cdk-erigon/deploy-cdk-erigon.md
- How to:
- Configure chains dynamically: cdk/getting-started/cdk-erigon/chain-config.md
- Recover the network: cdk/getting-started/cdk-erigon/network-recovery.md
- Resources: cdk/getting-started/cdk-erigon/resources.md
- How to:
- Migrate:
- Fork id 9 to 12: cdk/how-to/migrate/forkid-9-12.md
- Fork id 7 to 9: cdk/how-to/migrate/forkid-7-to-9.md
- General guide for partners: cdk/how-to/migrate/fork.md
- Create custom native token: cdk/how-to/use-native-token.md
- Integrate DA layer: cdk/how-to/integrate-da.md
- Manage allowlists with policies: cdk/how-to/manage-policies.md
- Quickly test a running stack: cdk/how-to/quick-test-stack.md
- Connect to CDK testnets: cdk/how-to/connect-testnet.md
- Current Release:
- Polygon CDK Fork ID 12: cdk/releases/stack-components.md
- Previous Releases:
- Polygon CDK Erigon: cdk/getting-started/cdk-erigon/releases.md
- Polygon CDK Fork ID 9: cdk/releases/stack-components.md
- Get Started:
- Local Deployment Guide: cdk/getting-started/local-deployment.md
- CLI Tool: cdk/getting-started/cli-tool.md
- CDK Erigon:
- Overview: cdk/getting-started/cdk-erigon/index.md
- Deploy a Node: cdk/getting-started/cdk-erigon/deploy-cdk-erigon.md
- How To:
- Configure Chains Dynamically: cdk/getting-started/cdk-erigon/chain-config.md
- Recover the Network: cdk/getting-started/cdk-erigon/network-recovery.md
- Resources: cdk/getting-started/cdk-erigon/resources.md
- How To:
- Migrate:
- Fork ID 9 to 12: cdk/how-to/migrate/forkid-9-12.md
- Fork ID 7 to 9: cdk/how-to/migrate/forkid-7-to-9.md
- General Guide for Partners: cdk/how-to/migrate/fork.md
- Create Custom Native Token: cdk/how-to/use-native-token.md
- Integrate DA Layer: cdk/how-to/integrate-da.md
- Manage Allowlists with Policies: cdk/how-to/manage-policies.md
- Quickly Test a Running Stack: cdk/how-to/quick-test-stack.md
- Connect to CDK Testnets: cdk/how-to/connect-testnet.md
- Concepts:
- Full Execution Proofs (FEP): cdk/releases/stack-components.md
- Pessimistic proofs (PP): cdk/releases/pp-intro-components.md
- Layer 2s: cdk/concepts/layer2s.md
- L2 architecture overview: cdk/concepts/architecture.md
- L2 transaction lifecycle: cdk/concepts/transaction-lifecycle.md
- Rollups vs. validiums: cdk/concepts/rollup-vs-validium.md
- ZK vs. optimistic rollups: cdk/concepts/zk-vs-optimistic.md
- Batches, blocks, transactions: cdk/concepts/blocks.md
- Transaction finality: cdk/concepts/transaction-finality.md
- Gas fees: cdk/concepts/gas-fees.md
- Bridging & interoperability: cdk/concepts/bridging.md
- Admin upgradeability: cdk/concepts/admin-upgradeability.md
- Full Execution Proofs (FEP): cdk/releases/stack-components.md
- Pessimistic Proofs (PP): cdk/releases/pp-intro-components.md
- Layer 2s: cdk/concepts/layer2s.md
- L2 Architecture Overview: cdk/concepts/architecture.md
- L2 Transaction Lifecycle: cdk/concepts/transaction-lifecycle.md
- Rollups vs. Validiums: cdk/concepts/rollup-vs-validium.md
- ZK vs. Optimistic Rollups: cdk/concepts/zk-vs-optimistic.md
- Batches, Blocks, Transactions: cdk/concepts/blocks.md
- Transaction Finality: cdk/concepts/transaction-finality.md
- Gas Fees: cdk/concepts/gas-fees.md
- Bridging & Interoperability: cdk/concepts/bridging.md
- Admin Upgradeability: cdk/concepts/admin-upgradeability.md
- Architecture:
- CDK FEP high level view: cdk/architecture/high-level-views.md
- CDK PP high level view: cdk/architecture/cdk-pp-highlevel-arch.md
- CDK rollup: cdk/architecture/cdk-zkevm.md
- CDK validium: cdk/architecture/cdk-validium.md
- Staking the Bridge (STB): cdk/architecture/staking-the-bridge.md
- CDK FEP High Level View: cdk/architecture/high-level-views.md
- CDK PP High Level View: cdk/architecture/cdk-pp-highlevel-arch.md
- CDK Rollup: cdk/architecture/cdk-zkevm.md
- CDK Validium: cdk/architecture/cdk-validium.md
- Staking the Bridge (STB): cdk/architecture/staking-the-bridge.md
- Specification:
- Validium vs rollup: cdk/spec/validium-vs-rollup.md
- Validium vs Rollup: cdk/spec/validium-vs-rollup.md
- Glossary:
- Glossary: cdk/glossary/index.md
- Additional resources:
- Third-party guides: cdk/resources/third-party-guides.md
- CDK repos: cdk/resources/cdk-repo-reference.md
- Glossary: cdk/glossary/index.md
- Additional Resources:
- Third-Party Guides: cdk/resources/third-party-guides.md
- CDK Repos: cdk/resources/cdk-repo-reference.md
- zkEVM:
- zkEVM: zkEVM/index.md
- Overview: zkEVM/overview.md
Expand Down

0 comments on commit 4d54c05

Please sign in to comment.