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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 7f86c9471 [Doc][Improve] Add SeaTunnel architecture diagram image 
(#3647)
7f86c9471 is described below

commit 7f86c94718c0e3e385578b8f7cb70d775583228c
Author: Eric <[email protected]>
AuthorDate: Mon Dec 5 17:20:07 2022 +0800

    [Doc][Improve] Add SeaTunnel architecture diagram image (#3647)
    
    * add image
    
    * fix dead link
    
    * Update docs/en/about.md
    
    Co-authored-by: Kirs <[email protected]>
---
 README.md                               |   2 ++
 docs/en/about.md                        |   2 ++
 docs/en/images/architecture_diagram.png | Bin 0 -> 77929 bytes
 docs/en/seatunnel-engine/about.md       |   2 +-
 4 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e0caa60c8..ac88e8ce5 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,8 @@ SeaTunnel focuses on data integration and data 
synchronization, and is mainly de
 
 ## SeaTunnel work flowchart
 
+![SeaTunnel work flowchart](/docs/en/images/architecture_diagram.png)
+
 The runtime process of SeaTunnel is shown in the figure above. 
 
 The user configures the job information and selects the execution engine to 
submit the job. 
diff --git a/docs/en/about.md b/docs/en/about.md
index 8a3ac0805..43468f327 100644
--- a/docs/en/about.md
+++ b/docs/en/about.md
@@ -35,6 +35,8 @@ SeaTunnel focuses on data integration and data 
synchronization, and is mainly de
 
 ## SeaTunnel work flowchart
 
+![SeaTunnel work flowchart](../images/architecture_diagram.png)
+
 The runtime process of SeaTunnel is shown in the figure above.
 
 The user configures the job information and selects the execution engine to 
submit the job.
diff --git a/docs/en/images/architecture_diagram.png 
b/docs/en/images/architecture_diagram.png
new file mode 100644
index 000000000..ce7225469
Binary files /dev/null and b/docs/en/images/architecture_diagram.png differ
diff --git a/docs/en/seatunnel-engine/about.md 
b/docs/en/seatunnel-engine/about.md
index 72da2a3de..0122aba4a 100644
--- a/docs/en/seatunnel-engine/about.md
+++ b/docs/en/seatunnel-engine/about.md
@@ -36,4 +36,4 @@ In the future, SeaTunnel Engine will further optimize its 
functions to support f
 
 ### Quick Start
 
-https://seatunnel.apache.org/docs/start-v2/local
+https://seatunnel.apache.org/docs/start-v2/locally/quick-start-seatunnel-engine

Reply via email to