mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
1876c01f16
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
32 lines
791 B
Plaintext
32 lines
791 B
Plaintext
---
|
||
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> |