diff --git a/sidebars.js b/sidebars.js index 77f740b16..f2f88d388 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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', @@ -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', @@ -222,18 +222,6 @@ 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', @@ -241,6 +229,17 @@ const sidebars = { items: [ 'spec', 'upgrade', + { + type: 'category', + label: 'Terra migration guides', + link: { type: 'doc', id: 'landing-pages/migration' }, + items: [ + { + type: 'autogenerated', + dirName: 'migration', + }, + ], + }, ], }, ],