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 7326caa commit 6b54ba3Copy full SHA for 6b54ba3
packages/documentation/.vitepress/config.ts
@@ -149,16 +149,21 @@ function nav() {
149
return [
150
{
151
152
- text: 'V4',
+ text: 'V5',
153
items: [
154
+ {
155
+ text: 'V4',
156
+ link: '../v4/',
157
+ target: "_self"
158
+ },
159
160
text: 'V3',
- link: 'https://konnraad.github.io/ui5-tooling/v3/',
161
+ link: '../v3/',
162
target: "_self"
163
},
164
165
text: 'V2',
- link: 'https://konnraad.github.io/ui5-tooling/v2/',
166
+ link: '../v2/',
167
168
}
169
]
0 commit comments