mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
f8e015ff62
* Improve SEO metadata: update descriptions to 130-155 chars across 177 pages Generated-By: mintlify-agent * Apply suggestion from @ethanpalm * Apply suggestions from code review Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * 💅 --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
24 lines
576 B
Plaintext
24 lines
576 B
Plaintext
---
|
|
title: "Front"
|
|
description: "Integrate Front chat with your Mintlify documentation site so visitors can start customer support conversations directly from your docs pages."
|
|
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>
|