Skip to content

Commit 56df3cb

Browse files
committed
Commits last edits on zkEVM side
2 parents a24360d + 8d6196e commit 56df3cb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ This section documents the two most popular deployments currently supported by C
77

88
Users select a chain architecture specific to their needs from a set of supported, open source options. Alternatively, users can select custom components for specific requirements.
99

10+
!!! important "Why are there zkEVM docs in the CDK section?"
11+
Several of the docs point to zkEVM specific deployment documentation because the rollup flavor of CDK uses zkEVM deployment defaults.
12+
1013
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.
1114

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

14-
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.
1518

1619
!!! important
1720
The documentation describes standard deployments. You can edit the configuration files to implement your own custom set ups.

mkdocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ theme:
5151
nav:
5252
- Home: index.md
5353
- CDK:
54-
- Welcome:
55-
- cdk/index.md # marketing landing page
54+
- cdk/index.md # marketing landing page
55+
- Welcome: cdk/welcome.md
5656
- Get started:
57-
- Overview: cdk/get-started/overview.md
5857
- Quickstart:
5958
- Validium: cdk/get-started/quickstart-validium.md
6059
- Rollup: cdk/get-started/quickstart-rollup.md

0 commit comments

Comments
 (0)