成為我們的資助者或贊助商,以支持我們的工作。
該模塊爲文檔模塊提供 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}