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

ic4y 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 efbd519bff [Doc] Fix some format error  (#170)
efbd519bff is described below

commit efbd519bff03c7ba6b0ba6a714e12fdb8c386452
Author: Eric <[email protected]>
AuthorDate: Mon Nov 7 14:24:48 2022 +0800

    [Doc] Fix some format error  (#170)
    
    * add st engine to start v2
    
    * fix links problems
    
    * fix format error
---
 versioned_docs/version-2.3.0-beta/start-v2/local.mdx | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/versioned_docs/version-2.3.0-beta/start-v2/local.mdx 
b/versioned_docs/version-2.3.0-beta/start-v2/local.mdx
index 1048e04553..100ef4f74f 100644
--- a/versioned_docs/version-2.3.0-beta/start-v2/local.mdx
+++ b/versioned_docs/version-2.3.0-beta/start-v2/local.mdx
@@ -34,13 +34,13 @@ tar -xzvf 
"apache-seatunnel-incubating-${version}-bin.tar.gz"
 <!-- TODO: We should add example module as quick start which is no need for 
install Spark or Flink -->
 
 ## Step 3: Install connectors plugin
-Since 2.3.0-beta, the binary package does not provide connector dependencies 
by default, so when using it for the first time, we need to execute the 
following command to install the connector: (Of course, you can also manually 
download the connector from [Apache Maven 
Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/ to 
download, then manually move to the seatunnel subdirectory under the connectors 
directory).
+Since 2.2.0-beta, the binary package does not provide connector dependencies 
by default, so when using it for the first time, we need to execute the 
following command to install the connector: (Of course, you can also manually 
download the connector from [Apache Maven 
Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/ to 
download, then manually move to the seatunnel subdirectory under the connectors 
directory).
 ```bash
 sh bin/install_plugin.sh 2.3.0-beta
 ```
-If you need to specify the version of the connector, take 2.3.0-beta as an 
example, we need to execute
+If you need to specify the version of the connector, take 2.2.0-beta as an 
example, we need to execute
 ```bash
-sh bin/install_plugin.sh 2.3.0-beta
+sh bin/install_plugin.sh 2.2.0-beta
 ```
 Usually we don't need all the connector plugins, so you can specify the 
plugins you need by configuring `config/plugin_config`, for example, you only 
need the `connector-console` plugin, then you can modify plugin.properties as
 ```plugin_config
@@ -62,8 +62,7 @@ You can find all supported connectors and corresponding 
plugin_config configurat
 :::tip
 
 If you want to install the connector plugin by manually downloading the 
connector, you need to pay special attention to the following
-
-:::tip
+:::
 
 The connectors directory contains the following subdirectories, if they do not 
exist, you need to create them manually
 

Reply via email to