From 3ea73b538d71902cf5830caef0c95a02a3c11f14 Mon Sep 17 00:00:00 2001 From: guide Date: Sun, 13 Mar 2022 17:33:20 +0800 Subject: [PATCH] =?UTF-8?q?[docs=20feat]vuepress=20=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/themeConfig.ts | 8 ++++++++ package.json | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/themeConfig.ts b/docs/.vuepress/themeConfig.ts index 83fafc8f..c358e845 100644 --- a/docs/.vuepress/themeConfig.ts +++ b/docs/.vuepress/themeConfig.ts @@ -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", diff --git a/package.json b/package.json index 233095ce..576b42b8 100644 --- a/package.json +++ b/package.json @@ -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" } }