docs: 更新文档

This commit is contained in:
wanchun 2022-11-18 11:13:51 +08:00
parent 491ebed363
commit 01a9b525ba

View File

@ -1,4 +1,5 @@
import type { NavbarConfig } from '@vuepress/theme-default' import type { NavbarConfig } from '@vuepress/theme-default'
import { version } from '../../../../package.json'
export const zh: NavbarConfig = [ export const zh: NavbarConfig = [
{ {
@ -22,7 +23,7 @@ export const zh: NavbarConfig = [
link: '/reference/cli/', link: '/reference/cli/',
}, },
{ {
text: 'v3.0.0-rc.0', text: `v${version}`,
children: [ children: [
{ {
text: 'v2.0', text: 'v2.0',
@ -41,7 +42,7 @@ export const zh: NavbarConfig = [
{ {
text: '更新日志', text: '更新日志',
link: link:
'https://github.com/WeBankFinTech/fes.js/blob/master/CHANGELOG.md', 'https://github.com/WeBankFinTech/fes.js/blob/next/CHANGELOG.md',
}, },
{ {
text: 'fes-design', text: 'fes-design',