0.1.10 • Published 3 years ago
gitbook-plugin-leancloud-pageview v0.1.10
leancloud integration for GitBook
To use the leancloud plugin in your Gitbook project, add the leancloud plugin to the book.json
file
{
"plugins": ["leancloud-pageview"],
"pluginsConfig": {
"leancloud-pageview": {
"app_id": "XXXXXXX",
"app_key": "xxxxxx",
}
}
}
Then run gitbook install
to download and install the plugin.