Skip to content

Commit d93fdca

Browse files
katharines edits
1 parent 903cd2c commit d93fdca

File tree

7 files changed

+14
-16
lines changed

7 files changed

+14
-16
lines changed
File renamed without changes.

docs/zkEVM/bridge-to-zkevm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
:::caution Risks
33

4-
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Disclosures</ins>](risk-disclosures.md) section.
4+
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Disclosures</ins>](/troubleshooting/risk-disclosures.md) section.
55

66
:::
77

docs/zkEVM/connect-wallet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
:::caution Risks
33

4-
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Disclosures</ins>](risk-disclosures.md) section.
4+
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Disclosures</ins>](troubleshooting/risk-disclosures.md) section.
55

66
:::
77

@@ -17,7 +17,7 @@ Navigate to `Add network` in your wallet, and enter the respective network detai
1717

1818
Here is a video tutorial on **how to add Polygon zkEVM Testnet to MetaMask and deploy smart contracts**:
1919

20-
<video loop autoplay width="100%" height="100%" controls="true" >
20+
<video loop width="100%" height="100%" controls="true" >
2121
<source type="video/mp4" src="/zkEVM/img/tutorial.mp4"></source>
2222
<p>Your browser does not support the video element.</p>
2323
</video>
File renamed without changes.

docs/zkEVM/welcome.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ Polygon zkEVM is fully compatible with Ethereum to provide a complete EVM-like U
66

77
Users do not need any special toolings or wallets in order to build or interact with Polygon zkEVM.
88

9-
109
Simply switch to the zkEVM RPC and start building on a network with a higher throughput and lower fees.
1110

12-
:::caution Risks
13-
14-
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Disclosures</ins>](risk-disclosures.md) section.
15-
16-
:::
11+
!!! caution
12+
Check the list of potential risks associated with the use of Polygon zkEVM in the [Disclosures](/troubleshooting/risk-disclosures.md) section.

docs/zkEVM/zkevm-faucet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
:::caution Risks
33

4-
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Disclosures</ins>](risk-disclosures.md) section.
4+
Check the list of potential risks associated with the use of Polygon zkEVM in the [<ins>Disclosures</ins>](/troubleshooting/risk-disclosures.md) section.
55

66
:::
77

mkdocs.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ nav:
6767
- Retiring products:
6868
- EDGE: cdk/edge-suggestion.md
6969
- zkEVM:
70-
- Overview: zkEVM/index.md
70+
- zkEVM/index.md
7171
- Get started:
7272
- Welcome: zkEVM/welcome.md
7373
- Quickstart:
@@ -89,18 +89,20 @@ nav:
8989
- Deploy a contract with Foundry: zkEVM/using-foundry.md
9090
- Deploy a contract with Hardhat: zkEVM/using-hardhat.md
9191
- Verify a contract: zkEVM/verify-smart-contract.md
92-
- Learning zkEVM: zkEVM/learning.md
93-
- Disclosures: zkEVM/risk-disclosures.md
94-
- Third-party tools:
95-
- Using web3modal SDK: zkEVM/using-web3modal.md
92+
- Concepts:
93+
- Learning zkEVM: zkEVM/learning.md
94+
- Troubleshooting:
95+
- Disclosures: zkEVM/troubleshooting/risk-disclosures.md
9696
- PoS:
9797
- Overview: pos/index.md
9898
- Miden:
9999
- Overview: miden/index.md
100100
#- Miden playground: https://0xpolygonmiden.github.io/examples/
101101
#- Miden zkRollup docs: https://0xpolygonmiden.github.io/miden-base/introduction.html
102102
#- Miden VM docs: https://0xpolygonmiden.github.io/miden-vm/
103-
- Tools: tools/index.md
103+
- Tools:
104+
- tools/index.md
105+
- Using Web3Modal SDK: tools/using-web3modal.md
104106
- Tutorials:
105107
- Tutorials: tutorials/index.md
106108
- Build a Validium-based App-chain: tutorials/build-validium.md

0 commit comments

Comments
 (0)