gitbook-plugin-fundebug
v0.0.6
Published
GitBook Plugin to add Fundebug JavaScript Notifier into your own gitbook.
Downloads
5
Maintainers
Readme
GitBook Plugin for adding Fundebug JavaScript Notifier.
Installation
npm install gitbook-plugin-fundebug
Usage
You need to create an account at Fundebug first, in order to get an apiKey.
Add to book.json
{
"plugins": [
"fundebug"
],
"pluginsConfig": {
"fundebug": {
"apiKey": "YOUR-APP-API-KEY",
"releaseStage": "development/production/etc",
"appVersion": "YOUR-APP-VERSION"
}
}
}