Skip to content

Commit 01383a4

Browse files
authored
Merge pull request #481 from datum-cloud/docs-fix-collapse
Set overview sidebar group to collapsed by default
2 parents 455c01f + 87af547 commit 01383a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default defineConfig({
104104
{
105105
label: 'Overview',
106106
autogenerate: { directory: 'docs/overview' },
107-
collapsed: false, // First group is expanded by default
107+
collapsed: true, // First group is expanded by default
108108
},
109109
{
110110
label: 'Quickstart',

0 commit comments

Comments
 (0)