diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 844b2a4..3a3d3ca 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -7,8 +7,8 @@ export default defineConfig({ themeConfig: { // https://vitepress.dev/reference/default-theme-config nav: [ - { text: 'Home', link: '/' }, - { text: 'Examples', link: '/markdown-examples' } + { text: '家', link: '/' }, + { text: '官网', link: 'https://docs.docker.com' } ], sidebar: { @@ -17,7 +17,7 @@ export default defineConfig({ text: "引擎", link: '/docs/engine/', items: [ - { + { text: '安装', collapsed: true, link: '/docs/engine/about', @@ -53,7 +53,7 @@ export default defineConfig({ socialLinks: [ - { icon: 'github', link: 'https://github.com/vuejs/vitepress' } + // { icon: 'github', link: 'https://github.com/vuejs/vitepress' } ] } })