This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 5765dfa6575 Update docs (#36294)
5765dfa6575 is described below

commit 5765dfa6575f5406e66a936c5a2c248b4a353ab9
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Aug 14 11:22:14 2025 +0800

    Update docs (#36294)
---
 docs/document/content/dev-manual/infra-algorithm.cn.md         |  6 +++---
 docs/document/content/dev-manual/infra-algorithm.en.md         |  6 +++---
 .../ral/plugin/show-key-generate-algorithm-plugins.cn.md       |  4 ++--
 .../ral/plugin/show-key-generate-algorithm-plugins.en.md       |  4 ++--
 .../ral/plugin/show-load-balance-algorithm-plugins.cn.md       |  4 ++--
 .../ral/plugin/show-load-balance-algorithm-plugins.en.md       |  4 ++--
 .../distsql/syntax/ral/plugin/show-plugins.cn.md               |  4 ++--
 .../distsql/syntax/ral/plugin/show-plugins.en.md               | 10 +++++-----
 8 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/docs/document/content/dev-manual/infra-algorithm.cn.md 
b/docs/document/content/dev-manual/infra-algorithm.cn.md
index 834ad74fa8e..9c0e55ba77e 100644
--- a/docs/document/content/dev-manual/infra-algorithm.cn.md
+++ b/docs/document/content/dev-manual/infra-algorithm.cn.md
@@ -9,7 +9,7 @@ chapter = true
 
 ### 全限定类名
 
-[`org.apache.shardingsphere.infra.algorithm.loadbalancer.core.LoadBalanceAlgorithm`](https://github.com/apache/shardingsphere/blob/master/infra/algorithm/type/load-balancer/core/src/main/java/org/apache/shardingsphere/infra/algorithm/loadbalancer/core/LoadBalanceAlgorithm.java)
+[`org.apache.shardingsphere.infra.algorithm.loadbalancer.spi.LoadBalanceAlgorithm`](https://github.com/apache/shardingsphere/blob/master/infra/algorithm/type/load-balancer/spi/src/main/java/org/apache/shardingsphere/infra/algorithm/loadbalancer/spi/LoadBalanceAlgorithm.java)
 
 ### 定义
 
@@ -27,7 +27,7 @@ chapter = true
 
 ### 全限定类名
 
-[`org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm`](https://github.com/apache/shardingsphere/blob/master/infra/algorithm/type/key-generator/core/src/main/java/org/apache/shardingsphere/infra/algorithm/keygen/core/KeyGenerateAlgorithm.java)
+[`org.apache.shardingsphere.infra.algorithm.keygen.spi.KeyGenerateAlgorithm`](https://github.com/apache/shardingsphere/blob/master/infra/algorithm/type/key-generator/spi/src/main/java/org/apache/shardingsphere/infra/algorithm/keygen/spi/KeyGenerateAlgorithm.java)
 
 ### 定义
 
@@ -44,7 +44,7 @@ chapter = true
 
 ### 全限定类名
 
-[`org.apache.shardingsphere.infra.algorithm.messagedigest.core.MessageDigestAlgorithm`](https://github.com/apache/shardingsphere/blob/master/infra/algorithm/type/message-digest/core/src/main/java/org/apache/shardingsphere/infra/algorithm/messagedigest/core/MessageDigestAlgorithm.java)
+[`org.apache.shardingsphere.infra.algorithm.messagedigest.spi.MessageDigestAlgorithm`](https://github.com/apache/shardingsphere/blob/master/infra/algorithm/type/message-digest/spi/src/main/java/org/apache/shardingsphere/infra/algorithm/messagedigest/spi/MessageDigestAlgorithm.java)
 
 ### 定义
 
diff --git a/docs/document/content/dev-manual/infra-algorithm.en.md 
b/docs/document/content/dev-manual/infra-algorithm.en.md
index 4555b482976..3fafcaaf1ad 100644
--- a/docs/document/content/dev-manual/infra-algorithm.en.md
+++ b/docs/document/content/dev-manual/infra-algorithm.en.md
@@ -9,7 +9,7 @@ chapter = true
 
 ### Fully-qualified class name
 
-[`org.apache.shardingsphere.infra.algorithm.loadbalancer.core.LoadBalanceAlgorithm`](https://github.com/apache/shardingsphere/blob/master/infra/algorithm/type/load-balancer/core/src/main/java/org/apache/shardingsphere/infra/algorithm/loadbalancer/core/LoadBalanceAlgorithm.java)
+[`org.apache.shardingsphere.infra.algorithm.loadbalancer.spi.LoadBalanceAlgorithm`](https://github.com/apache/shardingsphere/blob/master/infra/algorithm/type/load-balancer/spi/src/main/java/org/apache/shardingsphere/infra/algorithm/loadbalancer/spi/LoadBalanceAlgorithm.java)
 
 ### Definition
 
@@ -27,7 +27,7 @@ Load balance algorithms, they can be used in 
readwrite-splitting and traffic fea
 
 ### Fully-qualified class name
 
-[`org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm`](https://github.com/apache/shardingsphere/blob/master/infra/algorithm/type/key-generator/core/src/main/java/org/apache/shardingsphere/infra/algorithm/keygen/core/KeyGenerateAlgorithm.java)
+[`org.apache.shardingsphere.infra.algorithm.keygen.spi.KeyGenerateAlgorithm`](https://github.com/apache/shardingsphere/blob/master/infra/algorithm/type/key-generator/spi/src/main/java/org/apache/shardingsphere/infra/algorithm/keygen/spi/KeyGenerateAlgorithm.java)
 
 ### Definition
 
@@ -44,7 +44,7 @@ Distributed key generated algorithms, they can be used in 
sharding feature.
 
 ### Fully-qualified class name
 
-[`org.apache.shardingsphere.infra.algorithm.messagedigest.core.MessageDigestAlgorithm`](https://github.com/apache/shardingsphere/blob/master/infra/algorithm/type/message-digest/core/src/main/java/org/apache/shardingsphere/infra/algorithm/messagedigest/core/MessageDigestAlgorithm.java)
+[`org.apache.shardingsphere.infra.algorithm.messagedigest.spi.MessageDigestAlgorithm`](https://github.com/apache/shardingsphere/blob/master/infra/algorithm/type/message-digest/spi/src/main/java/org/apache/shardingsphere/infra/algorithm/messagedigest/spi/MessageDigestAlgorithm.java)
 
 ### Definition
 
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins.cn.md
index a410f30edea..d04257551c2 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins.cn.md
@@ -5,7 +5,7 @@ weight = 7
 
 ### 描述
 
-`SHOW KEY GENERATE ALGORITHM PLUGINS` 语法用于查询 
`org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm` 接口的所有实现类。
+`SHOW KEY GENERATE ALGORITHM PLUGINS` 语法用于查询 
`org.apache.shardingsphere.infra.algorithm.keygen.spi.KeyGenerateAlgorithm` 
接口的所有实现类。
 
 ### 语法
 
@@ -31,7 +31,7 @@ showKeyGenerateAlgorithmPlugins ::=
 
 ### 示例
 
-- 查询 `org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm` 
接口的所有实现类
+- 查询 
`org.apache.shardingsphere.infra.algorithm.keygen.spi.KeyGenerateAlgorithm` 
接口的所有实现类
 
 ```sql
 SHOW KEY GENERATE ALGORITHM PLUGINS
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins.en.md
index 6efae808f14..b0bef3dbd5c 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins.en.md
@@ -5,7 +5,7 @@ weight = 7
 
 ### Description
 
-The `"SHOW KEY GENERATE ALGORITHM PLUGINS"` syntax is used to query all the 
implementations of the interface 
`org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm`.
+The `"SHOW KEY GENERATE ALGORITHM PLUGINS"` syntax is used to query all the 
implementations of the interface 
`org.apache.shardingsphere.infra.algorithm.keygen.spi.KeyGenerateAlgorithm`.
 
 ### Syntax
 
@@ -31,7 +31,7 @@ showKeyGenerateAlgorithmPlugins ::=
 
 ### Example
 
-- Query all the implementations for 
`org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm` interface
+- Query all the implementations for 
`org.apache.shardingsphere.infra.algorithm.keygen.spi.KeyGenerateAlgorithm` 
interface
 
 ```sql
 SHOW KEY GENERATE ALGORITHM PLUGINS
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins.cn.md
index dc8e44ab415..6122f7d9219 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins.cn.md
@@ -5,7 +5,7 @@ weight = 3
 
 ### 描述
 
-`SHOW LOAD BALANCE ALGORITHM PLUGINS` 语法用于查询 
`org.apache.shardingsphere.infra.algorithm.loadbalancer.core.LoadBalanceAlgorithm`
 接口的所有实现类。
+`SHOW LOAD BALANCE ALGORITHM PLUGINS` 语法用于查询 
`org.apache.shardingsphere.infra.algorithm.loadbalancer.spi.LoadBalanceAlgorithm`
 接口的所有实现类。
 
 ### 语法
 
@@ -31,7 +31,7 @@ showLoadBalanceAlgorithmPlugins ::=
 
 ### 示例
 
-- 查询 
`org.apache.shardingsphere.infra.algorithm.loadbalancer.core.LoadBalanceAlgorithm`
 接口的所有实现类
+- 查询 
`org.apache.shardingsphere.infra.algorithm.loadbalancer.spi.LoadBalanceAlgorithm`
 接口的所有实现类
 
 ```sql
 SHOW LOAD BALANCE ALGORITHM PLUGINS
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins.en.md
index c67ca4c855e..b3def5cdd3d 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins.en.md
@@ -5,7 +5,7 @@ weight = 3
 
 ### Description
 
-The `SHOW LOAD BALANCE ALGORITHM PLUGINS` syntax is used to query all the 
implementations of the interface 
`org.apache.shardingsphere.infra.algorithm.loadbalancer.core.LoadBalanceAlgorithm`.
+The `SHOW LOAD BALANCE ALGORITHM PLUGINS` syntax is used to query all the 
implementations of the interface 
`org.apache.shardingsphere.infra.algorithm.loadbalancer.spi.LoadBalanceAlgorithm`.
 
 ### Syntax
 
@@ -31,7 +31,7 @@ showLoadBalanceAlgorithmPlugins ::=
 
 ### Example
 
-- Query all the implementations for 
`org.apache.shardingsphere.infra.algorithm.loadbalancer.core.LoadBalanceAlgorithm`
 interface
+- Query all the implementations for 
`org.apache.shardingsphere.infra.algorithm.loadbalancer.spi.LoadBalanceAlgorithm`
 interface
 
 ```sql
 SHOW LOAD BALANCE ALGORITHM PLUGINS
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.cn.md
index 19314baec07..eaab72c854d 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.cn.md
@@ -64,11 +64,11 @@ SHOW PLUGINS OF 
'org.apache.shardingsphere.sharding.spi.ShardingAlgorithm';
 针对一些常用的接口,ShardingSphere 提供了语法糖,可以简化操作,目前已提供的插件查询语法糖如下:
 
 - 查询 `org.apache.shardingsphere.sharding.spi.ShardingAlgorithm` 接口实现:[SHOW 
SHARDING ALGORITHM 
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-sharding-algorithm-plugins/)
-- 查询 
`org.apache.shardingsphere.infra.algorithm.loadbalancer.core.LoadBalanceAlgorithm`
 接口实现:[SHOW LOAD BALANCE ALGORITHM 
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins/)
+- 查询 
`org.apache.shardingsphere.infra.algorithm.loadbalancer.spi.LoadBalanceAlgorithm`
 接口实现:[SHOW LOAD BALANCE ALGORITHM 
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins/)
 - 查询 `org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm` 接口实现:[SHOW 
ENCRYPT ALGORITHM 
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-encrypt-algorithm-plugins/)
 - 查询 `org.apache.shardingsphere.mask.spi.MaskAlgorithm` 接口实现:[SHOW MASK 
ALGORITHM 
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-mask-algorithm-plugins/)
 - 查询 `org.apache.shardingsphere.shadow.spi.ShadowAlgorithm` 接口实现:[SHOW SHADOW 
ALGORITHM 
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-shadow-algorithm-plugins/)
-- 查询 `org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm` 
接口实现:[SHOW KEY GENERATE ALGORITHM 
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins/)
+- 查询 
`org.apache.shardingsphere.infra.algorithm.keygen.spi.KeyGenerateAlgorithm` 
接口实现:[SHOW KEY GENERATE ALGORITHM 
PLUGINS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins/)
 
 ### 保留字
 
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.en.md
index 332293d8449..bd74535abac 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins.en.md
@@ -66,11 +66,11 @@ For some commonly used interface implementations, 
ShardingSphere provides syntax
 The currently provided syntax sugar are as follows:
 
 - Show implementations of 
`org.apache.shardingsphere.sharding.spi.ShardingAlgorithm`: [SHOW SHARDING 
ALGORITHM 
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-sharding-algorithm-plugins/)
-- Show implementations of  
`org.apache.shardingsphere.infra.algorithm.loadbalancer.core.LoadBalanceAlgorithm`:
 [SHOW LOAD BALANCE ALGORITHM 
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins/)
-- Show implementations of  
`org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm`: [SHOW ENCRYPT 
ALGORITHM 
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-encrypt-algorithm-plugins/)
-- Show implementations of  `org.apache.shardingsphere.mask.spi.MaskAlgorithm`: 
[SHOW MASK ALGORITHM 
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-mask-algorithm-plugins/)
-- Show implementations of  
`org.apache.shardingsphere.shadow.spi.ShadowAlgorithm`: [SHOW SHADOW ALGORITHM 
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-shadow-algorithm-plugins/)
-- Show implementations of  
`org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm`: [SHOW 
KEY GENERATE ALGORITHM 
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins/)
+- Show implementations of 
`org.apache.shardingsphere.infra.algorithm.loadbalancer.spi.LoadBalanceAlgorithm`:
 [SHOW LOAD BALANCE ALGORITHM 
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins/)
+- Show implementations of 
`org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm`: [SHOW ENCRYPT 
ALGORITHM 
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-encrypt-algorithm-plugins/)
+- Show implementations of `org.apache.shardingsphere.mask.spi.MaskAlgorithm`: 
[SHOW MASK ALGORITHM 
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-mask-algorithm-plugins/)
+- Show implementations of 
`org.apache.shardingsphere.shadow.spi.ShadowAlgorithm`: [SHOW SHADOW ALGORITHM 
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-shadow-algorithm-plugins/)
+- Show implementations of 
`org.apache.shardingsphere.infra.algorithm.keygen.spi.KeyGenerateAlgorithm`: 
[SHOW KEY GENERATE ALGORITHM 
PLUGINS](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins/)
 
 ### Reserved word
 

Reply via email to