Skip to content

Commit

Permalink
Merge pull request #20 from flashcatcloud/draft
Browse files Browse the repository at this point in the history
feat: add export
  • Loading branch information
niuweili authored Feb 12, 2025
2 parents 744b3fe + 2ee4690 commit e8efba7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flashduty-knowledge-base",
"version": "1.2.3",
"version": "1.2.3-beta.1",
"description": "flashduty knowledge base",
"type": "module",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import Meraki from "../flashduty/en/8. Integrations/8.1 Alerts integration/8.1.3
import StateCloud from "../flashduty/en/8. Integrations/8.1 Alerts integration/8.1.39 StateCloud Integration.md?raw";
import Guance from "../flashduty/en/8. Integrations/8.1 Alerts integration/8.1.40 Guance Integration.md?raw";
import Zilliz from "../flashduty/en/8. Integrations/8.1 Alerts integration/8.1.41 Zilliz Integration.md?raw";
import HuaweiyunAPM from "../flashduty/en/8. Integrations/8.1 Alerts integration/8.1.42 Huawei Cloud APM integration.md?raw";
/** ⬆️⬆️⬆️⬆️ 告警集成 ⬆️⬆️⬆️⬆️ */

/** ⬇️⬇️⬇️⬇️ 变更事件 ⬇️⬇️⬇️⬇️ */
Expand Down Expand Up @@ -119,5 +120,6 @@ const docs = {
IncidentWebhook,
CustomAction,
Templates,
HuaweiyunAPM,
};
export default docs;
2 changes: 2 additions & 0 deletions src/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import Meraki from "../flashduty/zh/8. 集成引导/8.1 告警集成/8.1.38 Mera
import StateCloud from "../flashduty/zh/8. 集成引导/8.1 告警集成/8.1.39 天翼云告警集成指引.md?raw";
import Guance from "../flashduty/zh/8. 集成引导/8.1 告警集成/8.1.40 观测云告警集成指引.md?raw";
import Zilliz from "../flashduty/zh/8. 集成引导/8.1 告警集成/8.1.41 Zilliz 告警集成指引.md?raw";
import HuaweiyunAPM from "../flashduty/zh/8. 集成引导/8.1 告警集成/8.1.42 华为云 APM 告警集成指引.md?raw";
/** ⬆️⬆️⬆️⬆️ 告警集成 ⬆️⬆️⬆️⬆️ */

/** ⬇️⬇️⬇️⬇️ 变更事件 ⬇️⬇️⬇️⬇️ */
Expand Down Expand Up @@ -119,5 +120,6 @@ const docs = {
IncidentWebhook,
CustomAction,
Templates,
HuaweiyunAPM,
};
export default docs;

0 comments on commit e8efba7

Please sign in to comment.