docs: update to v0.44 version tag (#10069)

This commit is contained in:
Ryan Christoffersen 2021-09-08 08:34:54 -07:00 committed by GitHub
parent 37dbfeca6b
commit d6c30175d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
master master
launchpad/backports v0.39
release/v0.42.x v0.42
release/v0.43.x v0.43
release/v0.44.x v0.44