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.
"integrations": {
"plausible": {
"domain": "your-documentation-domain",
"server": "optional - your self-hosted Plausible server hostname"
}
}Configuration options
domainstringrequiredYour documentation site’s domain. For example, docs.example.com. Do not include https://.
serverstringThe 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://.
Was this page helpful?Suggest editsRaise issue