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

wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1d27375522 [Fix][DOC] Fix doc tip and caution (#6839)
1d27375522 is described below

commit 1d27375522bafa40a6b4fb8113f7c462bd4a8c0a
Author: 不忘初心 <[email protected]>
AuthorDate: Thu May 23 09:23:04 2024 +0800

    [Fix][DOC] Fix doc tip and caution (#6839)
---
 docs/en/connector-v2/source/Rabbitmq.md             | 3 +++
 docs/en/seatunnel-engine/engine-jar-storage-mode.md | 2 +-
 docs/zh/seatunnel-engine/engine-jar-storage-mode.md | 2 +-
 docs/zh/start-v2/locally/deployment.md              | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/docs/en/connector-v2/source/Rabbitmq.md 
b/docs/en/connector-v2/source/Rabbitmq.md
index 5c5bc03685..9381603ef6 100644
--- a/docs/en/connector-v2/source/Rabbitmq.md
+++ b/docs/en/connector-v2/source/Rabbitmq.md
@@ -16,8 +16,11 @@ Used to read data from Rabbitmq.
 - [ ] [support user-defined split](../../concept/connector-v2-features.md)
 
 :::tip
+
 The source must be non-parallel (parallelism set to 1) in order to achieve 
exactly-once. This limitation is mainly due to RabbitMQ’s approach to 
dispatching messages from a single queue to multiple consumers.
 
+:::
+
 ## Options
 
 |            name            |  type   | required | default value |
diff --git a/docs/en/seatunnel-engine/engine-jar-storage-mode.md 
b/docs/en/seatunnel-engine/engine-jar-storage-mode.md
index eff40eac9b..af0ef2ef2f 100644
--- a/docs/en/seatunnel-engine/engine-jar-storage-mode.md
+++ b/docs/en/seatunnel-engine/engine-jar-storage-mode.md
@@ -5,7 +5,7 @@ sidebar_position: 8
 
 # Config Engine Jar Storage Mode
 
-:::warn
+:::caution warn
 
 Please note that this feature is currently in an experimental stage, and there 
are many areas that still need improvement. Therefore, we recommend exercising 
caution when using this feature to avoid potential issues and unnecessary risks.
 We are committed to ongoing efforts to enhance and stabilize this 
functionality, ensuring a better experience for you.
diff --git a/docs/zh/seatunnel-engine/engine-jar-storage-mode.md 
b/docs/zh/seatunnel-engine/engine-jar-storage-mode.md
index 3ea7916b27..8ac5316a45 100644
--- a/docs/zh/seatunnel-engine/engine-jar-storage-mode.md
+++ b/docs/zh/seatunnel-engine/engine-jar-storage-mode.md
@@ -5,7 +5,7 @@ sidebar_position: 8
 
 # 配置引擎 Jar 存储模式
 
-:::警告
+:::caution 警告
 
 请注意,此功能目前处于实验阶段,还有许多方面需要改进。因此,我们建议在使用此功能时谨慎行事,以避免潜在的问题和不必要的风险。
 我们致力于持续努力增强和稳定此功能,确保为您提供更好的体验。
diff --git a/docs/zh/start-v2/locally/deployment.md 
b/docs/zh/start-v2/locally/deployment.md
index 543156e22a..77fcb8dc2d 100644
--- a/docs/zh/start-v2/locally/deployment.md
+++ b/docs/zh/start-v2/locally/deployment.md
@@ -59,7 +59,7 @@ connector-console
 
 
您可以在`${SEATUNNEL_HOME}/connectors/plugins-mapping.properties`下找到所有支持的连接器和相应的plugin_config配置名称。
 
-:::提示
+:::tip 提示
 
 如果您想通过手动下载连接器的方式来安装连接器插件,则需要特别注意以下事项
 

Reply via email to