diff options
| author | WindowsAddict | 2024-11-11 22:39:49 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-11-11 22:39:49 +0000 |
| commit | e069e5247e4c51745c3621b8d7b5548e8a54df49 (patch) | |
| tree | a9cb971081a889963eaac260a83e17036194bfcd /docusaurus.config.js | |
| parent | fd7a0a088937d6ec75926ddbc7c6a850209a6f2e (diff) | |
| download | massgrave.dev-e069e5247e4c51745c3621b8d7b5548e8a54df49.zip | |
Reorder navbar
Diffstat (limited to 'docusaurus.config.js')
| -rw-r--r-- | docusaurus.config.js | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index 89fb55b..ddf4a5c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -103,11 +103,6 @@ const config = { label: 'Download Windows / Office', }, { - to: '/news', - position: 'left', - label: 'News', - }, - { to: '/credits', position: 'left', label: 'Credits', @@ -126,14 +121,18 @@ const config = { to: '/guide_links', }, { - label: 'MAS Changelog', - to: '/changelog', - }, - { label: 'Unsupported Products Activation', to: '/unsupported_products_activation', }, { + to: '/news', + label: 'News', + }, + { + label: 'MAS Changelog', + to: '/changelog', + }, + { label: 'Our Non-Piracy Site', to: '/our_non-piracy_site', }, |
