diff options
| author | WindowsAddict | 2025-10-05 21:26:58 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-10-05 21:26:58 +0000 |
| commit | b5417c1dbbd197456a8512b97f3363c567be3afa (patch) | |
| tree | 21a5e05c024ee95520f1a1589262e654cecf1413 /docusaurus.config.js | |
| parent | cd675c825c68869964ec60651d12d1213112b1b9 (diff) | |
| download | massgrave.dev-b5417c1dbbd197456a8512b97f3363c567be3afa.zip | |
Change layout
Diffstat (limited to 'docusaurus.config.js')
| -rw-r--r-- | docusaurus.config.js | 19 |
1 files changed, 9 insertions, 10 deletions
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' }, |
