diff options
| author | WindowsAddict | 2024-11-11 13:30:39 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-11-11 13:30:39 +0000 |
| commit | 3a7872b88bb81451e8cdf114c8b58cba6f0a6506 (patch) | |
| tree | 2778bb467e554182da266841cd7c8d5a3afec837 /docusaurus.config.js | |
| parent | efc2f55d65be6a319940248e6cf60bc42dac0911 (diff) | |
| download | massgrave.dev-3a7872b88bb81451e8cdf114c8b58cba6f0a6506.zip | |
Add dropdown menu in navbar
Diffstat (limited to 'docusaurus.config.js')
| -rw-r--r-- | docusaurus.config.js | 34 |
1 files changed, 28 insertions, 6 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index 1ae9d9a..89fb55b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -103,11 +103,6 @@ const config = { label: 'Download Windows / Office', }, { - to: '/hwid', - position: 'left', - label: 'Docs', - }, - { to: '/news', position: 'left', label: 'News', @@ -117,6 +112,33 @@ const config = { position: 'left', label: 'Credits', }, + { + type: 'dropdown', + label: 'More', + position: 'left', + items: [ + { + label: 'Docs', + to: '/hwid', + }, + { + label: 'Guides', + to: '/guide_links', + }, + { + label: 'MAS Changelog', + to: '/changelog', + }, + { + label: 'Unsupported Products Activation', + to: '/unsupported_products_activation', + }, + { + label: 'Our Non-Piracy Site', + to: '/our_non-piracy_site', + }, + ], + }, { to: '/blog', label: 'Blog', position: 'right' }, { to: '/contactus', @@ -124,7 +146,7 @@ const config = { label: 'Contact Us', }, { - href: 'https://discord.gg/tVFN4N84PP', + href: 'https://discord.gg/j2yFsV5ZVC', className: 'discord-button', position: 'right', label: 'Discord', |
