> ## Documentation Index
> Fetch the complete documentation index at: https://omer-914cc1c6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Pirsch

在您的 `docs.json` 文件中添加以下内容以将 Analytics 发送至 Pirsch。

您可以在 Settings > Developer > Identification Code 中获取站点 ID。

<CodeGroup>
  ```json docs.json 中的 Analytics 选项 theme={null}
  "integrations": {
      "pirsch": {
          "id": "必填"
      }
  }
  ```

  ```json 示例 theme={null}
  "integrations": {
      "pirsch": {
          "id": "8Kw7OKxBfswOjnKGZa7P9Day8JmVYwTp"
      }
  }
  ```
</CodeGroup>
