From 0c57948fa9786ad049faa5d39f2d1f8b20e72a7c Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Thu, 6 Oct 2022 19:09:28 +0300 Subject: [PATCH] Ventura-sidebar --- docs/.vuepress/config.js | 8 ++++++++ 1 file changed, 8 insertions(+) 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,