Skip to content

Commit 6b54ba3

Browse files
committed
fix: Adjust version links
1 parent 7326caa commit 6b54ba3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

packages/documentation/.vitepress/config.ts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,21 @@ function nav() {
149149
return [
150150
{
151151

152-
text: 'V4',
152+
text: 'V5',
153153
items: [
154+
{
155+
text: 'V4',
156+
link: '../v4/',
157+
target: "_self"
158+
},
154159
{
155160
text: 'V3',
156-
link: 'https://konnraad.github.io/ui5-tooling/v3/',
161+
link: '../v3/',
157162
target: "_self"
158163
},
159164
{
160165
text: 'V2',
161-
link: 'https://konnraad.github.io/ui5-tooling/v2/',
166+
link: '../v2/',
162167
target: "_self"
163168
}
164169
]

0 commit comments

Comments
 (0)