Skip to content

Commit ff3dc12

Browse files
committed
Reorder Browser Interaction menu
1 parent afba893 commit ff3dc12

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,14 @@ export default defineConfig({
197197
},
198198
{
199199
text: "Browser Interaction",
200-
link: "/development/specific/focus",
200+
link: "/development/specific/title",
201201
collapsed: true,
202202
items: [
203+
{ text: "Title", link: "/development/specific/title" },
203204
{ text: "Focus", link: "/development/specific/focus" },
204205
{ text: "Scrolling", link: "/development/specific/scrolling" },
205-
{ text: "Clipboard", link: "/development/specific/clipboard" },
206-
{ text: "Title", link: "/development/specific/title" },
207206
{ text: "Timer", link: "/development/specific/timer" },
207+
{ text: "Clipboard", link: "/development/specific/clipboard" },
208208
{ text: "URL Handling", link: "/development/specific/url" },
209209
],
210210
},

0 commit comments

Comments
 (0)