Skip to content

Commit a0c7c7d

Browse files
xcsnx‘xcsnx’
and
‘xcsnx’
authored
fix namespace doc (#1049)
Co-authored-by: ‘xcsnx’ <‘[email protected]’>
1 parent c9af7a9 commit a0c7c7d

File tree

2 files changed

+3
-3
lines changed
  • docs/user-guide/admin-usage
  • i18n/zh/docusaurus-plugin-content-docs/current/user-guide/admin-usage

2 files changed

+3
-3
lines changed

docs/user-guide/admin-usage/namepsace.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ After successful creation, a unique namespaceId will be automatically generated.
2424

2525
### 2.Configure Namespace for Downstream Services (shenyu-client)
2626

27-
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.
27+
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 “,”)
2828

2929
<img src="/img/shenyu/basicConfig/namespace/namespace-shenyu-client.png" width="80%" height="50%" />
3030

i18n/zh/docusaurus-plugin-content-docs/current/user-guide/admin-usage/namepsace.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
### 2.下游服务配置命名空间(shenyu-client)
2626

27-
得到namespaceId以后,我们可以在下游服务(已经引入shenyu-client),配置文件中配置单个或多个namespaceId
27+
得到namespaceId以后,我们可以在下游服务(已经引入shenyu-client),配置文件中配置单个或多个namespaceId(多个namespaceId之间应使用 “,” 隔开)
2828

2929
<img src="/img/shenyu/basicConfig/namespace/namespace-shenyu-client.png" width="80%" height="50%" />
3030

@@ -68,7 +68,7 @@
6868

6969
## 4.重要改动说明
7070

71-
#### 1.旧版本的【插件】的概念已经变成【插件元数据】概念,现在的【插件】模型已经是命名空间下的插件,而在数据库中【插件元数据】对应plugin表,【插件】对应namespace_plugin_rel 表
71+
#### 1.旧版本的【插件】的概念已经变成【插件元数据】概念,现在的【插件】模型已经是某个命名空间下的插件,而在数据库中【插件元数据】对应plugin表,【插件】对应namespace_plugin_rel 表
7272

7373
#### 2.Apidoc模块已经与selector、Rule等解绑
7474

0 commit comments

Comments
 (0)