> ## 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

> Suivez des Analytics simples et respectueux de la vie privée avec Plausible.

Ajoutez le domain de votre site dans `docs.json` pour envoyer des Analytics à Plausible.

<Info>
  N’incluez pas `https://` pour le domain ou le serveur.
</Info>

<CodeGroup>
  ```json Options d’Analytics dans docs.json theme={null}
  "integrations": {
      "plausible": {
          "domain": "required",
          "server": "optional"
      }
  }
  ```

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