diff --git a/mkdocs.yml b/mkdocs.yml index 9d619d3..9b2076e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -199,7 +199,7 @@ plugins: "testnet-faucets-98a5b8e69c7e40b59973aa36af2ac647.md": "build/getting-started/networks/pangolin.md" "how-to-become-a-collator-af6bce360d5b49ddacc56e4587510210.md": "node-operators/run-collator-node.md" "transfer-token-guide-346586c30af24607a9330c60bc22ab7f.md": "community/guide/transfer-token.md" - "rollup-testnet-c7d1eac29e154f269c4a1b1495173cbd.md": "build/getting-started/networks/rollup.md" + "rollup-testnet-c7d1eac29e154f269c4a1b1495173cbd.md": "build/getting-started/networks/overview.md" "migrate-darwinia-1.0-accounts-f7b86936f81e42c5a4aad5c02b3f3370.md": "community/guide/migration/generate-account.md" "darwinia-staking-6fecd6a66daa44bb828c760f0499ba73.md": "community/guide/staking.md" "commitment-token-precompile-41243f797bf4421dbb49db7d88dbfd60.md": "build/precompiles/commitment-token.md" @@ -269,6 +269,7 @@ plugins: "tutorials-e8bc845c70c647b3a5808faa8a554eb0.md": "community/overview.md" "multichain-gaming-and-metaverse-3f85acbb735942d6b712a8be13012bc7.md": "index.md" "multi-chain-dao-governance-d3b2e194828d4af8bad8e3fa28219fc3.md": "community/orgs/ringdao.md" + "migrate-multisig-account-2309e46d50d6419ba4c18f58bea890d9.md": "community/guide/migration/multisig-account.md" "deposit-module-1a46b7600b564f7e8a416f5d6f6ed759.md": "learn/collator-staking.md" # Others @@ -280,12 +281,14 @@ plugins: "msgport/interfaces.md": "https://docs.msgport.xyz/build/interfaces/" "msgport/faq.md": "https://docs.msgport.xyz/learn/faq/" "msgport/scan.md": "https://docs.msgport.xyz/build/scan/" + "msgport/troublesome.md": "https://docs.msgport.xyz/learn/faq/" "msgport/tutorial/remix-demo.md": "https://docs.msgport.xyz/build/tutorial/remix-demo/" "msgport/messaging-protocols/lcmp.md": "https://docs.msgport.xyz/learn/messaging-protocols/lcmp/" "msgport/use-cases/order-xclearing.md": "https://docs.msgport.xyz/learn/use-cases/order-xclearing/" "msgport/use-cases/xtoken.md": "https://docs.msgport.xyz/learn/use-cases/xtoken/" "msgport/use-cases/xaccount.md": "https://docs.msgport.xyz/learn/use-cases/xaccount/" "msgport/use-cases/xdao.md": "https://docs.msgport.xyz/learn/use-cases/xtoken/" + "msgport/user-cases/multichain-dao-governance.md": "https://docs.msgport.xyz/learn/use-cases/xdao/" "msgport/use-cases/overview.md": "https://docs.msgport.xyz/learn/use-cases/overview/" "msgport/user-cases/overview.md": "https://docs.msgport.xyz/learn/use-cases/overview/" "msgport/user-cases/token-bridge.md": "https://docs.msgport.xyz/learn/use-cases/xtoken/" @@ -300,7 +303,7 @@ plugins: "evm/wallets.md": "learn/ethereum-compatibility/overview.md" "evm/faq.md": "learn/faq.md" "evm/overview.md": "index.md" - "evm/chains/rollup.md": "build/getting-started/networks/rollup.md" + "evm/chains/rollup.md": "build/getting-started/networks/overview.md" "evm/chains/overview.md": "build/getting-started/networks/overview.md" "evm/tutorial/staking.md": "community/guide/staking.md" "evm/tutorial/multisig-wallet.md": "community/guide/multisig-wallet.md" @@ -318,14 +321,20 @@ plugins: "evm/tutorial/smart-contract/interact-with-foundry.md": "build/ethereum-tools/interact-with-foundry.md" "evm/tutorial/smart-contract/interact-with-ethersjs.md": "build/ethereum-tools/interact-with-ethersjs.md" "evm/ethereum-compatibility/precompiles/deposit.md": "build/precompiles/deposit.md" + "evm/ethereum-compatibility/precompiles/ethereum.md": "build/precompiles/ethereum.md" + "evm/ethereum-compatibility/precompiles/dispatch.md": "build/precompiles/dispatch.md" + "evm/ethereum-compatibility/precompiles/usdt.md": "build/precompiles/usdt.md" + "evm/ethereum-compatibility/precompiles/staking.md": "build/precompiles/staking.md" + "evm/ethereum-compatibility/precompiles/conviction-voting.md": "build/precompiles/conviction-voting.md" "evm/ethereum-compatibility/evm-tracing.md": "learn/ethereum-compatibility/evm-tracing.md" + "evm/ethereum-compatibility/gas.md": "learn/ethereum-compatibility/gas.md" "evm/chains/darwinia.md": "build/getting-started/networks/darwinia.md" "evm/chains/pangolin.md": "build/getting-started/networks/pangolin.md" "evm/chains/crab.md": "build/getting-started/networks/crab.md" "evm/darwinia-staking/commitment-token.md": "learn/collator-staking.md" - "evm/ethereum-compatibility/precompiles/dispatch.md": "build/precompiles/dispatch.md" - "evm/ethereum-compatibility/precompiles/staking.md": "build/precompiles/staking.md" - "evm/ethereum-compatibility/precompiles/conviction-voting.md": "build/precompiles/conviction-voting.md" + "evm/darwinia-staking/staking.md": "learn/collator-staking.md" + "evm/darwinia-staking/deposit.md": "learn/collator-staking.md" + "evm/tutorial/create-dao.md": "community/guide/create-dao.md" "docs/en/wiki-us-tokens.md": "community/overview.md" "docs/zh-CN/crab-tut-nominator.md": "index.md" "docs/zh-CN/wiki-tut-wormhole-e2d.md": "index.md" @@ -345,11 +354,12 @@ plugins: "builder/solidity-sdk/guides/dispatch-remote-substrate-call.md": "index.md" "learn/stake/staking.md": "learn/collator-staking.md" "learn/stake/deposit.md": "learn/collator-staking.md" + "learn/stake/commitment-token.md": "learn/collator-staking.md" "learn/chains/overview.md": "build/getting-started/networks/overview.md" "learn/chains/darwinia.md": "build/getting-started/networks/darwinia.md" "learn/chains/crab.md": "build/getting-started/networks/crab.md" "learn/chains/pangolin.md": "build/getting-started/networks/pangolin.md" - "learn/chains/rollup.md": "build/getting-started/networks/rollup.md" + "learn/chains/rollup.md": "build/getting-started/networks/overview.md" "learn/wallets.md": "build/getting-started/wallets.md" "learn/ethereum-compatibility/precompiles/overview.md": "build/precompiles/overview.md" "learn/ethereum-compatibility/precompiles/ethereum.md": "build/precompiles/ethereum.md" @@ -382,6 +392,7 @@ plugins: "community/ringdao.md": "community/orgs/ringdao.md" "community/dcdao.md": "community/orgs/dcdao.md" "community/ktondao.md": "community/orgs/ktondao.md" + "community/collaboration.md": "community/overview.md" nav: - Learn: