diff --git a/theme.config.tsx b/theme.config.tsx index e844a9b..7c2892f 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -9,6 +9,12 @@ const config: DocsThemeConfig = { chat: { link: 'https://discord.gg/aquamovedao', }, + sidebar: { + defaultMenuCollapseLevel: 0, + + toggleButton: true, // Hiển thị nút đóng/mở sidebar + autoCollapse: true, // Tự động đóng các section khác khi mở một section + }, docsRepositoryBase: 'https://github.com/vbi-academy/sui-bootcamp-2024', footer: { text: 'Sui Bootcamp 2024',