|
87 | 87 | - Start services: zkEVM/get-started/setup-nodes/deploy-zkevm/start-services.md |
88 | 88 | - Sync state with snapshots: zkEVM/get-started/state-sync-snapshots.md |
89 | 89 | - Historical data: zkEVM/get-started/historical-data.md |
90 | | - - How to: |
91 | | - - How to: zkEVM/how-to/index.md |
92 | | - - Write a contract: zkEVM/how-to/write-contract.md |
93 | | - - Deploy a contract with Foundry: zkEVM/how-to/using-foundry.md |
94 | | - - Deploy a contract with Hardhat: zkEVM/how-to/using-hardhat.md |
95 | | - - Verify a contract: zkEVM/how-to/verify-contract.md |
96 | | - - Check transaction status: zkEVM/how-to/check-tx-status.md |
97 | 90 | - Architecture high-level: |
98 | 91 | - Overview: zkEVM/architecture/high-level/overview.md |
99 | 92 | - Smart contracts: |
@@ -410,20 +403,27 @@ nav: |
410 | 403 | - Commands: tools/dApp-development/launchpad/commands.md |
411 | 404 | - Contributing: tools/dApp-development/launchpad/contributing.md |
412 | 405 | - Common pitfalls: tools/dApp-development/launchpad/common-pitfalls.md |
413 | | - - Common tools: |
| 406 | + - Smart contract development: |
| 407 | + - PoS: |
414 | 408 | - Hardhat: tools/dApp-development/common-tools/hardhat.md |
415 | 409 | - Remix: tools/dApp-development/common-tools/remix.md |
416 | 410 | - Replit: tools/dApp-development/common-tools/replit.md |
417 | | - - Smart contract development: |
418 | | - - Third-party tools: tools/dApp-development/pos/third-party-smart-contracts.md |
| 411 | + - zkEVM: |
| 412 | + - Write a contract: zkEVM/how-to/write-contract.md |
| 413 | + - Deploy a contract with Foundry: zkEVM/how-to/using-foundry.md |
| 414 | + - Deploy a contract with Hardhat: zkEVM/how-to/using-hardhat.md |
| 415 | + - Verify a contract: zkEVM/how-to/verify-contract.md |
| 416 | + - Check transaction status: zkEVM/how-to/check-tx-status.md |
| 417 | + - Third-party tutorials: tools/dApp-development/third-party-tutorials.md |
| 418 | + #- OKLink: |
| 419 | + #- OKLink verify contract with API: https://www.oklink.com/docs/en/#on-chain-tools-contract-verification |
| 420 | + #- OKLink verify contract with external plugins: https://www.oklink.com/docs/en/#on-chain-tools-contract-verification-plugins |
| 421 | + #- Venly: |
| 422 | + #- Venly's NFT-API: https://docs.venly.io/docs/nft-api-getting-started |
| 423 | + #- Venly's Zapier integration: https://docs.venly.io/docs/zapier-integration |
419 | 424 | - Chain indexer framework: |
420 | 425 | - Overview: tools/chain-indexer-framework/overview.md |
421 | | - - Usage: tools/chain-indexer-framework/usage.md |
422 | | - - Third-party tutorials: |
423 | | - - OKLink verify contract with API: https://www.oklink.com/docs/en/#on-chain-tools-contract-verification |
424 | | - - OKLink verify contract with external plugins: https://www.oklink.com/docs/en/#on-chain-tools-contract-verification-plugins |
425 | | - - Venly's NFT-API: https://docs.venly.io/docs/nft-api-getting-started |
426 | | - - Venly's Zapier integration: https://docs.venly.io/docs/zapier-integration |
| 426 | + - Usage: tools/chain-indexer-framework/usage.md |
427 | 427 | - Gas: |
428 | 428 | - Polygon MATIC faucet: tools/gas/matic-faucet.md |
429 | 429 | - Polygon gas station: tools/gas/polygon-gas-station.md |
@@ -610,6 +610,7 @@ markdown_extensions: |
610 | 610 | - footnotes |
611 | 611 | - def_list |
612 | 612 | - attr_list |
| 613 | + - md_in_html |
613 | 614 | - abbr |
614 | 615 | - pymdownx.tabbed |
615 | 616 | - pymdownx.superfences |
|
0 commit comments