gitbook-plugin-gta
v1.0.4
Published
GTA tracking for your gitbook
Readme
GTA tracking for GitBook
You can use install it via NPM:
$ npm install gitbook-plugin-gtaAnd use it for your book with in the book.json:
{
"plugins": ["gta"]
}You can set the GTA APP ID using the plugins configuration in the book.json:
{
"plugins": ["gta"],
"pluginsConfig": {
"gta": {
"appId": "b837f718c6da6c48"
}
}
}Go to GTA to see you book's tracking data.
