Skip to content

Commit b267513

Browse files
committed
fix: Add v5 to the versions list
1 parent e044165 commit b267513

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/documentation/.vitepress/config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,13 @@ function nav() {
100100
return [
101101
{
102102

103-
text: 'V4',
103+
text: 'V5',
104104
items: [
105+
{
106+
text: 'V4',
107+
link: '../v4/',
108+
target: "_self"
109+
},
105110
{
106111
text: 'V3',
107112
link: '../v3/',

0 commit comments

Comments
 (0)