新增类
This commit is contained in:
@@ -7,8 +7,9 @@ export default defineConfig({
|
||||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
nav: [
|
||||
{ text: "Home", link: "/" },
|
||||
{ text: "Examples", link: "/markdown-examples" },
|
||||
{ text: 'Home', link: '/' },
|
||||
{ text: 'Examples', link: '/markdown-examples' }
|
||||
|
||||
],
|
||||
|
||||
sidebar: [
|
||||
@@ -28,6 +29,8 @@ export default defineConfig({
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
socialLinks: [
|
||||
{ icon: "github", link: "https://github.com/vuejs/vitepress" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user