Skip to content

Commit f175695

Browse files
update page changes
1 parent 0023bdf commit f175695

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

docs/cdk/get-started/third-party-quickstarts.md

Whitespace-only changes.

docs/cdk/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ hide:
5252
</a>
5353
</div>
5454
</div>
55-
</div>
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
This page is a catalogue of third-party and partner quickstarts that explain how to spin up validium and rollup CDK stacks and much more.
2+
3+
<div class="grid-container">
4+
<div class="grid-item">
5+
<a href="./architecture/type-1-prover/intro-t1-prover">
6+
<div class="product-list-item-header">
7+
<div class="feature-card-heading">Polygon Type 1 Prover</div>
8+
</div>
9+
<p class="feature-paragraph">Find out about the Polygon Type 1 Prover component.</p>
10+
</a>
11+
</div>
12+
<div class="grid-item">
13+
<a href="./get-started/quickstart-rollup">
14+
<div class="product-list-item-header">
15+
<div class="feature-card-heading">CDK rollups</div>
16+
</div>
17+
<p class="feature-paragraph">Get started with the CDK zkRollup stack.</p>
18+
</a>
19+
</div>
20+
<div class="grid-item">
21+
<a href="./get-started/quickstart-validium">
22+
<div class="product-list-item-header">
23+
<div class="feature-card-heading">CDK validiums</div>
24+
</div>
25+
<p class="feature-paragraph">Get started with the CDK validium stack.</p>
26+
</a>
27+
</div>
28+
<div class="grid-item">
29+
<a href="./spec/validium-vs-rollup">
30+
<div class="product-list-item-header">
31+
<div class="feature-card-heading">Rollup versus validium</div>
32+
</div>
33+
<p class="feature-paragraph">Discover the key differences between the rollup and validium infrastructure options.</p>
34+
</a>
35+
</div>
36+
</div>
37+

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ nav:
8282
- Start node: cdk/get-started/deploy-rollup/start-node.md
8383
- Start services: cdk/get-started/deploy-rollup/start-services.md
8484
- Connect to CDK testnet: cdk/get-started/connect-testnet.md
85-
- Third-party quickstarts: cdk/get-started/third-party-quickstarts.md
8685
- How to:
8786
- Quickly test a running stack: cdk/how-to/quick-test-stack.md
8887
- Manage allowlists with policies: cdk/how-to/manage-policies.md
@@ -95,6 +94,7 @@ nav:
9594
- Validium: cdk/concepts/validium.md
9695
- Data availability: cdk/concepts/dac.md
9796
- Additional resources:
97+
- Third-party guides: cdk/get-started/third-party-guides.md
9898
- CDK repos: cdk/resources/cdk-repo-reference.md
9999
- zkEVM:
100100
- zkEVM: zkEVM/index.md

0 commit comments

Comments
 (0)