Skip to content

Commit

Permalink
Merge pull request #43 from vbi-academy/feat/coin
Browse files Browse the repository at this point in the history
theme config
  • Loading branch information
hien-p authored Dec 26, 2024
2 parents b99f655 + 5616b9b commit 224dd79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 224dd79

Please sign in to comment.