Become a backer or sponsor to support our work.
This module adds support for the Utterances comments engine, which built on top of 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 | - | The GitHub repo name. |
More available parameters listed on Utterances Parameters.
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}