Skip to content

Commit 63ea813

Browse files
Merge pull request 0xPolygon#263 from 0xPolygon/cdk/third-party-quicksts
CDK: third-party quickstart guides
2 parents 2f127f0 + b7e3485 commit 63ea813

File tree

5 files changed

+29
-1
lines changed

5 files changed

+29
-1
lines changed

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: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
hide:
3+
- toc
4+
---
5+
6+
This page is a catalogue of third-party and partner quick starts and guides that explain how to spin up and deploy validium and rollup CDK stacks, and more.
7+
8+
<div class="grid-container">
9+
<div class="grid-item">
10+
<a href="https://docs.gelato.network/developer-services/deploy-your-l2-chain">
11+
<div><img src="/img/cdk/gelato.png" loading="lazy" style="width: 150px; float;right" ></div>
12+
<div class="product-list-item-header">
13+
<div class="feature-card-heading">Gelato</div>
14+
</div>
15+
<p class="feature-paragraph">Deploy a CDK with Gelato.</p>
16+
</a>
17+
</div>
18+
<div class="grid-item">
19+
<a href="https://gateway.fm/polygon/">
20+
<div><img src="/img/cdk/gateway.png" loading="lazy" style="width: 160px; float;right" ></div>
21+
<div class="product-list-item-header">
22+
<div class="feature-card-heading">Gateway</div>
23+
</div>
24+
<p class="feature-paragraph">Build a custom CDK chain with Gateway.</p>
25+
</a>
26+
</div>
27+
</div>
28+

docs/img/cdk/gateway.png

34.8 KB
Loading

docs/img/cdk/gelato.png

78.5 KB
Loading

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ nav:
9595
- Validium: cdk/concepts/validium.md
9696
- Data availability: cdk/concepts/dac.md
9797
- Additional resources:
98+
- Third-party guides: cdk/resources/third-party-guides.md
9899
- CDK repos: cdk/resources/cdk-repo-reference.md
99100
- zkEVM:
100101
- zkEVM: zkEVM/index.md

0 commit comments

Comments
 (0)