gitbook-plugin-growingio
v0.6.3
Published
GrowingIO tracking for your gitbook
Downloads
3
Readme
GrowingIO tracking for GitBook
You can use install it via NPM:
$ npm install gitbook-plugin-growingio
And use it for your book with in the book.json:
{
"plugins": ["growingio"]
}
You can set the GrowingIO account ID using the plugins configuration in the book.json:
{
"plugins": ["growingio"],
"pluginsConfig": {
"growingio": {
"account-id": "ACCOUNT-ID-XX-Y"
}
}
}
Go to growingio to see you book's tracking data.