Skip to content

Commit 2ad008e

Browse files
committed
update docs
1 parent 73b3e20 commit 2ad008e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/.vuepress/config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ export default defineUserConfig({
7070
markdownEnhance: {
7171
mermaid: true,
7272
},
73+
comment: {
74+
provider: 'Giscus',
75+
comment: true,
76+
repo: 'fastapi-practices/fastapi_best_architecture_docs',
77+
repoId: 'R_kgDOMv5sMQ',
78+
category: 'Comment',
79+
categoryId: 'DIC_kwDOMv5sMc4CmLp9',
80+
lazyLoading: true,
81+
},
7382
},
7483
}),
7584
bundler: viteBundler(),

0 commit comments

Comments
 (0)