Add the following to your docs.json file to send analytics to Mixpanel.

Analytics options in docs.json
integrations: {
    "mixpanel": {
        "projectToken": "required"
    }
}

Was this page helpful?