Skip to content

Commit c4bc72e

Browse files
committed
docs(cookbook): swap Soft Keyboard and Clipboard between sidebar groups
Move Soft Keyboard into Device Capabilities and Clipboard into UI Interaction so each entry sits with the more relevant category.
1 parent dd951d3 commit c4bc72e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export default defineConfig({
183183
text: "Geolocation",
184184
link: "/development/specific/geolocation",
185185
},
186-
{ text: "Clipboard", link: "/development/specific/clipboard" },
186+
{ text: "Soft Keyboard", link: "/development/specific/soft_keyboard" },
187187
{
188188
text: "Upload, Download",
189189
link: "/development/specific/files",
@@ -201,7 +201,7 @@ export default defineConfig({
201201
items: [
202202
{ text: "Focus", link: "/development/specific/focus" },
203203
{ text: "Scrolling", link: "/development/specific/scrolling" },
204-
{ text: "Soft Keyboard", link: "/development/specific/soft_keyboard" },
204+
{ text: "Clipboard", link: "/development/specific/clipboard" },
205205
{ text: "Title", link: "/development/specific/title" },
206206
{ text: "Timer", link: "/development/specific/timer" },
207207
{ text: "URL Handling", link: "/development/specific/url" },

0 commit comments

Comments
 (0)