We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c8a31 commit 9efdab0Copy full SHA for 9efdab0
packages/documentation/.vitepress/config.ts
@@ -105,17 +105,17 @@ function nav() {
105
items: [
106
{
107
text: 'V4',
108
- link: '../v4/',
+ link: `/../v4/`,
109
target: "_self"
110
},
111
112
text: 'V3',
113
- link: '../v3/',
+ link: `/../v3/`,
114
115
116
117
text: 'V2',
118
- link: '../v2/',
+ link: `/../v2/`,
119
120
}
121
]
@@ -275,7 +275,8 @@ function guide() {
275
276
277
text: "API Reference",
278
- link: "./api/index.html",
+ link: "/api/index.html",
279
+ target: "_blank"
280
281
282
0 commit comments