From dff6786f78ec78a1d0934f333692e2dab6a14a7a Mon Sep 17 00:00:00 2001 From: Akshath Kothari Date: Thu, 9 Nov 2023 11:49:31 +0530 Subject: [PATCH] Make sidebar non-collapsible Signed-off-by: Akshath Kothari --- docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 906615c5f..e99606ba9 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -26,6 +26,7 @@ const config = { ({ docs: { sidebarPath: require.resolve('./sidebars.js'), + sidebarCollapsible: false, // Please change this to your repo. editUrl: 'https://github.com/levoai/docs/edit/main/', routeBasePath: '/',