Skip to content

Commit

Permalink
docs: update to v0.44 version tag (#10069)
Browse files Browse the repository at this point in the history
(cherry picked from commit d6c3017)

# Conflicts:
#	docs/.vuepress/enhanceApp.js
  • Loading branch information
ryanchristo authored and mergify-bot committed Sep 8, 2021
1 parent be188d0 commit 9225657
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ module.exports = {
"key": "v0.42"
},
{
"label": "v0.43",
"key": "v0.43"
"label": "v0.44",
"key": "v0.44"
},
{
"label": "master",
Expand Down
8 changes: 8 additions & 0 deletions docs/.vuepress/enhanceApp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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/' },
{ path: '/v0.43/', redirect: '/v0.44/' },
])
}
2 changes: 1 addition & 1 deletion docs/versions
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9225657

Please sign in to comment.