Skip to content

Commit 4a32b3c

Browse files
update after review
1 parent ce32afe commit 4a32b3c

File tree

5 files changed

+41
-305
lines changed

5 files changed

+41
-305
lines changed

docs/tools/matic-js/fx-portal.md

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

docs/tools/wallets/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This document serves as a wallet index for wallets compatible with Polygon.
1+
This section serves as a wallet index for wallets compatible with Polygon.
22
> Please note that this is not an exhaustive index.
33
44
Wallets that support Polygon allow for key management, access to accounts controlled by

docs/tools/wallets/polygon-web-wallet/adding-a-custom-token.md

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

docs/tools/wallets/polygon-web-wallet/web-wallet-v3-guide.md

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

mkdocs.yml

Lines changed: 40 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: Polygon Knowledge Layer
1+
site_name: Polygon knowledge layer
22
site_author: Polygon Labs
33
copyright: Copyright © 2023 Polygon Labs
44
repo_name: Polygon Knowledge Layer
@@ -308,24 +308,19 @@ nav:
308308
- Flair: tools/data/flair.md
309309
- PARSIQ: tools/data/parsiq.md
310310
- Matic.js:
311-
- Installation: tools/matic-js/installation.md
312-
- API overview: tools/matic-js/api-architecture.md
313-
- Get started: tools/matic-js/get-started.md
314-
- Setup:
315-
- Ethers: tools/matic-js/setup/ethers.md
316-
- Web3js: tools/matic-js/setup/web3js.md
317-
- Set proof API: tools/matic-js/set-proof-api.md
318-
- FX portal bridge: tools/matic-js/fx-portal.md
319-
- zkEVM:
320-
- Initialize: tools/matic-js/zkevm/initialize.md
321-
- ERC20: tools/matic-js/zkevm/erc20.md
322-
- Common methods: tools/matic-js/zkevm/common-methods.md
323311
- POS:
312+
- Installation: tools/matic-js/installation.md
324313
- POS client: tools/matic-js/pos/client.md
325-
- Common methods:
326-
- Deposit ETH: tools/matic-js/pos/deposit-ether.md
327-
- isCheckPointed: tools/matic-js/pos/is-check-pointed.md
328-
- isDeposited: tools/matic-js/pos/is-deposited.md
314+
- API overview: tools/matic-js/api-architecture.md
315+
- Get started: tools/matic-js/get-started.md
316+
- Setup:
317+
- Ethers: tools/matic-js/setup/ethers.md
318+
- Web3js: tools/matic-js/setup/web3js.md
319+
- Set proof API: tools/matic-js/set-proof-api.md
320+
- Advanced:
321+
- ABI manager: tools/matic-js/advanced/abi-manager.md
322+
- Exit util: tools/matic-js/advanced/exit-util.md
323+
- Plugin: tools/matic-js/advanced/plugin.md
329324
- ERC20:
330325
- Overview: tools/matic-js/pos/erc20/index.md
331326
- approveMax: tools/matic-js/pos/erc20/approve-max.md
@@ -376,10 +371,14 @@ nav:
376371
- withdraw-exit: tools/matic-js/pos/erc1155/withdraw-exit.md
377372
- withdraw-start-many: tools/matic-js/pos/erc1155/withdraw-start-many.md
378373
- withdraw-start: tools/matic-js/pos/erc1155/withdraw-start.md
379-
- Advanced:
380-
- ABI manager: tools/matic-js/advanced/abi-manager.md
381-
- Exit util: tools/matic-js/advanced/exit-util.md
382-
- Plugin: tools/matic-js/advanced/plugin.md
374+
- Common methods:
375+
- Deposit ETH: tools/matic-js/pos/deposit-ether.md
376+
- isCheckPointed: tools/matic-js/pos/is-check-pointed.md
377+
- isDeposited: tools/matic-js/pos/is-deposited.md
378+
- zkEVM:
379+
- Initialize: tools/matic-js/zkevm/initialize.md
380+
- ERC20: tools/matic-js/zkevm/erc20.md
381+
- Common methods: tools/matic-js/zkevm/common-methods.md
383382
- Storage:
384383
- IPFS: tools/storage/ipfs.md
385384
- Filecoin: tools/storage/filecoinhelpers.md
@@ -398,30 +397,26 @@ nav:
398397
- Umbrella: tools/oracles/umbrella.md
399398
- Wallets:
400399
- Getting started: tools/wallets/getting-started.md
401-
- Polygon wallet:
402-
- Web wallet v3 guide: tools/wallets/polygon-web-wallet/web-wallet-v3-guide.md
403-
- Add a custom token: tools/wallets/polygon-web-wallet/adding-a-custom-token.md
404-
- Third-party apps:
405-
- Metamask:
406-
- Overview: tools/wallets/metamask/index.md
407-
- Create MetaMask wallet: tools/wallets/metamask/create-metamask-wallet.md
408-
- Add Polygon network: tools/wallets/metamask/add-polygon-network.md
409-
- Configure custom tokens: tools/wallets/metamask/custom-tokens.md
410-
- Create and import accounts: tools/wallets/metamask/multiple-accounts.md
411-
- Venly:
412-
- Intro: tools/wallets/venly/index.md
413-
- Create wallet: tools/wallets/venly/create-wallet.md
414-
- Add network: tools/wallets/venly/add-network.md
415-
- Add custom token: tools/wallets/venly/custom-tokens.md
416-
- Wallet link: tools/wallets/wallet-link.md
417-
- Fortmatic: tools/wallets/fortmatic.md
418-
- Portis: tools/wallets/portis.md
419-
- Torus: tools/wallets/torus.md
420-
- WalletConnect: tools/wallets/walletconnect.md
421-
- SlashAuth: tools/wallets/slashauth.md
422-
- Plaid wallet onboard: tools/wallets/plaid-wallet-onboard.md
423-
- Particle network: tools/wallets/particle-network.md
424-
- Web3Modal: tools/wallets/using-web3modal.md
400+
- Metamask:
401+
- Overview: tools/wallets/metamask/index.md
402+
- Create MetaMask wallet: tools/wallets/metamask/create-metamask-wallet.md
403+
- Add Polygon network: tools/wallets/metamask/add-polygon-network.md
404+
- Configure custom tokens: tools/wallets/metamask/custom-tokens.md
405+
- Create and import accounts: tools/wallets/metamask/multiple-accounts.md
406+
- Venly:
407+
- Intro: tools/wallets/venly/index.md
408+
- Create wallet: tools/wallets/venly/create-wallet.md
409+
- Add network: tools/wallets/venly/add-network.md
410+
- Add custom token: tools/wallets/venly/custom-tokens.md
411+
- Wallet link: tools/wallets/wallet-link.md
412+
- Fortmatic: tools/wallets/fortmatic.md
413+
- Portis: tools/wallets/portis.md
414+
- Torus: tools/wallets/torus.md
415+
- WalletConnect: tools/wallets/walletconnect.md
416+
- SlashAuth: tools/wallets/slashauth.md
417+
- Plaid wallet onboard: tools/wallets/plaid-wallet-onboard.md
418+
- Particle network: tools/wallets/particle-network.md
419+
- Web3Modal: tools/wallets/using-web3modal.md
425420
- Block explorers:
426421
- Polygon: https://polygonscan.com/
427422
- zkEVM: https://zkevm.polygonscan.com/

0 commit comments

Comments
 (0)