@@ -36,7 +36,7 @@ export default defineConfig({
3636 } ,
3737 {
3838 text : 'Guide' ,
39- collapsed : false ,
39+ collapsed : true ,
4040 items : [
4141 { text : 'Basic Usage' , link : '/guide/basic-usage' } ,
4242 { text : 'ALV Integration' , link : '/guide/alv-integration' } ,
@@ -52,7 +52,7 @@ export default defineConfig({
5252 } ,
5353 {
5454 text : 'Advanced' ,
55- collapsed : false ,
55+ collapsed : true ,
5656 items : [
5757 { text : 'Automation' , link : '/advanced/automation' } ,
5858 { text : 'Conditional Formatting' , link : '/advanced/conditional-formatting' } ,
@@ -66,7 +66,7 @@ export default defineConfig({
6666 } ,
6767 {
6868 text : 'API Reference' ,
69- collapsed : false ,
69+ collapsed : true ,
7070 items : [
7171 { text : 'ZCL_EXCEL' , link : '/api/zcl-excel' } ,
7272 { text : 'ZCL_EXCEL_READER' , link : '/api/zcl-excel-reader' } ,
@@ -78,7 +78,7 @@ export default defineConfig({
7878 } ,
7979 {
8080 text : 'Examples' ,
81- collapsed : false ,
81+ collapsed : true ,
8282 items : [
8383 { text : 'Basic Report' , link : '/examples/basic-report' } ,
8484 { text : 'Batch Processing' , link : '/examples/batch-processing' } ,
@@ -89,7 +89,7 @@ export default defineConfig({
8989 } ,
9090 {
9191 text : 'Contributing' ,
92- collapsed : false ,
92+ collapsed : true ,
9393 items : [
9494 { text : 'Coding Guidelines' , link : '/contributing/coding-guidelines' } ,
9595 { text : 'Development Setup' , link : '/contributing/development-setup' } ,
@@ -100,7 +100,7 @@ export default defineConfig({
100100 } ,
101101 {
102102 text : 'Troubleshooting' ,
103- collapsed : false ,
103+ collapsed : true ,
104104 items : [
105105 { text : 'Common Issues' , link : '/troubleshooting/common-issues' } ,
106106 { text : 'Debugging' , link : '/troubleshooting/debugging' } ,
@@ -110,7 +110,7 @@ export default defineConfig({
110110 } ,
111111 {
112112 text : 'Migration' ,
113- collapsed : false ,
113+ collapsed : true ,
114114 items : [
115115 { text : 'Breaking Changes' , link : '/migration/breaking-changes' } ,
116116 { text : 'From SAPLink' , link : '/migration/from-saplink' } ,
@@ -119,7 +119,7 @@ export default defineConfig({
119119 } ,
120120 {
121121 text : 'Legacy Documentation' ,
122- collapsed : false ,
122+ collapsed : true ,
123123 items : [
124124 { text : 'abap2xlsx Calendar Gallery' , link : '/legacy-docs/abap2xlsx-Calender-Gallery' } ,
125125 { text : 'abapGit Installation' , link : '/legacy-docs/abapGit-installation' } ,
0 commit comments