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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fb4473e7bb Ignore shenyu path (#1428)
9fb4473e7bb is described below

commit 9fb4473e7bbdcbdce102e832be15950041fc612f
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Aug 27 15:26:06 2022 +0800

    Ignore shenyu path (#1428)
    
    * Ignore shenyu path
    
    * ignore all
---
 content/en/blog/news/how-to-proxy-dubbo-in-apache-shenyu.md  | 12 ++++++------
 .../blog/integration/how-to-proxy-dubbo-in-apache-shenyu.md  | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/content/en/blog/news/how-to-proxy-dubbo-in-apache-shenyu.md 
b/content/en/blog/news/how-to-proxy-dubbo-in-apache-shenyu.md
index 1d4cabe6f0c..e17e577108f 100644
--- a/content/en/blog/news/how-to-proxy-dubbo-in-apache-shenyu.md
+++ b/content/en/blog/news/how-to-proxy-dubbo-in-apache-shenyu.md
@@ -29,7 +29,7 @@ This section describes how to connect the `Dubbo` service to 
the `Shenyu` gatewa
 
 ### 2.1 Start shenyu-admin
 
-`shenyu-admin` is the `Apache ShenYu` backend management system, there are 
various ways to start it, this article is started by [local 
deployment](https://shenyu.apache.org/docs/deployment/deployment-local) way. 
After successful startup, you need to set the `dubbo` plugin to be on and set 
your registered address in the base configuration `->`Plugin Management', 
please make sure the registration center has been opened.
+`shenyu-admin` is the `Apache ShenYu` backend management system, there are 
various ways to start it, this article is started by `[local 
deployment](https://shenyu.apache.org/docs/deployment/deployment-local)` way. 
After successful startup, you need to set the `dubbo` plugin to be on and set 
your registered address in the base configuration `->`Plugin Management', 
please make sure the registration center has been opened.
 
 ![](/imgs/blog/shenyu-dubbo/dubbo-enable-en.png)
 
@@ -146,7 +146,7 @@ shenyu:
 
 In the configuration file, declare the registry address used by `dubbo`. The 
`dubbo` service registers with `shenyu-admin`, using the method `http`, and the 
registration address is `http://localhost:9095`.
 
-See [Application Client 
Access](https://shenyu.apache.org/docs/design/register-center-design/) for more 
information on the use of the registration method.
+See `[Application Client 
Access](https://shenyu.apache.org/docs/design/register-center-design/)` for 
more information on the use of the registration method.
 
 
 ### 2.4 Invoke the Dubbo service
@@ -169,7 +169,7 @@ Information on the rules for successful registration.
 >
 > Then you can use `Match`, `=`, `Regex`, `Groovy`, `Exclude` and other 
 > matching methods to match the data you expect. Multi-group match additions 
 > can use the `And/Or` matching strategy.
 >
-> See: [Selector and Rule 
Management](https://shenyu.apache.org/docs/user-guide/admin-usage/selector-and-rule)
 for details and usage.
+> See: `[Selector and Rule 
Management](https://shenyu.apache.org/docs/user-guide/admin-usage/selector-and-rule)`
 for details and usage.
 
 
 Initiate a `GET` request to invoke the `dubbo` service through the `ShenYu` 
gateway.
@@ -206,7 +206,7 @@ Application client access refers to accessing microservices 
to the `Apache ShenY
 
 Accessing application clients to the `Apache ShenYu` gateway is achieved 
through the registry, which involves client-side registration and server-side 
synchronization of data. The registry supports `Http`, `Zookeeper`, `Etcd`, 
`Consul` and `Nacos`. The default is to register by `Http`.
 
-Please refer to [Client Access 
Configuration](https://shenyu.apache.org/docs/user-guide/register-center-access)
 for client access related configuration.
+Please refer to `[Client Access 
Configuration](https://shenyu.apache.org/docs/user-guide/register-center-access)`
 for client access related configuration.
 
 #### 3.1.1 Client-side Registration
 
@@ -229,7 +229,7 @@ The `Disruptor` plays a role in decoupling data and 
operation, which is good for
 
 Data synchronization refers to the policy used to synchronize data to the 
`Apache ShenYu` gateway after the `shenyu-admin` backend has manipulated the 
data. The `Apache ShenYu` gateway currently supports `ZooKeeper`, `WebSocket`, 
`Http long polling`, `Nacos`, `Etcd` and `Consul` for data synchronization. The 
default is to synchronize data via `WebSocket`.
 
-Please refer to [Data Synchronization 
Configuration](https://shenyu.apache.org/docs/user-guide/use-data-sync) for the 
configuration of data synchronization.
+Please refer to `[Data Synchronization 
Configuration](https://shenyu.apache.org/docs/user-guide/use-data-sync)` for 
the configuration of data synchronization.
 
 #### 3.2.1 The Significance of Data Synchronization
 
@@ -269,7 +269,7 @@ Use the annotation `@ShenyuDubboClient` to mark `dubbo` 
services that need to be
 
 Annotation scanning is done via the `ApacheDubboServiceBeanListener`, which 
implements the `ApplicationListener<ContextRefreshedEvent>` interface and 
starts executing the event handler method when a context refresh event occurs 
during the `Spring` container startup `onApplicationEvent()`. In the rewritten 
method logic, the `Dubbo` service `ServiceBean` is read, the metadata object 
and the `URI` object are constructed and registered with `shenyu-admin`.
 
-The specific registration logic is implemented by the registry, please refer 
to [Client Access 
Principles](https://shenyu.apache.org/docs/design/register-center-design/) .
+The specific registration logic is implemented by the registry, please refer 
to `[Client Access 
Principles](https://shenyu.apache.org/docs/design/register-center-design/)` .
 
 - Processing registration information
 
diff --git a/content/zh/blog/integration/how-to-proxy-dubbo-in-apache-shenyu.md 
b/content/zh/blog/integration/how-to-proxy-dubbo-in-apache-shenyu.md
index 427e9098381..8844815cb7c 100644
--- a/content/zh/blog/integration/how-to-proxy-dubbo-in-apache-shenyu.md
+++ b/content/zh/blog/integration/how-to-proxy-dubbo-in-apache-shenyu.md
@@ -33,7 +33,7 @@ description: >
 
 ### 2.1 启动shenyu-admin
 
-`shenyu-admin`是`Apache ShenYu`后台管理系统, 启动的方式有多种,本文通过 
[本地部署](https://shenyu.apache.org/zh/docs/deployment/deployment-local) 
的方式启动。启动成功后,需要在基础配置`->`插件管理中,把`dubbo` 插件设置为开启,并设置你的注册地址,请确保注册中心已经开启。
+`shenyu-admin`是`Apache ShenYu`后台管理系统, 启动的方式有多种,本文通过 
`[本地部署](https://shenyu.apache.org/zh/docs/deployment/deployment-local)` 
的方式启动。启动成功后,需要在基础配置`->`插件管理中,把`dubbo` 插件设置为开启,并设置你的注册地址,请确保注册中心已经开启。
 
 ![](/imgs/blog/shenyu-dubbo/dubbo-enable-zh.png)
 
@@ -151,7 +151,7 @@ shenyu:
 
 
在配置文件中,声明`dubbo`使用的注册中心地址,`dubbo`服务向`shenyu-admin`注册,使用的方式是`http`,注册地址是`http://localhost:9095`。
 
-关于注册方式的使用,请参考 
[应用客户端接入](https://shenyu.apache.org/docs/design/register-center-design/) 。
+关于注册方式的使用,请参考 
`[应用客户端接入](https://shenyu.apache.org/docs/design/register-center-design/)` 。
 
 
 ### 2.4 调用dubbo服务
@@ -176,7 +176,7 @@ shenyu:
 >
 > 然后可以采用 
 > `Match`,`=`,`Regex`,`Groovy`,`Exclude`等匹配方式,匹配出你所预想的数据。多组匹配添加可以使用`And/Or`的匹配策略。
 >
-> 具体的介绍与使用请看: 
[选择器与规则管理](https://shenyu.apache.org/zh/docs/user-guide/admin-usage/selector-and-rule)
 。
+> 具体的介绍与使用请看: 
`[选择器与规则管理](https://shenyu.apache.org/zh/docs/user-guide/admin-usage/selector-and-rule)`
 。
 
 
 发起`GET`请求,通过`ShenYu`网关调用`dubbo`服务:
@@ -215,7 +215,7 @@ Accept: application/json
 
 将应用客户端接入到`Apache 
ShenYu`网关是通过注册中心来实现的,涉及到客户端注册和服务端同步数据。注册中心支持`Http`、`Zookeeper`、`Etcd`、`Consul`和`Nacos`。默认是通过`Http`方式注册。
 
-客户端接入的相关配置请参考 
[客户端接入配置](https://shenyu.apache.org/zh/docs/user-guide/register-center-access) 。
+客户端接入的相关配置请参考 
`[客户端接入配置](https://shenyu.apache.org/zh/docs/user-guide/register-center-access)`
 。
 
 #### 3.1.1 客户端注册
 
@@ -238,7 +238,7 @@ Accept: application/json
 
 数据同步是指在 `shenyu-admin` 后台操作数据以后,使用何种策略将数据同步到 `Apache ShenYu` 网关。`Apache 
ShenYu` 网关当前支持`ZooKeeper`、`WebSocket`、`Http长轮询`、`Nacos` 、`Etcd` 和 `Consul` 
进行数据同步。默认是通过`WebSocket`进行数据同步。
 
-数据同步的相关配置请参考 
[数据同步配置](https://shenyu.apache.org/zh/docs/user-guide/use-data-sync) 。
+数据同步的相关配置请参考 
`[数据同步配置](https://shenyu.apache.org/zh/docs/user-guide/use-data-sync)` 。
 
 #### 3.2.1 数据同步的意义
 
@@ -278,7 +278,7 @@ Accept: application/json
 
 
注解扫描通过`ApacheDubboServiceBeanListener`完成,它实现了`ApplicationListener<ContextRefreshedEvent>`接口,在`Spring`容器启动过程中,发生上下文刷新事件时,开始执行事件处理方法`onApplicationEvent()`。在重写的方法逻辑中,读取`Dubbo`服务`ServiceBean`,构建元数据对象和`URI`对象,并向`shenyu-admin`注册。
 
-具体的注册逻辑由注册中心实现,请参考 
[客户端接入原理](https://shenyu.apache.org/zh/docs/design/register-center-design/) 。
+具体的注册逻辑由注册中心实现,请参考 
`[客户端接入原理](https://shenyu.apache.org/zh/docs/design/register-center-design/)` 。
 
 
 - 处理注册信息

Reply via email to