Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[type:fix]fix namespace doc #1049

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-guide/admin-usage/namepsace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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%" />

Expand Down Expand Up @@ -68,7 +68,7 @@

## 4.重要改动说明

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

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

Loading