mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
[docs feat]vuepress 主题版本升级
This commit is contained in:
parent
84ae035493
commit
3ea73b538d
@ -15,6 +15,14 @@ export default defineThemeConfig({
|
|||||||
pure: true,
|
pure: true,
|
||||||
navbar: navbarConfig,
|
navbar: navbarConfig,
|
||||||
sidebar: sidebarConfig,
|
sidebar: sidebarConfig,
|
||||||
|
pageInfo: [
|
||||||
|
"Author",
|
||||||
|
"Category",
|
||||||
|
"Tag",
|
||||||
|
"Date",
|
||||||
|
"Original",
|
||||||
|
"Word",
|
||||||
|
],
|
||||||
blog: {
|
blog: {
|
||||||
intro: "/about-the-author/",
|
intro: "/about-the-author/",
|
||||||
sidebarDisplay: "mobile",
|
sidebarDisplay: "mobile",
|
||||||
|
@ -14,9 +14,9 @@
|
|||||||
"webpack-serve": "vuepress-webpack dev docs"
|
"webpack-serve": "vuepress-webpack dev docs"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vuepress/plugin-search": "^2.0.0-beta.36",
|
"vuepress-theme-hope": "2.0.0-beta.13",
|
||||||
"vuepress-theme-hope": "2.0.0-beta.5",
|
|
||||||
"vuepress-vite": "2.0.0-beta.36",
|
"vuepress-vite": "2.0.0-beta.36",
|
||||||
"vuepress-webpack": "2.0.0-beta.36"
|
"vuepress-webpack": "2.0.0-beta.36",
|
||||||
|
"@vuepress/plugin-search": "^2.0.0-beta.36"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user