Plausible
Integrate Plausible Analytics with your Mintlify documentation for lightweight, privacy-respecting visitor tracking without cookies or consent banners.
Add your site's domain to docs.json to send analytics to Plausible.
Do not include `https://` for the domain or server.
```json
"integrations": {
"plausible": {
"domain": "your-documentation-domain",
"server": "optional - your self-hosted Plausible server hostname"
}
}
```
"integrations": {
"plausible": {
"domain": "docs.domain.com"
}
}
Configuration options
Your documentation site's domain. For example, `docs.example.com`. Do not include `https://`.
The hostname of your self-hosted Plausible instance. For example, `plausible.example.com`. Only required if you self-host Plausible. Omit this field to use `plausible.io`. Do not include `https://`.