Merge pull request #283 from btat/menu-label

Update dropdown label for 2.7
This commit is contained in:
Billy Tat
2022-11-07 13:27:28 -08:00
committed by GitHub
+5 -1
View File
@@ -105,8 +105,12 @@ module.exports = {
lastVersion: 'current',
versions: {
current: {
label: 'v2.6'
label: 'v2.7'
},
// 2.6: {
// label: 'v2.6',
// path: 'v2.6'
// },
2.5: {
label: 'v2.5',
path: 'v2.5'