Skip to content

Commit 23ee3de

Browse files
Add Support section to homepage (#556)
* Update index.mdx * Update zh-CN/index.mdx * Update docs.json * Update docs.json * Update docs.json * Update docs.json * Update index --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: ComfyUI Wiki <[email protected]>
1 parent 89dec85 commit 23ee3de

File tree

2 files changed

+42
-14
lines changed

2 files changed

+42
-14
lines changed

index.mdx

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,27 @@ The most powerful open source node-based application for generative AI
142142
<div className="mb-12">
143143
<h2 className="text-2xl font-bold mb-6 text-center">Get Help</h2>
144144
<CardGroup cols={3}>
145+
<Card
146+
title="Contact Support"
147+
icon="headset"
148+
href="/support/contact-support"
149+
>
150+
Get help from our support team
151+
</Card>
152+
<Card
153+
title="Account Management"
154+
icon="user-gear"
155+
href="/account/create-account"
156+
>
157+
Create, login, and manage your account
158+
</Card>
159+
<Card
160+
title="Billing Support"
161+
icon="credit-card"
162+
href="/support/subscription/subscribing"
163+
>
164+
Manage subscriptions and payments
165+
</Card>
145166
<Card
146167
title="Troubleshooting"
147168
icon="circle-question"
@@ -156,13 +177,6 @@ The most powerful open source node-based application for generative AI
156177
>
157178
Join the ComfyUI community
158179
</Card>
159-
<Card
160-
title="Account Settings"
161-
icon="user"
162-
href="/interface/user"
163-
>
164-
Manage your ComfyUI account
165-
</Card>
166180
</CardGroup>
167181
</div>
168182

zh-CN/index.mdx

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,27 @@ sidebarTitle: "介绍"
145145
<div className="mb-12">
146146
<h2 className="text-2xl font-bold mb-6 text-center">获取帮助</h2>
147147
<CardGroup cols={3}>
148+
<Card
149+
title="联系支持"
150+
icon="headset"
151+
href="/zh-CN/support/contact-support"
152+
>
153+
从我们的支持团队获取帮助
154+
</Card>
155+
<Card
156+
title="账户管理"
157+
icon="user-gear"
158+
href="/zh-CN/account/create-account"
159+
>
160+
创建、登录和管理你的账户
161+
</Card>
162+
<Card
163+
title="账单支持"
164+
icon="credit-card"
165+
href="/zh-CN/support/subscription/subscribing"
166+
>
167+
管理订阅和支付
168+
</Card>
148169
<Card
149170
title="故障排除"
150171
icon="circle-question"
@@ -159,13 +180,6 @@ sidebarTitle: "介绍"
159180
>
160181
加入 ComfyUI 社区
161182
</Card>
162-
<Card
163-
title="账户设置"
164-
icon="user"
165-
href="/zh-CN/interface/user"
166-
>
167-
管理你的 ComfyUI 账户
168-
</Card>
169183
</CardGroup>
170184
</div>
171185

0 commit comments

Comments
 (0)