From 8d581295d4334ab5e6616c540c24e99a9d3585a2 Mon Sep 17 00:00:00 2001 From: wanchun <445436867@qq.com> Date: Mon, 16 May 2022 19:42:40 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A03.0=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/configs/navbar/zh.ts | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) 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: