Skip to content

Commit 02c69ae

Browse files
committed
fix: CDK landing page broken links
1 parent 4686921 commit 02c69ae

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

docs/cdk/index.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
hide:
3-
- toc
3+
- toc
44
---
55

66
<style>
@@ -13,50 +13,58 @@ hide:
1313
<div class="hero-image"><img src="../img/cdk/cdk.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div>
1414
<div class="hero-left">
1515
<h1 class="hero-heading">Polygon CDK</h1>
16-
<p class="hero-subtext">Polygon Chain Development Kit (CDK) is a modular, open source software toolkit allowing blockchain developers to launch new zero-knowledge proof (zkEVM plus optional validium) L2 chains on Ethereum.</p>
16+
<p class="hero-subtext">Polygon Chain Development Kit (CDK) is a modular, open-source stack for blockchain developers to launch sovereign L2 chains powered by zero-knowledge (ZK) proofs.</p>
1717
</div>
1818
</br>
1919
</div>
2020

2121
<div class="grid-container">
2222
<div class="grid-item">
23-
<a href="./get-started/quickstart/deploy-stack/">
23+
<a href="./overview">
2424
<div class="product-list-item-header">
25-
<div class="feature-card-heading">Deploy the stack</div>
25+
<div class="feature-card-heading">Understand the CDK</div>
2626
</div>
27-
<p class="feature-paragraph">Get started on deploying a CDK stack.</p>
27+
<p class="feature-paragraph">A high-level overview of the CDK and why you might use it.</p>
2828
</a>
2929
</div>
3030
<div class="grid-item">
31-
<a href="./get-started/how-to/use-native-token/">
31+
<a href="./getting-started">
3232
<div class="product-list-item-header">
33-
<div class="feature-card-heading">Bridge a token</div>
33+
<div class="feature-card-heading">Try the CDK Locally</div>
3434
</div>
35-
<p class="feature-paragraph">Find out how to use and bridge a token on CDK.</p>
35+
<p class="feature-paragraph">Get started by deploying a chain with the CDK on your local machine.</p>
3636
</a>
3737
</div>
3838
<div class="grid-item">
39-
<a href="./spec/validium-vs-rollup">
39+
<a href="./concepts/layer2s">
4040
<div class="product-list-item-header">
41-
<div class="feature-card-heading">Rollup versus validium</div>
41+
<div class="feature-card-heading">CDK Concepts</div>
4242
</div>
43-
<p class="feature-paragraph">Discover the key differences between the rollup and validium infrastructure options.</p>
43+
<p class="feature-paragraph">Learn the concepts behind the CDK.</p>
44+
</a>
45+
</div>
46+
<div class="grid-item">
47+
<a href="./architecture/cdk-zkevm">
48+
<div class="product-list-item-header">
49+
<div class="feature-card-heading">CDK Architecture</div>
50+
</div>
51+
<p class="feature-paragraph">Dive deeper into the components of a CDK chain and how they interact.</p>
4452
</a>
4553
</div>
4654
<div class="grid-item">
47-
<a href="./glossary">
55+
<a href="https://github.com/0xPolygon/cdk-validium-node" target="_blank">
4856
<div class="product-list-item-header">
49-
<div class="feature-card-heading">Glossary</div>
57+
<div class="feature-card-heading">Contribute to the CDK</div>
5058
</div>
51-
<p class="feature-paragraph">Learn about commonly used terminology and concepts relevant to the CDK tech stack.</p>
59+
<p class="feature-paragraph">Get involved in building the open-source CDK stack on GitHub.</p>
5260
</a>
5361
</div>
5462
<div class="grid-item">
55-
<a href="./architecture/type-1-prover/intro-t1-prover">
63+
<a href="https://discord.com/invite/0xPolygonDevs" target="_blank">
5664
<div class="product-list-item-header">
57-
<div class="feature-card-heading">Polygon type 1 prover</div>
65+
<div class="feature-card-heading">Join the Dev Community</div>
5866
</div>
59-
<p class="feature-paragraph">Find out about the Polygon type 1 prover component.</p>
67+
<p class="feature-paragraph">Join our developer Discord server to ask questions and get help.</p>
6068
</a>
6169
</div>
6270
</div>

0 commit comments

Comments
 (0)