diff --git a/docs/.vuepress/configs/navbar/zh.ts b/docs/.vuepress/configs/navbar/zh.ts index 4708e3e7..fb855120 100644 --- a/docs/.vuepress/configs/navbar/zh.ts +++ b/docs/.vuepress/configs/navbar/zh.ts @@ -21,6 +21,20 @@ export const zh: NavbarConfig = [ text: 'CLI', link: '/reference/cli/', }, + { + text: '版本', + children: [ + { + text: '3.0', + link: + 'http://fesjs.mumblefe.cn/next', + }, + { + text: '1.0', + link: 'https://webank.gitee.io/fes.js/', + }, + ], + }, { text: '了解更多', children: [ @@ -29,10 +43,6 @@ export const zh: NavbarConfig = [ link: 'https://github.com/WeBankFinTech/fes.js/blob/master/CHANGELOG.md', }, - { - text: 'v1 文档', - link: 'https://webank.gitee.io/fes.js/', - }, { text: 'fes-design', link: