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

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


The following commit(s) were added to refs/heads/main by this push:
     new 131c058  Add FAQ link in contributor (#376)
131c058 is described below

commit 131c0583266f7db2443b6e77d20623de517bfc3a
Author: 飞鸿雪泥 <[email protected]>
AuthorDate: Wed Nov 24 12:58:59 2021 +0800

    Add FAQ link in contributor (#376)
---
 community/3-contributor.md                                              | 2 ++
 i18n/zh/docusaurus-plugin-content-docs-community/current/13-faq.md      | 2 +-
 .../docusaurus-plugin-content-docs-community/current/3-contributor.md   | 2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/community/3-contributor.md b/community/3-contributor.md
index f53195f..6f41d60 100644
--- a/community/3-contributor.md
+++ b/community/3-contributor.md
@@ -34,6 +34,8 @@ You can report a bug, submit a new function enhancement 
suggestion, or submit a
 git clone https://github.com/your-github/incubator-shenyu.git
 ```
 
+  if you have some problem about filename too long when cloning source code  
in windows enviroment,please see [FAQ](/community/faq)
+
 * set remote repository (To synchronize remote repository updates) .
 
 ```shell
diff --git a/i18n/zh/docusaurus-plugin-content-docs-community/current/13-faq.md 
b/i18n/zh/docusaurus-plugin-content-docs-community/current/13-faq.md
index 9c4700e..e6c3386 100644
--- a/i18n/zh/docusaurus-plugin-content-docs-community/current/13-faq.md
+++ b/i18n/zh/docusaurus-plugin-content-docs-community/current/13-faq.md
@@ -7,7 +7,7 @@ categories: "Apache ShenYu"
 tags: ["community"]
 ---
 
-### 1. Windows 环境下,通过 Git 克隆 Apache Shenyu 源码时为什么提示文件>名过长,如何解决?
+### 1. Windows 环境下,通过 Git 克隆 Apache Shenyu 源码时为什么提示文件名过长,如何解决?
 
 回答:
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs-community/current/3-contributor.md 
b/i18n/zh/docusaurus-plugin-content-docs-community/current/3-contributor.md
index c2c9d6f..b5763ae 100755
--- a/i18n/zh/docusaurus-plugin-content-docs-community/current/3-contributor.md
+++ b/i18n/zh/docusaurus-plugin-content-docs-community/current/3-contributor.md
@@ -34,6 +34,8 @@ cover: "/img/architecture/shenyu-framework.png"
 git clone https://github.com/your-github/incubator-shenyu.git
 ```
 
+Windows 环境下,如果克隆 Apache Shenyu 源码时,提示文件名过长,请参看[FAQ](/community/faq)
+
 * 设置远程仓库 (为了同步代码) .
 
 ```shell

Reply via email to