mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
4c31f3683c
* ai/ keywords * api/ keywords * components/ keywords * create/ keywords * customize/ keywords * api-playground/ keywords * dashboard/ keywords * deploy/ keywords * guides/ keywords * insights/ keywords * integrations/ keywords * optimize/ keywords * organize/ keywords * root/ keywords * rm temp files
24 lines
488 B
Plaintext
24 lines
488 B
Plaintext
---
|
|
title: "Front"
|
|
description: "Connect Front chat for customer support conversations."
|
|
keywords: ["Front Chat", "chat widget integration", "chat ID", "customer conversations"]
|
|
---
|
|
|
|
Add the following to your `docs.json` file to add a [Front Chat](https://front.com) widget.
|
|
|
|
<CodeGroup>
|
|
|
|
```json Integration options in docs.json
|
|
"integrations": {
|
|
"frontchat": "CHAT_ID"
|
|
}
|
|
```
|
|
|
|
```json Example
|
|
"integrations": {
|
|
"frontchat": "1365d046d7c023e9b030ce90d02d093a"
|
|
}
|
|
```
|
|
|
|
</CodeGroup>
|