Skip to content

Commit 929b566

Browse files
committed
Pin File Handling open at end of Browser Feature menu
Move File Handling to the last position in the Browser Feature group and drop its collapsed flag so the XLSX subentry is always visible and the group can no longer be collapsed.
1 parent a29a05c commit 929b566

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,16 +208,15 @@ export default defineConfig({
208208
text: "Geolocation, Map",
209209
link: "/development/specific/geolocation",
210210
},
211+
{ text: "Timer", link: "/development/specific/timer" },
212+
{ text: "Soft Keyboard", link: "/development/specific/soft_keyboard" },
211213
{
212214
text: "File Handling",
213215
link: "/development/specific/files",
214-
collapsed: true,
215216
items: [
216217
{ text: "XLSX", link: "/development/specific/xlsx" },
217218
],
218219
},
219-
{ text: "Timer", link: "/development/specific/timer" },
220-
{ text: "Soft Keyboard", link: "/development/specific/soft_keyboard" },
221220
],
222221
},
223222
{

0 commit comments

Comments
 (0)