From 9b15837baa621848cec42e802c793da30ae3d2ae Mon Sep 17 00:00:00 2001 From: Nikolas Hagelstein Date: Tue, 9 Aug 2022 19:25:42 +0200 Subject: [PATCH] [FEATURE] Increase Sidebar deepth to 2 --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 1427ac75..f233a5b5 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -11,7 +11,7 @@ module.exports = { socialSharePlugin(), ], theme: defaultTheme({ - sidebarDepth: 1, + sidebarDepth: 2, contributors: false, notFound: ['Sorry, etwas ist schief gelaufen.'], backToHome: 'Zurück zur Startseite',