|
1 | 1 | --- |
2 | 2 | hide: |
| 3 | +- navigation |
3 | 4 | - toc |
4 | 5 | --- |
5 | 6 |
|
6 | 7 | <style> |
7 | 8 | .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 | + } |
9 | 20 | } |
10 | 21 | </style> |
11 | 22 |
|
12 | 23 | <div class="section-wrapper product-section-head"> |
13 | 24 | <div class="hero-image"><img src="../img/home/main-img.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div> |
14 | 25 | <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> |
18 | 29 | </div> |
19 | 30 | </div> |
20 | 31 | <div class="grid-container"> |
21 | 32 | <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"> |
39 | 34 | <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> |
41 | 36 | </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> |
43 | 38 | </a> |
44 | 39 | </div> |
45 | 40 | <div class="grid-item"> |
46 | | - <a href="./matic-js/get-started"> |
| 41 | + <a href="./liquidity-and-scalability"> |
47 | 42 | <div class="product-list-item-header"> |
48 | | - <div class="feature-card-heading">MaticJS</div> |
| 43 | + <div class="feature-card-heading">Unified liquidity & scalability</div> |
49 | 44 | </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> |
51 | 46 | </a> |
52 | 47 | </div> |
53 | 48 | <div class="grid-item"> |
54 | | - <a href="./storage/ipfs"> |
| 49 | + <a href="https://polygon.technology/blog/polygon-2-0-protocol-vision-and-architecture"> |
55 | 50 | <div class="product-list-item-header"> |
56 | | - <div class="feature-card-heading">Storage</div> |
| 51 | + <div class="feature-card-heading">Architecture deep-dive</div> |
57 | 52 | </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> |
59 | 54 | </a> |
60 | 55 | </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"> |
71 | 58 | <div class="product-list-item-header"> |
72 | | - <div class="feature-card-heading">Wallets</div> |
| 59 | + <div class="feature-card-heading">Welcome</div> |
73 | 60 | </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> |
75 | 62 | </a> |
76 | 63 | </div> |
77 | 64 | <div class="grid-item"> |
78 | | - <a href="https://polygonscan.com/"> |
| 65 | + <a href="./polygon-protocols.md"> |
79 | 66 | <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> |
81 | 68 | </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> |
83 | 70 | </a> |
84 | 71 | </div> |
85 | 72 | </div> |
|
0 commit comments