From bed6029de64648b8950587217cd06adedd19c920 Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Thu, 29 Aug 2019 21:40:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9E=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vuepress/config.js | 9 ++++++++- .vuepress/theme/layouts/Layout.vue | 2 +- learning/README.md | 3 ++- .../image-20190721154650916.jpg | Bin .../image-20190722162249531.png | Bin .../image-20190723105809872.png | Bin .../image-20190731221630097.png | Bin .../image-20190731230110206.png | Bin .../image-20190809173443557.png | Bin .../image-20190809220543742.png | Bin .../overview}/kuboard-view-of-k8s.md | 0 overview/README.md | 2 +- 12 files changed, 12 insertions(+), 4 deletions(-) rename {articles/201908 => micro-service/overview}/kuboard-view-of-k8s.assets/image-20190721154650916.jpg (100%) rename {articles/201908 => micro-service/overview}/kuboard-view-of-k8s.assets/image-20190722162249531.png (100%) rename {articles/201908 => micro-service/overview}/kuboard-view-of-k8s.assets/image-20190723105809872.png (100%) rename {articles/201908 => micro-service/overview}/kuboard-view-of-k8s.assets/image-20190731221630097.png (100%) rename {articles/201908 => micro-service/overview}/kuboard-view-of-k8s.assets/image-20190731230110206.png (100%) rename {articles/201908 => micro-service/overview}/kuboard-view-of-k8s.assets/image-20190809173443557.png (100%) rename {articles/201908 => micro-service/overview}/kuboard-view-of-k8s.assets/image-20190809220543742.png (100%) rename {articles/201908 => micro-service/overview}/kuboard-view-of-k8s.md (100%) 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 @@ 使用
- 微服务 + 微服务