This is an automated email from the ASF dual-hosted git repository.
dengliming 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 c871a9429cd Update register-center-design.md (#817)
c871a9429cd is described below
commit c871a9429cd05f7730278941fa5b6b57b7aaa16f
Author: WuLang <[email protected]>
AuthorDate: Sat Nov 5 22:05:13 2022 +0800
Update register-center-design.md (#817)
Outdated class name.
---
.../version-2.5.0/design/register-center-design.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/design/register-center-design.md
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/design/register-center-design.md
index fc1cedcfdbb..9e4f2f3b3c3 100644
---
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/design/register-center-design.md
+++
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/design/register-center-design.md
@@ -141,13 +141,13 @@ shenyu.register.service.${rpcType}.${contextPath}
| *SPI 名称* | *详细说明* |
| -------------------------------- | ----------------------------- |
-| ShenyuServerRegisterRepository | ShenYu网关客户端注册的后台服务资源 |
+| ShenyuClientServerRegisterRepository | ShenYu网关客户端注册的后台服务资源 |
| *已知实现类* | *详细说明* |
| -------------------------------- | ----------------------------- |
-| ShenyuHttpRegistryController | 使用Http服务接口来处理客户端注册请求 |
-| ZookeeperServerRegisterRepository| 使用Zookeeper来处理客户端注册节点 |
-| EtcdServerRegisterRepository | 使用Etcd来处理客户端注册节点 |
-| ConsulServerRegisterRepository | 使用Consul来处理客户端注册节点 |
-| NacosServerRegisterRepository | 使用Nacos来处理客户端注册节点 |
+| ShenyuClientHttpRegistryController | 使用Http服务接口来处理客户端注册请求 |
+| ZookeeperClientServerRegisterRepository | 使用Zookeeper来处理客户端注册节点 |
+| EtcdClientServerRegisterRepository | 使用Etcd来处理客户端注册节点 |
+| ConsulClientServerRegisterRepository | 使用Consul来处理客户端注册节点 |
+| NacosClientServerRegisterRepository | 使用Nacos来处理客户端注册节点 |