0.0.6 • Published 7 years ago

gitbook-plugin-fundebug v0.0.6

Weekly downloads
19
License
-
Repository
-
Last release
7 years ago

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"
    }
  }
}