Skip to content

Commit 0253af2

Browse files
committed
chore: cleanup
1 parent e5df96e commit 0253af2

File tree

3 files changed

+9
-131
lines changed

3 files changed

+9
-131
lines changed

.vitepress/config.mts

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ const links = {
66
"https://stackblitz.com/fork/github/nativescript-vue/nativescript-vue/tree/main/packages/stackblitz-template?file=src%2Fcomponents%2FHome.vue&title=NativeScript%20Starter%20Vue3",
77
editLinkPattern:
88
"https://github.com/nativescript-vue/nativescript-vue.org/blob/v3/content/:path",
9-
v2Docs: "https://v2.nativescript-vue.org/",
9+
v2Docs: "https://nativescript-vue.netlify.app/",
10+
// todo: replace once DNS is correctly set
11+
// v2Docs: "https://v2.nativescript-vue.org/",
1012
v1Docs: "https://v1-3-1.nativescript-vue.org/",
1113
github: "https://github.com/nativescript-vue/nativescript-vue",
14+
nativescriptDocs: "https://docs.nativescript.org/",
1215
};
1316

1417
// https://vitepress.dev/reference/site-config
@@ -34,6 +37,10 @@ export default defineConfig({
3437
text: "Playground",
3538
link: links.playground,
3639
},
40+
{
41+
text: "NativeScript Docs",
42+
link: links.nativescriptDocs,
43+
},
3744
{
3845
text: "v3",
3946
items: [
@@ -82,16 +89,7 @@ export default defineConfig({
8289
},
8390
],
8491
},
85-
{
86-
text: "Routing",
87-
items: [
88-
{ text: "Manual routing", link: "/docs/routing/manual-routing" },
89-
{
90-
text: "Vue router (Unsupported)",
91-
link: "/docs/routing/vue-router",
92-
},
93-
],
94-
},
92+
{ text: "Routing", link: "/docs/routing" },
9593
{
9694
text: "Utilities",
9795
items: [

content/docs/routing/vue-router.md

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)