From 5476fe3a35c960f59d93282c4d207fa1bc5b46e0 Mon Sep 17 00:00:00 2001 From: titor-z Date: Thu, 26 Dec 2024 17:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' } ] } })