We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ae035 commit 3ea73b5Copy full SHA for 3ea73b5
docs/.vuepress/themeConfig.ts
@@ -15,6 +15,14 @@ export default defineThemeConfig({
15
pure: true,
16
navbar: navbarConfig,
17
sidebar: sidebarConfig,
18
+ pageInfo: [
19
+ "Author",
20
+ "Category",
21
+ "Tag",
22
+ "Date",
23
+ "Original",
24
+ "Word",
25
+ ],
26
blog: {
27
intro: "/about-the-author/",
28
sidebarDisplay: "mobile",
package.json
@@ -14,9 +14,9 @@
14
"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"
}
0 commit comments