Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions integrations/privacy/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,17 @@
```

If you'd like to request a data privacy platform integration, please let us know in [our community](https://mintlify.com/community).

## Disabling Mintlify Data Collection

We collect data to improve your experience with Posthog.

Check warning on line 30 in integrations/privacy/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

integrations/privacy/overview.mdx#L30

Did you really mean 'Posthog'?

If you'd like to opt out of sending usage data or need to disable the data collection cookie for GDPR compliance, you can do so by adding the following to your `docs.json` file:

```json
"integrations": {
"telemetry": {
"enabled": false
}
}
```