优化首页

This commit is contained in:
huanqing.shao
2019-09-20 17:04:35 +08:00
parent 13d45c0231
commit 20d15a141c
7 changed files with 35 additions and 17 deletions

View File

@ -53,15 +53,17 @@
</a>
</p>
<p>
为保证环境的稳定性在线 Demo 中只提供只读权限<span style="color: #F56C6C; font-weight: 500;">请在PC浏览器中打开</span>
</p>
<Content></Content>
<div style="width: 100%; margin-bottom: 20px;">
<!-- <p>
为保证环境的稳定性在线 Demo 中只提供只读权限<span style="color: #F56C6C; font-weight: 500;">请在PC浏览器中打开</span>
</!-->
<!-- <div style="width: 100%; margin-bottom: 20px;">
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
<img src="./1564841972085.gif" style="border: 1px solid #d7dae2; width: 100%;"></img>
</a>
</div>
</!-->
<div class="footer">
Copyright © 2019-present <a href="http://www.eigpay.com" target="_blank">仁聚汇通</a> | 京ICP备19008693号-2
@ -75,7 +77,7 @@ import NavLink from '@theme/components/NavLink.vue'
export default {
components: { NavLink },
mounted () {
window.document.title = 'Kuboard - Kubernetes 安装文档/教程/实践/管理界面'
window.document.title = 'Kuboard 官网 - Kubernetes k8s 国内安装/部署/入门/免费中文教程/实践/微服务管理界面'
},
computed: {
data () {

View File

@ -2,9 +2,9 @@ let dateFns = require('date-fns')
module.exports = {
title: 'Kuboard - Kubernetes 微服务管理界面',
description: '一个非常 cool 的 Kubernetes Dashboard简化 Kubernetes 的学习和使用,帮助您快速落地 Kubernetes提供 Kubernetes 免费中文教程、国内安装文档',
description: '一 Kubernetes Dashboard简化 Kubernetes 的学习和使用,帮助您快速落地 Kubernetes提供 Kubernetes 免费中文教程、国内安装文档',
head: [
['meta', {name: 'keywords', content: 'Kubernetes, Docker, Dashboard, Kuboard, Spring Cloud, micro service, DevOps, 微服务, 持续构建集成, Kubernetes 中文教程, Kubernetes 入门, K8S 教程, K8S 入门, 微服务实践, Kubernetes 国内安装, K8S 安装, Kubernetes 安装, Kubernetes 部署'}],
['meta', {name: 'keywords', content: 'Kubernetes, Docker, Dashboard, Kuboard, Spring Cloud, micro service, 微服务, Kubernetes 中文教程, Kubernetes 入门, K8S 教程, K8S 入门, 微服务实践, Kubernetes 国内安装, K8S 安装, Kubernetes 安装, Kubernetes 部署'}],
['script', {}, `
var _hmt = _hmt || [];
(function() {
@ -35,13 +35,19 @@ module.exports = {
return dateFns.format(timestamp, 'YYYY-MM-DD HH:mm:ss')
}
},
// '@vuepress/medium-zoom': {
// selector: 'p img',
// // medium-zoom options here
// // See: https://github.com/francoischalifour/medium-zoom#options
// 'vuepress-plugin-zooming': {
// // 支持点击缩放的图片元素的选择器
// // 默认值: '.theme-default-content img'
// selector: '.theme-default-content img',
// // 进入一个页面后,经过一定延迟后使页面中的图片支持缩放
// // 默认值: 500
// delay: 1000,
// // zooming 的 options
// // 默认值: {}
// options: {
// margin: 16
// }
// bgColor: 'black',
// zIndex: 10000,
// },
// },
'code-switcher': {},
'reading-progress': {},

View File

@ -0,0 +1 @@
C7727C24ECB8444B

View File

@ -1,6 +1,5 @@
---
home: true
title: Kuboard - Kubernetes k8s 国内安装/部署/入门/免费中文教程/实践/微服务管理界面
layout: HomePage
actionText: 在线体验
actionText2: 开始使用 →
@ -71,6 +70,11 @@ Kuboard 是一款基于 Kubernetes 的微服务管理界面。
* [污点和容忍 taints and toleration](https://www.kuboard.cn/learning/k8s-intermediate/config/taints-and-toleration.html)
* [Secrets](https://www.kuboard.cn/learning/k8s-intermediate/config/secret.html)
## **Kubernetes 高级**
* Kubernetes 日志可视化
* Kubernetes 监控
* Kubernetes 联邦
## **Kubernetes 实战**

5
package-lock.json generated
View File

@ -3813,6 +3813,11 @@
"estraverse": "^4.1.1"
}
},
"esm": {
"version": "3.2.25",
"resolved": "https://registry.npm.taobao.org/esm/download/esm-3.2.25.tgz",
"integrity": "sha1-NCwYwp1WFXaIulzjH4Qx+7eVzBA="
},
"esprima": {
"version": "4.0.1",
"resolved": "https://registry.npm.taobao.org/esprima/download/esprima-4.0.1.tgz",

View File

@ -21,6 +21,7 @@
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.0.0-rc.1",
"element-ui": "^2.12.0",
"esm": "^3.2.25",
"leancloud-storage": "^3.15.0",
"npm": "^6.11.3",
"valine": "^1.3.10"

View File

@ -8,6 +8,7 @@ Kuboard v1.0.x 的更新说明
**BUG 修复**
* 预览的 YAML 不能第二次使用 kubectl apply 的问题YAML 中存在空 MAP
@ -15,12 +16,10 @@ Kuboard v1.0.x 的更新说明
* 预览的 YAML 不能第二次 apply 的问题YAML 中存在空 MAP
* terminationGracePeriodSeconds
* Service --> SessionAffinity
--> clientIP.timeoutSeconds
* Service --> .spec.clusterIP
* Firefox 浏览器,从名称空间 后退到集群概览,布局出错
* --privileged
* mountPropagation