Skip to content

Commit fd22c14

Browse files
authored
Merge pull request #288 from flashcatcloud/docs/ai-sre-home-first
docs: put AI SRE first in homepage product intro and sidebar
2 parents bbb4fbc + e2396c7 commit fd22c14

3 files changed

Lines changed: 78 additions & 78 deletions

File tree

docs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,10 +1423,10 @@
14231423
"group": "产品简介",
14241424
"icon": "cubes",
14251425
"pages": [
1426+
"zh/ai-sre",
14261427
"zh/on-call",
14271428
"zh/rum",
1428-
"zh/monitors",
1429-
"zh/ai-sre"
1429+
"zh/monitors"
14301430
]
14311431
},
14321432
{
@@ -2774,10 +2774,10 @@
27742774
"group": "Products",
27752775
"icon": "cubes",
27762776
"pages": [
2777+
"en/ai-sre",
27772778
"en/on-call",
27782779
"en/rum",
2779-
"en/monitors",
2780-
"en/ai-sre"
2780+
"en/monitors"
27812781
]
27822782
},
27832783
{

en/home.mdx

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ sidebarTitle: Overview
99
Flashduty is a unified observability platform designed for DevOps, SRE, and operations teams, providing end-to-end solutions from monitoring and alerting to incident response.
1010

1111
<CardGroup cols={2}>
12+
<Card title="AI SRE" icon="robot" href="./ai-sre">
13+
Autonomous troubleshooting Agent (Public Beta)
14+
</Card>
1215
<Card title="On-call" icon="bell" href="./on-call/quickstart/quickstart">
1316
Accelerate alert response
1417
</Card>
@@ -18,8 +21,40 @@ Flashduty is a unified observability platform designed for DevOps, SRE, and oper
1821
<Card title="Monitors" icon="desktop" href="./monitors/quickstart/quickstart">
1922
Unified monitoring platform
2023
</Card>
21-
<Card title="AI SRE" icon="robot" href="./ai-sre">
22-
Autonomous troubleshooting Agent (Public Beta)
24+
</CardGroup>
25+
26+
---
27+
28+
## AI SRE Autonomous Troubleshooting
29+
30+
A conversational, autonomous SRE Agent: issue instructions in natural language, and the AI investigates incidents, finds root causes, calls tools, and accumulates reusable operational knowledge. Integrated deeply with Flashduty incident response and IM collaboration.
31+
32+
<AccordionGroup>
33+
<Accordion title="Core capabilities" icon="star">
34+
- **Chat to troubleshoot**: the Agent plans, calls tools, and streams its investigation and conclusion
35+
- **Integrated with incident response**: spin up a session from an incident or war room with full context
36+
- **Knowledge that compounds**: DUTY.md-rooted Knowledge Packs hold long-lived operational context
37+
- **Extensible tooling**: Skills, MCP, A2A Agents, and self-hosted Runners
38+
</Accordion>
39+
40+
<Accordion title="Use cases" icon="bullseye">
41+
- Start an investigation from the console or an IM group, visible to the whole team
42+
- Automatic initial diagnosis posted back to the incident war room
43+
- Use /insight to review the last 30 days and quantify operational friction
44+
- Build reusable runbooks and troubleshooting flows
45+
</Accordion>
46+
</AccordionGroup>
47+
48+
<Note>
49+
AI SRE is now in **public beta** and open to all accounts — no application needed, and it's free during the beta. Flashduty will share billing information ahead of general availability. See the [AI SRE introduction](./ai-sre).
50+
</Note>
51+
52+
<CardGroup cols={2}>
53+
<Card title="Product overview" icon="rocket" href="./ai-sre/overview">
54+
Learn the full capability map and console navigation
55+
</Card>
56+
<Card title="Get started" icon="comments" href="./ai-sre/sessions">
57+
Create a session and start conversational troubleshooting
2358
</Card>
2459
</CardGroup>
2560

@@ -118,41 +153,6 @@ A unified monitoring management platform that aggregates data from multiple sour
118153

119154
---
120155

121-
## AI SRE Autonomous Troubleshooting
122-
123-
A conversational, autonomous SRE Agent: issue instructions in natural language, and the AI investigates incidents, finds root causes, calls tools, and accumulates reusable operational knowledge. Integrated deeply with Flashduty incident response and IM collaboration.
124-
125-
<AccordionGroup>
126-
<Accordion title="Core capabilities" icon="star">
127-
- **Chat to troubleshoot**: the Agent plans, calls tools, and streams its investigation and conclusion
128-
- **Integrated with incident response**: spin up a session from an incident or war room with full context
129-
- **Knowledge that compounds**: DUTY.md-rooted Knowledge Packs hold long-lived operational context
130-
- **Extensible tooling**: Skills, MCP, A2A Agents, and self-hosted Runners
131-
</Accordion>
132-
133-
<Accordion title="Use cases" icon="bullseye">
134-
- Start an investigation from the console or an IM group, visible to the whole team
135-
- Automatic initial diagnosis posted back to the incident war room
136-
- Use /insight to review the last 30 days and quantify operational friction
137-
- Build reusable runbooks and troubleshooting flows
138-
</Accordion>
139-
</AccordionGroup>
140-
141-
<Note>
142-
AI SRE is now in **public beta** and open to all accounts — no application needed, and it's free during the beta. Flashduty will share billing information ahead of general availability. See the [AI SRE introduction](./ai-sre).
143-
</Note>
144-
145-
<CardGroup cols={2}>
146-
<Card title="Product overview" icon="rocket" href="./ai-sre/overview">
147-
Learn the full capability map and console navigation
148-
</Card>
149-
<Card title="Get started" icon="comments" href="./ai-sre/sessions">
150-
Create a session and start conversational troubleshooting
151-
</Card>
152-
</CardGroup>
153-
154-
---
155-
156156
## Developers
157157

158158
Integrate Flashduty through Open API and Webhooks for automation and custom development.

zh/home.mdx

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ sidebarTitle: 概览
1010
Flashduty 是面向 DevOps、SRE 和运维团队的一站式可观测性平台,提供从监控、告警到事件响应的完整解决方案。
1111

1212
<CardGroup cols={2}>
13+
<Card title="AI SRE" icon="robot" href="./ai-sre">
14+
自治排障 Agent(公测)
15+
</Card>
1316
<Card title="On-call" icon="bell" href="./on-call/quickstart/quickstart">
1417
加速企业告警响应
1518
</Card>
@@ -19,8 +22,40 @@ Flashduty 是面向 DevOps、SRE 和运维团队的一站式可观测性平台
1922
<Card title="Monitors" icon="desktop" href="./monitors/quickstart/quickstart">
2023
统一监控管理平台
2124
</Card>
22-
<Card title="AI SRE" icon="robot" href="./ai-sre">
23-
自治排障 Agent(公测)
25+
</CardGroup>
26+
27+
---
28+
29+
## AI SRE 自治排障
30+
31+
对话式的自治 SRE Agent:用自然语言下达指令,AI 自主调查故障、排查根因、调用工具,并把运维知识沉淀复用。与 Flashduty 故障响应体系及 IM 协作深度联动。
32+
33+
<AccordionGroup>
34+
<Accordion title="核心能力" icon="star">
35+
- **对话即排障**:Agent 自主规划、调用工具、流式输出调查过程与结论
36+
- **与故障响应联动**:从故障或作战室一键拉起会话,携带上下文进入排查
37+
- **知识沉淀与复用**:以 DUTY.md 为入口的 Knowledge Pack 承载长期运维上下文
38+
- **可扩展工具生态**:Skill、MCP、A2A Agent 与自托管 Runner
39+
</Accordion>
40+
41+
<Accordion title="适用场景" icon="bullseye">
42+
- 在控制台或 IM 群里随手发起排查,团队全程可见
43+
- 故障作战室自动跑初步诊断并回贴结论
44+
- 用 /insight 复盘近 30 天会话,量化运维摩擦
45+
- 沉淀可复用的 runbook 与排障流程
46+
</Accordion>
47+
</AccordionGroup>
48+
49+
<Note>
50+
AI SRE 已全量开放**公测**,无需申请,登录控制台即可使用,公测期间不单独收费;正式商用前 Flashduty 会提前提供计费信息。详见 [AI SRE 产品介绍](./ai-sre)
51+
</Note>
52+
53+
<CardGroup cols={2}>
54+
<Card title="产品概述" icon="rocket" href="./ai-sre/overview">
55+
了解能力全景与控制台导航
56+
</Card>
57+
<Card title="快速开始" icon="comments" href="./ai-sre/sessions">
58+
新建会话,开始对话式排障
2459
</Card>
2560
</CardGroup>
2661

@@ -119,41 +154,6 @@ Real User Monitoring(真实用户监控)帮助您了解真实用户如何体
119154

120155
---
121156

122-
## AI SRE 自治排障
123-
124-
对话式的自治 SRE Agent:用自然语言下达指令,AI 自主调查故障、排查根因、调用工具,并把运维知识沉淀复用。与 Flashduty 故障响应体系及 IM 协作深度联动。
125-
126-
<AccordionGroup>
127-
<Accordion title="核心能力" icon="star">
128-
- **对话即排障**:Agent 自主规划、调用工具、流式输出调查过程与结论
129-
- **与故障响应联动**:从故障或作战室一键拉起会话,携带上下文进入排查
130-
- **知识沉淀与复用**:以 DUTY.md 为入口的 Knowledge Pack 承载长期运维上下文
131-
- **可扩展工具生态**:Skill、MCP、A2A Agent 与自托管 Runner
132-
</Accordion>
133-
134-
<Accordion title="适用场景" icon="bullseye">
135-
- 在控制台或 IM 群里随手发起排查,团队全程可见
136-
- 故障作战室自动跑初步诊断并回贴结论
137-
- 用 /insight 复盘近 30 天会话,量化运维摩擦
138-
- 沉淀可复用的 runbook 与排障流程
139-
</Accordion>
140-
</AccordionGroup>
141-
142-
<Note>
143-
AI SRE 已全量开放**公测**,无需申请,登录控制台即可使用,公测期间不单独收费;正式商用前 Flashduty 会提前提供计费信息。详见 [AI SRE 产品介绍](./ai-sre)
144-
</Note>
145-
146-
<CardGroup cols={2}>
147-
<Card title="产品概述" icon="rocket" href="./ai-sre/overview">
148-
了解能力全景与控制台导航
149-
</Card>
150-
<Card title="快速开始" icon="comments" href="./ai-sre/sessions">
151-
新建会话,开始对话式排障
152-
</Card>
153-
</CardGroup>
154-
155-
---
156-
157157
## 开发者
158158

159159
通过 Open API 和 Webhook 集成 Flashduty,实现自动化运维和二次开发。

0 commit comments

Comments
 (0)