mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
docs: 更新文档
This commit is contained in:
parent
688e6a3ff1
commit
aab3080a1d
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user