From d161385a173072acabc0a5775fb7ea6660256c7f Mon Sep 17 00:00:00 2001 From: Nikolas Hagelstein Date: Tue, 9 Aug 2022 19:25:16 +0200 Subject: [PATCH] [FEATURE] Increase Sidebar deepth --- 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 b6c8258d..1427ac75 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -11,7 +11,7 @@ module.exports = { socialSharePlugin(), ], theme: defaultTheme({ - sidebarDepth: 0, + sidebarDepth: 1, contributors: false, notFound: ['Sorry, etwas ist schief gelaufen.'], backToHome: 'Zurück zur Startseite',