Skip to content

Commit 60e57bd

Browse files
Merge pull request 0xPolygon#507 from 0xPolygon/cdk/rename-build
CDK: quick rename of menu item
2 parents 4991d15 + dc77916 commit 60e57bd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/zkEVM/get-started/state-sync-snapshots.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ Follow the instructions below to run a fast state sync on a node database using
1515
curl <snapshot-url> -o <db-name>.sql.gz
1616
```
1717

18-
For example:
18+
For example:
1919

20-
```sh
21-
curl https://zkevm-pub.s3.eu-west-1.amazonaws.com/testnet-statedb.sql.gz -o statedb.sql.gz
20+
```sh
21+
curl https://zkevm-pub.s3.eu-west-1.amazonaws.com/testnet-statedb.sql.gz -o statedb.sql.gz
22+
```
2223

2324
2. Stop/start the database:
2425

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ nav:
5454
- CDK: cdk/index.md
5555
- Overview: cdk/overview.md
5656
- Version compatibility matrix: cdk/version-matrix.md
57-
- Get started: '!import https://github.com/0xPolygon/kurtosis-cdk?branch=main'
57+
- Build: '!import https://github.com/0xPolygon/kurtosis-cdk?branch=main'
5858
- Architecture:
5959
- CDK rollup: cdk/architecture/cdk-zkevm.md
6060
- CDK validium: cdk/architecture/cdk-validium.md
@@ -69,7 +69,7 @@ nav:
6969
- zkEVM:
7070
- zkEVM: zkEVM/index.md
7171
- Overview: zkEVM/overview.md
72-
- Get started:
72+
- Build:
7373
- Get started: zkEVM/get-started/index.md
7474
- Quick start: zkEVM/get-started/quick-start.md
7575
- Setup nodes:

0 commit comments

Comments
 (0)