Skip to content

Commit

Permalink
Fix historical links for the docs (#57)
Browse files Browse the repository at this point in the history
* Fix historical broken links

* Fix notion links
  • Loading branch information
boundless-forest authored May 21, 2024
1 parent f12182f commit a957e54
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,46 @@ plugins:
enable_creation_date: true
- redirects:
redirect_maps:
"msgport/glossary.md": "https://docs.msgport.xyz/learn/glossary/"
"msgport/networks.md": "https://docs.msgport.xyz/build/networks/"
"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/"
"msgport/use-cases/order-xclearing.md": "https://docs.msgport.xyz/learn/use-cases/order-xclearing/"
"ecosystem.md": "community/overview.md"
"ring.md": "community/orgs/ringdao.md"
"evm/governance.md": "community/guide/governance.md"
"evm/faq.md": "earn/faq.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/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/darwinia-staking/commitment-token.md": "learn/collator-staking.md"
"evm/ethereum-compatibility/precompiles/dispatch.md": "build/precompiles/dispatch.md"
"evm/ethereum-compatibility/precompiles/staking": "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"
# Notion sites
"msgport-interfaces-e2aa3703c34b4016b689ddf5e8ec7ed9.md": "https://docs.msgport.xyz/build/interfaces/"
"lcmp-overview-d205c8d8e5794c789065aabdbb5f78c8.md": "https://docs.msgport.xyz/learn/messaging-protocols/lcmp/"
"getting-started-with-metamask-7e62c6c12f884e868110461b956b4f40.md": "community/guide/transfer-token.md"
"governance-ede4ddc7baea4020b6bfb270f30dd5ea.md": "learn/governance.md"
"staking-guide-4306a2a3f25f4ea0b41377e267e1d319.md": "community/guide/staking.md"
"darwinia-2-99b0d585271c4d029474c5f123139a4a.md": "build/getting-started/networks/overview.md"
"darwinia-evm-df814f681ec248438cb762df8aaddbd6.md": "build/getting-started/networks/overview.md"
"account-migration-f7b86936f81e42c5a4aad5c02b3f3370.md": "community/guide/migration/generate-account.md"
"chain-guides-b2854461c1ec495ea92fcb0817f504bd.md": "node-operators/snapshot.md"
"ethereum-precompiles-84a597a98ce440d8872e271bc64d6c5c.md": "build/precompiles/overview.md"
"indexer-guides-d4ca84582e124d18859ebaffc0804fff.md": "build/indexer/subquery.md"
"json-rpc-list-c96e3afedb0b4fb8a902527ffdb5ce6c.md": "learn/ethereum-compatibility/jsonrpc.md"
"tutorials-2c4264bfbe9c4f21833ac1939ba849ff.md": "community/overview.md"
"builder-0f142bfb7f6b41d78548fca21531a03d.md": "build/getting-started/networks/overview.md"
"libraries-4a4ce70014ba43b7977aeb16ce9634ab.md": "build/getting-started/networks/overview.md"
"dapp-development-4b021f21c52d474aa08a8109eb55bbd1.md": "build/getting-started/networks/overview.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"
Expand Down Expand Up @@ -175,8 +215,7 @@ plugins:
"community/ringdao.md": "community/orgs/ringdao.md"
"community/dcdao.md": "community/orgs/dcdao.md"
"community/ktondao.md": "community/orgs/ktondao.md"



nav:
- Home: "index.md"
- Learn:
Expand Down

0 comments on commit a957e54

Please sign in to comment.