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/config.js
#	docs/versions
  • Loading branch information
ryanchristo authored and mergify-bot committed Sep 8, 2021
1 parent 042dad8 commit 3b88f8c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ module.exports = {
"key": "v0.42"
},
{
<<<<<<< HEAD
=======
"label": "v0.44",
"key": "v0.44"
},
{
>>>>>>> d6c30175d (docs: update to v0.44 version tag (#10069))
"label": "master",
"key": "master"
}
Expand Down
3 changes: 2 additions & 1 deletion docs/.vuepress/enhanceApp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export default ({ router }) => {
router.addRoutes([
{ path: '/v0.41/', redirect: '/v0.42/' },
{ path: '/v0.43/', redirect: '/v0.44/' },
])
}
}
4 changes: 4 additions & 0 deletions docs/versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
master master
launchpad/backports v0.39
release/v0.42.x v0.42
<<<<<<< HEAD
=======
release/v0.44.x v0.44
>>>>>>> d6c30175d (docs: update to v0.44 version tag (#10069))

0 comments on commit 3b88f8c

Please sign in to comment.