diff --git a/.vuepress/config.js b/.vuepress/config.js index 1f84d90..d9a6d5f 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -42,6 +42,7 @@ module.exports = { { text: '简介', link: '/overview/' }, { text: '安装', link: '/install/install-dashboard' }, { text: '使用', link: '/guide/' }, + { text: '微服务', link: '/micro-service/spring-cloud/' }, { text: '支持', link: '/support/' }, ], displayAllHeaders: false, @@ -98,7 +99,8 @@ module.exports = { title: '安装 Kuboard', collapsable: false, children: [ - 'install-dashboard' + 'install-dashboard', + 'install-dashboard-upgrade' ] }, ], @@ -160,6 +162,17 @@ module.exports = { }, ], + '/micro-service/': [ + { + title: 'Spring Cloud', + collapsable: false, + children: [ + 'spring-cloud/', + 'spring-cloud/cloud-eureka' + ] + }, + ], + '/support/': [ '', 'change-log' diff --git a/.vuepress/theme/layouts/Layout.vue b/.vuepress/theme/layouts/Layout.vue index 95e6bd6..918221f 100644 --- a/.vuepress/theme/layouts/Layout.vue +++ b/.vuepress/theme/layouts/Layout.vue @@ -11,6 +11,9 @@
+