From 7c89ab6ba379f989c724460aba8d67162294facc Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Thu, 10 Oct 2024 01:12:25 +0300 Subject: [PATCH] Restructure sidebar --- docs/.vuepress/config.js | 37 ++++++++++++++----------------------- 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 644c4aacf..9e63f1b9f 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -94,50 +94,41 @@ module.exports = { }, { - title: 'macOS Sequoia', + title: 'macOS support', collapsable: false, sidebarDepth: 1, children: [ 'SEQUOIA-DROP', + 'SONOMA-DROP', + 'VENTURA-DROP', + 'MONTEREY-DROP', ] }, - { - title: 'macOS Sonoma', + { + title: 'Application', collapsable: false, sidebarDepth: 1, children: [ - 'SONOMA-DROP', + 'UPDATE', + 'UNINSTALL', + 'PROCESS', ] }, - - { - title: 'macOS Ventura', + { + title: 'Troubleshooting', collapsable: false, sidebarDepth: 1, children: [ - 'VENTURA-DROP', - ] - }, - - { - title: 'macOS Monterey', - collapsable: false, - sidebarDepth: 1, - children: [ - 'MONTEREY-DROP', + 'ACCEL', + 'TROUBLESHOOTING', ] - }, + }, { title: 'Misc', collapsable: false, sidebarDepth: 1, children: [ - 'ACCEL', - 'TROUBLESHOOTING', 'TIMEMACHINE', - 'UPDATE', - 'UNINSTALL', - 'PROCESS', 'DEBUG', 'ICNS', 'WINDOWS',