Files
locadex-agent[bot] bbb1a08ed3 docs(locadex): update translations (#1778)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-11-14 14:44:09 -08:00

23 lines
482 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: "连接 Front Chat,用于客户支持会话。"
keywords: ["Front Chat", "聊天小组件集成", "chat ID", "客户会话"]
---
在你的 `docs.json` 文件中添加以下内容,以集成 [Front Chat](https://front.com) 小组件。
<CodeGroup>
```json Integration options in docs.json
"integrations": {
"frontchat": "CHAT_ID"
}
```
```json 示例
"integrations": {
"frontchat": "1365d046d7c023e9b030ce90d02d093a"
}
```
</CodeGroup>