Skip to content

Commit cce9ae3

Browse files
committed
docs: rename URL page to URL Handling
1 parent 2631699 commit cce9ae3

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
@@ -148,7 +148,7 @@ export default defineConfig({
148148
text: "Share, Bookmark",
149149
link: "/development/navigation/share",
150150
},
151-
{ text: "URL", link: "/development/specific/url" },
151+
{ text: "URL Handling", link: "/development/specific/url" },
152152
],
153153
},
154154
{

docs/development/specific/url.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-
# URL
4+
# URL Handling
55

66
Working with URLs is common — reading parameters from the current URL, opening links in new tabs, or managing browser history.
77

0 commit comments

Comments
 (0)