Skip to main content
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

domain
string
required
Your documentation site’s domain. For example, docs.example.com. Do not include https://.
server
string
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://.