Skip to content

Commit 379a089

Browse files
Merge branch 'main' of https://github.com/0xPolygon/polygon-docs into cdk/matrix-updates
2 parents e323868 + f46414b commit 379a089

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ node_modules/
99
.DS_Store
1010
**/.DS_Store
1111
*.iml
12-
temp_dir/
12+
temp_dir/
13+
package-lock.json
14+
package.json

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,16 @@ hide:
111111
</a>
112112
<a href="cdk/architecture/type-1-prover/intro-t1-prover" class="flex-card-item w-inline-block">
113113
<div class="product-list-item-header">
114-
<div class="feature-card-heading">Type 1 Prover</div>
114+
<div class="feature-card-heading">Type 1 prover</div>
115115
<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">
116116
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
117117
</svg></div>
118118
</div>
119-
<p class="feature-paragraph">The Polygon Type 1 proving component used for creating proofs on your ZK-EVM chain.</p>
119+
<p class="feature-paragraph">The Polygon type 1 proving component used for creating proofs on your ZK-EVM chain.</p>
120120
</a>
121-
<a href="learn/agglayer" class="flex-card-item w-inline-block">
121+
<a href="https://polygon.technology/blog/aggregated-blockchains-a-new-thesis" class="flex-card-item w-inline-block">
122122
<div class="product-list-item-header">
123-
<div class="feature-card-heading">Agg Layer</div>
123+
<div class="feature-card-heading">AggLayer</div>
124124
<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">
125125
<path d="M9.98805 5.70133L3.41071 12.2787L4.58922 13.4572L11.1666 6.87976V12.2013H12.8333V4.03467H4.66665V5.70133H9.98805Z" fill="currentColor"></path>
126126
</svg></div>

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ nav:
509509
- Block explorers:
510510
- Polygon: https://polygonscan.com/
511511
- zkEVM: https://zkevm.polygonscan.com/
512-
- zkEVM testnet: https://explorer-ui.mainnet.zkevm-test.net/
512+
- zkEVM testnet: https://testnet-zkevm.polygonscan.com/
513513
- OKLink: https://www.oklink.com/polygon
514514
- Learn:
515515
- Learn: learn/index.md

0 commit comments

Comments
 (0)