阅读(2658) (1)

Gitbook

2019-02-20 16:11:37 更新

监控 GitBook

安装

npm install gitbook-plugin-fundebug

使用

{
    "plugins": [
        "fundebug"
    ],
    "pluginsConfig":
    {
        "fundebug":
        {
            "apiKey": "API-KEY",
            "releaseStage": "development",
            "appVersion": "3.2.5"
        }
    }
}