flashduty-knowledge-base 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/en.cjs CHANGED
@@ -114,7 +114,7 @@ Code:
114
114
  Request:
115
115
 
116
116
  \`\`\`
117
- curl -X POST '{api_host}/event/push/alert/standard?integration_key=$key' \\
117
+ curl -X POST '{api_host}/event/push/alert/standard?integration_key={integration_key}' \\
118
118
  -H 'Content-Type: application/json' \\
119
119
  -d '{
120
120
  "event_status": "Warning",
package/dist/en.js CHANGED
@@ -114,7 +114,7 @@ Code:
114
114
  Request:
115
115
 
116
116
  \`\`\`
117
- curl -X POST '{api_host}/event/push/alert/standard?integration_key=$key' \\
117
+ curl -X POST '{api_host}/event/push/alert/standard?integration_key={integration_key}' \\
118
118
  -H 'Content-Type: application/json' \\
119
119
  -d '{
120
120
  "event_status": "Warning",
@@ -4724,7 +4724,7 @@ Flashduty extracts the status.name information from the webhook payload by defau
4724
4724
  Please contact Flashduty if you wish to modify this mapping.
4725
4725
 
4726
4726
  </div>
4727
- `, $ = `---
4727
+ `, j = `---
4728
4728
  title: Contributing to our documentation — Meilisearch documentation
4729
4729
  description: The Meilisearch documentation is open-source. Learn how to help make it even better.
4730
4730
  sidebarDepth: 3
@@ -4859,7 +4859,7 @@ Once published, you can access the application via mobile/PC client. First-time
4859
4859
  |Group Bot Webhook|Maximum 100 calls/minute|
4860
4860
  |Sending messages to the same user or group|Maximum 5 calls/second|
4861
4861
 
4862
- **Note:** Messages cannot be pushed normally when exceeding limits, please use notification channels reasonably`, j = `---
4862
+ **Note:** Messages cannot be pushed normally when exceeding limits, please use notification channels reasonably`, $ = `---
4863
4863
  title: "Dingtalk Integration"
4864
4864
  description: "Integrate with Dingtalk custom application to receive and respond to alerts within Dingtalk"
4865
4865
  date: "2024-05-11T10:00:00+08:00"
@@ -6482,7 +6482,7 @@ export {
6482
6482
  Z as CustomAction,
6483
6483
  e as CustomAlert,
6484
6484
  q as CustomChange,
6485
- j as Dingtalk,
6485
+ $ as Dingtalk,
6486
6486
  L as Dynatrace,
6487
6487
  n as Email,
6488
6488
  x as GoogleCM,
@@ -6495,7 +6495,7 @@ export {
6495
6495
  p as InfluxDB,
6496
6496
  _ as Jiankongbao,
6497
6497
  O as Jira,
6498
- $ as Lark,
6498
+ j as Lark,
6499
6499
  M as Meraki,
6500
6500
  V as MicrosoftTeams,
6501
6501
  t as N9e,
package/dist/zh.cjs CHANGED
@@ -123,7 +123,7 @@ Code:
123
123
  请求:
124
124
 
125
125
  \`\`\`
126
- curl -X POST '{api_host}/event/push/alert/standard?integration_key=$key' \\
126
+ curl -X POST '{api_host}/event/push/alert/standard?integration_key={integration_key}' \\
127
127
  -H 'Content-Type: application/json' \\
128
128
  -d '{
129
129
  "event_status": "Warning",
@@ -161,7 +161,7 @@ curl -X POST '{api_host}/event/push/alert/standard?integration_key=$key' \\
161
161
  }
162
162
  \`\`\`
163
163
 
164
- ## 三、最佳实践
164
+ ## 三、最佳实践 <span id="最佳实践"></span>
165
165
  ---
166
166
 
167
167
  1. 当告警状态发生变更时,向 Flashduty发送事件
package/dist/zh.js CHANGED
@@ -123,7 +123,7 @@ Code:
123
123
  请求:
124
124
 
125
125
  \`\`\`
126
- curl -X POST '{api_host}/event/push/alert/standard?integration_key=$key' \\
126
+ curl -X POST '{api_host}/event/push/alert/standard?integration_key={integration_key}' \\
127
127
  -H 'Content-Type: application/json' \\
128
128
  -d '{
129
129
  "event_status": "Warning",
@@ -161,7 +161,7 @@ curl -X POST '{api_host}/event/push/alert/standard?integration_key=$key' \\
161
161
  }
162
162
  \`\`\`
163
163
 
164
- ## 三、最佳实践
164
+ ## 三、最佳实践 <span id="最佳实践"></span>
165
165
  ---
166
166
 
167
167
  1. 当告警状态发生变更时,向 Flashduty发送事件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flashduty-knowledge-base",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "flashduty knowledge base",
5
5
  "type": "module",
6
6
  "scripts": {