2023-03-31 15:53:51 +08:00

54 lines
904 B
TypeScript

import type { NavbarConfig } from '@vuepress/theme-default'
export const zh: NavbarConfig = [
{
text: '指南',
link: '/guide/',
},
{
text: '配置',
link: '/reference/config/',
},
{
text: 'API',
link: '/reference/api/',
},
{
text: '插件',
link: '/reference/plugin/',
},
{
text: 'CLI',
link: '/reference/cli/',
},
{
text: 'v2.0',
children: [
{
text: 'v3.0',
link:
'https://fesjs.mumblefe.cn',
},
{
text: 'v1.0',
link: 'https://fesjs.mumblefe.cn/1.0',
},
],
},
{
text: '了解更多',
children: [
{
text: '更新日志',
link:
'https://github.com/WeBankFinTech/fes.js/blob/2.0/CHANGELOG.md',
},
{
text: 'fes-design',
link:
'http://fes-design.mumblefe.cn/',
},
],
},
]