Skip to content

Commit 3bc9283

Browse files
committed
docs(cookbook): move URL Handling from Navigation to UI Interaction
1 parent 4224870 commit 3bc9283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ export default defineConfig({
179179
text: "Share, Bookmark",
180180
link: "/development/navigation/share",
181181
},
182-
{ text: "URL Handling", link: "/development/specific/url" },
183182
],
184183
},
185184
{
@@ -238,6 +237,7 @@ export default defineConfig({
238237
{ text: "Soft Keyboard", link: "/development/specific/soft_keyboard" },
239238
{ text: "Title", link: "/development/specific/title" },
240239
{ text: "Timer", link: "/development/specific/timer" },
240+
{ text: "URL Handling", link: "/development/specific/url" },
241241
],
242242
},
243243
{

0 commit comments

Comments
 (0)