Browse Source

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

pull/7957/head
M. J. Fromberger 2 years ago
committed by GitHub
parent
commit
70ee282d9e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14287 additions and 14 deletions
  1. +6
    -0
      docs/.vuepress/config.js
  2. +1
    -0
      docs/.vuepress/redirects
  3. +14279
    -14
      docs/package-lock.json
  4. +1
    -0
      docs/package.json

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

@ -160,6 +160,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/

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


+ 1
- 0
docs/package.json View File

@ -7,6 +7,7 @@
"vuepress-theme-cosmos": "^1.0.183"
},
"devDependencies": {
"@vuepress/plugin-html-redirect": "^0.1.4",
"watchpack": "^2.3.1"
},
"scripts": {


Loading…
Cancel
Save