Fathom Analytics works great with Mintlify. To enable Fathom Analytics, add the following code to your Mintlify site’s docs.json file:
"integrations": {
    "fathom": {
        "siteId": "YOUR-SITE-ID"
    }
}
Note: Replace YOUR-SITE-ID with your actual Fathom site ID. You can find this in your Fathom site settings.

Further customization

To learn about all the options we offer, read our advanced documentation here.