> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.another-horizon.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Plausible

> 使用 Plausible 进行简单、尊重隐私的分析。

在 `docs.json` 中添加你站点的 domain，以将 Analytics 发送至 Plausible。

<Info>
  为 domain 或服务器填写时不要包含 `https://`。
</Info>

<CodeGroup>
  ```json docs.json 中的 Analytics 选项 theme={null}
  "integrations": {
      "plausible": {
          "domain": "required",
          "server": "optional"
      }
  }
  ```

  ```json 示例 theme={null}
  "integrations": {
      "plausible": {
          "domain": "docs.domain.com"
      }
  }
  ```
</CodeGroup>
