Skip to content

Commit 39635e9

Browse files
committed
fix: title duplication, 403 errors, duplicate h1 headings
1 parent cc9816e commit 39635e9

5 files changed

Lines changed: 44 additions & 7 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Account API
3+
description: API endpoints for managing your CoreClaw account.
4+
sidebar:
5+
order: 0
6+
---
7+
8+
## Account API
9+
10+
Manage your CoreClaw account through API.
11+
12+
<div class="quick-links">
13+
<a href="./info/" class="quick-link">
14+
<div class="quick-link-icon">
15+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/></svg>
16+
</div>
17+
<div class="quick-link-title">Account Info</div>
18+
<div class="quick-link-description">Get your account information and API keys</div>
19+
</a>
20+
</div>

src/content/docs/developer-guide/worker/input-schema.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
***
2-
1+
---
32
title: Worker Input Configuration (Input Schema)
43
description: A manual for Worker input configuration (Input Schema)
54
sidebar:
6-
order: 3
7-
--------
5+
order: 3
6+
---
87

98
This document explains how developers should configure the **input\_schema.json** file. This file determines the **input form layout** presented to users in the web interface of an automation Worker.
109

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: 账户 API
3+
description: 用于管理 CoreClaw 账户的 API 端点。
4+
sidebar:
5+
order: 0
6+
---
7+
8+
## 账户 API
9+
10+
通过 API 管理您的 CoreClaw 账户。
11+
12+
<div class="quick-links">
13+
<a href="./info/" class="quick-link">
14+
<div class="quick-link-icon">
15+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4"/><path d="M12 8h.01"/></svg>
16+
</div>
17+
<div class="quick-link-title">账户信息</div>
18+
<div class="quick-link-description">获取您的账户信息和 API 密钥</div>
19+
</a>
20+
</div>

src/content/docs/zh-cn/faq/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebar:
55
order: 0
66
---
77

8-
## 常见问题
9-
108
查找关于 CoreClaw 的常见问题解答。找不到您需要的答案?[联系我们的支持团队](mailto:support@coreclaw.com)
119

1210
<div class="faq-categories">

src/content/docs/zh-cn/getting-started/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 4
66
---
77

8-
# 常见问题解答
8+
## 常见问题解答
99

1010
<div class="hero-cards">
1111
<a

0 commit comments

Comments
 (0)