diff --git a/.vuepress/config.js b/.vuepress/config.js index 5233a61..40e2380 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -40,7 +40,7 @@ module.exports = { themeConfig: { nav: [ { text: '简介', link: '/overview/' }, - { text: '安装', link: '/install/' }, + { text: '安装', link: '/install/install-dashboard' }, { text: '使用', link: '/guide/' }, { text: '支持', link: '/support/' }, ], @@ -85,13 +85,6 @@ module.exports = { ], '/install/': [ - { - title: '概述', - collapsable: false, - children: [ - '' - ] - }, { title: '安装 Kubernetes', collapsable: false, diff --git a/.vuepress/theme/layouts/Layout.vue b/.vuepress/theme/layouts/Layout.vue index 41a3c7a..566ff51 100644 --- a/.vuepress/theme/layouts/Layout.vue +++ b/.vuepress/theme/layouts/Layout.vue @@ -6,7 +6,7 @@ 简介