GitbookIO / plugin-mixpanel

Mixpanel tracking for your gitbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
        }
    }
}

About

Mixpanel tracking for your gitbook

License:Apache License 2.0


Languages

Language:JavaScript 100.0%