File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,7 +183,14 @@ export default defineConfig({
183183 text : "Geolocation, Maps" ,
184184 link : "/development/specific/geolocation" ,
185185 } ,
186- { text : "File Handling" , link : "/development/specific/files" } ,
186+ {
187+ text : "File Handling" ,
188+ link : "/development/specific/files" ,
189+ collapsed : true ,
190+ items : [
191+ { text : "XLSX" , link : "/development/specific/xlsx" } ,
192+ ] ,
193+ } ,
187194 { text : "URL" , link : "/development/specific/url" } ,
188195 { text : "Timer" , link : "/development/specific/timer" } ,
189196 { text : "Soft Keyboard" , link : "/development/specific/soft_keyboard" } ,
@@ -205,7 +212,6 @@ export default defineConfig({
205212 text : "Misc Topics" ,
206213 collapsed : true ,
207214 items : [
208- { text : "XLSX" , link : "/development/specific/xlsx" } ,
209215 { text : "Locks" , link : "/development/specific/locks" } ,
210216 { text : "Statefulness" , link : "/development/specific/statefulness" } ,
211217 ] ,
You can’t perform that action at this time.
0 commit comments