-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update to v0.44 version tag (#10069)
(cherry picked from commit d6c3017) # Conflicts: # docs/.vuepress/enhanceApp.js
- Loading branch information
1 parent
be188d0
commit 9225657
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/' }, | ||
]) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |