Files
locadex-agent[bot] 1876c01f16 docs(locadex): add translations (#2604)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-01-08 10:14:23 -08:00

32 lines
791 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: "Suivez des Analytics simples et respectueux de la vie privée avec Plausible."
keywords: ["Plausible Analytics", "analytics respectueux de la vie privée", "analytics auto‑hébergés", "configuration du domain"]
---
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": "requis - le domain de votre documentation",
"server": "optionnel - l’URL de votre serveur Plausible auto‑hébergé"
}
}
```
```json Exemple
"integrations": {
"plausible": {
"domain": "docs.domain.com"
}
}
```
</CodeGroup>