From cee286e5fceb35d6e122478d75d5a7a9e9df5ed3 Mon Sep 17 00:00:00 2001 From: guide Date: Thu, 7 Apr 2022 17:07:37 +0800 Subject: [PATCH] =?UTF-8?q?[docs=20feat]=E5=8D=87=E7=BA=A7vuepress?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E7=89=88=E6=9C=AC&=E6=9A=82=E5=81=9C?= =?UTF-8?q?=E8=AF=84=E8=AE=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/themeConfig.ts | 14 +++++++------- package.json | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/.vuepress/themeConfig.ts b/docs/.vuepress/themeConfig.ts index 2a9777aa..cf4761a7 100644 --- a/docs/.vuepress/themeConfig.ts +++ b/docs/.vuepress/themeConfig.ts @@ -41,13 +41,13 @@ export default defineThemeConfig({ feed: { json: true, }, - comment: { - type: "giscus", - repo: "Snailclimb/JavaGuide", - repoId: "MDEwOlJlcG9zaXRvcnkxMzI0NjQzOTU=", - category: "Announcements", - categoryId: "DIC_kwDOB-U_C84COYQF", - }, + // comment: { + // type: "giscus", + // repo: "Snailclimb/JavaGuide", + // repoId: "MDEwOlJlcG9zaXRvcnkxMzI0NjQzOTU=", + // category: "Announcements", + // categoryId: "DIC_kwDOB-U_C84COYQF", + // }, search: { // https://v2.vuepress.vuejs.org/zh/reference/plugin/search.html // 排除首页 diff --git a/package.json b/package.json index 9096f63c..6adc3941 100644 --- a/package.json +++ b/package.json @@ -7,16 +7,16 @@ "author": "Guide", "scripts": { "vite-build": "vuepress-vite build docs", - "vite-clean-serve": "vuepress-vite dev docs --clean-cache", "vite-serve": "vuepress-vite dev docs", + "vite-clean-serve": "vuepress-vite dev docs --clean-cache", "webpack-build": "vuepress-webpack build docs", "webpack-clean-serve": "vuepress-webpack dev docs --clean-cache", "webpack-serve": "vuepress-webpack dev docs" }, "devDependencies": { - "vuepress-theme-hope": "2.0.0-beta.32", - "vuepress-vite": "2.0.0-beta.37", - "vuepress-webpack": "2.0.0-beta.37", - "@vuepress/plugin-search": "^2.0.0-beta.37" + "@vuepress/plugin-search": "^2.0.0-beta.38", + "vuepress-theme-hope": "^2.0.0-beta.36", + "vuepress-vite": "2.0.0-beta.38", + "vuepress-webpack": "2.0.0-beta.38" } }