gitbook-plugin-intercom
v0.1.0
Published
Integrate intercom for your gitbook
Downloads
2
Readme
gitbook-plugin-intercom
Setup Intercom on your GitBook website with this plugin. See it in action on docs.hypertrack.io.
Usage
Add the plugin to your book.json
{
"plugins": ["intercom"]
}
To use the plugin, you need to configure your Intercom token.
{
"pluginsConfig": {
"intercom": {
"token": "XXXX"
}
}
}
Support
Please create an issue for bugs and contributions.