Skip to content

Commit 58773ba

Browse files
first commit on branch
1 parent 5a038ab commit 58773ba

File tree

6 files changed

+11
-26
lines changed

6 files changed

+11
-26
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@
55

66
The [zkEVM deployment quickstart documentation](../..//zkEVM/step1-fullzkevm.md) shows you how to deploy a zkEVM rollup on your local machine.
77

8-
!!! question
9-
What makes this CDK?
10-

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ Next, set up and run the CDK validium node.
1616
Follow the instructions in the [CDK validium node repository's README](https://github.com/0xPolygon/cdk-validium-node).
1717

1818

19-
!!! danger "There are no instructions - awaiting feedback"
20-
## 3. Run the data availability (DA) node
19+
## 3. Run the data availability (DA) node (optional step)
2120

22-
Finally, once the CDK validium node is operational, set up and run the data availability node.
21+
Finally, once the CDK validium node is operational, set up and run the data availability node.
2322

24-
Instructions for this can be found in the [<ins>CDK DA Node GitHub repository's README</ins>](https://github.com/0xPolygon/cdk-data-availability).
25-
26-
!!! question
27-
What makes this CDK?
23+
Check for instructions here: [<ins>CDK DA Node GitHub repository's README</ins>](https://github.com/0xPolygon/cdk-data-availability).

docs/cdk/get-started/quickstart-rollup.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@
33
The following documentation is a quickstart guide for deploying a CDK rollup on your local machine.
44

55
[https://github.com/0xPolygonHermez/zkevm-node/blob/develop/docs/running_local.md](https://github.com/0xPolygonHermez/zkevm-node/blob/develop/docs/running_local.md)
6-
7-
!!! question
8-
What makes this CDK?

docs/cdk/get-started/quickstart-validium.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ You should see a page similar to this:
159159
<img src="/img/cdk/cdk-metamask-import-account.png" alt="bridge" width="90%" height="30%" />
160160
</div>
161161

162-
!!! danger
163-
Today, 21/11, I got stuck here with pending transfers that weren't picked up by blockexplorer.
164-
165162
4.4 Transfer some tokens to another account:
166163

167164
<div align="center">
@@ -247,11 +244,4 @@ The L2->L1 bridging is slightly different than L1->L2 and you will see the **Act
247244

248245
<div align="center">
249246
<img src="/img/cdk/cdk-bridge-l2-to-l1-completed.png" alt="bridge" width="90%" height="30%" />
250-
</div>
251-
252-
!!! urgent
253-
- First time, I had an error on step 5.12 -> cannot estimate gas.
254-
- Second time, I had an error much earlier on, but that's probably because I didn't clear the images up, even though I restarted.
255-
256-
!!! question
257-
What makes this CDK?
247+
</div>

docs/cdk/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
TODO: marketing copy and frontend design
1+
TODO: marketing copy and frontend design
2+
3+
<html>
4+
HELLO
5+
</html>

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
site_name: Polygon docs
22
site_author: Polygon Labs
33
copyright: Copyright &copy; 2023 Polygon Labs
4+
repo_url: https://github.com/0xPolygon/polygon-docs
45
#remote_branch: gh-pages
56
#remote_name: gh-deploy
67

@@ -192,4 +193,4 @@ markdown_extensions:
192193
plugins:
193194
- search
194195
- open-in-new-tab
195-
#- git-revision-date-localized
196+
- git-revision-date-localized

0 commit comments

Comments
 (0)