From 64a6b2a1a7bfdd7f982356890cf5548a707b9612 Mon Sep 17 00:00:00 2001 From: Devyani Ravi <devyaniravi2003@gmail.com> Date: Sat, 28 Sep 2024 15:05:56 +0000 Subject: [PATCH] remove sidebar config --- docs/.vuepress/config.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 59b683e..829e767 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -47,12 +47,7 @@ export default defineUserConfig({ // Disable sidebar on the team page '/team': false, // Enable sidebar on all other pages - '/': [ - { - text: 'On This Page', // Sidebar title - children: 'auto', // Automatically generate based on headers - }, - ], + }, }, { -- GitLab