Browse Source
docs: redirect master links to the latest release version (#7936)
pull/7957/head
M. J. Fromberger
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
14287 additions and
14 deletions
-
docs/.vuepress/config.js
-
docs/.vuepress/redirects
-
docs/package-lock.json
-
docs/package.json
|
@ -160,6 +160,12 @@ module.exports = { |
|
|
{ |
|
|
{ |
|
|
ga: 'UA-51029217-11' |
|
|
ga: 'UA-51029217-11' |
|
|
} |
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
[ |
|
|
|
|
|
'@vuepress/plugin-html-redirect', |
|
|
|
|
|
{ |
|
|
|
|
|
countdown: 0 |
|
|
|
|
|
} |
|
|
] |
|
|
] |
|
|
] |
|
|
] |
|
|
}; |
|
|
}; |
|
@ -0,0 +1 @@ |
|
|
|
|
|
/master/ /v0.35/ |
|
@ -7,6 +7,7 @@ |
|
|
"vuepress-theme-cosmos": "^1.0.183" |
|
|
"vuepress-theme-cosmos": "^1.0.183" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
|
|
|
"@vuepress/plugin-html-redirect": "^0.1.4", |
|
|
"watchpack": "^2.3.1" |
|
|
"watchpack": "^2.3.1" |
|
|
}, |
|
|
}, |
|
|
"scripts": { |
|
|
"scripts": { |
|
|