File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,21 @@ export default defineConfig({
2525 { text : "Extensions" , link : "/guide-extensions" } ,
2626 { text : "Units and conversions" , link : "/guide-units" } ,
2727 ] ,
28+ collapsed : true
2829 } ,
2930 {
3031 text : "API" ,
3132 // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
3233 items : typedocSidebar ,
34+ collapsed : true
3335 } ,
3436 {
3537 text : "Examples" ,
3638 items : [
3739 { text : "Scaling recipes" , link : "/examples-scaling-recipes" } ,
3840 { text : "Creating a shopping list" , link : "/examples-shopping-lists" } ,
3941 ] ,
42+ collapsed : true
4043 } ,
4144 ] ,
4245
Original file line number Diff line number Diff line change 1010 "compactFolders" : true ,
1111 "excludeReferences" : true
1212 },
13+ "sidebar" : {
14+ "collapsed" : false
15+ },
1316 "sort" : [" alphabetical" ],
1417 "disableSources" : true ,
1518 "categorizeByGroup" : false ,
You can’t perform that action at this time.
0 commit comments