docs.json 文件中添加以下配置,将 Analytics 数据发送到 Heap。
1234567890 替换为你的 Heap app ID。你可以在 Heap 账户设置 中找到它。Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
将 Heap 分析集成到 Mintlify 文档站点,自动捕获用户交互和事件,进行行为分析。
docs.json 文件中添加以下配置,将 Analytics 数据发送到 Heap。
"integrations": {
"heap": {
"appId": "required"
}
}
"integrations": {
"heap": {
"appId": "1234567890"
}
}
1234567890 替换为你的 Heap app ID。你可以在 Heap 账户设置 中找到它。Suggestions