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

(cherry picked from commit d6c30175d9)

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
This commit is contained in:
mergify[bot] 2021-09-10 13:22:51 +02:00 committed by GitHub
parent d185a78b7b
commit 5f97313f24
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