Skip to content

Commit 128f271

Browse files
Merge branch 'main' of https://github.com/0xPolygon/polygon-docs into 0xgraciegrace-draftpatch-1
2 parents 600832c + fc17215 commit 128f271

File tree

113 files changed

+950
-446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+950
-446
lines changed

.github/assets/staging-taskdef.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
}],
5252
"volumes": [],
5353
"networkMode": "awsvpc",
54-
"memory": "1024",
55-
"cpu": "512",
54+
"memory": "512",
55+
"cpu": "256",
5656
"executionRoleArn": "arn:aws:iam::070528468658:role/docs-staging-TaskRole",
5757
"family": "docs-staging-taskdefinition",
5858
"taskRoleArn": "arn:aws:iam::070528468658:role/docs-staging-TaskRole",

CONTENT_DISCLAIMER.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Polygon Knowledge Layer third-party content disclaimer
2+
3+
The Polygon Knowledge Layer contains third-party content which includes websites, products, and services that are provided for informational purposes only.
4+
5+
Polygon Labs does not endorse, warrant, or make any representations regarding the accuracy, quality, reliability, or legality of any third-party websites, products, or services. If you decide to access any third-party content linked from the Polygon Knowledge Layer, you do so entirely at your own risk and subject to the terms and conditions of use for such websites. Polygon Labs reserves the right to withdraw such references and links without notice.
6+
7+
The Polygon Knowledge Layer serves as an industry public good and is made available under the MIT open source license. In addition, please view the official [Polygon Labs Terms of Use](https://polygon.technology/terms-of-use).

docs/cdk/index.md

Lines changed: 40 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,45 @@ hide:
33
- toc
44
---
55

6-
<div class="section-wrapper product-section-head">
7-
<div class="hero-image"><img src="../img/cdk/cdk.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div>
8-
<div class="hero-left">
9-
<h1 class="hero-heading">Polygon CDK</h1>
10-
<p class="hero-subtext">Polygon Chain Development Kit (CDK) is a modular, open source software toolkit for blockchain developers to launch new L2 chains on Ethereum.</p>
11-
</div>
12-
</br>
6+
<style>
7+
.git-revision-date-localized-plugin, .md-source-file, .md-content__button.md-icon {
8+
display: none;
9+
}
10+
</style>
11+
12+
<div class="section-wrapper product-section-head">
13+
<div class="hero-image"><img src="../img/cdk/cdk.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div>
14+
<div class="hero-left">
15+
<h1 class="hero-heading">Polygon CDK</h1>
16+
<p class="hero-subtext">Polygon Chain Development Kit (CDK) is a modular, open source software toolkit for blockchain developers to launch new L2 chains on Ethereum.</p>
17+
</div>
18+
</br>
19+
</div>
20+
21+
<div class="grid-container">
22+
<div class="grid-item">
23+
<a href="./get-started/quickstart-rollup">
24+
<div class="product-list-item-header">
25+
<div class="feature-card-heading">CDK rollups</div>
26+
</div>
27+
<p class="feature-paragraph">Get started with the CDK zkRollup stack.</p>
28+
</a>
29+
</div>
30+
<div class="grid-item">
31+
<a href="./get-started/quickstart-validium">
32+
<div class="product-list-item-header">
33+
<div class="feature-card-heading">CDK validiums</div>
34+
</div>
35+
<p class="feature-paragraph">Get started with the CDK validium stack.</p>
36+
</a>
1337
</div>
14-
<div class="grid-container">
15-
<div class="grid-item">
16-
<a href="./get-started/quickstart-rollup">
17-
<div class="product-list-item-header">
18-
<div class="feature-card-heading">CDK rollups</div>
19-
</div>
20-
<p class="feature-paragraph">Get started with the CDK zkRollup stack.</p>
21-
</a>
22-
</div>
23-
<div class="grid-item">
24-
<a href="./get-started/quickstart-validium">
25-
<div class="product-list-item-header">
26-
<div class="feature-card-heading">CDK validiums</div>
27-
</div>
28-
<p class="feature-paragraph">Get started with the CDK validium stack.</p>
29-
</a>
30-
</div>
31-
<div class="grid-item">
32-
<a href="./spec/validium-vs-rollup">
33-
<div class="product-list-item-header">
34-
<div class="feature-card-heading">Rollup versus validium</div>
35-
</div>
36-
<p class="feature-paragraph">Discover the key differences between the rollup and validium infrastructure options.</p>
37-
</a>
38-
</div>
38+
<div class="grid-item">
39+
<a href="./spec/validium-vs-rollup">
40+
<div class="product-list-item-header">
41+
<div class="feature-card-heading">Rollup versus validium</div>
42+
</div>
43+
<p class="feature-paragraph">Discover the key differences between the rollup and validium infrastructure options.</p>
44+
</a>
3945
</div>
40-
</div>
46+
</div>
47+
</div>

docs/img/miden/vm/user-docs/assembly/assembly_to_VM.png renamed to docs/img/miden/vm/specification/assembly/assembly_to_VM.png

File renamed without changes.

docs/img/miden/vm/user-docs/assembly/execution_contexts/context_transitions.png renamed to docs/img/miden/vm/specification/assembly/execution_contexts/context_transitions.png

File renamed without changes.

docs/img/miden/vm/user-docs/assembly/execution_contexts/root_mem_layout.png renamed to docs/img/miden/vm/specification/assembly/execution_contexts/root_mem_layout.png

File renamed without changes.

docs/img/miden/vm/user-docs/assembly/execution_contexts/user_mem_layout.png renamed to docs/img/miden/vm/specification/assembly/execution_contexts/user_mem_layout.png

File renamed without changes.

docs/img/miden/vm/user-docs/assembly/overview/miden_vm_overview.png renamed to docs/img/miden/vm/specification/assembly/overview/miden_vm_overview.png

File renamed without changes.

docs/img/pos/bad_block.png

52.1 KB
Loading

docs/img/pos/block_number.png

587 KB
Loading

0 commit comments

Comments
 (0)