We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4361459 commit b257b4eCopy full SHA for b257b4e
1 file changed
docs/.vuepress/theme.ts
@@ -62,15 +62,15 @@ export default hopeTheme({
62
63
plugins: {
64
// You should generate and use your own comment service
65
- // comment: {
66
- // provider: "Giscus",
67
- // repo: "Air-duino/document",
68
- // repoId: "R_kgDOJ8zwvQ",
69
- // category: "comment",
70
- // categoryId: "DIC_kwDOJ8zwvc4CYT9x",
71
- // mapping: "pathname",
72
- // lazyLoading: false,
73
- // },
+ comment: {
+ provider: "Giscus",
+ repo: "Air-duino/document",
+ repoId: "R_kgDOJ8zwvQ",
+ category: "comment",
+ categoryId: "DIC_kwDOJ8zwvc4CYT9x",
+ mapping: "pathname",
+ lazyLoading: false,
+ },
74
75
// All features are enabled for demo, only preserve features you need here
76
mdEnhance: {
0 commit comments