This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 838cde54 fix mqtt title style (#961)
838cde54 is described below
commit 838cde5455f285d9c0881baa8a15dc8247619c03
Author: leto-b <[email protected]>
AuthorDate: Wed Jan 7 18:05:32 2026 +0800
fix mqtt title style (#961)
---
src/zh/UserGuide/Master/Tree/API/Programming-MQTT.md | 2 +-
src/zh/UserGuide/latest/API/Programming-MQTT.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/zh/UserGuide/Master/Tree/API/Programming-MQTT.md
b/src/zh/UserGuide/Master/Tree/API/Programming-MQTT.md
index a145aff5..1ce846b1 100644
--- a/src/zh/UserGuide/Master/Tree/API/Programming-MQTT.md
+++ b/src/zh/UserGuide/Master/Tree/API/Programming-MQTT.md
@@ -71,7 +71,7 @@ MQTT 主题与 IoTDB 时间序列相对应。
| `mqtt_max_message_size` | mqtt 消息最大长度(字节)
| 1048576 |
-## 4. 示例代码
+## 4. 示例代码
以下是 mqtt 客户端将消息发送到 IoTDB 服务器的示例。
```java
diff --git a/src/zh/UserGuide/latest/API/Programming-MQTT.md
b/src/zh/UserGuide/latest/API/Programming-MQTT.md
index a145aff5..1ce846b1 100644
--- a/src/zh/UserGuide/latest/API/Programming-MQTT.md
+++ b/src/zh/UserGuide/latest/API/Programming-MQTT.md
@@ -71,7 +71,7 @@ MQTT 主题与 IoTDB 时间序列相对应。
| `mqtt_max_message_size` | mqtt 消息最大长度(字节)
| 1048576 |
-## 4. 示例代码
+## 4. 示例代码
以下是 mqtt 客户端将消息发送到 IoTDB 服务器的示例。
```java