调整结构

This commit is contained in:
huanqing.shao
2019-08-26 10:01:47 +08:00
parent 2ff6a35dc5
commit 08cfeba0dd
36 changed files with 41 additions and 21 deletions

View File

@ -55,9 +55,10 @@ module.exports = {
nav: [
{ text: '简介', link: '/overview/' },
{ text: '安装', link: '/install/install-dashboard' },
{ text: '学习', link: '/learning/k8s-basics/kubernetes-basics.html' },
{ text: '使用', link: '/guide/' },
{ text: '微服务', link: '/micro-service/spring-cloud/' },
{ text: '有奖征文', link: 'https://blog.kuboard.cn/compaign' }
{ text: '博客', link: 'https://blog.kuboard.cn/compaign' }
// { text: 'DevOps', link: '/devops/' }
],
displayAllHeaders: false,
@ -146,6 +147,21 @@ module.exports = {
}
],
'/learning/': [
{
title: 'Kubernetes 入门',
collapsable: false,
children: [
'k8s-basics/kubernetes-basics',
'k8s-basics/deploy-app',
'k8s-basics/explore',
'k8s-basics/expose',
'k8s-basics/scale',
'k8s-basics/update'
]
},
],
'/guide/': [
{
title: '概述',
@ -204,18 +220,6 @@ module.exports = {
],
'/micro-service/': [
{
title: 'Kubernetes 入门',
collapsable: false,
children: [
'prepare/k8s-basics/kubernetes-basics',
'prepare/k8s-basics/deploy-app',
'prepare/k8s-basics/explore',
'prepare/k8s-basics/expose',
'prepare/k8s-basics/scale',
'prepare/k8s-basics/update'
]
},
{
title: 'Spring Cloud',
collapsable: false,