diff --git a/.vuepress/config.js b/.vuepress/config.js index 7331723..36d6ee3 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -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, diff --git a/.vuepress/theme/layouts/Layout.vue b/.vuepress/theme/layouts/Layout.vue index 42c416b..f22eec1 100644 --- a/.vuepress/theme/layouts/Layout.vue +++ b/.vuepress/theme/layouts/Layout.vue @@ -15,7 +15,7 @@ 使用
- 微服务 + 微服务