From 31790190beb57dbb834b441fffae9727a25faff2 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Thu, 10 Oct 2024 20:09:08 +0300 Subject: [PATCH] Adjust sidebar --- docs/.vuepress/config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 9e63f1b9f..a5e01122a 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -119,8 +119,10 @@ module.exports = { collapsable: false, sidebarDepth: 1, children: [ + 'TROUBLESHOOTING', 'ACCEL', - 'TROUBLESHOOTING', + 'DEBUG', + ] }, { @@ -129,7 +131,6 @@ module.exports = { sidebarDepth: 1, children: [ 'TIMEMACHINE', - 'DEBUG', 'ICNS', 'WINDOWS', 'UNIVERSALCONTROL',