diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 59b683ed2d08a8e976b52951e3f83690e204a91f..829e767ee3d962ba6d09ceda58b863b733a7b750 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
-        },
-      ],
+      
     },
   },
   {