Skip to content

Commit

Permalink
Update sidebars.js
Browse files Browse the repository at this point in the history
  • Loading branch information
evanorti committed Jan 9, 2024
1 parent bbe789c commit 44f603d
Showing 1 changed file with 23 additions and 24 deletions.
47 changes: 23 additions & 24 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,10 @@ const sidebars = {
'index',
{
type: 'category',
label: 'Learn',
label: 'About',
link: { type: 'doc', id: 'learn/README' },
items: [
'learn/protocol',
{
type: 'category',
label: 'Station',
link: { type: 'doc', id: 'landing-pages/station' },
items: [
{
type: 'autogenerated',
dirName: 'learn/station',
},
],
},
'learn/fees',
'learn/glossary',
'learn/vesting-contract',
Expand All @@ -53,6 +42,17 @@ const sidebars = {

],
},
{
type: 'category',
label: 'Station',
link: { type: 'doc', id: 'landing-pages/station' },
items: [
{
type: 'autogenerated',
dirName: 'station',
},
],
},
{
type: 'category',
label: 'Develop',
Expand Down Expand Up @@ -222,25 +222,24 @@ const sidebars = {
},
],
},

{
type: 'category',
label: 'Terra migration guides',
link: { type: 'doc', id: 'landing-pages/migration' },
items: [
{
type: 'autogenerated',
dirName: 'migration',
},
],
},
{
type: 'category',
label: 'Terra Core upgrade',
link: { type: 'doc', id: 'spec' },
items: [
'spec',
'upgrade',
{
type: 'category',
label: 'Terra migration guides',
link: { type: 'doc', id: 'landing-pages/migration' },
items: [
{
type: 'autogenerated',
dirName: 'migration',
},
],
},
],
},
],
Expand Down

0 comments on commit 44f603d

Please sign in to comment.