[文档] 更新文档菜单

This commit is contained in:
就眠仪式
2021-09-30 13:54:04 +08:00
parent 6c96e9a08a
commit 5e2326031e
7 changed files with 63 additions and 44 deletions

View File

@@ -16,6 +16,10 @@ const zhCN = [
path: '/zh-CN/guide/install',
component: () => import('../../docs/zh-CN/guide/install.md'),
meta: { title: '安装' },
}, {
path: '/zh-CN/guide/changelog',
component: () => import('../../docs/zh-CN/guide/changelog.md'),
meta: { title: '更新' },
},
],
},