Osano
Integrate Osano with your Mintlify documentation site to manage cookie consent banners, privacy preferences, and regulatory compliance.
Add Osano cookie consent to your docs with a custom JavaScript file in your repository.
Setup
Create an osano.js file in your docs repository with the following content:
var script = document.createElement("script");
script.src = "OSANO_SCRIPT_URL";
document.head.appendChild(script);Replace OSANO_SCRIPT_URL with your Osano script URL. Your script URL is the src value in the code snippet that Osano generates. Your script URL always starts with https://cmp.osano.com/ and ends with /osano.js.
Troubleshooting
Was this page helpful?Suggest editsRaise issue