diff --git a/doc/src/.vuepress/theme.ts b/doc/src/.vuepress/theme.ts index bca4425..4094f52 100644 --- a/doc/src/.vuepress/theme.ts +++ b/doc/src/.vuepress/theme.ts @@ -4,16 +4,16 @@ import navbar from "./navbar.js"; import sidebar from "./sidebar.js"; export default hopeTheme({ - hostname: "https://vuepress-theme-hope-docs-demo.netlify.app", + // hostname: "https://vuepress-theme-hope-docs-demo.netlify.app", author: { name: "余翔", - url: "https://mister-hope.com", + // url: "https://mister-hope.com", }, logo: "logo.svg", - repo: "vuepress-theme-hope/vuepress-theme-hope", + // repo: "vuepress-theme-hope/vuepress-theme-hope", docsDir: "src", @@ -24,7 +24,7 @@ export default hopeTheme({ sidebar, // 页脚 - footer: "默认页脚", + // footer: "默认页脚", displayFooter: true, // 加密配置 @@ -120,13 +120,13 @@ export default hopeTheme({ // 在这里配置主题提供的插件 plugins: { // 注意: 仅用于测试! 你必须自行生成并在生产环境中使用自己的评论服务 - comment: { - provider: "Giscus", - repo: "vuepress-theme-hope/giscus-discussions", - repoId: "R_kgDOG_Pt2A", - category: "Announcements", - categoryId: "DIC_kwDOG_Pt2M4COD69", - }, + // comment: { + // provider: "Giscus", + // repo: "vuepress-theme-hope/giscus-discussions", + // repoId: "R_kgDOG_Pt2A", + // category: "Announcements", + // categoryId: "DIC_kwDOG_Pt2M4COD69", + // }, components: { components: ["Badge", "VPCard","PDF"],