Files
mintlify__docs/fr/integrations/support/front.mdx
mintlify[bot] 2ccd573b95 docs: tighten SEO descriptions in es/ and fr/ translations (#6212)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-06-17 11:34:59 -07:00

24 lines
619 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: "Front"
description: "Intégrez Front Chat à votre site de documentation Mintlify afin que les visiteurs puissent lancer des conversations d’assistance depuis vos pages."
keywords: ["Front Chat", "intégration du widget de chat", "chat ID", "conversations client"]
boost: 3
---
Ajoutez ce qui suit à votre fichier `docs.json` pour intégrer un widget [Front Chat](https://front.com).
<CodeGroup>
```json Options d’intégration dans docs.json
"integrations": {
"frontchat": "CHAT_ID"
}
```
```json Exemple
"integrations": {
"frontchat": "1365d046d7c023e9b030ce90d02d093a"
}
```
</CodeGroup>