Skip to content

Commit 3ea73b5

Browse files
committed
[docs feat]vuepress 主题版本升级
1 parent 84ae035 commit 3ea73b5

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/.vuepress/themeConfig.ts

+8
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ export default defineThemeConfig({
1515
pure: true,
1616
navbar: navbarConfig,
1717
sidebar: sidebarConfig,
18+
pageInfo: [
19+
"Author",
20+
"Category",
21+
"Tag",
22+
"Date",
23+
"Original",
24+
"Word",
25+
],
1826
blog: {
1927
intro: "/about-the-author/",
2028
sidebarDisplay: "mobile",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"webpack-serve": "vuepress-webpack dev docs"
1515
},
1616
"devDependencies": {
17-
"@vuepress/plugin-search": "^2.0.0-beta.36",
18-
"vuepress-theme-hope": "2.0.0-beta.5",
17+
"vuepress-theme-hope": "2.0.0-beta.13",
1918
"vuepress-vite": "2.0.0-beta.36",
20-
"vuepress-webpack": "2.0.0-beta.36"
19+
"vuepress-webpack": "2.0.0-beta.36",
20+
"@vuepress/plugin-search": "^2.0.0-beta.36"
2121
}
2222
}

0 commit comments

Comments
 (0)