1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

[docs feat]vuepress 主题版本升级

This commit is contained in:
guide 2022-03-13 17:33:20 +08:00
parent 84ae035493
commit 3ea73b538d
2 changed files with 11 additions and 3 deletions

View File

@ -15,6 +15,14 @@ export default defineThemeConfig({
pure: true,
navbar: navbarConfig,
sidebar: sidebarConfig,
pageInfo: [
"Author",
"Category",
"Tag",
"Date",
"Original",
"Word",
],
blog: {
intro: "/about-the-author/",
sidebarDisplay: "mobile",

View File

@ -14,9 +14,9 @@
"webpack-serve": "vuepress-webpack dev docs"
},
"devDependencies": {
"@vuepress/plugin-search": "^2.0.0-beta.36",
"vuepress-theme-hope": "2.0.0-beta.5",
"vuepress-theme-hope": "2.0.0-beta.13",
"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"
}
}