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

zhengqiwei 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 4e841a9fb [doc] Fixed menu path errors and MD document format 
anomalies. (#3695)
4e841a9fb is described below

commit 4e841a9fb1ebfee5ef565f2126c56a35e973c556
Author: Duansg <[email protected]>
AuthorDate: Fri Aug 22 10:08:35 2025 +0800

    [doc] Fixed menu path errors and MD document format anomalies. (#3695)
    
    Co-authored-by: Calvin <[email protected]>
---
 home/docs/help/mcp_sse_server.md                               |  5 +++--
 home/docs/help/spring_gateway.md                               | 10 +++++-----
 home/docs/start/usecase/linux-os-practice.md                   |  2 +-
 home/docs/start/usecase/sslcert-practice.md                    |  2 +-
 .../docusaurus-plugin-content-blog/2022-09-10-ssl-practice.md  |  2 +-
 .../current/help/spring_gateway.md                             |  2 +-
 .../current/start/usecase/sslcert-practice.md                  |  2 +-
 .../version-v1.6.x/start/sslcert-practice.md                   |  2 +-
 home/versioned_docs/version-v1.6.x/start/sslcert-practice.md   |  2 +-
 9 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/home/docs/help/mcp_sse_server.md b/home/docs/help/mcp_sse_server.md
index 45cfe4727..1dbe89a9c 100644
--- a/home/docs/help/mcp_sse_server.md
+++ b/home/docs/help/mcp_sse_server.md
@@ -15,6 +15,7 @@ This page explains how connect to the HertzBeat MCP SSE 
server. The MCP server a
 ### Connect to the MCP server
 
 Make sure that hertzbeat server is up and running. If you are using any other 
port than 1157, replace the following accordingly
+
 - URL: `http://localhost:1157/api/sse`
 
 ### Authentication
@@ -23,10 +24,10 @@ You must authenticate each request using one of the 
following methods:
 
 - JWT bearer token
 
-     - Header: `Authorization: Bearer <your-jwt-token>`
+  - Header: `Authorization: Bearer <your-jwt-token>`
 
 - Basic authentication
-     - Header: `Authorization: Basic <base64(username:password)>`
+  - Header: `Authorization: Basic <base64(username:password)>`
 
 ### Cursor MCP configuration
 
diff --git a/home/docs/help/spring_gateway.md b/home/docs/help/spring_gateway.md
index 3d3fdee35..36c0a42f7 100644
--- a/home/docs/help/spring_gateway.md
+++ b/home/docs/help/spring_gateway.md
@@ -37,15 +37,15 @@ management:
 
 ### Configure parameters
 
-| Parameter name              | Parameter Help describes the                   
                                                                                
                                                | 
+| Parameter name              | Parameter Help describes the                   
                                                                                
                                                |
 
|-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| Monitor Host                | THE MONITORED PEER IPV4, IPV6 OR DOMAIN NAME. 
Note ⚠️ that there are no protocol headers (eg: https://, http://).             
                                                 | 
-| Monitoring Name             | A name that identifies this monitoring that 
needs to be unique.                                                             
                                                   | 
+| Monitor Host                | THE MONITORED PEER IPV4, IPV6 OR DOMAIN NAME. 
Note ⚠️ that there are no protocol headers (eg: https://, http://).             
                                                 |
+| Monitoring Name             | A name that identifies this monitoring that 
needs to be unique.                                                             
                                                   |
 | Port                        | The default port provided by the database is 
8080.                                                                           
                                                  |
 | Enable HTTPS                | Whether to access the website through HTTPS, 
please note that ⚠️ when HTTPS is enabled, the default port needs to be changed 
to 443                                            |
-| The acquisition interval is | Monitor the periodic data acquisition 
interval, in seconds, and the minimum interval that can be set is 30 seconds    
                                                         | 
+| The acquisition interval is | Monitor the periodic data acquisition 
interval, in seconds, and the minimum interval that can be set is 30 seconds    
                                                         |
 | Whether to probe the        | Whether to check the availability of the 
monitoring before adding a monitoring is successful, and the new modification 
operation will continue only if the probe is successful |
-| Description Comment         | For more information identifying and 
describing the remarks for this monitoring, users can remark the information 
here                                                         | 
+| Description Comment         | For more information identifying and 
describing the remarks for this monitoring, users can remark the information 
here                                                         |
 
 ### Collect metrics
 
diff --git a/home/docs/start/usecase/linux-os-practice.md 
b/home/docs/start/usecase/linux-os-practice.md
index 83e6320da..97c36bf62 100644
--- a/home/docs/start/usecase/linux-os-practice.md
+++ b/home/docs/start/usecase/linux-os-practice.md
@@ -30,7 +30,7 @@ The production environment recommends a complete deployment 
method, refer [Insta
 
 ### 1. Click Add Linux Operating System Monitor
 
-> HertzBeat Page -> Monitors Menu -> New Monitor -> OS Monitor -> Add OS Linux
+> HertzBeat Page -> Monitors -> New Monitor -> OS Monitor -> Add OS Linux
 
 ![HertzBeat](/img/docs/start/linux-os-practice-1.png)
 
diff --git a/home/docs/start/usecase/sslcert-practice.md 
b/home/docs/start/usecase/sslcert-practice.md
index a9851c0f3..97580a8fc 100644
--- a/home/docs/start/usecase/sslcert-practice.md
+++ b/home/docs/start/usecase/sslcert-practice.md
@@ -32,7 +32,7 @@ The production environment recommends a complete deployment 
method, refer <https
 
 1. Click Add SSL Certificate Monitor
 
-    > HertzBeat Page -> Monitors Menu -> New Monitor -> Service Monitor -> Add 
SSL Certificate
+    > HertzBeat Page -> Monitors -> New Monitor -> Service Monitor -> Add SSL 
Certificate
 
     ![HertzBeat](/img/docs/start/ssl_1.png)
 
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-09-10-ssl-practice.md 
b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-09-10-ssl-practice.md
index f00b8726b..72e060e1e 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-09-10-ssl-practice.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-blog/2022-09-10-ssl-practice.md
@@ -36,7 +36,7 @@ gitee: <https://gitee.com/hertzbeat/hertzbeat>
 
 1. 点击新增SSL证书监控
 
-    > 系统页面 -> 监控菜单 -> SSL证书 -> 新增SSL证书
+    > 系统页面 -> 监控中心 -> SSL证书 -> 新增SSL证书
 
     
![HertzBeat](https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/bd53f343a5b54feab62e71458d076441~tplv-k3u1fbpfcp-zoom-1.image)
 
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/spring_gateway.md 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/spring_gateway.md
index bc55c67e5..edc9b03d3 100644
--- 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/spring_gateway.md
+++ 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/spring_gateway.md
@@ -44,7 +44,7 @@ management:
 | 端口       | 数据库提供的默认端口为 8080。                                      |
 | 启用 HTTPS | 是否通过 HTTPS 访问网站,请注意⚠️当启用 HTTPS 时,需要将默认端口更改为 443        |
 | 采集间隔     | 监控周期性采集数据的时间间隔,单位为秒,最小间隔为 30 秒。                        |
-| 是否探测     | 在新增监控前是否先进行可用性探测,只有探测成功才会继续新增或修改操作。                    | 
+| 是否探测     | 在新增监控前是否先进行可用性探测,只有探测成功才会继续新增或修改操作。                    |
 | 描述备注     | 用于添加关于监控的额外标识和描述信息。                                    |
 
 ### 采集指标
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/usecase/sslcert-practice.md
 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/usecase/sslcert-practice.md
index 50ef0bb55..93accc184 100644
--- 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/usecase/sslcert-practice.md
+++ 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/usecase/sslcert-practice.md
@@ -32,7 +32,7 @@ github: <https://github.com/apache/hertzbeat>
 
 1. 新增 SSL 证书监控
 
-    > 系统页面 -> 监控菜单 -> 新增监控 -> 服务监控 -> SSL 证书 -> 新增 SSL 证书
+    > 系统页面 -> 监控中心 -> 新增监控 -> 应用服务监控 -> SSL 证书 -> 新增 SSL 证书
 
     ![HertzBeat](/img/docs/start/ssl_1.png)
 
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/start/sslcert-practice.md
 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/start/sslcert-practice.md
index 9fa576149..6cbad0108 100644
--- 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/start/sslcert-practice.md
+++ 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/version-v1.6.x/start/sslcert-practice.md
@@ -32,7 +32,7 @@ github: <https://github.com/apache/hertzbeat>
 
 1. 新增 SSL 证书监控
 
-   > 系统页面 -> 监控菜单 -> 新增监控 -> 服务监控 -> SSL 证书 -> 新增 SSL 证书
+   > 系统页面 -> 监控中心 -> 新增监控 -> 应用服务监控 -> SSL 证书 -> 新增 SSL 证书
 
    ![HertzBeat](/img/docs/start/ssl_1.png)
 
diff --git a/home/versioned_docs/version-v1.6.x/start/sslcert-practice.md 
b/home/versioned_docs/version-v1.6.x/start/sslcert-practice.md
index 28b907481..777b07b7a 100644
--- a/home/versioned_docs/version-v1.6.x/start/sslcert-practice.md
+++ b/home/versioned_docs/version-v1.6.x/start/sslcert-practice.md
@@ -30,7 +30,7 @@ The production environment recommends a complete deployment 
method, refer <https
 
 1. Click Add SSL Certificate Monitor
 
-   > HertzBeat Page -> Monitors Menu -> New Monitor -> Service Monitor -> Add 
SSL Certificate
+   > HertzBeat Page -> Monitors -> New Monitor -> Service Monitor -> Add SSL 
Certificate
 
    ![HertzBeat](/img/docs/start/ssl_1.png)
 


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

Reply via email to