Skip to content

Commit 9408bf6

Browse files
committed
nav update
1 parent 8b68c14 commit 9408bf6

File tree

3 files changed

+51
-11
lines changed

3 files changed

+51
-11
lines changed

docs/cdk/how-to/migrate/fork.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This document shows Polygon partners how to migrate an isolated CDK stack.
1+
This document shows Implementation Providers how to migrate an isolated CDK stack.
22

33
## Process to upgrade forks for isolated CDK chains
44

docs/index.md

Lines changed: 49 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ hide:
4343
<h3 class="heading-h3 margin-none">BUILD</h3>
4444
</div>
4545
<p class="feature-paragraph">Build today using Polygon technology. Select the protocol that best fits your needs.</p>
46+
47+
<!-- AggLayer Section -->
4648
<a href="agglayer/overview" class="flex-card-item w-inline-block">
4749
<div class="product-list-item-header">
4850
<div class="feature-card-heading">AggLayer</div>
@@ -55,6 +57,8 @@ hide:
5557
<p class="feature-paragraph">Introducing the multi-chain, multi-transaction Polygon AggLayer: what it is and how it works.</p>
5658
</a>
5759
</div>
60+
61+
<!-- Polygon PoS Section -->
5862
<a href="pos" class="flex-card-item w-inline-block">
5963
<div class="product-list-item-header">
6064
<div class="feature-card-heading">Polygon PoS</div>
@@ -67,6 +71,8 @@ hide:
6771
</div>
6872
<p class="feature-paragraph">Deploy a dApp on the widely adopted Polygon Proof-of-Stake protocol, an EVM-compatible environment optimized for high throughput and low transaction fees.</p>
6973
</a>
74+
75+
<!-- zkEVM Section -->
7076
<a href="zkEVM" class="flex-card-item w-inline-block">
7177
<div class="product-list-item-header">
7278
<div class="feature-card-heading">Polygon zkEVM</div>
@@ -79,6 +85,8 @@ hide:
7985
</div>
8086
<p class="feature-paragraph">Deploy a dApp or build infrastructure on zkEVM, an EVM-equivalent ZK rollup designed for security.</p>
8187
</a>
88+
89+
<!-- Polygon CDK Section -->
8290
<a href="cdk" class="flex-card-item w-inline-block">
8391
<div class="product-list-item-header">
8492
<div class="feature-card-heading">Polygon CDK</div>
@@ -91,17 +99,49 @@ hide:
9199
</div>
92100
<p class="feature-paragraph">Build and test a zero-knowledge Layer 2 blockchain on Ethereum. Learn about validium and rollup modes, custom native gas tokens, and more.</p>
93101
</a>
94-
<a href="miden" class="flex-card-item w-inline-block">
95-
<div class="product-list-item-header">
96-
<div class="feature-card-heading">Polygon Miden</div>
97-
<div class="arrow-embed w-embed">
98-
<svg xmlns="http://www.w3.org/2000/svg" display="block" width="100%" height="auto" viewBox="0 0 16 17" fill="none">
99-
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
100-
</svg>
102+
</div>
103+
</div>
104+
</div>
105+
</div>
106+
</section>
107+
108+
<!-- Additional Resources Section -->
109+
<section class="section">
110+
<div class="container-global">
111+
<div class="section-wrapper">
112+
<div class="home-dev-resources">
113+
<div class="section-header-wrapper">
114+
<h2 class="heading-h2">Developer Resources</h2>
115+
<p class="home-section-subtext">For developers who know what they want to build and are ready to go.</p>
116+
</div>
117+
<div class="flexbox">
118+
<a href="/tools/" class="home-feature-card w-inline-block">
119+
<img src="img/home/build.svg" loading="lazy" alt="Developer Tools" class="feature-icon">
120+
<div class="feature-content">
121+
<div class="feature-content-wrapper">
122+
<div class="feature-content-name">Developer Tools</div>
123+
<div class="arrow-embed w-embed">
124+
<svg xmlns="http://www.w3.org/2000/svg" display="block" width="100%" height="auto" viewBox="0 0 16 17" fill="none">
125+
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
126+
</svg>
127+
</div>
128+
</div>
129+
<p class="paragraph-small">RPC providers, faucets, data indexing, Web3 dApp development SDKs, block explorers, storage, and more.</p>
130+
</div>
131+
</a>
132+
<a href="https://ecosystem.polygon.technology/spn/explore/" class="home-feature-card w-inline-block">
133+
<img src="img/home/network.svg" loading="lazy" alt="Solution Provider Network" class="feature-icon">
134+
<div class="feature-content">
135+
<div class="feature-content-wrapper">
136+
<div class="feature-content-name">Solution Provider Network</div>
137+
<div class="arrow-embed w-embed">
138+
<svg xmlns="http://www.w3.org/2000/svg" display="block" width="100%" height="auto" viewBox="0 0 16 17" fill="none">
139+
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
140+
</svg>
141+
</div>
101142
</div>
102-
<div class="status-tag">COMING SOON</div>
143+
<p class="paragraph-small">Searchable catalog of tooling and infrastructure for developers.</p>
103144
</div>
104-
<p class="feature-paragraph">Test the Miden VM and learn about Polygon Miden, the novel ZK rollup designed to extend the EVM’s feature-set, including for privacy.</p>
105145
</a>
106146
</div>
107147
</div>

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ nav:
6363
- Current Release:
6464
- Polygon CDK Fork ID 12: cdk/releases/fork-id-12.md
6565
- Previous Releases:
66-
- Polygon CDK Erigon: cdk/releases/cdk-erigon.md
66+
- Polygon CDK Erigon: docs/cdk/getting-started/cdk-erigon/releases.md
6767
- Get Started:
6868
- Local Deployment Guide: cdk/getting-started/local-deployment.md
6969
- CLI Tool: cdk/getting-started/cli-tool.md

0 commit comments

Comments
 (0)