diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 2d7f19ca5..bdfc03959 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -100,6 +100,14 @@ module.exports = { ['MONTEREY-DROP', 'macOS Monterey Support'], ] }, + { + title: 'macOS Ventura', + collapsable: false, + sidebarDepth: 1, + children: [ + ['VENTURA-DROP', 'macOS Ventura Support'], + ] + }, { title: 'Misc', collapsable: false,