结构调整

This commit is contained in:
huanqing.shao
2019-08-29 21:40:26 +08:00
parent e1289925c6
commit bed6029de6
12 changed files with 12 additions and 4 deletions

View File

@ -67,7 +67,7 @@ module.exports = {
{ text: '安装', link: '/install/install-dashboard' },
{ text: '学习', link: '/learning/' },
{ text: '使用', link: '/guide/' },
{ text: '微服务', link: '/micro-service/spring-cloud/' },
{ text: '微服务', link: '/micro-service/overview/kuboard-view-of-k8s.html' },
{ text: '博客', link: 'https://blog.kuboard.cn/compaign' }
// { text: 'DevOps', link: '/devops/' }
],
@ -239,6 +239,13 @@ module.exports = {
],
'/micro-service/': [
{
title: '概述',
collapsable: false,
children: [
'overview/kuboard-view-of-k8s'
]
},
{
title: 'Spring Cloud',
collapsable: false,