Skip to content

Commit 49f937e

Browse files
niuweiliniuweili
authored andcommitted
feat: add export mapping api
1 parent c3d9966 commit 49f937e

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

src/en.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,11 @@ import Templates from "../flashduty/en/1. On-call/4. Configure On-call/4.7 Templ
8585
/** ⬇️⬇️⬇️⬇️ Other ⬇️⬇️⬇️⬇️ */
8686
import Link from "../flashduty/en/1. On-call/8. Integrations/8.6 Other/8.6.1 Link Integration.md?raw";
8787
/** ⬆️⬆️⬆️⬆️ Other ⬆️⬆️⬆️⬆️ */
88-
88+
89+
90+
/** ⬇️⬇️⬇️⬇️ Label Mapping API ⬇️⬇️⬇️⬇️ */
91+
import LabelMappingAPI from '../flashduty/en/1. On-call/8. Integrations/8.1 Alerts integration/8.1.54 Label Mapping API.md?raw';
92+
/** ⬆️⬆️⬆️⬆️ Label Mapping API ⬆️⬆️⬆️⬆️ */
8993

9094
const docs = {
9195
CustomAlert,
@@ -156,6 +160,7 @@ const docs = {
156160
Cloudflare,
157161
WecomAlert,
158162
ServiceDeskPlusSync,
159-
Harbor
163+
Harbor,
164+
LabelMappingAPI
160165
};
161166
export default docs;

src/zh.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ import Templates from "../flashduty/zh/1. On-call/3. 配置管理/4.7 配置通
8484
import Link from "../flashduty/zh/1. On-call/5. 集成引导/8.66其他集成/8.6.1 Link 集成指引.md?raw";
8585
/** ⬆️⬆️⬆️⬆️ Other ⬆️⬆️⬆️⬆️ */
8686

87+
88+
/** ⬇️⬇️⬇️⬇️ Label Mapping API ⬇️⬇️⬇️⬇️ */
89+
import LabelMappingAPI from "../flashduty/zh/1. On-call/5. 集成引导/8.1 告警集成/8.1.54 标签映射API.md?raw";
90+
/** ⬆️⬆️⬆️⬆️ Label Mapping API ⬆️⬆️⬆️⬆️ */
8791
const docs = {
8892
CustomAlert,
8993
Email,
@@ -153,6 +157,7 @@ const docs = {
153157
Cloudflare,
154158
WecomAlert,
155159
ServiceDeskPlusSync,
156-
Harbor
160+
Harbor,
161+
LabelMappingAPI
157162
};
158163
export default docs;

0 commit comments

Comments
 (0)