0.1.0 • Published 7 years ago

gitbook-plugin-intercom v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

gitbook-plugin-intercom

Setup Intercom on your GitBook website with this plugin. See it in action on docs.hypertrack.io.

Screenshot

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.