Skip to content

Commit

Permalink
feat(jzero): docs support comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie committed Jul 11, 2024
1 parent 2323c7b commit f1f11c2
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,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: "jzero-io/jzero",
repoId: "R_kgDOLq1_9Q",
category: "Announcements",
categoryId: "DIC_kwDOLq1_9c4Cf5lp",
},

components: {
components: ["Badge", "VPCard"],
Expand Down

0 comments on commit f1f11c2

Please sign in to comment.