gitbook-plugin-gtalk
v0.0.9
Published
GitBook Plugin. A modern comment component based on GitHub Issue and Preact.
Downloads
2
Maintainers
Readme
gitbook-plugin-gtalk
GitBook Plugin. A modern comment component based on GitHub Issue and Preact.
Usage
Add it to your book.json
:
{
"plugins": ["gtalk"],
"pluginsConfig": {
"gtalk": {
"clientID": "GitHub Application Client ID",
"clientSecret": "GitHub Application Client Secret",
"repo": "GitHub repo",
"owner": "GitHub repo owner",
"admin": ["GitHub repo owner and collaborators, only these guys can initialize github issues"]
}
}
}
Get more information about options.