Skip to content

Commit 20b4438

Browse files
Merge pull request 0xPolygon#282 from 0xPolygon/cdk/small-update
CDK: Update deploy guides naming to "tutorial"
2 parents 05f1429 + 6c08917 commit 20b4438

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

docs/cdk/get-started/deploy-rollup/intro.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
This quick start takes you through the process of deploying a full CDK zkRollup, EVM-compatible network on Goerli.
1+
This tutorial takes you through the process of deploying a full CDK zkRollup, EVM-compatible network on Goerli.
2+
3+
It relies on specific component versions so we have hidden most of the configuration complexity in scripts to make the process straightforward.
24

35
!!! warning
4-
- These instructions are subject to frequent updates as the software remains at an early development stage.
6+
- The tutorial is for learning purposes only and is not intended to describe a latest stable version build.
57
- Report any content issues on our docs repo: https://github.com/0xPolygon/polygon-docs
68

79
The process is split into the following sections:

docs/cdk/get-started/deploy-validium/intro.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
comments: true
33
---
44

5-
This guide takes you through the process of deploying a fully EVM-compatible, CDK validium on the Sepolia network.
5+
This tutorial takes you through the process of deploying a fully EVM-compatible, CDK validium on the Sepolia network.
66

7-
We have hidden most of the configuration complexity in scripts to make the process straightforward and easy to follow.
7+
It relies on specific component versions so we have hidden most of the configuration complexity in scripts to make the process straightforward and easy to follow.
8+
9+
The tutorial is for learning only and is not intended to describe a latest stable version build.
810

911
## Process steps
1012

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ nav:
5858
- Quickstart:
5959
- Validium: cdk/get-started/quickstart-validium.md
6060
- Rollup: cdk/get-started/quickstart-rollup.md
61-
- Deploy:
61+
- Deployment tutorials:
6262
- Validium:
6363
- Introduction: cdk/get-started/deploy-validium/intro.md
6464
- Deploy contracts:

0 commit comments

Comments
 (0)