From 227c5b78ff08d35c13a1d619b7971f273d459ce7 Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Fri, 25 Oct 2019 21:00:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vuepress/components/AdSenseTitle.vue | 75 +-- .vuepress/components/InstallEnvCheck.vue | 2 +- .vuepress/components/SharingBlock.vue | 88 +++ .vuepress/components/StarGazer.vue | 27 +- .vuepress/components/ad-list.js | 34 ++ .vuepress/config-sidebar.js | 489 ++++++++++++++++ .vuepress/config.js | 526 +----------------- .../install-script/v1.16.0/install-kubelet.sh | 2 +- .../install-script/v1.16.1/init-master.sh | 2 +- .../install-script/v1.16.1/install-kubelet.sh | 2 +- .../install-script/v1.16.2/install-kubelet.sh | 2 +- .vuepress/public/kuboard.rp | Bin 1363028 -> 1359679 bytes .vuepress/public/manifest.json | 4 +- .vuepress/theme/components/Page.vue | 9 +- guide/README.md | 7 - install/install-k8s-dashboard.md | 2 +- learning/README.md | 21 +- learning/k8s-basics/update.md | 4 + support/change-log/change-log-on-the-way.md | 3 + 19 files changed, 693 insertions(+), 606 deletions(-) create mode 100644 .vuepress/components/SharingBlock.vue create mode 100644 .vuepress/components/ad-list.js create mode 100644 .vuepress/config-sidebar.js diff --git a/.vuepress/components/AdSenseTitle.vue b/.vuepress/components/AdSenseTitle.vue index d0a0f48..7e42f85 100644 --- a/.vuepress/components/AdSenseTitle.vue +++ b/.vuepress/components/AdSenseTitle.vue @@ -1,30 +1,22 @@