Skip to content

Commit

Permalink
update(sidebars): rmv top-level get started category and push con higher
Browse files Browse the repository at this point in the history
  • Loading branch information
salmad3 committed Dec 19, 2023
1 parent 8697258 commit 9c5619c
Showing 1 changed file with 11 additions and 20 deletions.
31 changes: 11 additions & 20 deletions sidebars.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
avail: [
'index',
'about/introduction',
{
type: 'category',
label: 'Clash of Nodes',
Expand All @@ -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',
],
},
{
Expand Down

0 comments on commit 9c5619c

Please sign in to comment.