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/04/13 05:29:35 UTC

[incubator-seatunnel] branch dev updated: [doc] Rename development to contribution to avoid confusion (#1689)

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 d56388d2 [doc] Rename development to contribution to avoid confusion (#1689)
d56388d2 is described below

commit d56388d2319c83a356d3e4947b107b9fb2adf31e
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Wed Apr 13 13:29:30 2022 +0800

    [doc] Rename development to contribution to avoid confusion (#1689)
    
    Currently, we have sidebar named `deployment` and `development`
    and these two words are so similar which will cause some misreading.
    So I decided to change the keyword development to contribution to avoid
    confusion.
---
 README.md                                            | 2 +-
 docs/en/{development => contribution}/new-license.md | 0
 docs/en/{development => contribution}/setup.md       | 0
 docs/sidebars.js                                     | 6 +++---
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index f609afcf..66f2296b 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ a cluster environment, because SeaTunnel supports standalone operation. Note: Se
 and Flink.
 
 ## Compiling project
-Follow this [document](docs/en/development/setup.md).
+Follow this [document](docs/en/contribution/setup.md).
 
 ## Downloads
 
diff --git a/docs/en/development/new-license.md b/docs/en/contribution/new-license.md
similarity index 100%
rename from docs/en/development/new-license.md
rename to docs/en/contribution/new-license.md
diff --git a/docs/en/development/setup.md b/docs/en/contribution/setup.md
similarity index 100%
rename from docs/en/development/setup.md
rename to docs/en/contribution/setup.md
diff --git a/docs/sidebars.js b/docs/sidebars.js
index 7a11bba7..45e49dd3 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -133,10 +133,10 @@ const sidebars = {
     'deployment',
     {
       type: 'category',
-      label: 'Development',
+      label: 'Contribution',
       items: [
-        'development/setup',
-        'development/new-license',
+        'contribution/setup',
+        'contribution/new-license',
       ],
     },
     'faq',