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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 118f0866 [Improve] Improve introduction docs images (#319)
118f0866 is described below

commit 118f0866ba1744c9c8506abc1f9a3ce9b8115499
Author: zhengke zhou <[email protected]>
AuthorDate: Fri Jan 19 21:44:21 2024 +0800

    [Improve] Improve introduction docs images (#319)
    
     [improve] Improve introduction docs images
---
 docs/user-guide/11-platformInstall.md                  |   8 ++++----
 .../16_application_yml_spring_profile_active.png       | Bin 0 -> 129894 bytes
 .../17_application_yml_streampark_workspace.png        | Bin 0 -> 78209 bytes
 .../doc/image_en/install/18_application_yml_ldap.png   | Bin 0 -> 38050 bytes
 static/doc/image_en/install/2_main_components_dep.png  | Bin 0 -> 87310 bytes
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/user-guide/11-platformInstall.md 
b/docs/user-guide/11-platformInstall.md
index f0f5d632..5bc92a70 100644
--- a/docs/user-guide/11-platformInstall.md
+++ b/docs/user-guide/11-platformInstall.md
@@ -30,7 +30,7 @@ Software versions used in this document:
 > - **Hadoop : 3.2.1**
 
 Main component dependencies:
-![2_main_components_dep](/doc/image/install/2_main_components_dep.png)
+![2_main_components_dep](/doc/image_en/install/2_main_components_dep.png)
 # Pre-installation Preparation
 > JDK, MYSQL, HADOOP need to be installed by users themselves.
 
@@ -168,14 +168,14 @@ vim application.yml
 
![15_application_yml_server_port](/doc/image/install/15_application_yml_server_port.png)
 > If the flink job jar is too large, it may fail to upload, so consider 
 > modifying (max-file-size and max-request-size); of course, other factors in 
 > the actual environment should be considered: nginx restrictions, etc.
 
-![16_application_yml_spring_profile_active](/doc/image/install/16_application_yml_spring_profile_active.png)
+![16_application_yml_spring_profile_active](/doc/image_en/install/16_application_yml_spring_profile_active.png)
 > Supports Knox configuration, some users have privately deployed Hadoop 
 > environments, accessible through Knox
 > workspace: Configure workspace information (e.g., savepoint and checkpoint 
 > storage paths)
 
-![17_application_yml_streampark_workspace](/doc/image/install/17_application_yml_streampark_workspace.png)
+![17_application_yml_streampark_workspace](/doc/image_en/install/17_application_yml_streampark_workspace.png)
 > ldap
 
-![18_application_yml_ldap](/doc/image/install/18_application_yml_ldap.png)
+![18_application_yml_ldap](/doc/image_en/install/18_application_yml_ldap.png)
 
 ### 【Optional】Configuring Kerberos
 > Background: Enterprise-level Hadoop cluster environments have set security 
 > access mechanisms, such as Kerberos. StreamPark can also be configured with 
 > Kerberos, allowing Flink to authenticate through Kerberos and submit jobs to 
 > the Hadoop cluster.
diff --git 
a/static/doc/image_en/install/16_application_yml_spring_profile_active.png 
b/static/doc/image_en/install/16_application_yml_spring_profile_active.png
new file mode 100644
index 00000000..dbcda5e5
Binary files /dev/null and 
b/static/doc/image_en/install/16_application_yml_spring_profile_active.png 
differ
diff --git 
a/static/doc/image_en/install/17_application_yml_streampark_workspace.png 
b/static/doc/image_en/install/17_application_yml_streampark_workspace.png
new file mode 100644
index 00000000..2796f9c3
Binary files /dev/null and 
b/static/doc/image_en/install/17_application_yml_streampark_workspace.png differ
diff --git a/static/doc/image_en/install/18_application_yml_ldap.png 
b/static/doc/image_en/install/18_application_yml_ldap.png
new file mode 100644
index 00000000..82ba5a4d
Binary files /dev/null and 
b/static/doc/image_en/install/18_application_yml_ldap.png differ
diff --git a/static/doc/image_en/install/2_main_components_dep.png 
b/static/doc/image_en/install/2_main_components_dep.png
new file mode 100644
index 00000000..017ef7b0
Binary files /dev/null and 
b/static/doc/image_en/install/2_main_components_dep.png differ

Reply via email to