summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWindowsAddict2025-10-05 21:26:58 +0000
committerWindowsAddict2025-10-05 21:26:58 +0000
commitb5417c1dbbd197456a8512b97f3363c567be3afa (patch)
tree21a5e05c024ee95520f1a1589262e654cecf1413
parentcd675c825c68869964ec60651d12d1213112b1b9 (diff)
downloadmassgrave.dev-b5417c1dbbd197456a8512b97f3363c567be3afa.zip
Change layout
-rw-r--r--docs/intro.md3
-rw-r--r--docusaurus.config.js19
-rw-r--r--sidebars.js6
3 files changed, 16 insertions, 12 deletions
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
@@ -88,6 +88,11 @@ const config = {
},
items: [
{
+ to: '/genuine-installation-media',
+ position: 'left',
+ label: 'Download Windows / Office',
+ },
+ {
to: '/faq',
position: 'left',
label: 'FAQ',
@@ -98,16 +103,6 @@ const config = {
label: 'Troubleshoot',
},
{
- to: '/genuine-installation-media',
- position: 'left',
- label: 'Download Windows / Office',
- },
- {
- to: '/credits',
- position: 'left',
- label: 'Credits',
- },
- {
type: 'dropdown',
label: 'More',
position: 'left',
@@ -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: '<hr style="margin: 8px 0; border: 0; border-top: 1px solid #ddd;" />',
+ },
{
type: 'category',
label: 'Docs',