This is an automated email from the ASF dual-hosted git repository. liuhongyu 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 ac0bce3cb1 [type:fix] fix "Quick start with xxx" link 404 under Proxy page (#1034) ac0bce3cb1 is described below commit ac0bce3cb16f282965e21ad1094906dd48ce42bd Author: VampireAchao <ac...@apache.org> AuthorDate: Mon Aug 26 20:15:19 2024 +0800 [type:fix] fix "Quick start with xxx" link 404 under Proxy page (#1034) --- .../version-2.6.1/user-guide/proxy/grpc-proxy.md | 2 +- .../version-2.6.1/user-guide/proxy/motan-proxy.md | 2 +- .../version-2.6.1/user-guide/proxy/sofa-rpc-proxy.md | 2 +- .../version-2.6.1/user-guide/proxy/tars-proxy.md | 2 +- .../version-2.6.1/user-guide/proxy/websocket-proxy.md | 2 +- versioned_docs/version-2.6.1/user-guide/proxy/grpc-proxy.md | 2 +- versioned_docs/version-2.6.1/user-guide/proxy/motan-proxy.md | 2 +- versioned_docs/version-2.6.1/user-guide/proxy/sofa-rpc-proxy.md | 2 +- versioned_docs/version-2.6.1/user-guide/proxy/tars-proxy.md | 2 +- versioned_docs/version-2.6.1/user-guide/proxy/websocket-proxy.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/grpc-proxy.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/grpc-proxy.md index defb448593..e86c7b890f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/grpc-proxy.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/grpc-proxy.md @@ -5,7 +5,7 @@ description: gRPC服务接入 此篇文章是介绍 `gRPC` 服务接入到 `Apache ShenYu` 网关,`Apache ShenYu` 网关使用 `grpc` 插件来接入`gRPC`服务。 -接入前,请正确启动 `shenyu-admin`,并开启`grpc`插件,在网关端和`grpc`服务端引入相关依赖。可以参考前面的 [gRPC快速开始](../quick-start/quick-start-grpc)。 +接入前,请正确启动 `shenyu-admin`,并开启`grpc`插件,在网关端和`grpc`服务端引入相关依赖。可以参考前面的 [gRPC快速开始](../../quick-start/quick-start-grpc)。 应用客户端接入的相关配置请参考:[客户端接入配置](../property-config/register-center-access.md)。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/motan-proxy.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/motan-proxy.md index b7545bc990..d9c72a22c4 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/motan-proxy.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/motan-proxy.md @@ -5,7 +5,7 @@ description: Motan服务接入 此篇文介绍如何将 `Motan` 服务接入到 `Apache ShenYu` 网关,`Apache ShenYu` 网关使用 `motan` 插件来接入`Motan`服务。 -接入前,请正确启动 `shenyu-admin`,并开启`motan`插件,在网关端和`motan`服务端引入相关依赖。可以参考前面的 [Motan快速开始](../quick-start/quick-start-motan) 。 +接入前,请正确启动 `shenyu-admin`,并开启`motan`插件,在网关端和`motan`服务端引入相关依赖。可以参考前面的 [Motan快速开始](../../quick-start/quick-start-motan) 。 应用客户端接入的相关配置请参考:[客户端接入配置](../property-config/register-center-access.md)。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/sofa-rpc-proxy.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/sofa-rpc-proxy.md index 95f02bcc51..76f6f9604b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/sofa-rpc-proxy.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/sofa-rpc-proxy.md @@ -6,7 +6,7 @@ description: sofa 接入 Apache ShenYu 网关 此篇文章是介绍 `sofa` 服务接入到 `Apache ShenYu` 网关,`Apache ShenYu` 网关使用 `sofa` 插件来接入`sofa`服务。 -接入前,请正确启动 `shenyu-admin`,并开启`sofa`插件,在网关端和`sofa`服务端引入相关依赖。可以参考前面的 [Sofa快速开始](../quick-start/quick-start-sofa)。 +接入前,请正确启动 `shenyu-admin`,并开启`sofa`插件,在网关端和`sofa`服务端引入相关依赖。可以参考前面的 [Sofa快速开始](../../quick-start/quick-start-sofa)。 关于插件使用可请参考:[Sofa插件](../../plugin-center/proxy/sofa-plugin.md) diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/tars-proxy.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/tars-proxy.md index 6a8a1bcd77..4701be139e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/tars-proxy.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/tars-proxy.md @@ -5,7 +5,7 @@ description: Tars服务接入 此篇文介绍如何将 `Tars` 服务接入到 `Apache ShenYu` 网关,`Apache ShenYu` 网关使用 `tars` 插件来接入`Tars`服务。 -接入前,请正确启动 `shenyu-admin`,并开启`tars`插件,在网关端和`tars`服务端引入相关依赖。可以参考前面的 [Tars快速开始](../quick-start/quick-start-tars) 。 +接入前,请正确启动 `shenyu-admin`,并开启`tars`插件,在网关端和`tars`服务端引入相关依赖。可以参考前面的 [Tars快速开始](../../quick-start/quick-start-tars) 。 应用客户端接入的相关配置请参考:[客户端接入配置](../property-config/register-center-access.md)。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/websocket-proxy.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/websocket-proxy.md index b0a547996a..214aba7690 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/websocket-proxy.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/user-guide/proxy/websocket-proxy.md @@ -4,7 +4,7 @@ description: Websocket服务接入 --- 此篇文介绍如何将 `Websocket` 服务接入到 `Apache ShenYu` 网关,`Apache ShenYu` 网关使用 `Websocket` 插件来接入 `Websocket`服务。 -接入前,请正确启动 `shenyu-admin`,并开启 `Websocket`插件,在网关端和 `Websocket`服务端引入相关依赖。可以参考前面的 [Websocket快速开始](../quick-start/quick-start-websocket) 。 +接入前,请正确启动 `shenyu-admin`,并开启 `Websocket`插件,在网关端和 `Websocket`服务端引入相关依赖。可以参考前面的 [Websocket快速开始](../../quick-start/quick-start-websocket) 。 应用客户端接入的相关配置请参考:[客户端接入配置](../property-config/register-center-access.md)。 diff --git a/versioned_docs/version-2.6.1/user-guide/proxy/grpc-proxy.md b/versioned_docs/version-2.6.1/user-guide/proxy/grpc-proxy.md index 6a05c604c1..d502bd2e45 100644 --- a/versioned_docs/version-2.6.1/user-guide/proxy/grpc-proxy.md +++ b/versioned_docs/version-2.6.1/user-guide/proxy/grpc-proxy.md @@ -6,7 +6,7 @@ description: gRPC access shenyu gateway This document is intended to help the `gRPC` service access the `Apache ShenYu` gateway. The `Apache ShenYu` gateway uses the `gRPC` plugin to handle `gRPC` service. -Before the connection, start `shenyu-admin` correctly, start `gRPC` plugin, and add related dependencies on the gateway and `gRPC` application client. Refer to the previous [Quick start with gRPC](../quick-start/quick-start-grpc) . +Before the connection, start `shenyu-admin` correctly, start `gRPC` plugin, and add related dependencies on the gateway and `gRPC` application client. Refer to the previous [Quick start with gRPC](../../quick-start/quick-start-grpc) . For details about client access configuration, see [Application Client Access Config](../property-config/register-center-access.md) . diff --git a/versioned_docs/version-2.6.1/user-guide/proxy/motan-proxy.md b/versioned_docs/version-2.6.1/user-guide/proxy/motan-proxy.md index d1bf0cadd5..ba61bbf565 100644 --- a/versioned_docs/version-2.6.1/user-guide/proxy/motan-proxy.md +++ b/versioned_docs/version-2.6.1/user-guide/proxy/motan-proxy.md @@ -5,7 +5,7 @@ description: Motan Proxy This document is intended to help the `Motan` service access the `Apache ShenYu` gateway. The `Apache ShenYu` gateway uses the `Motan` plugin to handle `motan` service. -Before the connection, start `shenyu-admin` correctly, start `Motan` plugin, and add related dependencies on the gateway and `Motan` application client. Refer to the previous [Quick start with Motan](../quick-start/quick-start-motan) . +Before the connection, start `shenyu-admin` correctly, start `Motan` plugin, and add related dependencies on the gateway and `Motan` application client. Refer to the previous [Quick start with Motan](../../quick-start/quick-start-motan) . For details about client access configuration, see [Application Client Access Config](../property-config/register-center-access.md) . diff --git a/versioned_docs/version-2.6.1/user-guide/proxy/sofa-rpc-proxy.md b/versioned_docs/version-2.6.1/user-guide/proxy/sofa-rpc-proxy.md index e9494c921c..647d30be8d 100644 --- a/versioned_docs/version-2.6.1/user-guide/proxy/sofa-rpc-proxy.md +++ b/versioned_docs/version-2.6.1/user-guide/proxy/sofa-rpc-proxy.md @@ -6,7 +6,7 @@ description: sofa access shenyu gateway This document is intended to help the `Sofa` service access the `Apache ShenYu` gateway. The `Apache ShenYu` gateway uses the `Sofa` plugin to handle `sofa` service. -Before the connection, start `shenyu-admin` correctly, start `Sofa` plugin, and add related dependencies on the gateway and `Sofa` application client. Refer to the previous [Quick start with Sofa](../quick-start/quick-start-sofa) . +Before the connection, start `shenyu-admin` correctly, start `Sofa` plugin, and add related dependencies on the gateway and `Sofa` application client. Refer to the previous [Quick start with Sofa](../../quick-start/quick-start-sofa) . For the use of the plugin, see:[Sofa Plugin](../../plugin-center/proxy/sofa-plugin.md) diff --git a/versioned_docs/version-2.6.1/user-guide/proxy/tars-proxy.md b/versioned_docs/version-2.6.1/user-guide/proxy/tars-proxy.md index 8f1fec4853..a229711bbf 100644 --- a/versioned_docs/version-2.6.1/user-guide/proxy/tars-proxy.md +++ b/versioned_docs/version-2.6.1/user-guide/proxy/tars-proxy.md @@ -5,7 +5,7 @@ description: Tars Proxy This document is intended to help the `Tars` service access the `Apache ShenYu` gateway. The `Apache ShenYu` gateway uses the `tars` plugin to handle `tars` service. -Before the connection, start `shenyu-admin` correctly, start `tars` plugin, and add related dependencies on the gateway and `tars` application client. Refer to the previous [Quick start with Tars](../quick-start/quick-start-tars) . +Before the connection, start `shenyu-admin` correctly, start `tars` plugin, and add related dependencies on the gateway and `tars` application client. Refer to the previous [Quick start with Tars](../../quick-start/quick-start-tars) . For details about client access configuration, see [Application Client Access Config](../property-config/register-center-access.md) . diff --git a/versioned_docs/version-2.6.1/user-guide/proxy/websocket-proxy.md b/versioned_docs/version-2.6.1/user-guide/proxy/websocket-proxy.md index b91592c755..49723c6eff 100644 --- a/versioned_docs/version-2.6.1/user-guide/proxy/websocket-proxy.md +++ b/versioned_docs/version-2.6.1/user-guide/proxy/websocket-proxy.md @@ -5,7 +5,7 @@ description: Websocket Proxy This document is intended to help the `Websocket` service access the `Apache ShenYu` gateway. The `Apache ShenYu` gateway uses the `Websocket` plugin to handle `Websocket` service. -Before the connection, start `shenyu-admin` correctly, start `Websocket` plugin, and add related dependencies on the gateway and `Websocket` application client. Refer to the previous [Quick start with Websocket](../quick-start/quick-start-websocket) . +Before the connection, start `shenyu-admin` correctly, start `Websocket` plugin, and add related dependencies on the gateway and `Websocket` application client. Refer to the previous [Quick start with Websocket](../../quick-start/quick-start-websocket) . For details about client access configuration, see [Application Client Access Config](../property-config/register-center-access.md) .