修改 配置
This commit is contained in:
parent
2682ec50b7
commit
5476fe3a35
@ -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' }
|
||||
]
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user