Documentation Index
Fetch the complete documentation index at: https://omer-914cc1c6.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
你可以在文档站点中接入数据隐私平台。在 docs.json 中添加 integrations 字段,并包含相应的脚本。
"integrations": {
"osano": "SOURCE"
}
如果你需要为符合 GDPR 而检查用户是否已同意使用 Cookie,可以在 cookies 下指定一个本地存储的 key 和 value:
"integrations": {
"cookies": {
"key": "LOCAL STORAGE KEY",
"value": "LOCAL STORAGE VALUE"
}
}
如果设置了这些值,系统会检查本地存储,以确定用户是否已同意使用 Cookie。若未同意,将禁用遥测/使用数据。
如果你想为所有用户禁用遥测/使用数据,可以在你的 docs.json 文件中添加以下内容:
"integrations": {
"telemetry": {
"enabled": false
}
}