Update URL paths & make root point to latest docs

This commit is contained in:
Billy Tat
2022-09-01 16:59:16 -07:00
parent 33a5630ee9
commit e25b8bc34f
4 changed files with 5 additions and 75 deletions
+5 -4
View File
@@ -71,14 +71,15 @@ module.exports = {
lastVersion: 'current',
versions: {
current: {
label: 'v2.6',
path: 'docs',
label: 'v2.6'
},
2.5: {
label: 'v2.5'
label: 'v2.5',
path: 'v2.5'
},
'2.0-2.4': {
label: 'v2.0-v2.4'
label: 'v2.0-v2.4',
path: 'v2.0-v2.4'
},
},
},