You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/02/14 08:09:27 UTC

[incubator-seatunnel-website] branch main updated: Fix (#51)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d10241c  Fix (#51)
d10241c is described below

commit d10241c7d038e9a3680af9694a41938bb6dfa484
Author: wuchunfu <31...@qq.com>
AuthorDate: Mon Feb 14 16:09:19 2022 +0800

    Fix (#51)
    
    * Fix
    
    * Fix
---
 docs/introduction.md | 1 +
 tools/build-docs.sh  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/introduction.md b/docs/introduction.md
index ffa1af8..9b4247d 100644
--- a/docs/introduction.md
+++ b/docs/introduction.md
@@ -159,3 +159,4 @@ Thanks to all developers!
 <br/><br/>
 SeaTunnel enriches the <a href="https://landscape.cncf.io/landscape=observability-and-analysis&license=apache-license-2-0">CNCF CLOUD NATIVE Landscape.</a >
 </p >
+
diff --git a/tools/build-docs.sh b/tools/build-docs.sh
index f12bc4e..0af7e62 100644
--- a/tools/build-docs.sh
+++ b/tools/build-docs.sh
@@ -28,7 +28,7 @@ git clone --depth 1 ${WEBSITE_REPO} ${WORK_PATH}/${WEBSITE_NAME}
 echo "===>>>: Clone ${WEBSITE_NAME} repositories"
 git clone --depth 1 ${MAIN_REPO} ${WORK_PATH}/${MAIN_NAME}
 
-echo "===>>>: Replace elements inside MD files"
+echo "===>>>: Replace elements inside md files"
 cp -rf ${WORK_PATH}/${MAIN_NAME}/docs/en/ ${WORK_PATH}/${WEBSITE_NAME}/docs
 
 echo "===>>>: Replace Done"