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

kerwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a1dbbb1   add recommended  SkyWalking version (#342)
a1dbbb1 is described below

commit a1dbbb1926160187fa325e6bba87c2c34be93717
Author: Kirs <[email protected]>
AuthorDate: Thu Apr 29 19:44:33 2021 +0800

     add recommended  SkyWalking version (#342)
---
 docs/en-us/1.3.6/user_doc/skywalking-agent-deployment.md | 4 ++--
 docs/zh-cn/1.3.6/user_doc/skywalking-agent-deployment.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en-us/1.3.6/user_doc/skywalking-agent-deployment.md 
b/docs/en-us/1.3.6/user_doc/skywalking-agent-deployment.md
index 283dc8e..25ac0b1 100644
--- a/docs/en-us/1.3.6/user_doc/skywalking-agent-deployment.md
+++ b/docs/en-us/1.3.6/user_doc/skywalking-agent-deployment.md
@@ -3,7 +3,7 @@ SkyWalking Agent Deployment
 
 The dolphinscheduler-skywalking module provides 
[Skywalking](https://skywalking.apache.org/) monitor agent for the 
Dolphinscheduler project.
 
-This document describes how to enable Skywalking 8.4+ support with this module.
+This document describes how to enable Skywalking 8.4+ support with this module 
(recommended to use SkyWalking 8.5.0).
 
 # Installation
 
@@ -41,7 +41,7 @@ $ docker run -d --name dolphinscheduler \
 apache/dolphinscheduler:1.3.6 all
 ```
 
-### Through install_config.conf configuration (for Dolphinscheduler install.sh)
+### Through install_config.conf configuration (for DolphinScheduler install.sh)
 
 Add the following configurations to 
`${workDir}/conf/config/install_config.conf`.
 
diff --git a/docs/zh-cn/1.3.6/user_doc/skywalking-agent-deployment.md 
b/docs/zh-cn/1.3.6/user_doc/skywalking-agent-deployment.md
index a237b38..a188153 100644
--- a/docs/zh-cn/1.3.6/user_doc/skywalking-agent-deployment.md
+++ b/docs/zh-cn/1.3.6/user_doc/skywalking-agent-deployment.md
@@ -3,7 +3,7 @@ SkyWalking Agent 部署
 
 dolphinscheduler-skywalking 模块为 Dolphinscheduler 项目提供了 
[Skywalking](https://skywalking.apache.org/) 监控代理。
 
-本文档介绍了如何通过此模块接入 Skywalking 8.4+。
+本文档介绍了如何通过此模块接入 SkyWalking 8.4+ (推荐使用8.5.0)。
 
 # 安装
 
@@ -41,7 +41,7 @@ $ docker run -d --name dolphinscheduler \
 apache/dolphinscheduler:1.3.6 all
 ```
 
-### 通过配置 install_config.conf (使用 Dolphinscheduler install.sh 部署时)
+### 通过配置 install_config.conf (使用 DolphinScheduler install.sh 部署时)
 
 添加以下配置到 `${workDir}/conf/config/install_config.conf`.
 

Reply via email to