This is an automated email from the ASF dual-hosted git repository. xuehuilang pushed a commit to branch dev_namespace in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
commit a06b4d84f045775cbc45f73caf6fab51ff3ef7b7 Author: DamonXue <damonx...@gmail.com> AuthorDate: Thu Oct 10 22:16:34 2024 +0800 fix img src directory. --- docs/user-guide/admin-usage/namepsace.md | 12 ++++++------ .../current/user-guide/admin-usage/namepsace.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/user-guide/admin-usage/namepsace.md b/docs/user-guide/admin-usage/namepsace.md index 6b2601d26e..9c3f08de8d 100644 --- a/docs/user-guide/admin-usage/namepsace.md +++ b/docs/user-guide/admin-usage/namepsace.md @@ -12,33 +12,33 @@ Note: To facilitate usage, a default namespace already exists in the system; ple Users log into the ShenYu Admin backend and select 【Basic Config - Namespace】. -<img src="/img/shenyu/basicConfig/namepsace/namespace-manager-en.png" width="80%" height="50%" /> +<img src="/img/shenyu/basicConfig/namespace/namespace-manager-en.png" width="80%" height="50%" /> In the namespace management module, click Add Data to create a new namespace. Simply fill in the 【Name】 and 【Description】 fields; the system will automatically generate a namespaceId. -<img src="/img/shenyu/basicConfig/namepsace/namespace-add-en.png" width="80%" height="50%" /> +<img src="/img/shenyu/basicConfig/namespace/namespace-add-en.png" width="80%" height="50%" /> After successful creation, a unique namespaceId will be automatically generated. -<img src="/img/shenyu/basicConfig/namepsace/namespace-Id-en.png" width="80%" height="50%" /> +<img src="/img/shenyu/basicConfig/namespace/namespace-Id-en.png" width="80%" height="50%" /> ### 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. -<img src="/img/shenyu/basicConfig/namepsace/namespace-shenyu-client.png" width="80%" height="50%" /> +<img src="/img/shenyu/basicConfig/namespace/namespace-shenyu-client.png" width="80%" height="50%" /> ### 3.Manage Data the Namespace Once data from Shenyu-client is registered under the specified namespace in Shenyu-admin, the backend management supports isolated gateway data. Users can switch between different namespaces for operations via the button in the upper right corner. -<img src="/img/shenyu/basicConfig/namepsace/namespace-divide-en.png" width="80%" height="50%" /> +<img src="/img/shenyu/basicConfig/namespace/namespace-divide-en.png" width="80%" height="50%" /> ### 4.Configure Namespace for Gateway (bootstrap) Note: A gateway can only bind to a single unique namespaceId -<img src="/img/shenyu/basicConfig/namepsace/namespace-bootstrap.png" width="80%" height="50%" /> +<img src="/img/shenyu/basicConfig/namespace/namespace-bootstrap.png" width="80%" height="50%" /> ## 3.Important Changes 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 4bb7d45400..35f4f54417 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 @@ -12,33 +12,33 @@ 用户登录shenyu-admin后台,选择【基础配置-命名空间管理】 -<img src="/img/shenyu/basicConfig/namepsace/namespace-manager.png" width="80%" height="50%" /> +<img src="/img/shenyu/basicConfig/namespace/namespace-manager.png" width="80%" height="50%" /> 命名空间管理模块下点击添加数据即可新增命名空间,只需填写【名字】和【描述】系统会自动生成namespaceId -<img src="/img/shenyu/basicConfig/namepsace/namespace-add.png" width="80%" height="50%" /> +<img src="/img/shenyu/basicConfig/namespace/namespace-add.png" width="80%" height="50%" /> 创建成功后会自动生成唯一namespaceId -<img src="/img/shenyu/basicConfig/namepsace/namespace-Id.png" width="80%" height="50%" /> +<img src="/img/shenyu/basicConfig/namespace/namespace-Id.png" width="80%" height="50%" /> ### 2.下游服务配置命名空间(shenyu-client) 得到namespaceId以后,我们可以在下游服务(已经引入shenyu-client),配置文件中配置单个或多个namespaceId -<img src="/img/shenyu/basicConfig/namepsace/namespace-shenyu-client.png" width="80%" height="50%" /> +<img src="/img/shenyu/basicConfig/namespace/namespace-shenyu-client.png" width="80%" height="50%" /> ### 3.管理命名空间下的数据 在Shenyu-client的数据注册到Shenyu-admin指定的命名空间下后。在后台管理端中,支持命名空间隔离的网关数据,用户可以通过右上角按钮切换到不同命名空间下进行操作 -<img src="/img/shenyu/basicConfig/namepsace/namespace-divide.png" width="80%" height="50%" /> +<img src="/img/shenyu/basicConfig/namespace/namespace-divide.png" width="80%" height="50%" /> ### 4.网关配置命名空间(bootstrap) 注意:一个网关只能绑定唯一namespaceId -<img src="/img/shenyu/basicConfig/namepsace/namespace-bootstrap.png" width="80%" height="50%" /> +<img src="/img/shenyu/basicConfig/namespace/namespace-bootstrap.png" width="80%" height="50%" /> ## 3.重要改动说明