Skip to content

Commit b76d968

Browse files
Add Contact Support documentation pages (#551)
* Update support/contact-support.mdx * Update zh-CN/support/contact-support.mdx * Update docs.json * Update docs.json --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 57f1fb6 commit b76d968

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed

docs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@
563563
{
564564
"tab": "Support",
565565
"pages": [
566+
"support/contact-support",
566567
{
567568
"group": "Billing Support",
568569
"pages": [
@@ -1155,6 +1156,7 @@
11551156
{
11561157
"tab": "支持",
11571158
"pages": [
1159+
"zh-CN/support/contact-support",
11581160
{
11591161
"group": "账单支持",
11601162
"pages": [

support/contact-support.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Contact support
3+
description: Get help and report issues for ComfyUI
4+
---
5+
6+
Get help with ComfyUI through our support channels and report issues in the appropriate repository.
7+
8+
## Support channels
9+
10+
<CardGroup cols={2}>
11+
<Card title="Zendesk Support" icon="life-ring" href="https://support.comfy.org/">
12+
Get help from our support team
13+
</Card>
14+
</CardGroup>
15+
16+
## Report issues
17+
18+
Report bugs and issues in the corresponding GitHub repository:
19+
20+
<CardGroup cols={2}>
21+
<Card title="UI Issues" icon="browser" href="https://github.com/Comfy-Org/ComfyUI_frontend/issues">
22+
Report UI-related issues in ComfyUI_frontend
23+
</Card>
24+
25+
<Card title="Core Issues" icon="code" href="https://github.com/comfyanonymous/ComfyUI/issues">
26+
Report core functionality issues
27+
</Card>
28+
29+
<Card title="Desktop Issues" icon="desktop" href="https://github.com/Comfy-Org/desktop/issues">
30+
Report issues with the desktop version
31+
</Card>
32+
</CardGroup>

zh-CN/support/contact-support.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: 联系支持
3+
description: 获取 ComfyUI 帮助并报告问题
4+
---
5+
6+
通过我们的支持渠道获取 ComfyUI 帮助,并在相应的代码仓库中报告问题。
7+
8+
## 支持渠道
9+
10+
<CardGroup cols={2}>
11+
<Card title="Zendesk 支持" icon="life-ring" href="https://support.comfy.org/">
12+
从我们的支持团队获取帮助
13+
</Card>
14+
</CardGroup>
15+
16+
## 报告问题
17+
18+
在相应的 GitHub 代码仓库中报告错误和问题:
19+
20+
<CardGroup cols={2}>
21+
<Card title="UI 相关问题" icon="browser" href="https://github.com/Comfy-Org/ComfyUI_frontend/issues">
22+
在 ComfyUI_frontend 中报告 UI 相关问题
23+
</Card>
24+
25+
<Card title="核心功能问题" icon="code" href="https://github.com/comfyanonymous/ComfyUI/issues">
26+
报告核心功能问题
27+
</Card>
28+
29+
<Card title="桌面版问题" icon="desktop" href="https://github.com/Comfy-Org/desktop/issues">
30+
报告桌面版本问题
31+
</Card>
32+
</CardGroup>

0 commit comments

Comments
 (0)