mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
4b465465dd
Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
24 lines
563 B
Plaintext
24 lines
563 B
Plaintext
---
|
|
title: "Front"
|
|
description: "将 Front 聊天集成到你的 Mintlify 文档站点,让访客可以直接从文档页面发起客户支持会话。"
|
|
keywords: ["Front Chat", "聊天小组件集成", "chat ID", "客户会话"]
|
|
boost: 3
|
|
---
|
|
|
|
在你的 `docs.json` 文件中添加以下内容,以集成 [Front Chat](https://front.com) 小组件。
|
|
|
|
<CodeGroup>
|
|
|
|
```json Integration options in docs.json
|
|
"integrations": {
|
|
"frontchat": "CHAT_ID"
|
|
}
|
|
```
|
|
|
|
```json 示例
|
|
"integrations": {
|
|
"frontchat": "1365d046d7c023e9b030ce90d02d093a"
|
|
}
|
|
```
|
|
|
|
</CodeGroup> |