Browse Source

[doc] Add data quality to sidebar and correct docker resource path (#9662)

Jiajie Zhong 3 years ago
parent
commit
dde6d1f448

+ 8 - 0
docs/configs/docsdev.js

@@ -243,6 +243,10 @@ export default {
                             },
                         ],
                     },
+                    {
+                        title: 'Data Quality',
+                        link: '/en-us/docs/dev/user_doc/guide/data-quality.html',
+                    },
                     {
                         title: 'Resource',
                         link: '/en-us/docs/dev/user_doc/guide/resource.html',
@@ -557,6 +561,10 @@ export default {
                             },
                         ],
                     },
+                    {
+                        title: '数据质量',
+                        link: '/zh-cn/docs/dev/user_doc/guide /data-quality.html',
+                    },
                     {
                         title: '资源中心',
                         link: '/zh-cn/docs/dev/user_doc/guide/resource.html',

docs/docs/en/guide/task/data-quality.md → docs/docs/en/guide/data-quality.md


+ 5 - 5
docs/docs/en/guide/start/docker.md

@@ -40,12 +40,12 @@ Please download the source package apache-dolphinscheduler-x.x.x-src.tar.gz from
 
 ```
 $ tar -zxvf apache-dolphinscheduler-<version>-src.tar.gz
-$ cd apache-dolphinscheduler-<version>-src/docker/docker-swarm
+$ cd apache-dolphinscheduler-<version>-src/deploy/docker
 $ docker pull dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:<version>
 $ docker tag apache/dolphinscheduler:<version> apache/dolphinscheduler:latest
 $ docker-compose up -d
 ```
-> PowerShell should use `cd apache-dolphinscheduler-<version>-src\docker\docker-swarm`
+> PowerShell should use `cd apache-dolphinscheduler-<version>-src\deploy\docker`
 
 **PostgreSQL** (user `root`, password `root`, database `dolphinscheduler`) and **ZooKeeper** services will be started by default
 
@@ -225,15 +225,15 @@ Lists all running containers:
 
 ```
 docker ps
-docker ps --format "{{.Names}}" # 只打印名字
+docker ps --format "{{.Names}}" # Show container name only
 ```
 
 View the logs of the container named docker-swarm_dolphinscheduler-api_1:
 
 ```
 docker logs docker-swarm_dolphinscheduler-api_1
-docker logs -f docker-swarm_dolphinscheduler-api_1 # 跟随日志输出
-docker logs --tail 10 docker-swarm_dolphinscheduler-api_1 # 显示倒数10行日志
+docker logs -f docker-swarm_dolphinscheduler-api_1 # Follow the latest logs
+docker logs --tail 10 docker-swarm_dolphinscheduler-api_1 # Follow the latest ten lines of logs
 ```
 
 ### How to scale master and worker with docker-compose?

docs/docs/zh/guide/task/data-quality.md → docs/docs/zh/guide/data-quality.md


+ 2 - 2
docs/docs/zh/guide/start/docker.md

@@ -40,13 +40,13 @@
 
 ```
 $ tar -zxvf apache-dolphinscheduler-<version>-src.tar.gz
-$ cd apache-dolphinscheduler-<version>-src/docker/docker-swarm
+$ cd apache-dolphinscheduler-<version>-src/deploy/docker
 $ docker pull dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:<version>
 $ docker tag apache/dolphinscheduler:<version> apache/dolphinscheduler:latest
 $ docker-compose up -d
 ```
 
-> PowerShell 应该使用 `cd apache-dolphinscheduler-<version>-src\docker\docker-swarm`
+> PowerShell 应该使用 `cd apache-dolphinscheduler-<version>-src\deploy\docker`
 
 **PostgreSQL** (用户 `root`, 密码 `root`, 数据库 `dolphinscheduler`) 和 **ZooKeeper** 服务将会默认启动