Browse Source

docs: redirect master links to the latest release version (backport #7936) (#7953)

* docs: redirect master links to the latest release version (#7936)

(cherry picked from commit 70ee282d9e)

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
pull/7967/head
mergify[bot] 3 years ago
committed by GitHub
parent
commit
98c75c9429
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14294 additions and 16 deletions
  1. +6
    -0
      docs/.vuepress/config.js
  2. +1
    -0
      docs/.vuepress/redirects
  3. +14285
    -15
      docs/package-lock.json
  4. +2
    -1
      docs/package.json

+ 6
- 0
docs/.vuepress/config.js View File

@ -164,6 +164,12 @@ module.exports = {
{
ga: 'UA-51029217-11'
}
],
[
'@vuepress/plugin-html-redirect',
{
countdown: 0
}
]
]
};

+ 1
- 0
docs/.vuepress/redirects View File

@ -0,0 +1 @@
/master/ /v0.35/

+ 14285
- 15
docs/package-lock.json
File diff suppressed because it is too large
View File


+ 2
- 1
docs/package.json View File

@ -7,7 +7,8 @@
"vuepress-theme-cosmos": "^1.0.180"
},
"devDependencies": {
"watchpack": "^2.1.1"
"@vuepress/plugin-html-redirect": "^0.1.4",
"watchpack": "^2.3.1"
},
"scripts": {
"preserve": "./pre.sh",


Loading…
Cancel
Save