@@ -4,7 +4,7 @@ copyright: Copyright © 2024 Polygon Labs
44repo_name : Polygon Knowledge Layer
55repo_url : https://github.com/0xPolygon/polygon-docs
66edit_uri : edit/main/docs/
7- # site_url: https://docs.polygon.technology/
7+ site_url : https://docs.polygon.technology/
88
99theme :
1010 name : material
8787 - Start services : zkEVM/get-started/setup-nodes/deploy-zkevm/start-services.md
8888 - Sync state with snapshots : zkEVM/get-started/state-sync-snapshots.md
8989 - Historical data : zkEVM/get-started/historical-data.md
90- - How to :
91- - Write a contract : zkEVM/how-to/write-contract.md
92- - Deploy a contract with Foundry : zkEVM/how-to/using-foundry.md
93- - Deploy a contract with Hardhat : zkEVM/how-to/using-hardhat.md
94- - Verify a contract : zkEVM/how-to/verify-contract.md
9590 - Architecture high-level :
9691 - Overview : zkEVM/architecture/high-level/overview.md
9792 - Smart contracts :
@@ -405,20 +400,27 @@ nav:
405400 - Commands : tools/dApp-development/launchpad/commands.md
406401 - Contributing : tools/dApp-development/launchpad/contributing.md
407402 - Common pitfalls : tools/dApp-development/launchpad/common-pitfalls.md
408- - Common tools :
403+ - Smart contract development :
404+ - PoS :
409405 - Hardhat : tools/dApp-development/common-tools/hardhat.md
410406 - Remix : tools/dApp-development/common-tools/remix.md
411407 - Replit : tools/dApp-development/common-tools/replit.md
412- - Smart contract development :
413- - Third-party tools : tools/dApp-development/pos/third-party-smart-contracts.md
408+ - zkEVM :
409+ - Write a contract : zkEVM/how-to/write-contract.md
410+ - Deploy a contract with Foundry : zkEVM/how-to/using-foundry.md
411+ - Deploy a contract with Hardhat : zkEVM/how-to/using-hardhat.md
412+ - Verify a contract : zkEVM/how-to/verify-contract.md
413+ - Third-party tutorials : tools/dApp-development/third-party-tutorials.md
414+ - Popular tools :
415+ - OKX explorer :
416+ - Verify contract with API : https://www.oklink.com/docs/en/#on-chain-tools-contract-verification
417+ - Verify contract with external plugins : https://www.oklink.com/docs/en/#on-chain-tools-contract-verification-plugins
418+ - Venly :
419+ - NFT API : https://docs.venly.io/docs/nft-api-getting-started
420+ - Zapier integration : https://docs.venly.io/docs/zapier-integration
414421 - Chain indexer framework :
415422 - Overview : tools/chain-indexer-framework/overview.md
416- - Usage : tools/chain-indexer-framework/usage.md
417- - Third-party tutorials :
418- - OKLink verify contract with API : https://www.oklink.com/docs/en/#on-chain-tools-contract-verification
419- - OKLink verify contract with external plugins : https://www.oklink.com/docs/en/#on-chain-tools-contract-verification-plugins
420- - Venly's NFT-API : https://docs.venly.io/docs/nft-api-getting-started
421- - Venly's Zapier integration : https://docs.venly.io/docs/zapier-integration
423+ - Usage : tools/chain-indexer-framework/usage.md
422424 - Gas :
423425 - Polygon MATIC faucet : tools/gas/matic-faucet.md
424426 - Polygon gas station : tools/gas/polygon-gas-station.md
@@ -605,6 +607,7 @@ markdown_extensions:
605607 - footnotes
606608 - def_list
607609 - attr_list
610+ # - md_in_html
608611 - abbr
609612 - pymdownx.tabbed
610613 - pymdownx.superfences
0 commit comments