Skip to content

Commit 0c7d74c

Browse files
committed
docs: rename Troubleshooting page to Soft Keyboard under Browser Features
1 parent d768e58 commit 0c7d74c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ export default defineConfig({
178178
{ text: "File Handling", link: "/development/specific/files" },
179179
{ text: "URL", link: "/development/specific/url" },
180180
{ text: "Timer", link: "/development/specific/timer" },
181+
{ text: "Soft Keyboard", link: "/development/specific/soft_keyboard" },
181182
],
182183
},
183184
{
@@ -202,7 +203,6 @@ export default defineConfig({
202203
{ text: "Statefulness", link: "/development/specific/statefulness" },
203204
],
204205
},
205-
{ text: "Troubleshooting", link: "/development/trouble" },
206206
],
207207
},
208208
{

docs/development/trouble.md renamed to docs/development/specific/soft_keyboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
outline: [2, 4]
33
---
4-
# Troubleshooting
4+
# Soft Keyboard
55

66
#### Hide Soft Keyboard
77

0 commit comments

Comments
 (0)