File tree 1 file changed +34
-1
lines changed
1 file changed +34
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,40 @@ export default ({ mode }: { mode: string }) => {
135
135
} ,
136
136
{
137
137
text : `v${ version } ` ,
138
- link : `https://github.com/vitest-dev/vitest/releases/tag/v${ version } ` ,
138
+ items : [
139
+ {
140
+ items : [
141
+ {
142
+ text : `v${ version } ` ,
143
+ link : `https://github.com/vitest-dev/vitest/releases/tag/v${ version } ` ,
144
+ } ,
145
+ {
146
+ text : 'Releases Notes' ,
147
+ link : releases ,
148
+ } ,
149
+ {
150
+ text : 'Contributing ' ,
151
+ link : contributing ,
152
+ } ,
153
+ ] ,
154
+ } ,
155
+ {
156
+ items : [
157
+ {
158
+ text : 'unreleased' ,
159
+ link : 'https://main.vitest.dev/' ,
160
+ } ,
161
+ {
162
+ text : 'v0.x' ,
163
+ link : 'https://v0.vitest.dev/' ,
164
+ } ,
165
+ {
166
+ text : 'v2.x' ,
167
+ link : 'https://vitest.dev/' ,
168
+ } ,
169
+ ] ,
170
+ } ,
171
+ ] ,
139
172
} ,
140
173
] ,
141
174
You can’t perform that action at this time.
0 commit comments