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