监控 GitBook

安装

  1. npm install gitbook-plugin-fundebug

使用

  1. {
  2. "plugins": [
  3. "fundebug"
  4. ],
  5. "pluginsConfig":
  6. {
  7. "fundebug":
  8. {
  9. "apiKey": "API-KEY",
  10. "releaseStage": "development",
  11. "appVersion": "3.2.5"
  12. }
  13. }
  14. }