This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 1ff8cfc polish 2.7.0 docs
1ff8cfc is described below
commit 1ff8cfc76e6ff16576412a91b372643900da984c
Author: ken.lj <[email protected]>
AuthorDate: Tue Jan 29 11:54:03 2019 +0800
polish 2.7.0 docs
---
blog/zh-cn/download.md | 2 +-
docs/zh-cn/user/SUMMARY.md | 4 +++-
docs/zh-cn/user/configuration/index.md | 1 +
docs/zh-cn/user/version-upgrading.md | 5 -----
docs/zh-cn/user/versions/index.md | 3 +++
.../zh-cn/user/versions/version-270.md | 16 ++++++++--------
6 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/blog/zh-cn/download.md b/blog/zh-cn/download.md
index c6d493f..7a7a60f 100644
--- a/blog/zh-cn/download.md
+++ b/blog/zh-cn/download.md
@@ -2,7 +2,7 @@
## 版本与升级
-请点击了解各[版本详情和升级注意事项](../../docs/zh-cn/user/version-upgrading.md)
+请点击了解各[版本详情和升级注意事项](http://dubbo.apache.org/zh-cn/docs/user/versions/index.html)
### 2.6.5 (2018-11-23)
diff --git a/docs/zh-cn/user/SUMMARY.md b/docs/zh-cn/user/SUMMARY.md
index 994bd2b..1b28028 100644
--- a/docs/zh-cn/user/SUMMARY.md
+++ b/docs/zh-cn/user/SUMMARY.md
@@ -97,6 +97,8 @@
* [16 容量规划](./capacity-plan.md)
* [17 性能测试报告](./perf-test.md)
* [18 测试覆盖率报告](./coveragence.md)
-* [19 版本与升级](./version-upgrading.md)
+* [19 版本与升级](./versions/index.md)
+ * [19.1 2.7.x升级步骤及注意事项](./version-270.md)
+
diff --git a/docs/zh-cn/user/configuration/index.md
b/docs/zh-cn/user/configuration/index.md
new file mode 100644
index 0000000..fa1492d
--- /dev/null
+++ b/docs/zh-cn/user/configuration/index.md
@@ -0,0 +1 @@
+# 配置
diff --git a/docs/zh-cn/user/version-upgrading.md
b/docs/zh-cn/user/version-upgrading.md
deleted file mode 100644
index 595f11d..0000000
--- a/docs/zh-cn/user/version-upgrading.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# 版本与升级
-
-## 2.7.0
-* [2.6.x及低版本升级指南](/blog/zh-cn/Guides-for-upgrading-to-27x.md)
-* [Release Notes](https://github.com/apache/incubator-dubbo/releases)
diff --git a/docs/zh-cn/user/versions/index.md
b/docs/zh-cn/user/versions/index.md
new file mode 100644
index 0000000..e6ed034
--- /dev/null
+++ b/docs/zh-cn/user/versions/index.md
@@ -0,0 +1,3 @@
+# 版本与升级
+
+[2.7.x升级步骤及注意事项](./version-270.md)
\ No newline at end of file
diff --git a/blog/zh-cn/Guides-for-upgrading-to-27x.md
b/docs/zh-cn/user/versions/version-270.md
similarity index 97%
rename from blog/zh-cn/Guides-for-upgrading-to-27x.md
rename to docs/zh-cn/user/versions/version-270.md
index 9578e4b..2e8f130 100644
--- a/blog/zh-cn/Guides-for-upgrading-to-27x.md
+++ b/docs/zh-cn/user/versions/version-270.md
@@ -55,12 +55,12 @@
#### 简化的URL
-```xml
+ ```xml
<!-- simplified="true"表示注册简化版的URL到Registry -->
<dubbo:registry address="zookeeper://127.0.0.1:2181" simplified="true"/>
```
-```properties
+ ```properties
dubbo.registry.simplified=true
```
@@ -72,11 +72,11 @@ dubbo.registry.simplified=true
#### 配置元数据中心
-```xml
+ ```xml
<dubbo:metadata-report address="redis://127.0.0.1:6379"/>
```
-```properties
+ ```properties
dubbo.metadataReport.address=redis://127.0.0.1:6379
```
@@ -139,7 +139,7 @@ dubbo.protocol.port=20880
- 条件路由
- ```yaml
+ ```yaml
---
scope: application
force: true
@@ -156,7 +156,7 @@ dubbo.protocol.port=20880
- 标签路由
- ```yaml
+ ```yaml
---
force: false
runtime: true
@@ -214,11 +214,11 @@ dubbo.protocol.port=20880
1. Maven坐标
- **groupId 由 `com.alibaba` 改为 `org.apache.dubbo`**
+**groupId 由 `com.alibaba` 改为 `org.apache.dubbo`**
2. package
- **package 由 `com.alibaba.dubbo` 改为 `org.apache.dubbo`**
+**package 由 `com.alibaba.dubbo` 改为 `org.apache.dubbo`**