From ce6fca3485389b2ea8586622054f8dcb5e11dc94 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Thu, 6 Oct 2022 20:05:02 +0300 Subject: [PATCH] Switch sidebar ordering --- docs/.vuepress/config.js | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index bdfc03959..f1ee4bb0f 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -92,14 +92,6 @@ module.exports = { ] }, - { - title: 'macOS Monterey', - collapsable: false, - sidebarDepth: 1, - children: [ - ['MONTEREY-DROP', 'macOS Monterey Support'], - ] - }, { title: 'macOS Ventura', collapsable: false, @@ -107,6 +99,15 @@ module.exports = { children: [ ['VENTURA-DROP', 'macOS Ventura Support'], ] + }, + + { + title: 'macOS Monterey', + collapsable: false, + sidebarDepth: 1, + children: [ + ['MONTEREY-DROP', 'macOS Monterey Support'], + ] }, { title: 'Misc',