docs: update dropdown 0.41 → 0.42 (#8884)

* redirect /0.41 → /0.42
This commit is contained in:
Cyrus Goh 2021-03-15 12:21:08 -07:00 committed by GitHub
parent 553aac5030
commit e66c4e6f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -43,8 +43,8 @@ module.exports = {
"key": "v0.39"
},
{
"label": "v0.41",
"key": "v0.41"
"label": "v0.42",
"key": "v0.42"
},
{
"label": "master",

View File

@ -2,5 +2,6 @@ export default ({ router }) => {
router.addRoutes([
{ path: '/master/spec/*', redirect: '/master/modules/' },
{ path: '/master/spec/governance/', redirect: '/master/modules/gov/' },
{ path: '/v0.41/', redirect: '/v0.42/' },
])
}

View File

@ -1,3 +1,3 @@
master master
launchpad/backports v0.39
release/v0.41.x v0.41
release/v0.42.x v0.42