From 1f9e991f84643e904f267915b7f236e0c4f946e9 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Thu, 7 Aug 2025 20:29:19 +0300 Subject: [PATCH] Add new sidebar entry to new section --- docs/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 528f7ac60..f66b14022 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -111,6 +111,7 @@ module.exports = { collapsable: false, sidebarDepth: 1, children: [ + 'APPTROUBLESHOOT', 'TROUBLESHOOTING', 'ACCEL', 'DEBUG',