You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/07/08 06:40:17 UTC

[dubbo-website] branch master updated: polish configuration docs (#1206)

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 541a2c8c84 polish configuration docs (#1206)
541a2c8c84 is described below

commit 541a2c8c84d04ef7240e914c59888abbd3cae835
Author: ken.lj <ke...@gmail.com>
AuthorDate: Fri Jul 8 14:40:12 2022 +0800

    polish configuration docs (#1206)
---
 .../java-sdk/reference-manual/config/annotation/_index.md               | 2 +-
 .../docs3-building/java-sdk/reference-manual/config/principle/_index.md | 2 +-
 .../zh/docs3-building/java-sdk/reference-manual/config/xml/_index.md    | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/content/zh/docs3-building/java-sdk/reference-manual/config/annotation/_index.md b/content/zh/docs3-building/java-sdk/reference-manual/config/annotation/_index.md
index 9d46aa6c0a..727188284f 100644
--- a/content/zh/docs3-building/java-sdk/reference-manual/config/annotation/_index.md
+++ b/content/zh/docs3-building/java-sdk/reference-manual/config/annotation/_index.md
@@ -3,7 +3,7 @@ type: docs
 title: "Annotation 配置"
 linkTitle: "Annotation 配置"
 weight: 3
-description: "以注解方式来配置你的 Dubbo 应用"
+description: "以 Annotation、Spring Boot 开发 Dubbo 应用"
 ---
 
 {{% alert title="提示" color="primary" %}}
diff --git a/content/zh/docs3-building/java-sdk/reference-manual/config/principle/_index.md b/content/zh/docs3-building/java-sdk/reference-manual/config/principle/_index.md
index 51f98d1c4d..5f7d464979 100644
--- a/content/zh/docs3-building/java-sdk/reference-manual/config/principle/_index.md
+++ b/content/zh/docs3-building/java-sdk/reference-manual/config/principle/_index.md
@@ -3,7 +3,7 @@ type: docs
 title: "配置工作原理"
 linkTitle: "配置工作原理"
 weight: 5
-description: "对 Dubbo 配置总体设计与工作原理进行了总体概述,包括配置组件、配置来源、配置方式及配置加载流程等。"
+description: "Dubbo 配置方式和工作原理的深度解读,包括配置格式、设计思路、来源、加载流程等。"
 ---
 
 以下是一个 Dubbo 属性配置的例子 [dubbo-spring-boot-samples](https://github.com/apache/dubbo-spring-boot-project/tree/master/dubbo-spring-boot-samples)
diff --git a/content/zh/docs3-building/java-sdk/reference-manual/config/xml/_index.md b/content/zh/docs3-building/java-sdk/reference-manual/config/xml/_index.md
index 4aedb39205..117d631def 100644
--- a/content/zh/docs3-building/java-sdk/reference-manual/config/xml/_index.md
+++ b/content/zh/docs3-building/java-sdk/reference-manual/config/xml/_index.md
@@ -3,6 +3,7 @@ type: docs
 title: "XML 配置"
 linkTitle: "XML 配置"
 weight: 4
+description: "以 Spring XML 开发 Dubbo 应用"
 ---
 
 Dubbo 有基于 Spring Schema 扩展的自定义配置组件,使用 XML 能达到的配置能力总体与 [配置参考手册](../properties) 对等。