An open API service indexing awesome lists of open source software.

https://github.com/gitbookio/plugin-mixpanel

Mixpanel tracking for your gitbook
https://github.com/gitbookio/plugin-mixpanel

Last synced: 9 months ago
JSON representation

Mixpanel tracking for your gitbook

Awesome Lists containing this project

README

          

Mixpanel tracking for GitBook
==============

This is a default GitBook plugin, You can disable it using:

```
{
plugins: ["-mixpanel"]
}
```

Or you can set your own mixpanel token using the plugins configuration in book.json:

```
{
plugins: ["mixpanel"],
pluginsConfig: {
"mixpanel": {
"token": "my mixpanel token"
}
}
}
```