Skip to content

Commit 7e91628

Browse files
ysyneuclaude
andauthored
docs: replace developer.flashcat.cloud links with docs.flashcat.cloud (#119)
Migrate all old API documentation URLs to the new docs.flashcat.cloud domain with correct API reference paths across 17 bilingual doc files. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d3238cf commit 7e91628

17 files changed

Lines changed: 22 additions & 22 deletions

File tree

flashduty/en/1. On-call/2. Incidents/2.2 View Incidents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Flashduty provides two entry points to view the incident list: one within the ch
2424
8. **Pagination Settings**: Adjust page numbers and items per page.
2525

2626
:::highlight orange 💡
27-
For performance reasons, when search conditions match more than **1000** incidents, the system only shows 1000+, rather than an exact number. Therefore, you can only view 1000 incidents through pagination. If you need to view more, please adjust your search time interval or use the [Incident Query](https://developer-en.flashcat.cloud/api-110655782) API to get all data.
27+
For performance reasons, when search conditions match more than **1000** incidents, the system only shows 1000+, rather than an exact number. Therefore, you can only view 1000 incidents through pagination. If you need to view more, please adjust your search time interval or use the [Incident Query](https://docs.flashcat.cloud/en/api-reference/on-call/incidents/incident-list) API to get all data.
2828
:::
2929

3030
### Using Group Views

flashduty/en/1. On-call/2. Incidents/2.6 Custom Actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ After creation, you can find the action button under [Incident Details-More Acti
3333
<img src="https://download.flashcat.cloud/flashduty/doc/en/fd/action-1.png" alt="drawing" width="800"/>
3434
### How to implement webhook?
3535

36-
Visit [Webhook Getting Started](https://developer-en.flashcat.cloud/doc-2996930) to learn more.
36+
Visit [Webhook Getting Started](https://docs.flashcat.cloud/en/on-call/integration/webhooks/incident-webhook) to learn more.

flashduty/en/1. On-call/4. Configure On-call/4.5 Label Enrichment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Each alert event in the integration center has label enrichment configuration op
3333
### Types of Label Enrichment
3434
- **Extract:** Using regular expressions to extract needed information from alert titles, detailed descriptions, and existing label fields to automatically generate additional labels.
3535
- **Compose:** Composition rules can build new labels using Go template syntax, extracting label values with {{.Labels.Field}} format or generating new labels using fixed values.
36-
- **Map:** Maps source key-value pairs to new key-value pairs through mapping relationships. Requires pre-creating [schema](https://developer-en.flashcat.cloud/api-142409927) mapping relationships and [uploading metadata](https://developer-en.flashcat.cloud/api-145679479) before configuration. See configuration examples below.
36+
- **Map:** Maps source key-value pairs to new key-value pairs through mapping relationships. Requires pre-creating [schema](https://docs.flashcat.cloud/en/api-reference/on-call/alert-enrichment/mapping-schema-write-create) mapping relationships and [uploading metadata](https://docs.flashcat.cloud/en/api-reference/on-call/alert-enrichment/mapping-data-write-upsert) before configuration. See configuration examples below.
3737
- **Delete:** Removes labels with specified names. If the label to be deleted doesn't exist, the operation is ineffective.
3838

3939
![2025-09-22-13-56-46](https://docs-cdn.flashcat.cloud/images/png/51492ca5b84e5f84f1b90c0c7c13800a.png)
@@ -132,6 +132,6 @@ In the mapping table details page, you can manage the mapping table data, includ
132132

133133
::: tip
134134

135-
If you do not want the source label to exist, you can achieve this through the delete rule. Also, label mapping supports API management, which can be referred to [Label Mapping API](https://developer-en.flashcat.cloud/api-142429470).
135+
If you do not want the source label to exist, you can achieve this through the delete rule. Also, label mapping supports API management, which can be referred to [Label Mapping API](https://docs.flashcat.cloud/en/api-reference/on-call/alert-enrichment/mapping-data-write-upsert).
136136

137137
:::

flashduty/en/1. On-call/6. Advanced/6.1 Referencing Variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url: "https://docs.flashcat.cloud/en/flashduty/customize-incident-attrs"
1010

1111
By referencing alert labels and attributes, you can customize incident severity and title information. This feature is mainly used in the following two scenarios:
1212

13-
1. When reporting custom alert events using the [Alert Event API](https://developer-en.flashcat.cloud/en/flashduty/event-api/alert-event?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5), you can use the `title_rule` field to customize the alert title.
13+
1. When reporting custom alert events using the [Alert Event API](https://docs.flashcat.cloud/en/on-call/integration/alert-integration/alert-sources/standard alert), you can use the `title_rule` field to customize the alert title.
1414

1515
```
1616
# Example: Specify resource and check labels as alert title

flashduty/en/1. On-call/6. Advanced/6.3 Insights.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ Export incident list data in CSV format, supporting incident list, team, channel
7777
</div>
7878

7979
#### Export Limitations
80-
- Incident list exports exclude Labels data; for more detailed data, use the [Incident List](https://developer-en.flashcat.cloud/api-110655782) API.
80+
- Incident list exports exclude Labels data; for more detailed data, use the [Incident List](https://docs.flashcat.cloud/en/api-reference/on-call/incidents/incident-list) API.
8181
- Maximum query and export limit is 100,000 records; for more data, export in time segments.
8282

8383
### FAQ
8484

8585
<details>
8686
<summary>How to query older data?</summary>
87-
The insights dashboard currently supports querying last 180 days of data. For older data, use the [API query](https://developer-en.flashcat.cloud/api-213441443).
87+
The insights dashboard currently supports querying last 180 days of data. For older data, use the [API query](https://docs.flashcat.cloud/en/api-reference/on-call/analytics/insight-incident-list).
8888
</details>
8989

9090
<details>

flashduty/en/1. On-call/8. Integrations/8.1 Alerts integration/8.1.0 Standard Alert Integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Field|Required|Type|Description
8989
Field|Required|Type|Description
9090
:-:|:-:|:-:|:---
9191
| alt | No | string | Image alternative text, limit 128 characters, truncated if exceeded.
92-
| src | Yes | string | Image source, value: http/https URL or image_key returned by [Image Upload API](https://developer.flashcat.cloud/api-344943718). Limit 256 characters, discarded if exceeded
92+
| src | Yes | string | Image source, value: http/https URL or image_key returned by Image Upload API. Limit 256 characters, discarded if exceeded
9393
| href | No | string | Hyperlink reference path, limit 256 characters, truncated if exceeded
9494

9595
</div>

flashduty/en/1. On-call/8. Integrations/8.2 Change integration/8.2.1 Standard Change Event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Flashduty has already adapted webhook protocols for several commonly used ticket
2626
## Implementation Protocol
2727
---
2828

29-
Please refer to the [Developer Documentation](https://developer-en.flashcat.cloud/en/flashduty/event-api/change-event) to complete the protocol development.
29+
Please refer to the [Developer Documentation](https://docs.flashcat.cloud/en/on-call/integration/change-integration/custom-event) to complete the protocol development.
3030

3131
## Best Practices
3232
---

flashduty/en/5. Platform/1. Teams and Members.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ After deletion, other associated paths will become invalid immediately and canno
4646
### Invitation Methods
4747

4848
- The console only supports email invitations, with the username defaulting to the email prefix, which can be modified in account settings after activation
49-
- You can send invitations through [Open API](https://developer-en.flashcat.cloud/api-110655699), which supports phone invitations
49+
- You can send invitations through [Open API](https://docs.flashcat.cloud/en/api-reference/platform/members/member-invite), which supports phone invitations
5050
- The system will send SMS or email to invited colleagues, with a daily invitation limit of 200 people and a maximum of 10 people per invitation
5151
- Additionally, you can contact the organization administrator to configure SSO, where new member accounts are created automatically upon login
5252
- After sending an invitation, the account will be activated upon the recipient's login. Unactivated accounts cannot receive alert notifications

flashduty/zh/1. On-call/3. 故障管理/2. 检索与查看故障.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Flashduty 提供了两个入口查看故障列表。一个是协作空间内,
2424
8. **分页设置**:分页和单页条数调整。
2525

2626
:::highlight orange 💡
27-
为了提升性能,当检索条件匹配到超过 **1000** 条故障,系统仅展示1000+,而不是精确的数字。因此,您通过跳页,也只能查看1000条故障,如果需要查看更多,请调整你的检索时间区间。或通过 [故障查询](https://developer.flashcat.cloud/api-110655782) API 获取全部数据。
27+
为了提升性能,当检索条件匹配到超过 **1000** 条故障,系统仅展示1000+,而不是精确的数字。因此,您通过跳页,也只能查看1000条故障,如果需要查看更多,请调整你的检索时间区间。或通过 [故障查询](https://docs.flashcat.cloud/zh/api-reference/on-call/incidents/incident-list) API 获取全部数据。
2828
:::
2929

3030
### 使用聚合视图
@@ -69,7 +69,7 @@ Flashduty 提供各种维度的筛选能力,并给您足够多的灵活度。
6969
2. **操作区域**:各类高频操作按钮,在更多操作中,包含了自定义操作和低频操作按钮,其中创建作战室需要在IM集成中开启[作战室](https://docs.flashcat.cloud/zh/flashduty/war-room)
7070
3. **详细信息**:故障的描述、标签信息,其中AI总结可以快速提炼故障详情,并以事件概况、影响范围、可行措施三个维度进行输出,标签内容支持拖拽排序和以JSON视图展示。
7171
4. **关联告警**:故障所关联的所有被[聚合](https://docs.flashcat.cloud/zh/flashduty/noise-reduction-settings)的告警,支持按处理进度筛选,以及支持视图切换。
72-
5. **综合信息**:展示该故障的属性、处理状态、[图片](https://developer.flashcat.cloud/api-344943718)以及处理人员信息
72+
5. **综合信息**:展示该故障的属性、处理状态、图片以及处理人员信息
7373
6. **自定义字段**:自定义字段配置区域。
7474

7575
您可以切换上方 Tab 页,查看更详细的 **关联告警****时间线**,以及 **历史变更**,用于故障根因定位。对于已关闭的故障,系统还会展示 **问题修复** 页面,用于展示故障的根因和解决办法。

flashduty/zh/1. On-call/3. 故障管理/6. 自定义操作.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ url: "https://docs.flashcat.cloud/zh/flashduty/custom-actions"
3434

3535
### 如何实现 webhook?
3636

37-
前往 [Webhook 入门](https://developer.flashcat.cloud/doc-2996930)。了解更多。
37+
前往 [Webhook 入门](https://docs.flashcat.cloud/zh/on-call/integration/webhooks/incident-webhook)。了解更多。

0 commit comments

Comments
 (0)