Skip to content

Commit 731400b

Browse files
committed
Do reorg requested by Gradce
1 parent 9cb0eb8 commit 731400b

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Users select a chain architecture specific to their needs from a set of supporte
1212

1313
The diagram below shows the two supported configuration options for data availability (DA), rollup or validium. Rollups post transaction data from the CDK directly onto Ethereum whereas validiums only post the transaction hash.
1414

15-
![CDK architecture choices](../img/cdk/cdk-architecture.png)
15+
![CDK architecture choices](../../img/cdk/cdk-architecture.png)
1616

17-
Check out the [data availability docs](concepts/dac.md) for more information.
17+
Check out the [data availability docs](../concepts/dac.md) for more information.
1818

1919
!!! important
2020
The documentation describes standard deployments. You can edit the configuration files to implement your own custom set ups.
File renamed without changes.
File renamed without changes.

mkdocs.yml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,29 +51,31 @@ theme:
5151
nav:
5252
- Home: index.md
5353
- CDK:
54-
- cdk/index.md # marketing landing page
55-
- Welcome: cdk/welcome.md
54+
- Welcome: cdk/index.md # marketing landing page
5655
- Get started:
56+
- Get started: cdk/get-started/index.md
5757
- Quickstart:
5858
- Validium: cdk/get-started/quickstart-validium.md
5959
- Rollup: cdk/get-started/quickstart-rollup.md
6060
- Deploy:
6161
- Validium: cdk/get-started/deploy-validium.md
6262
- Rollup: cdk/get-started/deploy-rollup.md
63-
- How to:
63+
- How to:
64+
- How to: cdk/how-to/index.md
6465
- Manage policies - allowlists, denylists: cdk/how-to/manage-allowlists.md
6566
#- Architecture:
6667
- Specification:
67-
- Validium vs rollup: cdk/specification/validium-vs-rollup.md
68+
- Specification: cdk/spec/index.md
69+
- Validium vs rollup: cdk/spec/validium-vs-rollup.md
6870
- Concepts:
6971
- Rollup: cdk/concepts/rollup.md
7072
- Validium: cdk/concepts/validium.md
7173
- Data availability: cdk/concepts/dac.md
7274
# - API:
7375
- Additional resources:
74-
- CDK component repos: cdk/troubleshooting/component-repos.md
76+
- Additional resources: cdk/troubleshooting/index.md
7577
- zkEVM:
76-
- zkEVM/index.md # marketing landing page
78+
- Welcome: zkEVM/index.md # marketing landing page
7779
- Get started:
7880
- Get started: zkEVM/get-started/index.md
7981
- Quick start:
@@ -92,6 +94,7 @@ nav:
9294
- Activate forced transactions: zkEVM/get-started/deploy-zkevm/activate-forced-transactions.md
9395
- Setup a Goërli node: zkEVM/get-started/deploy-zkevm/setup-goerli-node.md
9496
- How to:
97+
- How to: zkEVM/how-to/index.md
9598
- Write a contract: zkEVM/how-to/write-contract.md
9699
- Deploy a contract with Foundry: zkEVM/how-to/using-foundry.md
97100
- Deploy a contract with Hardhat: zkEVM/how-to/using-hardhat.md
@@ -157,6 +160,7 @@ nav:
157160
- Keccak-f state machine: zkEVM/architecture/zkprover/hashing-state-machines/keccakf-sm.md
158161
- Poseidon state machine: zkEVM/architecture/zkprover/hashing-state-machines/poseidon-sm.md
159162
- Specification:
163+
- Specification: zkEVM/spec/index.md
160164
- Polynomial Identity Language:
161165
- Polynomial Identity Language: zkEVM/spec/pil/index.md
162166
- Simple example: zkEVM/spec/pil/simple-example.md
@@ -177,6 +181,7 @@ nav:
177181
- Examples: zkEVM/spec/zkasm/examples.md
178182
- EVM vs. zkEVM: zkEVM/spec/evm-differences.md
179183
- Concepts:
184+
- Concepts: zkEVM/concepts/index.md
180185
- EVM basics: zkEVM/concepts/evm-basics.md
181186
- CIRCOM: zkEVM/concepts/circom-intro-brief.md
182187
- Sparse merkle trees:
@@ -200,7 +205,7 @@ nav:
200205
- Troubleshooting:
201206
- Disclosures: zkEVM/troubleshooting/risk-disclosures.md
202207
- PoS:
203-
- pos/index.md # marketing landing page
208+
- Welcome: pos/index.md # marketing landing page
204209
- Get started:
205210
- Get started: pos/get-started/index.md
206211
- Building on Polygon: pos/get-started/building-on-polygon.md
@@ -244,7 +249,7 @@ nav:
244249
- ThirdWeb: pos/how-to/smart-contracts/thirdweb.md
245250
- Polygon DID: pos/how-to/polygon-did.md
246251
- Architecture:
247-
- pos/architecture/index.md
252+
- Architecture: pos/architecture/index.md
248253
- Bor:
249254
- Bor: pos/architecture/bor/index.md
250255
- State sync: pos/architecture/bor/state-sync.md
@@ -279,7 +284,8 @@ nav:
279284
- API:
280285
- pos/api/index.md
281286
- Miden:
282-
- Overview: miden/index.md
287+
- Welcome: miden/index.md # marketing landing page
288+
- Get started: miden/get-started/index.md
283289
- Miden playground: https://0xpolygonmiden.github.io/examples/
284290
- Miden zkRollup docs: https://0xpolygonmiden.github.io/miden-base/introduction.html
285291
- Miden VM docs: https://0xpolygonmiden.github.io/miden-vm/

0 commit comments

Comments
 (0)