diff --git a/docs/intro.md b/docs/intro.md index ff864f5..455402a 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -1,7 +1,8 @@ --- slug: / sidebar_position: 1 -sidebar_label: Intro +title: Activate Windows / Office +sidebar_label: Activate Windows / Office --- # Microsoft Activation Scripts (MAS) diff --git a/docusaurus.config.js b/docusaurus.config.js index a70bdca..a43882f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -87,6 +87,11 @@ const config = { src: 'img/logo.png', }, items: [ + { + to: '/genuine-installation-media', + position: 'left', + label: 'Download Windows / Office', + }, { to: '/faq', position: 'left', @@ -97,16 +102,6 @@ const config = { position: 'left', label: 'Troubleshoot', }, - { - to: '/genuine-installation-media', - position: 'left', - label: 'Download Windows / Office', - }, - { - to: '/credits', - position: 'left', - label: 'Credits', - }, { type: 'dropdown', label: 'More', @@ -144,6 +139,10 @@ const config = { label: 'Contribute', to: '/contribute', }, + { + label: 'Credits', + to: '/credits', + }, ], }, { to: '/blog', label: 'Blog', position: 'right' }, diff --git a/sidebars.js b/sidebars.js index 1e3bf05..46ab987 100644 --- a/sidebars.js +++ b/sidebars.js @@ -20,9 +20,13 @@ const sidebars = { tutorialSidebar: [ 'intro', + 'genuine-installation-media', 'faq', 'troubleshoot', - 'genuine-installation-media', + { + type: 'html', + value: '
', + }, { type: 'category', label: 'Docs',