From 287bca39e883e9444ac108b58028b1debfb21193 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Sat, 14 Sep 2024 20:30:12 +0300 Subject: [PATCH] Add config.js --- docs/.vuepress/config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 98bc30ac8..51fc25fd5 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -91,6 +91,14 @@ module.exports = { 'POST-INSTALL', ] + }, + { + title: 'macOS Sequoia', + collapsable: false, + sidebarDepth: 1, + children: [ + ['SEQUOIA-DROP', 'macOS Sequoia Support'], + ] }, { title: 'macOS Sonoma',