diff --git a/.vuepress/enhanceApp.js b/.vuepress/enhanceApp.js
index 0afc1ad..a0af7c6 100644
--- a/.vuepress/enhanceApp.js
+++ b/.vuepress/enhanceApp.js
@@ -2,6 +2,8 @@
import 'element-ui/lib/theme-chalk/index.css'
import Element from 'element-ui'
+import VueFractionGrid from 'vue-fraction-grid'
+
export default ({
Vue, // VuePress 正在使用的 Vue 构造函数
@@ -10,4 +12,11 @@ export default ({
siteData // 站点元数据
}) => {
Vue.use(Element)
+ Vue.use(VueFractionGrid, {
+ approach: 'desktop-first',
+ breakpoints: {
+ compact: '719px',
+ tablet: '719px 959px'
+ }
+ })
}
diff --git a/.vuepress/theme/components/Sidebar.vue b/.vuepress/theme/components/Sidebar.vue
index 74395e9..3c4fc1a 100644
--- a/.vuepress/theme/components/Sidebar.vue
+++ b/.vuepress/theme/components/Sidebar.vue
@@ -26,6 +26,8 @@
+ Kuboard
+
diff --git a/overview/share-coder.assets/image-20191003230417140.png b/overview/share-coder.assets/image-20191003230417140.png
new file mode 100644
index 0000000..1669d06
Binary files /dev/null and b/overview/share-coder.assets/image-20191003230417140.png differ
diff --git a/overview/share-coder.md b/overview/share-coder.md
index 811c4a4..be0c5d3 100644
--- a/overview/share-coder.md
+++ b/overview/share-coder.md
@@ -25,6 +25,10 @@ Kubernetes 容器编排已越来越被大家关注,然而学习 Kubernetes 的
Kuboard 官网地址:[https://kuboard.cn](https://kuboard.cn/#from_coder_toutiao)
+Kuboard 发布不到两个月时间,github star 已经迅速增长到 422,获得了许多用户的喜爱。
+
+
+
## 安装Kuboard
diff --git a/package-lock.json b/package-lock.json
index b9d9ac3..af88771 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6635,6 +6635,11 @@
"integrity": "sha1-PcfOi4/BflmBx3zDmNF4Ixnzf7w=",
"dev": true
},
+ "math-expression-evaluator": {
+ "version": "1.2.17",
+ "resolved": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz",
+ "integrity": "sha1-3oGf282E3M2PrlnGrreWFbnSZqw="
+ },
"md5": {
"version": "2.2.1",
"resolved": "https://registry.npm.taobao.org/md5/download/md5-2.2.1.tgz",
@@ -11906,6 +11911,31 @@
"object-keys": "^1.1.0"
}
},
+ "reduce-css-calc": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz",
+ "integrity": "sha1-dHyRTgSWFKTJz7umKYca0dKSdxY=",
+ "requires": {
+ "balanced-match": "^0.4.2",
+ "math-expression-evaluator": "^1.2.14",
+ "reduce-function-call": "^1.0.1"
+ },
+ "dependencies": {
+ "balanced-match": {
+ "version": "0.4.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
+ "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg="
+ }
+ }
+ },
+ "reduce-function-call": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.3.tgz",
+ "integrity": "sha512-Hl/tuV2VDgWgCSEeWMLwxLZqX7OK59eU1guxXsRKTAyeYimivsKdtcV4fu3r710tpG5GmDKDhQ0HSZLExnNmyQ==",
+ "requires": {
+ "balanced-match": "^1.0.0"
+ }
+ },
"regenerate": {
"version": "1.4.0",
"resolved": "https://registry.npm.taobao.org/regenerate/download/regenerate-1.4.0.tgz",
@@ -14061,6 +14091,14 @@
"integrity": "sha1-sz78sQ4XI21oT3Cx6W8ZRux5Poc=",
"dev": true
},
+ "vue-fraction-grid": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/vue-fraction-grid/-/vue-fraction-grid-1.1.0.tgz",
+ "integrity": "sha512-Y19k9GkfP/RpAYbGCUOirq/paVi2+WqMfOTYLHEuO3EnEx2jF5u5Rq5Gs4l9q/nS0s8xosWEXhB2CTdVcgmgvg==",
+ "requires": {
+ "reduce-css-calc": "^1.3.0"
+ }
+ },
"vue-hot-reload-api": {
"version": "2.3.4",
"resolved": "https://registry.npm.taobao.org/vue-hot-reload-api/download/vue-hot-reload-api-2.3.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-hot-reload-api%2Fdownload%2Fvue-hot-reload-api-2.3.4.tgz",
diff --git a/package.json b/package.json
index 7ef3073..23ffa3e 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,7 @@
"github3": "^1.2.0",
"leancloud-storage": "^3.15.0",
"npm": "^6.11.3",
- "valine": "^1.3.10"
+ "valine": "^1.3.10",
+ "vue-fraction-grid": "^1.1.0"
}
}
diff --git a/support/change-log/change-log-on-the-way.md b/support/change-log/change-log-on-the-way.md
index 9e2843a..d1a058a 100644
--- a/support/change-log/change-log-on-the-way.md
+++ b/support/change-log/change-log-on-the-way.md
@@ -3,8 +3,7 @@ Kuboard v1.0.x 的更新说明
-* kubeadm 1.15升级到1.16
-* kuboard 使用 nfs
+* kubernetes 1.16.1
* Service --> SessionAffinity
diff --git a/support/index.assets/image-20191003231005043.png b/support/index.assets/image-20191003231005043.png
new file mode 100644
index 0000000..1669d06
Binary files /dev/null and b/support/index.assets/image-20191003231005043.png differ
diff --git a/support/index.md b/support/index.md
index cf09c97..2158bb8 100644
--- a/support/index.md
+++ b/support/index.md
@@ -13,31 +13,73 @@ description: Kubernetes教程_本文描述了如何获得Kuboard授权
* 更完善的权限管理(当前只区分集群管理员权限和只读权限)
* 审计日志
+## Kuboard 采纳情况
+
+
+
+
+
+
+
+
+
+ Kuboard 诞生于大型微服务项目的落地实施,在其发布之前,就已经经历了许多个实际项目的考验
+ Kuboard 一经发布,就获得了广泛的关注
+ Kuboard 公开发布不到两个月时间,就已经获得了 422 Github Star(如图所示)
+ Kuboard 社群中,已有许多的用户将Kuboard用于自己的生产环境
+
+
+
+
## Kuboard 支持
-### QQ群在线答疑
+
+
+
+ QQ群(免费)
+
+ 808894550
+
+
+
+
+
+
+
+
+ 微信群
+
+
+
扫第一个二维码完成打赏,扫第二个加微信进群聊(请发送打赏截图)
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+## Kuboard 商业支持
-### 微信即时答复
-
-* 由于大家学习 Kubernetes 的热情,QQ群人数有了一个快速的增长
-* 为了给真正需要的人分配更多提问机会,设置了微信群聊
-* 必要时可提供 TeamViewer 远程协助
-
-
-
扫第一个二维码完成打赏,扫第二个加微信进群聊(请发送打赏截图)
-
-
-
-
-
-
+
+
+
+ 服务范围
+ Kubernetes企业培训
+ DevOps环境搭建及培训
+ SpringCloud微服务架构咨询
+ Kubernetes投产支持及问题解决
+
+
+
+
+ 联系方式
+
+
+
+