修改 配置

This commit is contained in:
titor-z 2024-12-26 17:03:10 +08:00
parent 2682ec50b7
commit 5476fe3a35

View File

@ -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: {
@ -53,7 +53,7 @@ export default defineConfig({
socialLinks: [
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
// { icon: 'github', link: 'https://github.com/vuejs/vitepress' }
]
}
})