Skip to content

Commit f3b2e5c

Browse files
author
jarrodwatts
committed
Update the links in the grid on index
1 parent 4278101 commit f3b2e5c

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

docs/cdk/index.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,35 +20,43 @@ hide:
2020

2121
<div class="grid-container">
2222
<div class="grid-item">
23-
<a href="./getting-started">
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 would use it.</p>
2828
</a>
2929
</div>
3030
<div class="grid-item">
31-
<a href="./spec/validium-vs-rollup">
31+
<a href="./getting-started">
3232
<div class="product-list-item-header">
33-
<div class="feature-card-heading">Rollup versus validium</div>
33+
<div class="feature-card-heading">Try the CDK Locally</div>
3434
</div>
35-
<p class="feature-paragraph">Discover the key differences between the rollup and validium infrastructure options.</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="./glossary">
39+
<a href="./concepts/layer2s">
40+
<div class="product-list-item-header">
41+
<div class="feature-card-heading">CDK Concepts</div>
42+
</div>
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">
4048
<div class="product-list-item-header">
41-
<div class="feature-card-heading">Glossary</div>
49+
<div class="feature-card-heading">CDK Architecture</div>
4250
</div>
43-
<p class="feature-paragraph">Learn about commonly used terminology and concepts relevant to the CDK tech stack.</p>
51+
<p class="feature-paragraph">Dive deeper into the components of a CDK chain.</p>
4452
</a>
4553
</div>
4654
<div class="grid-item">
47-
<a href="./architecture/type-1-prover/intro-t1-prover">
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">Polygon type 1 prover</div>
57+
<div class="feature-card-heading">Contribute to the CDK</div>
5058
</div>
51-
<p class="feature-paragraph">Find out about the Polygon type 1 prover component.</p>
59+
<p class="feature-paragraph">Get involved in developing the open-source CDK stack on GitHub.</p>
5260
</a>
5361
</div>
5462
</div>

0 commit comments

Comments
 (0)