Skip to content

Commit b8e02f0

Browse files
move menu up
1 parent 38e0e6e commit b8e02f0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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.

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)