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 4c3b43e852 [type:bugfix] fix deadlink (#1059) 4c3b43e852 is described below commit 4c3b43e852278b12c13a13dfb54379c7c687ed56 Author: cxhello <49056040+cxhe...@users.noreply.github.com> AuthorDate: Sat Mar 22 21:26:48 2025 +0800 [type:bugfix] fix deadlink (#1059) --- docs/developer/spi/custom-rate-limiter.md | 2 +- docs/plugin-center/proxy/dubbo-plugin.md | 4 ++-- docs/plugin-center/proxy/spring-cloud-plugin.md | 2 +- .../version-2.4.0/plugin-center/rpc-proxy/divide-plugin.md | 2 +- versioned_docs/version-2.4.0/developer/spi/custom-rate-limiter.md | 2 +- versioned_docs/version-2.4.0/plugin-center/rpc-proxy/sofa-plugin.md | 2 +- .../version-2.4.0/plugin-center/rpc-proxy/spring-cloud-plugin.md | 2 +- versioned_docs/version-2.4.0/user-guide/proxy/tars-proxy.md | 2 +- versioned_docs/version-2.4.1/developer/spi/custom-rate-limiter.md | 2 +- versioned_docs/version-2.4.1/plugin-center/proxy/dubbo-plugin.md | 4 ++-- versioned_docs/version-2.4.1/plugin-center/proxy/sofa-plugin.md | 2 +- .../version-2.4.1/plugin-center/proxy/spring-cloud-plugin.md | 2 +- versioned_docs/version-2.4.1/user-guide/proxy/tars-proxy.md | 2 +- versioned_docs/version-2.4.2/developer/spi/custom-rate-limiter.md | 2 +- versioned_docs/version-2.4.2/plugin-center/proxy/dubbo-plugin.md | 4 ++-- versioned_docs/version-2.4.2/plugin-center/proxy/sofa-plugin.md | 2 +- .../version-2.4.2/plugin-center/proxy/spring-cloud-plugin.md | 2 +- versioned_docs/version-2.4.2/user-guide/proxy/tars-proxy.md | 2 +- versioned_docs/version-2.4.3/developer/spi/custom-rate-limiter.md | 2 +- versioned_docs/version-2.4.3/plugin-center/proxy/dubbo-plugin.md | 4 ++-- versioned_docs/version-2.4.3/plugin-center/proxy/sofa-plugin.md | 2 +- .../version-2.4.3/plugin-center/proxy/spring-cloud-plugin.md | 2 +- versioned_docs/version-2.4.3/user-guide/tars-proxy.md | 2 +- versioned_docs/version-2.5.0/developer/spi/custom-rate-limiter.md | 2 +- versioned_docs/version-2.5.0/plugin-center/proxy/dubbo-plugin.md | 4 ++-- .../version-2.5.0/plugin-center/proxy/spring-cloud-plugin.md | 2 +- versioned_docs/version-2.5.1/developer/spi/custom-rate-limiter.md | 2 +- versioned_docs/version-2.5.1/plugin-center/proxy/dubbo-plugin.md | 4 ++-- .../version-2.5.1/plugin-center/proxy/spring-cloud-plugin.md | 2 +- versioned_docs/version-2.6.0/developer/spi/custom-rate-limiter.md | 2 +- versioned_docs/version-2.6.0/plugin-center/proxy/dubbo-plugin.md | 4 ++-- .../version-2.6.0/plugin-center/proxy/spring-cloud-plugin.md | 2 +- versioned_docs/version-2.6.1/developer/spi/custom-rate-limiter.md | 2 +- versioned_docs/version-2.6.1/plugin-center/proxy/dubbo-plugin.md | 4 ++-- .../version-2.6.1/plugin-center/proxy/spring-cloud-plugin.md | 2 +- versioned_docs/version-2.7.0/developer/spi/custom-rate-limiter.md | 2 +- versioned_docs/version-2.7.0/plugin-center/proxy/dubbo-plugin.md | 4 ++-- .../version-2.7.0/plugin-center/proxy/spring-cloud-plugin.md | 2 +- 38 files changed, 47 insertions(+), 47 deletions(-) diff --git a/docs/developer/spi/custom-rate-limiter.md b/docs/developer/spi/custom-rate-limiter.md index 4d2bebdbc6..39257182eb 100644 --- a/docs/developer/spi/custom-rate-limiter.md +++ b/docs/developer/spi/custom-rate-limiter.md @@ -6,7 +6,7 @@ description: Custom Rate Limiter ## Explanation -* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../deployment-custom). +* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../../deployment/deployment-custom.md). * This article describes how to customize the extension of `org.apache.shenyu.plugin.ratelimiter.algorithm.RateLimiterAlgorithm` . diff --git a/docs/plugin-center/proxy/dubbo-plugin.md b/docs/plugin-center/proxy/dubbo-plugin.md index 0789ee9690..110274f1a1 100644 --- a/docs/plugin-center/proxy/dubbo-plugin.md +++ b/docs/plugin-center/proxy/dubbo-plugin.md @@ -38,7 +38,7 @@ After the client accesses the `ShenYu` gateway, it will automatically register t <img src="/img/shenyu/plugin/dubbo/selector_en_new.png" width="80%" height="80%" /> -Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation.md) in Plugin Config. * details: @@ -75,7 +75,7 @@ It should be noted that,if your business instance not use the client jar of 'she <img src="/img/shenyu/plugin/dubbo/rule_en.png" width="80%" height="80%" /> -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation.md) in Plugin Config. * details: diff --git a/docs/plugin-center/proxy/spring-cloud-plugin.md b/docs/plugin-center/proxy/spring-cloud-plugin.md index 82412c203c..9500cb83e6 100644 --- a/docs/plugin-center/proxy/spring-cloud-plugin.md +++ b/docs/plugin-center/proxy/spring-cloud-plugin.md @@ -195,7 +195,7 @@ It should be noted that,if your business instance not use the client jar of `she ### 2.5.3 Rule Config -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * use `shenyu-client-springcloud` rule config diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/plugin-center/rpc-proxy/divide-plugin.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/plugin-center/rpc-proxy/divide-plugin.md index bf8e0eb211..8bc49e22dd 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/plugin-center/rpc-proxy/divide-plugin.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.0/plugin-center/rpc-proxy/divide-plugin.md @@ -28,7 +28,7 @@ description: divide插件 <img src="/img/shenyu/basicConfig/pluginHandle/selector_add.png" width="80%" height="80%" /> -选择器处理: 对应[选择器和规则管理](../../user-guide/admin-usage/selector-and-rule)的`handle`字段,是网关匹配到流量以后,真实调用的`http`配置,可以配置多个,设置负载均衡权重,具体的负载均衡策略,在规则中指定。更多信息请参考插件管理中的 [插件处理管理](../plugin-handle-explanation) 。 +选择器处理: 对应[选择器和规则管理](../../user-guide/admin-usage/selector-and-rule)的`handle`字段,是网关匹配到流量以后,真实调用的`http`配置,可以配置多个,设置负载均衡权重,具体的负载均衡策略,在规则中指定。更多信息请参考插件管理中的 [插件处理管理](../../user-guide/admin-usage/plugin-handle-explanation) 。 * 处理配置详解: diff --git a/versioned_docs/version-2.4.0/developer/spi/custom-rate-limiter.md b/versioned_docs/version-2.4.0/developer/spi/custom-rate-limiter.md index f064708d76..121479d18f 100644 --- a/versioned_docs/version-2.4.0/developer/spi/custom-rate-limiter.md +++ b/versioned_docs/version-2.4.0/developer/spi/custom-rate-limiter.md @@ -6,7 +6,7 @@ description: Custom Rate Limiter ## Explanation -* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../deployment-custom). +* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../../deployment/deployment-cluster.md). * This article describes how to customize the extension of `org.apache.shenyu.plugin.ratelimiter.algorithm.RateLimiterAlgorithm` . diff --git a/versioned_docs/version-2.4.0/plugin-center/rpc-proxy/sofa-plugin.md b/versioned_docs/version-2.4.0/plugin-center/rpc-proxy/sofa-plugin.md index 1c9cb4d4ce..8bb309b57c 100644 --- a/versioned_docs/version-2.4.0/plugin-center/rpc-proxy/sofa-plugin.md +++ b/versioned_docs/version-2.4.0/plugin-center/rpc-proxy/sofa-plugin.md @@ -14,7 +14,7 @@ description: sofa access shenyu gateway * Add related dependencies and enable plugin, please refer to: [Quick start with Sofa](../../quick-start/quick-start-sofa) . -* `Sofa` client access, please refer to: [Sofa Proxy](../../user-guide/sofa-proxy) . +* `Sofa` client access, please refer to: [Sofa Proxy](../../user-guide/proxy/sofa-rpc-proxy.md) . * Set selector and rule, please refer to: [Selector And Rule Config](../../user-guide/admin-usage/selector-and-rule) . diff --git a/versioned_docs/version-2.4.0/plugin-center/rpc-proxy/spring-cloud-plugin.md b/versioned_docs/version-2.4.0/plugin-center/rpc-proxy/spring-cloud-plugin.md index 553d724773..a070b428f6 100644 --- a/versioned_docs/version-2.4.0/plugin-center/rpc-proxy/spring-cloud-plugin.md +++ b/versioned_docs/version-2.4.0/plugin-center/rpc-proxy/spring-cloud-plugin.md @@ -195,7 +195,7 @@ It should be noted that,if your business instance not use the client jar of `she ### 2.5.3 Rule Config -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * use `shenyu-client-springcloud` rule config diff --git a/versioned_docs/version-2.4.0/user-guide/proxy/tars-proxy.md b/versioned_docs/version-2.4.0/user-guide/proxy/tars-proxy.md index 24cb4dd191..358408eab1 100644 --- a/versioned_docs/version-2.4.0/user-guide/proxy/tars-proxy.md +++ b/versioned_docs/version-2.4.0/user-guide/proxy/tars-proxy.md @@ -9,7 +9,7 @@ Before the connection, start `shenyu-admin` correctly, start `tars` plugin, and For details about client access configuration, see [Application Client Access Config](./register-center-access) . -For details about data synchronization configurations, see [Data Synchronization Config](./use-data-sync)). +For details about data synchronization configurations, see [Data Synchronization Config](../use-data-sync)). ## Add tars plugin in gateway diff --git a/versioned_docs/version-2.4.1/developer/spi/custom-rate-limiter.md b/versioned_docs/version-2.4.1/developer/spi/custom-rate-limiter.md index f064708d76..48729d33ac 100644 --- a/versioned_docs/version-2.4.1/developer/spi/custom-rate-limiter.md +++ b/versioned_docs/version-2.4.1/developer/spi/custom-rate-limiter.md @@ -6,7 +6,7 @@ description: Custom Rate Limiter ## Explanation -* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../deployment-custom). +* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../../deployment/deployment-custom.md). * This article describes how to customize the extension of `org.apache.shenyu.plugin.ratelimiter.algorithm.RateLimiterAlgorithm` . diff --git a/versioned_docs/version-2.4.1/plugin-center/proxy/dubbo-plugin.md b/versioned_docs/version-2.4.1/plugin-center/proxy/dubbo-plugin.md index caf354684c..0944c25fdd 100644 --- a/versioned_docs/version-2.4.1/plugin-center/proxy/dubbo-plugin.md +++ b/versioned_docs/version-2.4.1/plugin-center/proxy/dubbo-plugin.md @@ -26,7 +26,7 @@ After the client accesses the `ShenYu` gateway, it will automatically register t <img src="/img/shenyu/plugin/dubbo/selector_en_new.png" width="80%" height="80%" /> -Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: @@ -63,7 +63,7 @@ It should be noted that,if your business instance not use the client jar of 'she <img src="/img/shenyu/plugin/dubbo/rule_en.png" width="80%" height="80%" /> -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: diff --git a/versioned_docs/version-2.4.1/plugin-center/proxy/sofa-plugin.md b/versioned_docs/version-2.4.1/plugin-center/proxy/sofa-plugin.md index 1c9cb4d4ce..8bb309b57c 100644 --- a/versioned_docs/version-2.4.1/plugin-center/proxy/sofa-plugin.md +++ b/versioned_docs/version-2.4.1/plugin-center/proxy/sofa-plugin.md @@ -14,7 +14,7 @@ description: sofa access shenyu gateway * Add related dependencies and enable plugin, please refer to: [Quick start with Sofa](../../quick-start/quick-start-sofa) . -* `Sofa` client access, please refer to: [Sofa Proxy](../../user-guide/sofa-proxy) . +* `Sofa` client access, please refer to: [Sofa Proxy](../../user-guide/proxy/sofa-rpc-proxy.md) . * Set selector and rule, please refer to: [Selector And Rule Config](../../user-guide/admin-usage/selector-and-rule) . diff --git a/versioned_docs/version-2.4.1/plugin-center/proxy/spring-cloud-plugin.md b/versioned_docs/version-2.4.1/plugin-center/proxy/spring-cloud-plugin.md index 553d724773..a070b428f6 100644 --- a/versioned_docs/version-2.4.1/plugin-center/proxy/spring-cloud-plugin.md +++ b/versioned_docs/version-2.4.1/plugin-center/proxy/spring-cloud-plugin.md @@ -195,7 +195,7 @@ It should be noted that,if your business instance not use the client jar of `she ### 2.5.3 Rule Config -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * use `shenyu-client-springcloud` rule config diff --git a/versioned_docs/version-2.4.1/user-guide/proxy/tars-proxy.md b/versioned_docs/version-2.4.1/user-guide/proxy/tars-proxy.md index 90aa432d4a..682c30ffbb 100644 --- a/versioned_docs/version-2.4.1/user-guide/proxy/tars-proxy.md +++ b/versioned_docs/version-2.4.1/user-guide/proxy/tars-proxy.md @@ -9,7 +9,7 @@ Before the connection, start `shenyu-admin` correctly, start `tars` plugin, and For details about client access configuration, see [Application Client Access Config](./register-center-access) . -For details about data synchronization configurations, see [Data Synchronization Config](./use-data-sync)). +For details about data synchronization configurations, see [Data Synchronization Config](../use-data-sync)). ## Add tars plugin in gateway diff --git a/versioned_docs/version-2.4.2/developer/spi/custom-rate-limiter.md b/versioned_docs/version-2.4.2/developer/spi/custom-rate-limiter.md index 4d2bebdbc6..39257182eb 100644 --- a/versioned_docs/version-2.4.2/developer/spi/custom-rate-limiter.md +++ b/versioned_docs/version-2.4.2/developer/spi/custom-rate-limiter.md @@ -6,7 +6,7 @@ description: Custom Rate Limiter ## Explanation -* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../deployment-custom). +* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../../deployment/deployment-custom.md). * This article describes how to customize the extension of `org.apache.shenyu.plugin.ratelimiter.algorithm.RateLimiterAlgorithm` . diff --git a/versioned_docs/version-2.4.2/plugin-center/proxy/dubbo-plugin.md b/versioned_docs/version-2.4.2/plugin-center/proxy/dubbo-plugin.md index adfb1fd925..456e2d7925 100644 --- a/versioned_docs/version-2.4.2/plugin-center/proxy/dubbo-plugin.md +++ b/versioned_docs/version-2.4.2/plugin-center/proxy/dubbo-plugin.md @@ -26,7 +26,7 @@ After the client accesses the `ShenYu` gateway, it will automatically register t <img src="/img/shenyu/plugin/dubbo/selector_en_new.png" width="80%" height="80%" /> -Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: @@ -63,7 +63,7 @@ It should be noted that,if your business instance not use the client jar of 'she <img src="/img/shenyu/plugin/dubbo/rule_en.png" width="80%" height="80%" /> -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: diff --git a/versioned_docs/version-2.4.2/plugin-center/proxy/sofa-plugin.md b/versioned_docs/version-2.4.2/plugin-center/proxy/sofa-plugin.md index 1c9cb4d4ce..8bb309b57c 100644 --- a/versioned_docs/version-2.4.2/plugin-center/proxy/sofa-plugin.md +++ b/versioned_docs/version-2.4.2/plugin-center/proxy/sofa-plugin.md @@ -14,7 +14,7 @@ description: sofa access shenyu gateway * Add related dependencies and enable plugin, please refer to: [Quick start with Sofa](../../quick-start/quick-start-sofa) . -* `Sofa` client access, please refer to: [Sofa Proxy](../../user-guide/sofa-proxy) . +* `Sofa` client access, please refer to: [Sofa Proxy](../../user-guide/proxy/sofa-rpc-proxy.md) . * Set selector and rule, please refer to: [Selector And Rule Config](../../user-guide/admin-usage/selector-and-rule) . diff --git a/versioned_docs/version-2.4.2/plugin-center/proxy/spring-cloud-plugin.md b/versioned_docs/version-2.4.2/plugin-center/proxy/spring-cloud-plugin.md index 553d724773..a070b428f6 100644 --- a/versioned_docs/version-2.4.2/plugin-center/proxy/spring-cloud-plugin.md +++ b/versioned_docs/version-2.4.2/plugin-center/proxy/spring-cloud-plugin.md @@ -195,7 +195,7 @@ It should be noted that,if your business instance not use the client jar of `she ### 2.5.3 Rule Config -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * use `shenyu-client-springcloud` rule config diff --git a/versioned_docs/version-2.4.2/user-guide/proxy/tars-proxy.md b/versioned_docs/version-2.4.2/user-guide/proxy/tars-proxy.md index c453d29278..efa1dc7609 100644 --- a/versioned_docs/version-2.4.2/user-guide/proxy/tars-proxy.md +++ b/versioned_docs/version-2.4.2/user-guide/proxy/tars-proxy.md @@ -9,7 +9,7 @@ Before the connection, start `shenyu-admin` correctly, start `tars` plugin, and For details about client access configuration, see [Application Client Access Config](./register-center-access) . -For details about data synchronization configurations, see [Data Synchronization Config](./use-data-sync)). +For details about data synchronization configurations, see [Data Synchronization Config](../use-data-sync)). ## Add tars plugin in gateway diff --git a/versioned_docs/version-2.4.3/developer/spi/custom-rate-limiter.md b/versioned_docs/version-2.4.3/developer/spi/custom-rate-limiter.md index 4d2bebdbc6..39257182eb 100644 --- a/versioned_docs/version-2.4.3/developer/spi/custom-rate-limiter.md +++ b/versioned_docs/version-2.4.3/developer/spi/custom-rate-limiter.md @@ -6,7 +6,7 @@ description: Custom Rate Limiter ## Explanation -* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../deployment-custom). +* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../../deployment/deployment-custom.md). * This article describes how to customize the extension of `org.apache.shenyu.plugin.ratelimiter.algorithm.RateLimiterAlgorithm` . diff --git a/versioned_docs/version-2.4.3/plugin-center/proxy/dubbo-plugin.md b/versioned_docs/version-2.4.3/plugin-center/proxy/dubbo-plugin.md index 0789ee9690..a585c65b55 100644 --- a/versioned_docs/version-2.4.3/plugin-center/proxy/dubbo-plugin.md +++ b/versioned_docs/version-2.4.3/plugin-center/proxy/dubbo-plugin.md @@ -38,7 +38,7 @@ After the client accesses the `ShenYu` gateway, it will automatically register t <img src="/img/shenyu/plugin/dubbo/selector_en_new.png" width="80%" height="80%" /> -Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: @@ -75,7 +75,7 @@ It should be noted that,if your business instance not use the client jar of 'she <img src="/img/shenyu/plugin/dubbo/rule_en.png" width="80%" height="80%" /> -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: diff --git a/versioned_docs/version-2.4.3/plugin-center/proxy/sofa-plugin.md b/versioned_docs/version-2.4.3/plugin-center/proxy/sofa-plugin.md index 1c9cb4d4ce..8bb309b57c 100644 --- a/versioned_docs/version-2.4.3/plugin-center/proxy/sofa-plugin.md +++ b/versioned_docs/version-2.4.3/plugin-center/proxy/sofa-plugin.md @@ -14,7 +14,7 @@ description: sofa access shenyu gateway * Add related dependencies and enable plugin, please refer to: [Quick start with Sofa](../../quick-start/quick-start-sofa) . -* `Sofa` client access, please refer to: [Sofa Proxy](../../user-guide/sofa-proxy) . +* `Sofa` client access, please refer to: [Sofa Proxy](../../user-guide/proxy/sofa-rpc-proxy.md) . * Set selector and rule, please refer to: [Selector And Rule Config](../../user-guide/admin-usage/selector-and-rule) . diff --git a/versioned_docs/version-2.4.3/plugin-center/proxy/spring-cloud-plugin.md b/versioned_docs/version-2.4.3/plugin-center/proxy/spring-cloud-plugin.md index 553d724773..a070b428f6 100644 --- a/versioned_docs/version-2.4.3/plugin-center/proxy/spring-cloud-plugin.md +++ b/versioned_docs/version-2.4.3/plugin-center/proxy/spring-cloud-plugin.md @@ -195,7 +195,7 @@ It should be noted that,if your business instance not use the client jar of `she ### 2.5.3 Rule Config -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * use `shenyu-client-springcloud` rule config diff --git a/versioned_docs/version-2.4.3/user-guide/tars-proxy.md b/versioned_docs/version-2.4.3/user-guide/tars-proxy.md index 8b0f19a364..c6d37f6767 100644 --- a/versioned_docs/version-2.4.3/user-guide/tars-proxy.md +++ b/versioned_docs/version-2.4.3/user-guide/tars-proxy.md @@ -9,7 +9,7 @@ Before the connection, start `shenyu-admin` correctly, start `tars` plugin, and For details about client access configuration, see [Application Client Access Config](./register-center-access) . -For details about data synchronization configurations, see [Data Synchronization Config](./use-data-sync)). +For details about data synchronization configurations, see [Data Synchronization Config](../user-guide/use-data-sync)). ## Add tars plugin in gateway diff --git a/versioned_docs/version-2.5.0/developer/spi/custom-rate-limiter.md b/versioned_docs/version-2.5.0/developer/spi/custom-rate-limiter.md index 4d2bebdbc6..39257182eb 100644 --- a/versioned_docs/version-2.5.0/developer/spi/custom-rate-limiter.md +++ b/versioned_docs/version-2.5.0/developer/spi/custom-rate-limiter.md @@ -6,7 +6,7 @@ description: Custom Rate Limiter ## Explanation -* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../deployment-custom). +* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../../deployment/deployment-custom.md). * This article describes how to customize the extension of `org.apache.shenyu.plugin.ratelimiter.algorithm.RateLimiterAlgorithm` . diff --git a/versioned_docs/version-2.5.0/plugin-center/proxy/dubbo-plugin.md b/versioned_docs/version-2.5.0/plugin-center/proxy/dubbo-plugin.md index 0789ee9690..a585c65b55 100644 --- a/versioned_docs/version-2.5.0/plugin-center/proxy/dubbo-plugin.md +++ b/versioned_docs/version-2.5.0/plugin-center/proxy/dubbo-plugin.md @@ -38,7 +38,7 @@ After the client accesses the `ShenYu` gateway, it will automatically register t <img src="/img/shenyu/plugin/dubbo/selector_en_new.png" width="80%" height="80%" /> -Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: @@ -75,7 +75,7 @@ It should be noted that,if your business instance not use the client jar of 'she <img src="/img/shenyu/plugin/dubbo/rule_en.png" width="80%" height="80%" /> -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: diff --git a/versioned_docs/version-2.5.0/plugin-center/proxy/spring-cloud-plugin.md b/versioned_docs/version-2.5.0/plugin-center/proxy/spring-cloud-plugin.md index 553d724773..a070b428f6 100644 --- a/versioned_docs/version-2.5.0/plugin-center/proxy/spring-cloud-plugin.md +++ b/versioned_docs/version-2.5.0/plugin-center/proxy/spring-cloud-plugin.md @@ -195,7 +195,7 @@ It should be noted that,if your business instance not use the client jar of `she ### 2.5.3 Rule Config -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * use `shenyu-client-springcloud` rule config diff --git a/versioned_docs/version-2.5.1/developer/spi/custom-rate-limiter.md b/versioned_docs/version-2.5.1/developer/spi/custom-rate-limiter.md index 4d2bebdbc6..39257182eb 100644 --- a/versioned_docs/version-2.5.1/developer/spi/custom-rate-limiter.md +++ b/versioned_docs/version-2.5.1/developer/spi/custom-rate-limiter.md @@ -6,7 +6,7 @@ description: Custom Rate Limiter ## Explanation -* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../deployment-custom). +* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../../deployment/deployment-custom.md). * This article describes how to customize the extension of `org.apache.shenyu.plugin.ratelimiter.algorithm.RateLimiterAlgorithm` . diff --git a/versioned_docs/version-2.5.1/plugin-center/proxy/dubbo-plugin.md b/versioned_docs/version-2.5.1/plugin-center/proxy/dubbo-plugin.md index 0789ee9690..a585c65b55 100644 --- a/versioned_docs/version-2.5.1/plugin-center/proxy/dubbo-plugin.md +++ b/versioned_docs/version-2.5.1/plugin-center/proxy/dubbo-plugin.md @@ -38,7 +38,7 @@ After the client accesses the `ShenYu` gateway, it will automatically register t <img src="/img/shenyu/plugin/dubbo/selector_en_new.png" width="80%" height="80%" /> -Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: @@ -75,7 +75,7 @@ It should be noted that,if your business instance not use the client jar of 'she <img src="/img/shenyu/plugin/dubbo/rule_en.png" width="80%" height="80%" /> -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: diff --git a/versioned_docs/version-2.5.1/plugin-center/proxy/spring-cloud-plugin.md b/versioned_docs/version-2.5.1/plugin-center/proxy/spring-cloud-plugin.md index 553d724773..a070b428f6 100644 --- a/versioned_docs/version-2.5.1/plugin-center/proxy/spring-cloud-plugin.md +++ b/versioned_docs/version-2.5.1/plugin-center/proxy/spring-cloud-plugin.md @@ -195,7 +195,7 @@ It should be noted that,if your business instance not use the client jar of `she ### 2.5.3 Rule Config -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * use `shenyu-client-springcloud` rule config diff --git a/versioned_docs/version-2.6.0/developer/spi/custom-rate-limiter.md b/versioned_docs/version-2.6.0/developer/spi/custom-rate-limiter.md index 4d2bebdbc6..39257182eb 100644 --- a/versioned_docs/version-2.6.0/developer/spi/custom-rate-limiter.md +++ b/versioned_docs/version-2.6.0/developer/spi/custom-rate-limiter.md @@ -6,7 +6,7 @@ description: Custom Rate Limiter ## Explanation -* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../deployment-custom). +* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../../deployment/deployment-custom.md). * This article describes how to customize the extension of `org.apache.shenyu.plugin.ratelimiter.algorithm.RateLimiterAlgorithm` . diff --git a/versioned_docs/version-2.6.0/plugin-center/proxy/dubbo-plugin.md b/versioned_docs/version-2.6.0/plugin-center/proxy/dubbo-plugin.md index 0789ee9690..a585c65b55 100644 --- a/versioned_docs/version-2.6.0/plugin-center/proxy/dubbo-plugin.md +++ b/versioned_docs/version-2.6.0/plugin-center/proxy/dubbo-plugin.md @@ -38,7 +38,7 @@ After the client accesses the `ShenYu` gateway, it will automatically register t <img src="/img/shenyu/plugin/dubbo/selector_en_new.png" width="80%" height="80%" /> -Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: @@ -75,7 +75,7 @@ It should be noted that,if your business instance not use the client jar of 'she <img src="/img/shenyu/plugin/dubbo/rule_en.png" width="80%" height="80%" /> -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: diff --git a/versioned_docs/version-2.6.0/plugin-center/proxy/spring-cloud-plugin.md b/versioned_docs/version-2.6.0/plugin-center/proxy/spring-cloud-plugin.md index 82412c203c..9500cb83e6 100644 --- a/versioned_docs/version-2.6.0/plugin-center/proxy/spring-cloud-plugin.md +++ b/versioned_docs/version-2.6.0/plugin-center/proxy/spring-cloud-plugin.md @@ -195,7 +195,7 @@ It should be noted that,if your business instance not use the client jar of `she ### 2.5.3 Rule Config -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * use `shenyu-client-springcloud` rule config diff --git a/versioned_docs/version-2.6.1/developer/spi/custom-rate-limiter.md b/versioned_docs/version-2.6.1/developer/spi/custom-rate-limiter.md index 4d2bebdbc6..39257182eb 100644 --- a/versioned_docs/version-2.6.1/developer/spi/custom-rate-limiter.md +++ b/versioned_docs/version-2.6.1/developer/spi/custom-rate-limiter.md @@ -6,7 +6,7 @@ description: Custom Rate Limiter ## Explanation -* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../deployment-custom). +* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../../deployment/deployment-custom.md). * This article describes how to customize the extension of `org.apache.shenyu.plugin.ratelimiter.algorithm.RateLimiterAlgorithm` . diff --git a/versioned_docs/version-2.6.1/plugin-center/proxy/dubbo-plugin.md b/versioned_docs/version-2.6.1/plugin-center/proxy/dubbo-plugin.md index 0789ee9690..a585c65b55 100644 --- a/versioned_docs/version-2.6.1/plugin-center/proxy/dubbo-plugin.md +++ b/versioned_docs/version-2.6.1/plugin-center/proxy/dubbo-plugin.md @@ -38,7 +38,7 @@ After the client accesses the `ShenYu` gateway, it will automatically register t <img src="/img/shenyu/plugin/dubbo/selector_en_new.png" width="80%" height="80%" /> -Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: @@ -75,7 +75,7 @@ It should be noted that,if your business instance not use the client jar of 'she <img src="/img/shenyu/plugin/dubbo/rule_en.png" width="80%" height="80%" /> -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: diff --git a/versioned_docs/version-2.6.1/plugin-center/proxy/spring-cloud-plugin.md b/versioned_docs/version-2.6.1/plugin-center/proxy/spring-cloud-plugin.md index 82412c203c..9500cb83e6 100644 --- a/versioned_docs/version-2.6.1/plugin-center/proxy/spring-cloud-plugin.md +++ b/versioned_docs/version-2.6.1/plugin-center/proxy/spring-cloud-plugin.md @@ -195,7 +195,7 @@ It should be noted that,if your business instance not use the client jar of `she ### 2.5.3 Rule Config -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * use `shenyu-client-springcloud` rule config diff --git a/versioned_docs/version-2.7.0/developer/spi/custom-rate-limiter.md b/versioned_docs/version-2.7.0/developer/spi/custom-rate-limiter.md index 4d2bebdbc6..39257182eb 100644 --- a/versioned_docs/version-2.7.0/developer/spi/custom-rate-limiter.md +++ b/versioned_docs/version-2.7.0/developer/spi/custom-rate-limiter.md @@ -6,7 +6,7 @@ description: Custom Rate Limiter ## Explanation -* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../deployment-custom). +* Before custom development, please customize and build the gateway environment first, please refer to: [custom deployment](../../deployment/deployment-custom.md). * This article describes how to customize the extension of `org.apache.shenyu.plugin.ratelimiter.algorithm.RateLimiterAlgorithm` . diff --git a/versioned_docs/version-2.7.0/plugin-center/proxy/dubbo-plugin.md b/versioned_docs/version-2.7.0/plugin-center/proxy/dubbo-plugin.md index 0789ee9690..a585c65b55 100644 --- a/versioned_docs/version-2.7.0/plugin-center/proxy/dubbo-plugin.md +++ b/versioned_docs/version-2.7.0/plugin-center/proxy/dubbo-plugin.md @@ -38,7 +38,7 @@ After the client accesses the `ShenYu` gateway, it will automatically register t <img src="/img/shenyu/plugin/dubbo/selector_en_new.png" width="80%" height="80%" /> -Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Selector Handler, the `handle` field, is an operation that can be processed by the gateway after matching the traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: @@ -75,7 +75,7 @@ It should be noted that,if your business instance not use the client jar of 'she <img src="/img/shenyu/plugin/dubbo/rule_en.png" width="80%" height="80%" /> -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * details: diff --git a/versioned_docs/version-2.7.0/plugin-center/proxy/spring-cloud-plugin.md b/versioned_docs/version-2.7.0/plugin-center/proxy/spring-cloud-plugin.md index 82412c203c..9500cb83e6 100644 --- a/versioned_docs/version-2.7.0/plugin-center/proxy/spring-cloud-plugin.md +++ b/versioned_docs/version-2.7.0/plugin-center/proxy/spring-cloud-plugin.md @@ -195,7 +195,7 @@ It should be noted that,if your business instance not use the client jar of `she ### 2.5.3 Rule Config -Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../plugin-handle-explanation) in Plugin Config. +Rule Handler, the `handle` field, can be performed by the gateway after the final matching of traffic. For more information, please refer to [Plugin handle management](../../user-guide/admin-usage/plugin-handle-explanation) in Plugin Config. * use `shenyu-client-springcloud` rule config