成为我们的资助者或赞助商,以支持我们的工作。
该模块为文档模块提供 Utterances 评论引擎的支持,其基于 GitHub issues.
Module | github.com/hbstack/docs/modules/utterances |
---|---|
Repository | ⭐ Please consider giving a star if your like it. |
Stars | |
Version | |
Used by | |
Requirements | |
License | |
Usage | See how to use modules. |
Parameter | Type | Default | Description |
---|---|---|---|
repo | string | - | GitHub 仓库名称。 |
Utterances 参数 列出了更多可用的参数。
params.toml
1[hb]
2 [hb.docs]
3 [hb.docs.utterances]
4 repo = 'user/site'
params.yaml
1hb:
2 docs:
3 utterances:
4 repo: user/site
params.json
1{
2 "hb": {
3 "docs": {
4 "utterances": {
5 "repo": "user/site"
6 }
7 }
8 }
9}