From e069e5247e4c51745c3621b8d7b5548e8a54df49 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Tue, 12 Nov 2024 04:09:49 +0530 Subject: [PATCH] Reorder navbar --- docusaurus.config.js | 17 ++++++++--------- 1 file 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 @@ -102,11 +102,6 @@ const config = { position: 'left', label: 'Download Windows / Office', }, - { - to: '/news', - position: 'left', - label: 'News', - }, { to: '/credits', position: 'left', @@ -125,14 +120,18 @@ const config = { label: 'Guides', 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',