Skip to content

Commit

Permalink
Update sidebars.js, docker.md and ecosystem.md (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
STdevK authored Mar 19, 2024
1 parent d2f716f commit 13739f5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 31 deletions.
2 changes: 1 addition & 1 deletion docs/learn/ecosystem.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_label: Tools
sidebar_position: 2
hide_table_of_contents: false
hide_table_of_contents: true
---

# BNB Chain Development Tools
Expand Down
2 changes: 1 addition & 1 deletion docs/validator/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
53 changes: 24 additions & 29 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const sidebars = {
{
type: 'category',
label:'Wallet',
items:['beaconchain/wallets',
items:['Wallet', 'beaconchain/wallets', 'create-wallet',
{
type: 'category',
label:'Tutorials',
Expand All @@ -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',
{
Expand Down Expand Up @@ -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']
},
]
},
}
],
},

Expand Down

0 comments on commit 13739f5

Please sign in to comment.