From b5417c1dbbd197456a8512b97f3363c567be3afa Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Mon, 6 Oct 2025 02:56:58 +0530 Subject: Change layout --- docusaurus.config.js | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'docusaurus.config.js') 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' }, -- cgit v1.2.3