docs: 更新文档

This commit is contained in:
wanchun 2022-11-17 14:48:12 +08:00
parent 7febbd5069
commit 73fe8186a3

View File

@ -22,15 +22,15 @@ export const zh: NavbarConfig = [
link: '/reference/cli/', link: '/reference/cli/',
}, },
{ {
text: '版本', text: 'v2.0',
children: [ children: [
{ {
text: 'next(3.0)', text: 'v3.0.0-rc.1',
link: link:
'https://fesjs.mumblefe.cn/next', 'https://fesjs.mumblefe.cn/next',
}, },
{ {
text: '1.0', text: 'v1.0',
link: 'https://fesjs.mumblefe.cn/1.0', link: 'https://fesjs.mumblefe.cn/1.0',
}, },
], ],