Files
mintlify[bot] 4b465465dd translate: mirror boost: 3 frontmatter to es/fr/zh translations (#5671)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-05 17:33:20 +00:00

33 lines
816 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Plausible"
description: "将 Plausible Analytics 集成到你的 Mintlify 文档,实现轻量级、尊重隐私的访客跟踪,无需 Cookie 或同意横幅。"
keywords: ["Plausible Analytics", "privacy-respecting analytics", "self-hosted analytics", "domain configuration"]
boost: 3
---
在 `docs.json` 中添加你站点的 domain,以将 Analytics 发送至 Plausible。
<Info>
为 domain 或服务器填写时不要包含 `https://`。
</Info>
<CodeGroup>
```json docs.json 中的 Analytics 选项
"integrations": {
"plausible": {
"domain": "required - your documentation domain",
"server": "optional - your self-hosted Plausible server URL"
}
}
```
```json 示例
"integrations": {
"plausible": {
"domain": "docs.domain.com"
}
}
```
</CodeGroup>