Skip to content

Commit

Permalink
Update redirect map
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Jun 6, 2024
1 parent f108107 commit b396f0b
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ plugins:
"dapp-list-5b5f8b88d7b940e99d6f82c979cf7fd8.md": "index.md"
"pangoro-testnet-70cfec5dc9ca42759959ba3803edaec2.md": "index.md"
"precompiled-contracts-98c3e406495043838199aaf8c1b74601.md": "build/precompiles/overview.md"
"create-dao-guide-098b104edc9f47e6884f56ff77057d6d.md": "community/guide/create-dao.md"
"ethereum-compatibility-d358d1707b654aa6b5d759188ba5fda8.md": "learn/ethereum-compatibility/overview.md"
"glossary-8967fc4aa6a046a69b525dff7bf70a50.md": "https://docs.msgport.xyz/learn/glossary/"
# Others
Expand All @@ -253,6 +254,9 @@ plugins:
"msgport/networks.md": "https://docs.msgport.xyz/build/networks/"
"msgport/workflow.md": "https://docs.msgport.xyz/build/workflow/"
"msgport/api.md": "https://docs.msgport.xyz/build/api/"
"msgport/interfaces.md": "https://docs.msgport.xyz/build/interfaces/"
"msgport/faq.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/"
Expand All @@ -270,21 +274,27 @@ plugins:
"evm/glossary.md": "index.md"
"evm/faq.md": "learn/faq.md"
"evm/overview.md": "index.md"
"evm/chains/overview.md": "build/getting-started/networks/overview.md"
"evm/tutorial/staking.md": "community/guide/staking.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/tutorial/multisig-wallet.md": "community/guide/multisig-wallet.md"
"evm/tutorial/indexer/subquery.md": "build/indexer/subquery.md"
"evm/tutorial/transfer-token.md": "community/guide/transfer-token.md"
"evm/tutorial/migration/generate-account.md": "community/guide/migration/generate-account.md"
"evm/tutorial/chain/run-archive-node.md": "node-operators/run-archive-node.md"
"evm/tutorial/chain/run-evm-tracing-node.md": "node-operators/run-evm-tracing-node.md"
"evm/tutorial/smart-contract/awesome-tutorial.md": "index.md"
"evm/tutorial/smart-contract/interact-with-web3js.md": "build/ethereum-tools/interact-with-web3js.md"
"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/evm-tracing.md": "learn/ethereum-compatibility/evm-tracing.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/tutorial/chain/run-archive-node.md": "node-operators/run-archive-node.md"
"evm/tutorial/smart-contract/awesome-tutorial.md": "index.md"
"evm/ethereum-compatibility/precompiles/conviction-voting.md": "build/precompiles/conviction-voting.md"
"evm/tutorial/chain/run-evm-tracing-node.md": "node-operators/run-evm-tracing-node.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"
Expand Down

0 comments on commit b396f0b

Please sign in to comment.