Skip to content

Commit c8ae09a

Browse files
committed
sidebars are expanded by default
Signed-off-by: rishichawda <[email protected]>
1 parent dfb4099 commit c8ae09a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/sidebars.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const sidebars: SidebarsConfig = {
1818
{
1919
type: 'category',
2020
label: 'Getting Started',
21+
collapsed: false,
2122
items: [
2223
'getting-started/installation',
2324
'getting-started/usage',
@@ -27,6 +28,7 @@ const sidebars: SidebarsConfig = {
2728
{
2829
type: 'category',
2930
label: 'Examples',
31+
collapsed: false,
3032
items: [
3133
'examples/note-types',
3234
'examples/customization',

0 commit comments

Comments
 (0)