mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
bbb1a08ed3
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
23 lines
526 B
Plaintext
23 lines
526 B
Plaintext
---
|
||
title: "Front"
|
||
description: "Connectez Front Chat pour les conversations d’assistance client."
|
||
keywords: ["Front Chat", "intégration du widget de chat", "chat ID", "conversations client"]
|
||
---
|
||
|
||
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> |