Skip to content

Commit

Permalink
second attempt at resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Genesis3800 committed Dec 19, 2023
1 parent 68ff4e3 commit 575c963
Showing 1 changed file with 27 additions and 23 deletions.
50 changes: 27 additions & 23 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,6 +15,9 @@ module.exports = {
'clash-of-nodes/faqs',
],
},
'about/introduction',
'networks',
'build/quickstart',
{
type: 'category',
label: 'Learn about Avail',
Expand All @@ -40,29 +42,18 @@ module.exports = {
},
{
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 All @@ -74,6 +65,7 @@ module.exports = {
collapsed: true,
items: [
'operate/node-types',
'operate/deployment-options',
{
type: 'category',
label: 'Run a Light Client',
Expand Down Expand Up @@ -218,9 +210,21 @@ module.exports = {
],
},
{
type: 'link',
type: 'category',
label: 'Madara Starknet',
href: 'https://github.com/keep-starknet-strange/madara',
link: {
type: 'generated-index',
},
collapsed: true,
items: [
'build/madara/overview',
'build/madara/madara',
{
type: 'link',
label: 'Madara Starknet',
href: 'https://github.com/keep-starknet-strange/madara',
},
],
},
'api/use-case-validiums',
],
Expand Down Expand Up @@ -255,4 +259,4 @@ module.exports = {
'glossary',
'faqs',
],
};
};

0 comments on commit 575c963

Please sign in to comment.