Skip to content

Commit feeb03e

Browse files
a start
1 parent a45e8d5 commit feeb03e

File tree

7 files changed

+85
-53
lines changed

7 files changed

+85
-53
lines changed

docs/learn/agglayer.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<style>
2+
[data-md-color-scheme="default"] {
3+
.md-main, .md-sidebar__scrollwrap {
4+
background-color: #ebf5fa !important;
5+
}
6+
}
7+
[data-md-color-scheme="slate"] {
8+
.md-main, .md-sidebar__scrollwrap {
9+
background-color: #b292f7 !important;
10+
}
11+
}
12+
</style>
13+
114
# Aggregation layer
215

316
Solving the scalability problem in blockchains means scaling access to shared state and liquidity across many chains. To do so requires a new approach to blockchain architecture, namely, aggregated blockchains. Polygon Labs researchers and engineers have designed a solution -- the **aggregation layer**, or **AggLayer** -- which will seamlessly connect any ZK-enabled L2 or L1 chain.

docs/learn/deep-dive-arch.md

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

docs/learn/index.md

Lines changed: 31 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,72 @@
11
---
22
hide:
3+
- navigation
34
- toc
45
---
56

67
<style>
78
.git-revision-date-localized-plugin, .md-source-file, .md-content__button.md-icon {
8-
display: none;
9+
display: none;
10+
}
11+
[data-md-color-scheme="default"] {
12+
.md-main, .md-sidebar__scrollwrap {
13+
background-color: #ebf5fa !important;
14+
}
15+
}
16+
[data-md-color-scheme="slate"] {
17+
.md-main, .md-sidebar__scrollwrap {
18+
background-color: #b292f7 !important;
19+
}
920
}
1021
</style>
1122

1223
<div class="section-wrapper product-section-head">
1324
<div class="hero-image"><img src="../img/home/main-img.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div>
1425
<div class="hero-left">
15-
<h1 class="hero-heading">Developer tools</h1>
16-
<p class="hero-subtext">This section describes some of the in-house and third-party tools that are used by developers to work with Polygon products and services.</p>
17-
<p class="hero-subtext">Find out how to access data, code against blockchain networks, use oracles, and much more. </p>
26+
<h1 class="hero-heading">Learn</h1>
27+
<p class="hero-subtext">The Learn section of docs contains resources, articles, papers, and protocol definitions for learning about Polygon and with specific emphasis on technology in development and the Polygon future vision.</p>
28+
<p class="hero-subtext">Find out about scaling technologies, both live and in-development Polygon protocols, and how everything fits together. </p>
1829
</div>
1930
</div>
2031
<div class="grid-container">
2132
<div class="grid-item">
22-
<a href="./dApp-development/common-tools/hardhat">
23-
<div class="product-list-item-header">
24-
<div class="feature-card-heading">Smart contracts</div>
25-
</div>
26-
<p class="feature-paragraph">Common software for designing, building, and deploying smart contracts.</p>
27-
</a>
28-
</div>
29-
<div class="grid-item">
30-
<a href="./gas/matic-faucet">
31-
<div class="product-list-item-header">
32-
<div class="feature-card-heading">Gas</div>
33-
</div>
34-
<p class="feature-paragraph">The Polygon MATIC gas faucet and gas estimation tools.</p>
35-
</a>
36-
</div>
37-
<div class="grid-item">
38-
<a href="./data/the-graph/overview">
33+
<a href="./agglayer">
3934
<div class="product-list-item-header">
40-
<div class="feature-card-heading">Data</div>
35+
<div class="feature-card-heading">What is the AggLayer?</div>
4136
</div>
42-
<p class="feature-paragraph">Software tools, such as Graph, used for efficient data manipulation on Polygon networks.</p>
37+
<p class="feature-paragraph">Polygon's new aggregation layer is the holy grail of seamless chain interoperability.</p>
4338
</a>
4439
</div>
4540
<div class="grid-item">
46-
<a href="./matic-js/get-started">
41+
<a href="./liquidity-and-scalability">
4742
<div class="product-list-item-header">
48-
<div class="feature-card-heading">MaticJS</div>
43+
<div class="feature-card-heading">Unified liquidity & scalability</div>
4944
</div>
50-
<p class="feature-paragraph">The <code>matic.js</code> library used to interact with Polygon networks and services.</p>
45+
<p class="feature-paragraph">Read about Polygon's vision of unlimited network liquidity and scalability.</p>
5146
</a>
5247
</div>
5348
<div class="grid-item">
54-
<a href="./storage/ipfs">
49+
<a href="https://polygon.technology/blog/polygon-2-0-protocol-vision-and-architecture">
5550
<div class="product-list-item-header">
56-
<div class="feature-card-heading">Storage</div>
51+
<div class="feature-card-heading">Architecture deep-dive</div>
5752
</div>
58-
<p class="feature-paragraph">Interact with blockchain storage services such as IPFS.</p>
53+
<p class="feature-paragraph">Check out the blog post for a deep-dive into Polygon's architecture vision.</p>
5954
</a>
6055
</div>
61-
<div class="grid-item">
62-
<a href="./oracles/getting-started">
63-
<div class="product-list-item-header">
64-
<div class="feature-card-heading">Oracles</div>
65-
</div>
66-
<p class="feature-paragraph">Oracle services used for accessing accurate offline data.</p>
67-
</a>
68-
</div>
69-
<div class="grid-item">
70-
<a href="./wallets/getting-started">
56+
<div class="grid-item">
57+
<a href="./welcome.md">
7158
<div class="product-list-item-header">
72-
<div class="feature-card-heading">Wallets</div>
59+
<div class="feature-card-heading">Welcome</div>
7360
</div>
74-
<p class="feature-paragraph">Using Polygon-compatible external wallets, such as MetaMask, with Polygon networks.</p>
61+
<p class="feature-paragraph">Introduction to the Learn section.</p>
7562
</a>
7663
</div>
7764
<div class="grid-item">
78-
<a href="https://polygonscan.com/">
65+
<a href="./polygon-protocols.md">
7966
<div class="product-list-item-header">
80-
<div class="feature-card-heading">Block explorers</div>
67+
<div class="feature-card-heading">Polygon 2.0</div>
8168
</div>
82-
<p class="feature-paragraph">Quick links to useful block explorers such as https://polygonscan.com/ for example.</p>
69+
<p class="feature-paragraph">What is Polygon 2.0?</p>
8370
</a>
8471
</div>
8572
</div>

docs/learn/liquidity-and-scalability.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<style>
2+
[data-md-color-scheme="default"] {
3+
.md-main, .md-sidebar__scrollwrap {
4+
background-color: #ebf5fa !important;
5+
}
6+
}
7+
[data-md-color-scheme="slate"] {
8+
.md-main, .md-sidebar__scrollwrap {
9+
background-color: #b292f7 !important;
10+
}
11+
}
12+
</style>
13+
114
Polygon 2.0 envisions a network of ZK-powered L2s on Ethereum that unify liquidity across the ecosystem and can scale on demand. Here is how that vision comes into focus.
215

316
### Unified liquidity

docs/learn/polygon-protocols.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<style>
2+
[data-md-color-scheme="default"] {
3+
.md-main, .md-sidebar__scrollwrap {
4+
background-color: #ebf5fa !important;
5+
}
6+
}
7+
[data-md-color-scheme="slate"] {
8+
.md-main, .md-sidebar__scrollwrap {
9+
background-color: #b292f7 !important;
10+
}
11+
}
12+
</style>
13+
114
## Polygon PoS
215

316
Polygon PoS is a widely-adopted EVM-compatible sidechain designed for low transaction costs and fast transaction times.

docs/learn/welcome.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
The Polygon Knowledge Layer consists of two parts. Firstly, documents that developers need in order to build with Polygon protocols. Secondly, resources necessary for learning about Polygon technologies.
1+
<style>
2+
[data-md-color-scheme="default"] {
3+
.md-main, .md-sidebar__scrollwrap {
4+
background-color: #ebf5fa !important;
5+
}
6+
}
7+
[data-md-color-scheme="slate"] {
8+
.md-main, .md-sidebar__scrollwrap {
9+
background-color: #b292f7 !important;
10+
}
11+
}
12+
</style>
213

3-
The Learn section outlines scaling technologies, both live and in-development Polygon protocols, with the intention to display how they will all fit together.
4-
As these scaling technologies go live, details of the concepts will in tandem be documented and published.
14+
The Polygon Knowledge Layer consists of two parts. Firstly, documents that developers need in order to build with Polygon protocols. Secondly, resources necessary for learning about Polygon technologies.
515

6-
This section gives you a peek into the future, the Polygon 2.0 vision which is community-driven.
16+
The Learn section gives you a peek into the future, the Polygon 2.0 vision which is community-driven.
717

818
## Polygon 2.0: The basics
919

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,10 +572,9 @@ nav:
572572
- Learn:
573573
- Learn: learn/index.md
574574
- Welcome: learn/welcome.md
575-
- Unified liquidity and scalability: learn/liquidity-and-scalability.md
576575
- Aggregation layer: learn/agglayer.md
576+
- Unified liquidity and scalability: learn/liquidity-and-scalability.md
577577
- Polygon protocols: learn/polygon-protocols.md
578-
- Polygon 2.0 architecture: learn/deep-dive-arch.md
579578

580579
extra:
581580
generator: false

0 commit comments

Comments
 (0)