Skip to content

Commit

Permalink
nav update
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchpolygon committed Nov 26, 2024
1 parent 8b68c14 commit 9408bf6
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/cdk/how-to/migrate/fork.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This document shows Polygon partners how to migrate an isolated CDK stack.
This document shows Implementation Providers how to migrate an isolated CDK stack.

## Process to upgrade forks for isolated CDK chains

Expand Down
58 changes: 49 additions & 9 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ hide:
<h3 class="heading-h3 margin-none">BUILD</h3>
</div>
<p class="feature-paragraph">Build today using Polygon technology. Select the protocol that best fits your needs.</p>

<!-- AggLayer Section -->
<a href="agglayer/overview" class="flex-card-item w-inline-block">
<div class="product-list-item-header">
<div class="feature-card-heading">AggLayer</div>
Expand All @@ -55,6 +57,8 @@ hide:
<p class="feature-paragraph">Introducing the multi-chain, multi-transaction Polygon AggLayer: what it is and how it works.</p>
</a>
</div>

<!-- Polygon PoS Section -->
<a href="pos" class="flex-card-item w-inline-block">
<div class="product-list-item-header">
<div class="feature-card-heading">Polygon PoS</div>
Expand All @@ -67,6 +71,8 @@ hide:
</div>
<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>
</a>

<!-- zkEVM Section -->
<a href="zkEVM" class="flex-card-item w-inline-block">
<div class="product-list-item-header">
<div class="feature-card-heading">Polygon zkEVM</div>
Expand All @@ -79,6 +85,8 @@ hide:
</div>
<p class="feature-paragraph">Deploy a dApp or build infrastructure on zkEVM, an EVM-equivalent ZK rollup designed for security.</p>
</a>

<!-- Polygon CDK Section -->
<a href="cdk" class="flex-card-item w-inline-block">
<div class="product-list-item-header">
<div class="feature-card-heading">Polygon CDK</div>
Expand All @@ -91,17 +99,49 @@ hide:
</div>
<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>
</a>
<a href="miden" class="flex-card-item w-inline-block">
<div class="product-list-item-header">
<div class="feature-card-heading">Polygon Miden</div>
<div class="arrow-embed w-embed">
<svg xmlns="http://www.w3.org/2000/svg" display="block" width="100%" height="auto" viewBox="0 0 16 17" fill="none">
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
</svg>
</div>
</div>
</div>
</div>
</section>

<!-- Additional Resources Section -->
<section class="section">
<div class="container-global">
<div class="section-wrapper">
<div class="home-dev-resources">
<div class="section-header-wrapper">
<h2 class="heading-h2">Developer Resources</h2>
<p class="home-section-subtext">For developers who know what they want to build and are ready to go.</p>
</div>
<div class="flexbox">
<a href="/tools/" class="home-feature-card w-inline-block">
<img src="img/home/build.svg" loading="lazy" alt="Developer Tools" class="feature-icon">
<div class="feature-content">
<div class="feature-content-wrapper">
<div class="feature-content-name">Developer Tools</div>
<div class="arrow-embed w-embed">
<svg xmlns="http://www.w3.org/2000/svg" display="block" width="100%" height="auto" viewBox="0 0 16 17" fill="none">
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
</svg>
</div>
</div>
<p class="paragraph-small">RPC providers, faucets, data indexing, Web3 dApp development SDKs, block explorers, storage, and more.</p>
</div>
</a>
<a href="https://ecosystem.polygon.technology/spn/explore/" class="home-feature-card w-inline-block">
<img src="img/home/network.svg" loading="lazy" alt="Solution Provider Network" class="feature-icon">
<div class="feature-content">
<div class="feature-content-wrapper">
<div class="feature-content-name">Solution Provider Network</div>
<div class="arrow-embed w-embed">
<svg xmlns="http://www.w3.org/2000/svg" display="block" width="100%" height="auto" viewBox="0 0 16 17" fill="none">
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
</svg>
</div>
</div>
<div class="status-tag">COMING SOON</div>
<p class="paragraph-small">Searchable catalog of tooling and infrastructure for developers.</p>
</div>
<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>
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ nav:
- Current Release:
- Polygon CDK Fork ID 12: cdk/releases/fork-id-12.md
- Previous Releases:
- Polygon CDK Erigon: cdk/releases/cdk-erigon.md
- Polygon CDK Erigon: docs/cdk/getting-started/cdk-erigon/releases.md
- Get Started:
- Local Deployment Guide: cdk/getting-started/local-deployment.md
- CLI Tool: cdk/getting-started/cli-tool.md
Expand Down

0 comments on commit 9408bf6

Please sign in to comment.