This commit is contained in:
huanqing.shao
2019-08-27 22:45:36 +08:00
parent 4e11994d90
commit 2dbe60b0a2
10 changed files with 273 additions and 20 deletions

View File

@ -7,7 +7,8 @@ module.exports = {
['meta', {name: 'keywords', content: 'Kubernetes, Docker, Dashboard, Kuboard, Spring Cloud, micro service, DevOps, 微服务, 持续构建集成, 容器, Kubernetes 教程, K8S 教程, 微服务实践, Kubernetes 安装'}]
],
markdown: {
toc: { includeLevel: [2, 3] }
toc: { includeLevel: [2, 3] },
lineNumbers: true
},
dest: 'docs',
plugins: {
@ -160,6 +161,14 @@ module.exports = {
'k8s-basics/update'
]
},
{
title: 'Kubernetes 进阶',
collapsable: false,
children: [
'k8s-intermediate/ingress',
'k8s-intermediate/recommendation'
]
},
],
'/guide/': [

Binary file not shown.