Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 374 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 374 Bytes

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