Skip to main content
Mintlify

Search documentation

Type to search this documentation.

On this pageOverview

Privacy integrations

Connect your Mintlify documentation site to privacy platforms like Osano and Transcend to manage cookie consent, compliance banners, and user preferences.

Osano

Manage cookie consent with Osano.

Transcend

Manage cookie consent with Transcend.

To check whether a user has already consented to cookies for General Data Protection Regulation (GDPR) compliance, specify a local storage key and value under cookies:

JSON
  "integrations": {
    "cookies": {
      "key": "LOCAL STORAGE KEY",
      "value": "LOCAL STORAGE VALUE"
    }
  }

If you set these values, your site checks local storage for the specified key and value to determine if a user consented to cookies. If a user has not consented to cookies, your site disables telemetry for that user.

If you'd like to disable telemetry for all users, add the following to your docs.json file:

JSON
  "integrations": {
    "telemetry": {
      "enabled": false
    }
  }
Suggest an edit

Propose a replacement for this page. The site team reviews it before applying any changes.

Export
Documentation menu