gitbook-plugin-mixpanel

0.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i gitbook-plugin-mixpanel

Weekly Downloads

2

Version

0.0.3

License

Apache 2

Last publish

Collaborators

  • samypesse