From 9408bf6fd05af1393c7fc48f4831e20ca76a58db Mon Sep 17 00:00:00 2001 From: mitchpolygon Date: Tue, 26 Nov 2024 10:40:38 -0500 Subject: [PATCH] nav update --- docs/cdk/how-to/migrate/fork.md | 2 +- docs/index.md | 58 ++++++++++++++++++++++++++++----- mkdocs.yml | 2 +- 3 files changed, 51 insertions(+), 11 deletions(-) diff --git a/docs/cdk/how-to/migrate/fork.md b/docs/cdk/how-to/migrate/fork.md index c17d7abeb..3bf67578c 100644 --- a/docs/cdk/how-to/migrate/fork.md +++ b/docs/cdk/how-to/migrate/fork.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 04845aecf..6293941c4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -43,6 +43,8 @@ hide:

BUILD

Build today using Polygon technology. Select the protocol that best fits your needs.

+ +
AggLayer
@@ -55,6 +57,8 @@ hide:

Introducing the multi-chain, multi-transaction Polygon AggLayer: what it is and how it works.

+ +
Polygon PoS
@@ -67,6 +71,8 @@ hide:

Deploy a dApp on the widely adopted Polygon Proof-of-Stake protocol, an EVM-compatible environment optimized for high throughput and low transaction fees.

+ +
Polygon zkEVM
@@ -79,6 +85,8 @@ hide:

Deploy a dApp or build infrastructure on zkEVM, an EVM-equivalent ZK rollup designed for security.

+ +
Polygon CDK
@@ -91,17 +99,49 @@ hide:

Build and test a zero-knowledge Layer 2 blockchain on Ethereum. Learn about validium and rollup modes, custom native gas tokens, and more.

- -
-
Polygon Miden
-
- - - +
+
+ + + + + +
+
+
+ diff --git a/mkdocs.yml b/mkdocs.yml index 2c51b7227..7b44f1fc3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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