Skip to content

Commit 1f8d709

Browse files
Merge pull request 0xPolygon#486 from 0xPolygon/learn/rename
Renaming Learn section to Innovation & design
2 parents 60e57bd + 9e57bd4 commit 1f8d709

File tree

7 files changed

+62
-122
lines changed

7 files changed

+62
-122
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.

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,7 @@ nav:
552552
- Polygon: https://polygonscan.com/
553553
- zkEVM: https://zkevm.polygonscan.com/
554554
- zkEVM testnet: https://testnet-zkevm.polygonscan.com/
555-
556-
- Learn:
555+
- Innovation & design:
557556
- Learn: learn/index.md
558557
- Welcome: learn/welcome.md
559558
- Polygon type 1 prover:

0 commit comments

Comments
 (0)