@@ -6,9 +6,12 @@ const links = {
6
6
"https://stackblitz.com/fork/github/nativescript-vue/nativescript-vue/tree/main/packages/stackblitz-template?file=src%2Fcomponents%2FHome.vue&title=NativeScript%20Starter%20Vue3" ,
7
7
editLinkPattern :
8
8
"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/",
10
12
v1Docs : "https://v1-3-1.nativescript-vue.org/" ,
11
13
github : "https://github.com/nativescript-vue/nativescript-vue" ,
14
+ nativescriptDocs : "https://docs.nativescript.org/" ,
12
15
} ;
13
16
14
17
// https://vitepress.dev/reference/site-config
@@ -34,6 +37,10 @@ export default defineConfig({
34
37
text : "Playground" ,
35
38
link : links . playground ,
36
39
} ,
40
+ {
41
+ text : "NativeScript Docs" ,
42
+ link : links . nativescriptDocs ,
43
+ } ,
37
44
{
38
45
text : "v3" ,
39
46
items : [
@@ -82,16 +89,7 @@ export default defineConfig({
82
89
} ,
83
90
] ,
84
91
} ,
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" } ,
95
93
{
96
94
text : "Utilities" ,
97
95
items : [
0 commit comments