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 f1b620f6ba Update port-unification.md (#2088)
f1b620f6ba is described below

commit f1b620f6ba05c2ebb7c537422b392dcd046984a3
Author: mfordjody <[email protected]>
AuthorDate: Mon Feb 6 17:09:32 2023 +0800

    Update port-unification.md (#2088)
---
 .../advanced-features-and-usage/service/port-unification.md       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/port-unification.md
 
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/port-unification.md
index 17b7889494..eaf676193c 100644
--- 
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/port-unification.md
+++ 
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/port-unification.md
@@ -30,13 +30,13 @@ Dubbo协议支持,以及Qos协议支持。这些协议的识别都是由一个
 ## 使用方式
 在同一主机上部署多个服务或需要通过负载均衡器访问多个服务。
 
-## 参考用例
+> 参考用例
 
[https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-port-unification](https://github.com/apache/dubbo-samples/tree/master/3-extensions/protocol/dubbo-samples-port-unification)
 
 
-## 配置方式
 
-关于Dubbo支持的配置方式,可以参考[配置说明](https://dubbo.apache.org/zh/docs3-v2/java-sdk/reference-manual/config/)
+
+> 
关于Dubbo支持的配置方式,可以参考[配置说明](https://dubbo.apache.org/zh/docs3-v2/java-sdk/reference-manual/config/)
 
 ### 服务多协议导出
 
@@ -95,7 +95,7 @@ dubbo.protocol.port=20880
 
 默认情况下,基于端口复用的Qos服务在模块导入后是启动的。
 
-## 使用方式
+
 
 ### Qos使用
 

Reply via email to