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

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 121996594 docs: add a section 'discussion and support' (#3189)
121996594 is described below

commit 121996594dd15648cf1ce3ecd10be5584f1308cd
Author: Daming <[email protected]>
AuthorDate: Wed Apr 6 16:14:57 2022 +0800

    docs: add a section 'discussion and support' (#3189)
    
    * docs: add a section 'discussion and support'
    
    * remove qq group
---
 README.md    | 40 ++++++++++++++++++++++------------------
 README_CN.md | 31 +++++++++++++++----------------
 2 files changed, 37 insertions(+), 34 deletions(-)

diff --git a/README.md b/README.md
index 25711cc91..9d250e115 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,12 @@
 </p>
 
 <p align="center">
-  English | <a 
href="https://github.com/apache/shenyu/blob/master/README_CN.md";>简体中文</a>
+  <a href="https://shenyu.apache.org/docs/index"; >
+    <img src="https://img.shields.io/badge/document-English-blue.svg"; alt="EN 
docs" />
+  </a>
+  <a herf="https://shenyu.apache.org/zh/docs/index/";>
+    <img src="https://img.shields.io/badge/document-Chinese-blue.svg"; alt="CN 
docs" />
+  </a>
 </p>
 
 <p align="center">
@@ -40,13 +45,13 @@
 </p>
 <br/>
 
---------------------------------------------------------------------------------
+---
 
 # Architecture
  
  ![](https://shenyu.apache.org/img/architecture/shenyu-framework.png)  
  
---------------------------------------------------------------------------------
 
+---- 
 
 # Why named ShenYu
 
@@ -60,7 +65,7 @@ He is known as one of the three greatest kings of ancient 
China, along with Yao
 
    * Finally, the community will do things in a fair, just, open and 
meritocratic way, paying tribute to ShenYu while also conforming to the Apache 
Way.
 
---------------------------------------------------------------------------------
 
+--- 
 
 # Features
 
@@ -76,7 +81,7 @@ He is known as one of the three greatest kings of ancient 
China, along with Yao
    
    * Support A/B test and grayscale publishing.
    
---------------------------------------------------------------------------------
  
+---  
 
 # Quick Start (docker)
 
@@ -142,7 +147,7 @@ curl --location --request POST 
'http://localhost:9195/shenyu/plugin/selectorAndR
   "data" : "hello world"
 }
 ```
---------------------------------------------------------------------------------
+---
 
 # Plugin
 
@@ -156,7 +161,7 @@ curl --location --request POST 
'http://localhost:9195/shenyu/plugin/selectorAndR
  
  If you want to customize, see 
[custom-plugin](https://shenyu.apache.org/docs/developer/custom-plugin/) .
  
---------------------------------------------------------------------------------
  
+---  
  
 # Selector & Rule 
 
@@ -168,7 +173,7 @@ curl --location --request POST 
'http://localhost:9195/shenyu/plugin/selectorAndR
   
   The selector and the rule match only once, and the match is returned. So the 
coarsest granularity should be sorted last.
  
---------------------------------------------------------------------------------
  
+---  
    
 # Data Caching & Data Sync
  
@@ -180,26 +185,25 @@ curl --location --request POST 
'http://localhost:9195/shenyu/plugin/selectorAndR
   
   
![](https://shenyu.apache.org/img/shenyu/dataSync/config-strategy-processor-en.png)
 
---------------------------------------------------------------------------------
    
+---    
 
 # Prerequisite
  
    * JDK 1.8+
    
---------------------------------------------------------------------------------
    
-    
-# Document & Website
-
-[![EN 
doc](https://img.shields.io/badge/document-English-blue.svg)](https://shenyu.apache.org/docs/index)
-[![CN 
doc](https://img.shields.io/badge/document-Chinese-blue.svg)](https://shenyu.apache.org/zh/docs/index/)
-  
---------------------------------------------------------------------------------
  
+--- 
         
 # Stargazers over time
 
 [![Stargazers over 
time](https://starchart.cc/apache/incubator-shenyu.svg)](https://starchart.cc/apache/incubator-shenyu.svg)
 
---------------------------------------------------------------------------------
  
+---  
+
+# Discussion and Support
+
+* [Mailing Lists](mailto:[email protected])
+
+---  
 
 # Known Users
 
diff --git a/README_CN.md b/README_CN.md
index 33a69a730..b98049c59 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -40,13 +40,13 @@
 </p>
 <br/>
 
---------------------------------------------------------------------------------
+---
 
 # 架构
 
  ![](https://shenyu.apache.org/img/architecture/shenyu-framework.png)  
 
---------------------------------------------------------------------------------
+---
 
 # 为什么叫 ShenYu
 
@@ -58,7 +58,7 @@ ShenYu (神禹)是我们古代君王夏禹的尊称(后世也尊称大禹)
 
    * 最后,社区将会以公平,公正,公开,任人唯贤的做事方式,致敬神禹的同时也符合 Apache Way。
 
---------------------------------------------------------------------------------
 
+--- 
 
 # 功能特点
 
@@ -69,7 +69,7 @@ ShenYu (神禹)是我们古代君王夏禹的尊称(后世也尊称大禹)
    * 支持集群部署;
    * 支持 A/B 测试和灰度发布。
 
---------------------------------------------------------------------------------
+---
 
 # 快速体验
 
@@ -142,7 +142,7 @@ curl --location --request POST 
'http://localhost:9195/shenyu/plugin/selectorAndR
 }
 ```
 
---------------------------------------------------------------------------------
+---
 
 # 插件
 
@@ -156,7 +156,7 @@ curl --location --request POST 
'http://localhost:9195/shenyu/plugin/selectorAndR
 
 
如果你有定制化插件的需求,请参看这里:[custom-plugin](https://shenyu.apache.org/zh/docs/developer/custom-plugin)
 。
 
---------------------------------------------------------------------------------
+---
 
 # 选择器和规则
 
@@ -168,7 +168,7 @@ curl --location --request POST 
'http://localhost:9195/shenyu/plugin/selectorAndR
 
 选择器和规则只匹配一次,然后返回匹配。因此,最粗粒度应排在最后。
 
---------------------------------------------------------------------------------
+---
 
 # 数据缓存 & 数据同步
 
@@ -180,26 +180,25 @@ curl --location --request POST 
'http://localhost:9195/shenyu/plugin/selectorAndR
 
   
![](https://shenyu.apache.org/img/shenyu/dataSync/config-strategy-processor-zh.png)
 
---------------------------------------------------------------------------------
+---
 
 # 必要条件
 
    * JDK 1.8+
 
---------------------------------------------------------------------------------
+---
 
-# 文档 & 网站
+# Github stars趋势
 
-[![EN 
doc](https://img.shields.io/badge/document-English-blue.svg)](https://shenyu.apache.org/docs/index)
-[![CN 
doc](https://img.shields.io/badge/document-Chinese-blue.svg)](https://shenyu.apache.org/zh/docs/index/)
+[![Stargazers over 
time](https://starchart.cc/apache/incubator-shenyu.svg)](https://starchart.cc/apache/incubator-shenyu.svg)
 
---------------------------------------------------------------------------------
+---
 
-# Github stars趋势
+# 讨论与支持
 
-[![Stargazers over 
time](https://starchart.cc/apache/incubator-shenyu.svg)](https://starchart.cc/apache/incubator-shenyu.svg)
+* [邮件列表](mailto:[email protected])
 
---------------------------------------------------------------------------------
+---
 
 # 目前已知用户
 

Reply via email to