From 6fd3dd8bc85f6e0d00328d172f8d835758e3b72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98xcsnx=E2=80=99?= <‘1192709687@qq.com’> Date: Thu, 10 Oct 2024 10:10:07 +0800 Subject: [PATCH] namespace en doc --- docs/user-guide/admin-usage/namepsace.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/user-guide/admin-usage/namepsace.md b/docs/user-guide/admin-usage/namepsace.md index bec0dfa3dd3..99e2bfebc4c 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/shenyu/basicConfig/namepsace/namespace-manager.png) + 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/shenyu/basicConfig/namepsace/namespace-add.png) + After successful creation, a unique namespaceId will be automatically generated. -![](/img/shenyu/basicConfig/namepsace/namespace-Id.png) + ### 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/shenyu/basicConfig/namepsace/namespace-shenyu-client.png) + ### 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/shenyu/basicConfig/namepsace/namespace-divide.png) + ### 4.Configure Namespace for Gateway (bootstrap) Note: A gateway can only bind to a single unique namespaceId -![](/img/shenyu/basicConfig/namepsace/namespace-bootstrap.png) + ## 3.Important Changes