This is an automated email from the ASF dual-hosted git repository.

zhaoqingran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/master by this push:
     new 24678c2ca [doc] Bulletin doc (#2631)
24678c2ca is described below

commit 24678c2ca0bd9c97dc597c2a0bd42afc220da9cd
Author: Logic <[email protected]>
AuthorDate: Thu Aug 29 12:18:35 2024 +0800

    [doc] Bulletin doc (#2631)
---
 home/docs/help/bulletin.md                         |  28 +++++++++++++++++++++
 .../current/help/bulletin.md                       |  28 +++++++++++++++++++++
 home/sidebars.json                                 |   5 ++--
 home/static/img/docs/help/bulletin-1.png           | Bin 0 -> 79792 bytes
 home/static/img/docs/help/bulletin-2.png           | Bin 0 -> 31781 bytes
 web-app/src/assets/i18n/en-US.json                 |   4 +--
 web-app/src/assets/i18n/zh-CN.json                 |   2 +-
 web-app/src/assets/i18n/zh-TW.json                 |   2 +-
 8 files changed, 63 insertions(+), 6 deletions(-)

diff --git a/home/docs/help/bulletin.md b/home/docs/help/bulletin.md
new file mode 100644
index 000000000..00b5036f9
--- /dev/null
+++ b/home/docs/help/bulletin.md
@@ -0,0 +1,28 @@
+---
+id: bulletin
+title: Customizable bulletins
+sidebar_label: Customized bulletins
+keywords: [bulletin, custom]
+---
+
+> Customize a bulletin to show a table of self-selected metrics for some kind 
of monitoring.
+
+### Add Bulletin Item
+
+1. Click `Add New Bulletin Item`, enter the `Bulletin Name`, scroll down to 
select the `Monitoring Type`, select the associated `Monitoring Task Name`, and 
then select the `Monitoring Metrics` you want to show in the shuttle box.
+
+2. Click `OK` button to finish creating the customized bulletin.
+
+    ![new-bulletin](/img/docs/help/bulletin-1.png)
+
+### Viewing Multiple Bulletins
+
+1. Click the name of the bulletin in the tab to view the details of that 
bulletin.
+
+### Deleting Bulletins
+
+1. Click the `Delete Bulletin Item` button to delete the current bulletin. 2.
+
+2. Click the `Batch delete Bulletin Items` button to delete selected bulletins 
in a batch.
+
+    ![bulletin](/img/docs/help/bulletin-2.png)
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/bulletin.md 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/bulletin.md
new file mode 100644
index 000000000..d6e8dd261
--- /dev/null
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/bulletin.md
@@ -0,0 +1,28 @@
+---
+id: bulletin  
+title: 自定义看板      
+sidebar_label: 自定义看板   
+keywords: [看板, 自定义]
+---
+
+> 自定义监控看板,以表格形式展示某种监控的自选指标。
+
+### 新增看板项
+
+1. 点击新增看板项, 输入`看板名称`, 下拉选择`监控类型`, 再选择关联的`监控任务名称`, 最后在穿梭框中选择需要展示的`监控指标`。
+
+2. 点击`确定`按钮, 即可完成自定义看板的创建。
+
+    ![new-bulletin](/img/docs/help/bulletin-1.png)
+
+### 查看多个看板
+
+1. 点击标签页中的看板名称, 即可查看该看板的详细信息。
+
+### 删除看板项
+
+1. 点击`删除看板项`按钮, 即可删除当前看板项。
+
+2. 点击`批量删除看板项`按钮, 即可选择批量删除选中的看板项。
+
+    ![bulletin](/img/docs/help/bulletin-2.png)
diff --git a/home/sidebars.json b/home/sidebars.json
index 3d7678008..42758160a 100755
--- a/home/sidebars.json
+++ b/home/sidebars.json
@@ -356,9 +356,10 @@
             "help/alert_smn"
           ]
         },
-        "help/issue",
+        "help/bulletin",
         "help/plugin",
-        "help/time_expression"
+        "help/time_expression",
+        "help/issue"
       ]
     },
     {
diff --git a/home/static/img/docs/help/bulletin-1.png 
b/home/static/img/docs/help/bulletin-1.png
new file mode 100644
index 000000000..ae6582312
Binary files /dev/null and b/home/static/img/docs/help/bulletin-1.png differ
diff --git a/home/static/img/docs/help/bulletin-2.png 
b/home/static/img/docs/help/bulletin-2.png
new file mode 100644
index 000000000..d0af9502a
Binary files /dev/null and b/home/static/img/docs/help/bulletin-2.png differ
diff --git a/web-app/src/assets/i18n/en-US.json 
b/web-app/src/assets/i18n/en-US.json
index d2a2ce925..3daee47a8 100644
--- a/web-app/src/assets/i18n/en-US.json
+++ b/web-app/src/assets/i18n/en-US.json
@@ -48,7 +48,7 @@
       "new": "Add New Bulletin Item",
       "edit": "Edit Bulletin Item",
       "delete": "Delete Bulletin Item",
-      "batch.delete": "Batch delete Bulletin Item",
+      "batch.delete": "Batch delete Bulletin Items",
       "name": "Bulletin Name",
       "name.placeholder": "Please enter a custom bulletin name",
       "monitor.type": "Monitor Type",
@@ -56,7 +56,7 @@
       "monitor.metrics": "Monitor Metrics",
       "help.message.content": "Custom Monitoring Bulletin",
       "help.content": "Custom monitoring bulletin, displaying selected metrics 
of a specific monitor in table form",
-      "help.link": ""
+      "help.link": "https://hertzbeat.apache.org/docs/help/bulletin";
     },
     "advanced": {
       "": "Advanced",
diff --git a/web-app/src/assets/i18n/zh-CN.json 
b/web-app/src/assets/i18n/zh-CN.json
index 7271cc1ee..573068280 100644
--- a/web-app/src/assets/i18n/zh-CN.json
+++ b/web-app/src/assets/i18n/zh-CN.json
@@ -143,7 +143,7 @@
     "monitor.metrics": "监控指标",
     "help.message.content": "自定义监控看板",
     "help.content": "自定义监控看板,以表格形式展示某种监控的自选指标",
-    "help.link": ""
+    "help.link": "https://hertzbeat.apache.org/zh-cn/docs/help/bulletin";
   },
   "question.link": "https://hertzbeat.apache.org/zh-cn/docs/help/issue";,
   "alert.setting.new": "新增阈值规则",
diff --git a/web-app/src/assets/i18n/zh-TW.json 
b/web-app/src/assets/i18n/zh-TW.json
index 7b61b418a..dfdc25251 100644
--- a/web-app/src/assets/i18n/zh-TW.json
+++ b/web-app/src/assets/i18n/zh-TW.json
@@ -157,7 +157,7 @@
     "monitor.metrics": "監控指標",
     "help.message.content": "自定義監控看板",
     "help.content": "自定義監控看板,以表格形式展示某種監控的自選指標",
-    "help.link": ""
+    "help.link": "https://hertzbeat.apache.org/docs/help/bulletin";
   },
   "alert.setting.new": "新增阈值規則",
   "alert.setting.edit": "編輯阈值規則",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to