Documentation
Set up your documentation
Add your site’s domain to docs.json to send analytics to Plausible.
docs.json
Do not include https:// for the domain or server.
https://
"integrations": { "plausible": { "domain": "required", "server": "optional" } }
Was this page helpful?