From e66c4e6f9c53ae86c51bd88efd85f6de118dce86 Mon Sep 17 00:00:00 2001 From: Cyrus Goh Date: Mon, 15 Mar 2021 12:21:08 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20update=20dropdown=200.41=20=E2=86=92=20?= =?UTF-8?q?0.42=20(#8884)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * redirect /0.41 → /0.42 --- docs/.vuepress/config.js | 4 ++-- docs/.vuepress/enhanceApp.js | 1 + docs/versions | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 59e33da23..01ae958a8 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -43,8 +43,8 @@ module.exports = { "key": "v0.39" }, { - "label": "v0.41", - "key": "v0.41" + "label": "v0.42", + "key": "v0.42" }, { "label": "master", diff --git a/docs/.vuepress/enhanceApp.js b/docs/.vuepress/enhanceApp.js index 79974546e..93b211af8 100644 --- a/docs/.vuepress/enhanceApp.js +++ b/docs/.vuepress/enhanceApp.js @@ -2,5 +2,6 @@ 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/' }, ]) } \ No newline at end of file diff --git a/docs/versions b/docs/versions index 31c880a13..e6a5db5b8 100644 --- a/docs/versions +++ b/docs/versions @@ -1,3 +1,3 @@ master master launchpad/backports v0.39 -release/v0.41.x v0.41 +release/v0.42.x v0.42 \ No newline at end of file