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 2848688 commit d206e07
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 158 deletions.
File renamed without changes.
9 changes: 0 additions & 9 deletions docs/cdk/releases/fork-id-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ This release enhances zk-based security protocols, providing advanced cryptograp
- **Why it matters:** Ensures optimal security for Layer 2 chains, bolstering resistance against fraud and data tampering.
- **Use case:** Essential for chains leveraging zk-rollups for scalable transaction throughput.

## Upgrade Instructions

To upgrade to Fork ID 12:

1. **Backup your existing environment**: Ensure all current data and configurations are saved.
2. **Update dependencies**: Replace older dependencies with those specified in the Fork ID 12 documentation.
3. **Migrate configurations**: Adjust any custom configurations to align with Fork ID 12 requirements.
4. **Deploy the new release**: Follow the deployment guide for a smooth transition to the updated stack.

## Changelog

- Added Full Execution Proofs for transaction validation.
Expand Down
255 changes: 107 additions & 148 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,160 +5,119 @@ hide:
---

<style>

.md-content__button.md-icon {
display: none;
display: none;
}

.hero-content-flex {
bottom: 5px;
}

.feature-paragraph {
margin-top: 0.5rem;
line-height: 1.5;
}

.card-header {
display: flex;
align-items: center;
bottom: 5px;
}

.card-header img {
margin-right: 10px;
}
</style>

<div class="main">
<header class="section">
<div class="container-global">
<div class="section-wrapper">
<div class="hero-content-flex">
<div class="hero-left">
<h1 class="hero-heading">The Polygon Knowledge Layer</h1>
<p class="hero-subtext">
Welcome to the technical documentation and knowledge resources for Polygon protocols and scaling technologies.
</p>
<p class="hero-subtext">
Learn how to build and deploy dApps, launch ZK rollups and validiums as Layer 2s on Ethereum, spin up nodes, and find out about the latest in zero-knowledge research.
</p>
</div>
<div class="hero-right">
<img src="img/home/main-img.svg" alt="Main Graphic" class="hero-image" loading="lazy">
</div>
</div>
</div>
</div>
</header>

<!-- Build Section -->
<section class="section">
<div class="container-global">
<div class="section-wrapper">
<div class="card">
<h3 class="card-header">
<img src="img/home/build-icon.svg" alt="Build Icon" width="24">
BUILD
</h3>
<p class="feature-paragraph">
Build today using Polygon technology. Select the protocol that best fits your needs.
</p>
<ul>
<li>
<a href="agglayer/overview">
AggLayer
</a> - Introducing the multi-chain, multi-transaction Polygon AggLayer: what it is and how it works.
</li>
<li>
<a href="pos">
Polygon PoS
</a> - Deploy a dApp on the widely adopted Polygon Proof-of-Stake protocol, optimized for high throughput and low fees.
</li>
<li>
<a href="zkEVM">
Polygon zkEVM
</a> - Build on an EVM-equivalent ZK rollup designed for security and scalability.
</li>
<li>
<a href="cdk">
Polygon CDK
</a> - Build a zero-knowledge Layer 2 blockchain on Ethereum. Learn about validium, rollup modes, and more.
</li>
</ul>
</div>
</div>
</div>
</section>

<!-- Learn Section -->
<section class="section">
<div class="container-global">
<div class="section-wrapper">
<div class="card">
<h3 class="card-header">
<img src="img/home/learn-icon.svg" alt="Learn Icon" width="24">
LEARN
</h3>
<p class="feature-paragraph">
Deep dives into Polygon scaling technologies and innovations.
</p>
<ul>
<li>
<a href="innovation-design">
Innovation & Design
</a> - Explore foundational concepts and previews of upcoming Polygon innovations.
</li>
<li>
<a href="cdk/architecture/type-1-prover/intro-t1-prover">
Type 1 Prover
</a> - Understand the Type 1 proving component used for ZK-EVM chains.
</li>
<li>
<a href="./innovation-design/plonky">
Plonky 2 & 3
</a> - Learn about Polygon’s latest cryptographic advancements.
</li>
<li>
<a href="innovation-design/polygon-protocols">
Polygon Protocols
</a> - Detailed guides and decision matrices for navigating the Polygon ecosystem.
</li>
</ul>
</div>
</div>
</div>
</section>

<!-- Developer Resources Section -->
<section class="section">
<div class="container-global">
<div class="section-wrapper">
<div class="card">
<h3 class="card-header">
<img src="img/home/resources-icon.svg" alt="Resources Icon" width="24">
DEVELOPER RESOURCES
</h3>
<p class="feature-paragraph">
For developers ready to build, featuring essential tools and documentation.
</p>
<ul>
<li>
<a href="/tools/">
Developer Tools
</a> - Access RPC providers, faucets, SDKs, block explorers, and more.
</li>
<li>
<a href="./zkEVM/how-to/write-contract">
Write a zkEVM Contract
</a> - Step-by-step guidance for writing contracts on zkEVM.
</li>
<li>
<a href="https://ecosystem.polygon.technology/spn/explore/">
Solution Provider Network
</a> - Explore tooling and infrastructure in a searchable catalog.
</li>
</ul>
</div>
</div>
</div>
</section>
</div>
<header class="section">
<div class="container-global">
<div class="section-wrapper">
<div class="hero-content-flex">
<div class="hero-left">
<h1 class="hero-heading">The Polygon Knowledge Layer</h1>
<p class="hero-subtext">Welcome to the technical documentation and knowledge resources for Polygon protocols and scaling technologies.</p>
<p class="hero-subtext"> Learn how to build and deploy dApps, launch ZK rollups and validiums as Layer 2s on Ethereum, spin up nodes, and find out about the latest in zero-knowledge research.</p>
</div>
<div class="hero-right"><img src="img/home/main-img.svg" loading="lazy" alt="" class="hero-image"></div>
</div>
</div>
</div>
</header>
<section class="section">
<div class="container-global">
<div class="section-wrapper">
<div class="flexbox-2-col">
<div class="flex-card-child">
<div class="flex-card-item header-item">
<div class="product-list-header"><img width="24px" src="img/home/build-icon.svg" loading="lazy" alt="">
<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>
</div>
<a href="docs/agglayer/overview.md" class="flex-card-item w-inline-block">
<div class="product-list-item-header">
<div class="feature-card-heading">AggLayer documentation</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="feature-paragraph">AggLayer solves blockchain fragmentation by enabling sovereign chains to securely share liquidity, users, and state.</p>
</a>
<a href="pos" class="flex-card-item w-inline-block">
<div class="product-list-item-header">
<div class="feature-card-heading">Polygon PoS</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 class="status-tag">LIVE</div>
</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>
<a href="zkEVM" class="flex-card-item w-inline-block">
<div class="product-list-item-header">
<div class="feature-card-heading">Polygon zkEVM</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 class="status-tag">LIVE</div>
</div>
<p class="feature-paragraph">Deploy a dApp or build infrastructure on zkEVM, an EVM-equivalent ZK rollup designed for security.</p>
</a>
<a href="cdk" class="flex-card-item w-inline-block">
<div class="product-list-item-header">
<div class="feature-card-heading">Polygon CDK</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 class="status-tag">LIVE</div>
</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 class="status-tag">COMING SOON</div>
</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 class="flex-card-child">
<div class="flex-card-item header-item">
<div class="product-list-header"><img width="24px" src="img/home/learn-icon.svg" loading="lazy" alt="">
<h3 class="heading-h3 margin-none">LEARN</h3>
</div>
<p class="feature-paragraph">Deep dives only. Further your understanding of Polygon scaling technology.</p></br>
</div>
<a href="agglayer/overview" class="flex-card-item w-inline-block">
<div class="product-list-item-header">
<div class="feature-card-heading">AggLayer</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="feature-paragraph">Introducing the multi-chain, multi-transaction, Polygon AggLayer; what it is and how it works.</p>
</a>
<a href="innovation-design" class="flex-card-item w-inline-block">
<div class="product-list-item-header">
<div class="feature-card-heading">Innovation & design</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="feature-paragraph"> Resources focused on both current and future Polygon technologies. It features detailed guides, foundational concepts, and previews of upcoming innovations. </p>
</a>
<a href="cdk/architecture/type-1-prover/intro-t1-prover" class="flex-card-item w-inline-block">
<div class="product-list-item-header">
<div class="feature-card-heading">Type 1 prover</div>
<div class="arrow-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" display="
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: docs/cdk/getting-started/cdk-erigon/releases.md
- Polygon CDK Erigon: docs/cdk/releases/cdk-erigon-release.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 d206e07

Please sign in to comment.