diff --git a/sidebars.js b/sidebars.js index 133bbc1c..847300ea 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1,7 +1,6 @@ module.exports = { avail: [ 'index', - 'about/introduction', { type: 'category', label: 'Clash of Nodes', @@ -16,31 +15,23 @@ module.exports = { 'clash-of-nodes/faqs', ], }, + 'about/introduction', + 'networks', + 'build/quickstart', { type: 'category', - label: 'Get Started', + label: 'New User Guide', link: { type: 'generated-index', }, + collapsed: true, items: [ - 'networks', - 'build/quickstart', - { - type: 'category', - label: 'New User Guide', - link: { - type: 'generated-index', - }, - collapsed: true, - items: [ - 'about/accounts', - 'about/explorer', - 'about/faucet', - 'about/identity', - 'about/balance-transfers', - 'about/nomination-pools', - ], - }, + 'about/accounts', + 'about/explorer', + 'about/faucet', + 'about/identity', + 'about/balance-transfers', + 'about/nomination-pools', ], }, {