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/shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new a0c7c7d3d2 fix namespace doc (#1049)
a0c7c7d3d2 is described below

commit a0c7c7d3d2615dbdf346379b6fdedde4cc27abe3
Author: xcsnx <[email protected]>
AuthorDate: Mon Jan 13 19:46:55 2025 +0800

    fix namespace doc (#1049)
    
    Co-authored-by: ‘xcsnx’ <‘[email protected]’>
---
 docs/user-guide/admin-usage/namepsace.md                              | 2 +-
 .../current/user-guide/admin-usage/namepsace.md                       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/user-guide/admin-usage/namepsace.md 
b/docs/user-guide/admin-usage/namepsace.md
index 13304d0708..0ed762b76b 100644
--- a/docs/user-guide/admin-usage/namepsace.md
+++ b/docs/user-guide/admin-usage/namepsace.md
@@ -24,7 +24,7 @@ After successful creation, a unique namespaceId will be 
automatically generated.
 
 ### 2.Configure Namespace for Downstream Services (shenyu-client)
 
-Once you have the namespaceId, you can configure it in the downstream services 
(already integrated with shenyu-client) in the configuration file to use one or 
more namespaceIds.
+Once you have the namespaceId, you can configure it in the downstream services 
(already integrated with shenyu-client) in the configuration file to use one or 
more namespaceIds.(Multiple namespaceIds should be separated by “,”)
 
 <img src="/img/shenyu/basicConfig/namespace/namespace-shenyu-client.png" 
width="80%" height="50%" />
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/admin-usage/namepsace.md
 
b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/admin-usage/namepsace.md
index 7a4707451c..db76c5524e 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/admin-usage/namepsace.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/admin-usage/namepsace.md
@@ -24,7 +24,7 @@
 
 ### 2.下游服务配置命名空间(shenyu-client)
 
-得到namespaceId以后,我们可以在下游服务(已经引入shenyu-client),配置文件中配置单个或多个namespaceId
+得到namespaceId以后,我们可以在下游服务(已经引入shenyu-client),配置文件中配置单个或多个namespaceId(多个namespaceId之间应使用
 “,” 隔开)
 
 <img src="/img/shenyu/basicConfig/namespace/namespace-shenyu-client.png" 
width="80%" height="50%" />
 
@@ -68,7 +68,7 @@
 
 ## 4.重要改动说明
 
-#### 
1.旧版本的【插件】的概念已经变成【插件元数据】概念,现在的【插件】模型已经是命名空间下的插件,而在数据库中【插件元数据】对应plugin表,【插件】对应namespace_plugin_rel
 表
+#### 
1.旧版本的【插件】的概念已经变成【插件元数据】概念,现在的【插件】模型已经是某个命名空间下的插件,而在数据库中【插件元数据】对应plugin表,【插件】对应namespace_plugin_rel
 表
 
 #### 2.Apidoc模块已经与selector、Rule等解绑
 

Reply via email to