diff --git a/documentation/docs/theme.config.tsx b/documentation/docs/theme.config.tsx index 41295389af..b871caf7d2 100644 --- a/documentation/docs/theme.config.tsx +++ b/documentation/docs/theme.config.tsx @@ -23,6 +23,10 @@ const config: DocsThemeConfig = { dark: 30, light: 30, }, + sidebar: { + defaultMenuCollapseLevel: 1, + autoCollapse: true, + }, }; export default config;