> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-mintlify-add-letter-a-quickstart-82277.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 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
  "integrations": {
      "plausible": {
          "domain": "required",
          "server": "optional"
      }
  }
  ```

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