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

xiaoyu 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 a1c685a  refactor plugins naming. (#341)
a1c685a is described below

commit a1c685afcaf5ec098e18139b20d6e7a63b40efb6
Author: Qicz <[email protected]>
AuthorDate: Thu Nov 11 17:58:02 2021 +0800

    refactor plugins naming. (#341)
    
    * refactor plugin naming
    
    * Update _category_.json
    
    * Update contextpath-plugin.md
    
    * Update contextpath-plugin.md
    
    * Update parammapping-plugin.md
    
    * refactor
---
 docs/plugin-center/http-process/_category_.json              |  2 +-
 .../{context-path-plugin.md => contextpath-plugin.md}        | 12 ++++++------
 .../{modify-response-plugin.md => modifyresponse-plugin.md}  |  0
 .../{param-mapping-plugin.md => parammapping-plugin.md}      |  0
 .../{context-path-plugin.md => contextpath-plugin.md}        |  4 ++--
 .../{modify-response-plugin.md => modifyresponse-plugin.md}  |  0
 .../{param-mapping-plugin.md => parammapping-plugin.md}      |  4 ++--
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/docs/plugin-center/http-process/_category_.json 
b/docs/plugin-center/http-process/_category_.json
index 76eaac6..77ac2ba 100644
--- a/docs/plugin-center/http-process/_category_.json
+++ b/docs/plugin-center/http-process/_category_.json
@@ -1,4 +1,4 @@
 {
-  "label": "Http Handle",
+  "label": "Http Process",
   "position": 1
 }
diff --git a/docs/plugin-center/http-process/context-path-plugin.md 
b/docs/plugin-center/http-process/contextpath-plugin.md
similarity index 80%
rename from docs/plugin-center/http-process/context-path-plugin.md
rename to docs/plugin-center/http-process/contextpath-plugin.md
index 5f995b7..281f3ab 100644
--- a/docs/plugin-center/http-process/context-path-plugin.md
+++ b/docs/plugin-center/http-process/contextpath-plugin.md
@@ -1,17 +1,17 @@
 ---
-title: Context-Path Plugin
-keywords: ["context_path"]
-description: context_path plugin
+title: ContextPath Plugin
+keywords: ["contextPath"]
+description: contextPath plugin
 ---
 
 ## Explanation
 
-* When making invokes to the target service, `Apache ShenYu` Gateway also 
allows users to customize the `contextPath` using the `context_path` plugin.
+* When making invokes to the target service, `Apache ShenYu` Gateway also 
allows users to customize the `contextPath` using the `contextPath` plugin.
 
 ## Plugin Setting
 
-* In `shenyu-admin` --> BasicConfig --> Plugin --> `context_path` , set to 
enable.
-* Introduce `context_path` support in the `pom.xml` file of the gateway.
+* In `shenyu-admin` --> BasicConfig --> Plugin --> `contextPath` , set to 
enable.
+* Introduce `contextPath` support in the `pom.xml` file of the gateway.
 * If the user don't use, please disable the plugin in the background.
 
 ```xml
diff --git a/docs/plugin-center/http-process/modify-response-plugin.md 
b/docs/plugin-center/http-process/modifyresponse-plugin.md
similarity index 100%
rename from docs/plugin-center/http-process/modify-response-plugin.md
rename to docs/plugin-center/http-process/modifyresponse-plugin.md
diff --git a/docs/plugin-center/http-process/param-mapping-plugin.md 
b/docs/plugin-center/http-process/parammapping-plugin.md
similarity index 100%
rename from docs/plugin-center/http-process/param-mapping-plugin.md
rename to docs/plugin-center/http-process/parammapping-plugin.md
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/context-path-plugin.md
 
b/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/contextpath-plugin.md
similarity index 95%
rename from 
i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/context-path-plugin.md
rename to 
i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/contextpath-plugin.md
index c22e246..48c9b02 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/context-path-plugin.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/contextpath-plugin.md
@@ -1,7 +1,7 @@
 ---
 title: Context Path插件
-keywords: ["context_path"]
-description: context_path插件
+keywords: ["contextPath"]
+description: contextPath插件
 ---
 
 ## 说明
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/modify-response-plugin.md
 
b/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/modifyresponse-plugin.md
similarity index 100%
rename from 
i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/modify-response-plugin.md
rename to 
i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/modifyresponse-plugin.md
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/param-mapping-plugin.md
 
b/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/parammapping-plugin.md
similarity index 96%
rename from 
i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/param-mapping-plugin.md
rename to 
i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/parammapping-plugin.md
index c729aeb..3fd6ade 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/param-mapping-plugin.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/http-process/parammapping-plugin.md
@@ -1,7 +1,7 @@
 ---
-title: Param-mapping插件
+title: ParamMapping插件
 keywords: ["ParamMapping"]
-description:  Param-mapping插件
+description:  ParamMapping插件
 ---
 
 ## 说明

Reply via email to