diff --git a/docs/learn/ecosystem.md b/docs/learn/ecosystem.md index 1528a6abc9..7955dc4918 100644 --- a/docs/learn/ecosystem.md +++ b/docs/learn/ecosystem.md @@ -1,7 +1,7 @@ --- sidebar_label: Tools sidebar_position: 2 -hide_table_of_contents: false +hide_table_of_contents: true --- # BNB Chain Development Tools diff --git a/docs/validator/docker.md b/docs/validator/docker.md index a55fe7b864..54e1cb949a 100644 --- a/docs/validator/docker.md +++ b/docs/validator/docker.md @@ -49,7 +49,7 @@ unzip mainnet.zip ``` Testnet ```bash -wget $(curl -s https://api.github.com/repos/bnb-chain/bsc/releases/latest |grep browser_ |grep mainnet |cut -d\" -f4) +wget $(curl -s https://api.github.com/repos/bnb-chain/bsc/releases/latest |grep browser_ |grep testnet |cut -d\" -f4) unzip testnet.zip ``` diff --git a/sidebars.js b/sidebars.js index 95ffb7103a..dac2d53a9b 100644 --- a/sidebars.js +++ b/sidebars.js @@ -61,7 +61,7 @@ const sidebars = { { type: 'category', label:'Wallet', - items:['beaconchain/wallets', + items:['Wallet', 'beaconchain/wallets', 'create-wallet', { type: 'category', label:'Tutorials', @@ -71,10 +71,30 @@ const sidebars = { {type:'doc', id:'beaconchain/wallet/tutorial/trezor-model-t-user-guide', label:'Trezor Wallet Guide'}, {type:'doc', id:'beaconchain/wallet/tutorial/bep8', label:'How to manage BEP8 token with Web Wallet'}, ] - } + }, + { + type: 'category', + //collapsible: true, + collapsed: true, + label: 'BNB Chain Extension Wallet', + items: ['bnb-chain-wallet','manual', 'add-account', 'wallet_api','staking-with-ext-wallet'] + }, + { + type: 'category', + collapsed: true, + label: 'Tutorials on Third Party Wallets', + items:['wallets/wallet-tutorial-overview','wallet/trustwallet', 'wallet/metamask','wallet/arkane', 'wallet/math', 'wallet/myetherwallet', + 'wallet/infinitywallet', 'wallet/AlphaWallet', 'wallet/coin98wallet', + 'wallet/ledger', 'wallet/trezor', 'wallets/tutorial/BSCimToken', 'learn/gnosis'] + }, ] }, - {type: 'doc', label: 'Development Tools', id:'learn/ecosystem'}, + { + type: 'link', + label: 'Developer Tooling Landscape', + href: 'https://www.bnbchain.org/en/dev-tools', + }, + {type: 'doc', label: 'Tools', id:'learn/ecosystem'}, {type:'doc', id:'rpc', label:'RPC Endpoints'}, 'BSCmainnet', 'BSCtestnet', 'BSCexplorers', { @@ -172,32 +192,7 @@ const sidebars = { 'migration/evm-chains/token-migration'] } ] - }, - - - { - type: 'category', - //collapsible: true, - collapsed: true, - label: 'Wallet', - items: ['Wallet', 'create-wallet', - { - type: 'category', - //collapsible: true, - collapsed: true, - label: 'BNB Chain Extension Wallet', - items: ['bnb-chain-wallet','manual', 'add-account', 'wallet_api','staking-with-ext-wallet'] - }, - { - type: 'category', - collapsed: true, - label: 'Tutorials on Third Party Wallets', - items:['wallets/wallet-tutorial-overview','wallet/trustwallet', 'wallet/metamask','wallet/arkane', 'wallet/math', 'wallet/myetherwallet', - 'wallet/infinitywallet', 'wallet/AlphaWallet', 'wallet/coin98wallet', - 'wallet/ledger', 'wallet/trezor', 'wallets/tutorial/BSCimToken', 'learn/gnosis'] - }, - ] - }, + } ], },