Skip to content

Commit e6b5c6b

Browse files
Merge branch 'main' of https://github.com/0xPolygon/polygon-docs into zkevm/sc-verifications
2 parents f16a101 + 1f8d709 commit e6b5c6b

File tree

8 files changed

+67
-126
lines changed

8 files changed

+67
-126
lines changed

docs/img/learn/innovation-and-design.svg

Lines changed: 51 additions & 0 deletions
Loading

docs/img/learn/learn.svg

Lines changed: 0 additions & 95 deletions
This file was deleted.

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ hide:
102102
</div>
103103
<a href="learn" class="flex-card-item w-inline-block">
104104
<div class="product-list-item-header">
105-
<div class="feature-card-heading">Learn docs</div>
105+
<div class="feature-card-heading">Innovation & design</div>
106106
<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">
107107
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
108108
</svg></div>
@@ -127,14 +127,14 @@ hide:
127127
</div>
128128
<p class="feature-paragraph">Introducing the multi-chain, multi-transaction Polygon Agg Layer; what it is and how it works.</p>
129129
</a>
130-
<a href="https://polygon.technology/blog/reorgs-demystified-insights-from-monitoring-with-a-sensor-network" class="flex-card-item w-inline-block">
130+
<a href="./learn/plonky" class="flex-card-item w-inline-block">
131131
<div class="product-list-item-header">
132-
<div class="feature-card-heading">Understanding reorgs</div>
132+
<div class="feature-card-heading">Plonky 2 & 3</div>
133133
<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">
134134
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
135135
</svg></div>
136136
</div>
137-
<p class="feature-paragraph">Reorgs demystified: insights from monitoring with a sensor network.</p>
137+
<p class="feature-paragraph">Keep up with our latest cryptographic developments with the Plonky 2 & 3 libraries.</p>
138138
</a>
139139
<a href="learn/polygon-protocols" class="flex-card-item last-item w-inline-block">
140140
<div class="product-list-item-header">

docs/learn/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ hide:
2121
</style>
2222

2323
<div class="section-wrapper product-section-head">
24-
<div class="hero-image"><img src="../img/learn/learn.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div>
24+
<div class="hero-image"><img src="../img/learn/innovation-and-design.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div>
2525
<div class="hero-left">
26-
<h1 class="hero-heading">Learn</h1>
27-
<p class="hero-subtext">The Polygon Knowledge Layer consists of two parts. Firstly, tech docs that developers need in order to build with Polygon protocols. Secondly, resources necessary for learning about Polygon technologies.</p>
28-
<p class="hero-subtext">This section gives you a peek into the future, the Polygon 2.0 vision which is community-driven.
29-
</p>
26+
<h1 class="hero-heading">Innovation & design</h1>
27+
<p class="hero-subtext">The Polygon Knowledge Layer consists of technical documentation that developers need for building with Polygon protocols, products, and services.</p>
28+
<p class="hero-subtext">We also publish resources necessary for learning about and contributing to Polygon technologies.</p>
29+
<p class="hero-subtext">This section gives you a peek into the future, the community-driven Polygon 2.0 vision focussing on cutting-edge web3 development.
30+
</p>
3031
</div>
3132
</div>
3233
<div class="grid-container">

docs/pos/get-started/building-on-polygon.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ Token bridging between Polygon PoS and Ethereum and vice-versa, and inter-layer
4444
* [Bridge tokens from PoS to Ethereum](../how-to/bridging/ethereum-polygon/matic-to-ethereum.md)
4545
* [L1 - L2 communication and state transfer](../how-to/bridging/l1-l2-communication/state-transfer.md)
4646

47-
## Smart contracts
48-
49-
Check out the [third-party developer tools section](../../tools/dApp-development/pos/third-party-smart-contracts.md) for tutorials.
50-
5147
## Connecting to Polygon
5248

5349
You can add Polygon to MetaMask, or directly use Venly (Arkane), which allows you to connect to Polygon using RPC.

docs/tools/dApp-development/pos/third-party-smart-contracts.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/zkEVM/get-started/state-sync-snapshots.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ Follow the instructions below to run a fast state sync on a node database using
1515
curl <snapshot-url> -o <db-name>.sql.gz
1616
```
1717

18-
For example:
18+
For example:
1919

20-
```sh
21-
curl https://zkevm-pub.s3.eu-west-1.amazonaws.com/testnet-statedb.sql.gz -o statedb.sql.gz
20+
```sh
21+
curl https://zkevm-pub.s3.eu-west-1.amazonaws.com/testnet-statedb.sql.gz -o statedb.sql.gz
22+
```
2223

2324
2. Stop/start the database:
2425

mkdocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ nav:
5454
- CDK: cdk/index.md
5555
- Overview: cdk/overview.md
5656
- Version compatibility matrix: cdk/version-matrix.md
57-
- Get started: '!import https://github.com/0xPolygon/kurtosis-cdk?branch=main'
57+
- Build: '!import https://github.com/0xPolygon/kurtosis-cdk?branch=main'
5858
- Architecture:
5959
- CDK rollup: cdk/architecture/cdk-zkevm.md
6060
- CDK validium: cdk/architecture/cdk-validium.md
@@ -548,8 +548,7 @@ nav:
548548
- Polygon: https://polygonscan.com/
549549
- zkEVM: https://zkevm.polygonscan.com/
550550
- zkEVM testnet: https://testnet-zkevm.polygonscan.com/
551-
552-
- Learn:
551+
- Innovation & design:
553552
- Learn: learn/index.md
554553
- Welcome: learn/welcome.md
555554
- Polygon type 1 prover:

0 commit comments

Comments
 (0)