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',