增加iam文档导航

This commit is contained in:
Zhaoyang 2020-01-19 12:22:25 +08:00
parent 568980d29a
commit 48059102c9
2 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,12 @@ module.exports = {
},
nav: [{
text: '首页', link: '/index.html'
}, {
text: '基础组件 指南',
items: [
{ text: 'core内核', link: '/guide/diboot-core/安装' },
{ text: 'IAM身份认证', link: '/guide/diboot-iam/开始使用' }
]
}, {
text: 'core内核 指南',
link: '/guide/diboot-core/安装'