You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ma...@apache.org on 2019/10/25 08:53:50 UTC

[servicecomb-website] branch master updated: mv users dir to docs

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fb7aa5c  mv users dir to docs
     new 6f220a6  Merge pull request #206 from ChinX/master
fb7aa5c is described below

commit fb7aa5cb39502178b54caf590a4078521976fb96
Author: chinx <c5...@126.com>
AuthorDate: Fri Oct 25 16:29:03 2019 +0800

    mv users dir to docs
---
 _data/navigation.yml                               | 25 +++++++++++++---------
 _data/ui-text.yml                                  |  4 ++--
 _docs/cn/quick-start.md                            |  2 +-
 _docs/mersher-quick-start.md                       |  2 +-
 _docs/quick-start.md                               |  2 +-
 _users/application-boot-process.md                 |  2 +-
 _users/cn/application-boot-process.md              |  2 +-
 _users/cn/communicate-protocol.md                  |  2 +-
 _users/cn/customized-tracing.md                    |  2 +-
 _users/cn/define-service-contract.md               |  2 +-
 _users/cn/deploy-mode.md                           |  2 +-
 _users/cn/deployment.md                            |  2 +-
 _users/cn/develop-with-jax-rs.md                   |  2 +-
 _users/cn/develop-with-rest-template.md            |  2 +-
 _users/cn/develop-with-rpc.md                      |  2 +-
 _users/cn/develop-with-springboot-starter.md       |  2 +-
 _users/cn/develop-with-springmvc.md                |  2 +-
 _users/cn/develop-with-transparent-rpc.md          |  2 +-
 _users/cn/distributed-tracing.md                   |  2 +-
 _users/cn/dynamic-config.md                        |  2 +-
 _users/cn/edge-in-1.0.0-m1.md                      |  2 +-
 _users/cn/healthcheck.md                           |  2 +-
 _users/cn/invoke-control.md                        |  2 +-
 _users/cn/local-develop-test.md                    |  2 +-
 ...nage_springcloud_application_using_sc_and_gs.md |  2 +-
 _users/cn/metrics-in-0.5.0.md                      |  2 +-
 _users/cn/metrics-in-1.0.0-m1.md                   |  2 +-
 ...rics-integration-with-prometheus-in-1.0.0-m1.md |  2 +-
 ...-write-file-extension-and-sample-in-1.0.0-m1.md |  2 +-
 _users/cn/nginx.md                                 |  2 +-
 _users/cn/service-configurations.md                |  2 +-
 _users/cn/service-definition.md                    |  2 +-
 _users/cn/service-heartbeat.md                     |  2 +-
 _users/cn/service-interface-constraints.md         |  2 +-
 _users/cn/servicecomb-introduction.md              |  2 +-
 _users/cn/setup-environment.md                     |  2 +-
 _users/cn/use-service-contract.md                  |  2 +-
 _users/cn/use-tls.md                               |  2 +-
 _users/cn/zuul.md                                  |  2 +-
 _users/communicate-protocol.md                     |  2 +-
 _users/customized-tracing.md                       |  2 +-
 _users/define-service-contract.md                  |  2 +-
 _users/deployment.md                               |  2 +-
 _users/develop-with-jax-rs.md                      |  2 +-
 _users/develop-with-rest-template.md               |  2 +-
 _users/develop-with-rpc.md                         |  2 +-
 _users/develop-with-springboot-starter.md          |  2 +-
 _users/develop-with-springmvc.md                   |  2 +-
 _users/develop-with-transparent-rpc.md             |  2 +-
 _users/distributed-tracing.md                      |  2 +-
 _users/dynamic-config.md                           |  2 +-
 _users/edge-in-1.0.0-m1.md                         |  2 +-
 _users/faq.md                                      |  2 +-
 _users/healthcheck.md                              |  2 +-
 _users/huawei-cloud-faq.md                         |  2 +-
 _users/invoke-control.md                           |  2 +-
 _users/local-develop-test.md                       |  2 +-
 ...nage_springcloud_application_using_sc_and_gs.md |  2 +-
 _users/metrics-in-1.0.0-m1.md                      |  2 +-
 ...rics-integration-with-prometheus-in-1.0.0-m1.md |  2 +-
 _users/nginx.md                                    |  2 +-
 _users/service-configurations.md                   |  2 +-
 _users/service-definition.md                       |  2 +-
 _users/service-heartbeat.md                        |  2 +-
 _users/service-interface-constraints.md            |  2 +-
 _users/servicecomb-introduction.md                 |  2 +-
 _users/setup-environment.md                        |  2 +-
 _users/use-service-contract.md                     |  2 +-
 _users/use-tls.md                                  |  2 +-
 _users/zuul.md                                     |  2 +-
 70 files changed, 85 insertions(+), 80 deletions(-)

diff --git a/_data/navigation.yml b/_data/navigation.yml
index d2d0fd0..e8e311d 100755
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -9,14 +9,14 @@ t:
         url: /developers/
         group: "projects"
       - title: "Documentation"
-        url: /users/
+        url: /docs/users/
         group: "users"
         children:
-          - title: "Quick Start"
+          - title: "Get started"
             url: /docs/quick-start/
             group: "users"
           - title: "Docs"
-            url: /users/
+            url: /docs/users/
             group: "users"
           - title: "Video"
             url: /slides/
@@ -38,7 +38,7 @@ t:
       - title: "Development of microservices application based on java microservice SDK"
         url: /docs/quick-start/
         children:
-          - title: "Quick Start"
+          - title: "Get started"
             url: /docs/quick-start/
           - title: "Develop microservice application in minutes"
             url: /docs/quick-start-bmi/
@@ -55,7 +55,7 @@ t:
       - title: "Use mersher to merge into the servicecomb microservice system"
         url: /docs/mersher-quick-start/
         children:
-          - title: "Quick Start"
+          - title: "Get started"
             url: /docs/mersher-quick-start/
           - title: "Mersher Advance"
             url: /docs/mersher-quick-start-advance/
@@ -87,6 +87,11 @@ t:
         children:
           - title: 0.1.0
             url: /docs/kie/0.1.0/index.html
+
+      - title: Mesher User Guide
+        children:
+          - title: 1.6.3
+            url: /docs/mesher/1.6.3/index.html
     developers:
       - title: "Projects"
         url: /developers/
@@ -166,14 +171,14 @@ t:
         url: /cn/developers/
         group: "projects"
       - title: "文档"
-        url: /cn/users/
+        url: /cn/docs/users/
         group: "users"
         children:
-        - title: "快速入门"
+        - title: "入门指南"
           url: /cn/docs/quick-start/
           group: "users"
         - title: "用户手册"
-          url: /cn/users/
+          url: /cn/docs/users/
           group: "users"
         - title: "大咖视频"
           url: /cn/slides/
@@ -195,7 +200,7 @@ t:
       - title: "基于java微服务SDK开发微服务应用"
         url: /cn/docs/quick-start/
         children:
-          - title: "快速入门"
+          - title: "入门指南"
             url: /cn/docs/quick-start/
           - title: "体质指数微服务应用快速开发"
             url: /cn/docs/quick-start-bmi/
@@ -212,7 +217,7 @@ t:
       - title: "使用mersher接入servicecomb微服务体系"
         url: /cn/docs/mersher-quick-start/
         children:
-          - title: "快速入门"
+          - title: "入门指南"
             url: /cn/docs/mersher-quick-start/
           - title: "mersher进阶"
             url: /cn/docs/mersher-quick-start-advance/
diff --git a/_data/ui-text.yml b/_data/ui-text.yml
index 2c4d915..828765f 100644
--- a/_data/ui-text.yml
+++ b/_data/ui-text.yml
@@ -4,7 +4,7 @@
 # -----------------
 en: &DEFAULT_EN
   resources		     : "Resources"
-  quick_start		     : "Quick Start"
+  quick_start		     : "Get started"
   user_guide		     : "User Guide"
   blogs                      : "Blogs"
   faqs                       : "FAQ"
@@ -371,7 +371,7 @@ zh: &DEFAULT_ZH
   comment_error_msg          : "很抱歉,您的提交存在错误。请确保所有必填字段都已填写正确,然后再试一次。"
   loading_label              : "正在加载..."
   resources		     : "资源"
-  quick_start		     : "快速入门"
+  quick_start		     : "入门指南"
   user_guide		     : "用户指南"
   blogs                      : "博客"
   faqs                       : "常见问题"
diff --git a/_docs/cn/quick-start.md b/_docs/cn/quick-start.md
index 10c647b..f0e515b 100755
--- a/_docs/cn/quick-start.md
+++ b/_docs/cn/quick-start.md
@@ -1,5 +1,5 @@
 ---
-title: "快速入门"
+title: "入门指南"
 lang: cn
 ref: quick-start
 permalink: /cn/docs/quick-start/
diff --git a/_docs/mersher-quick-start.md b/_docs/mersher-quick-start.md
index 74e65b5..6243ea8 100644
--- a/_docs/mersher-quick-start.md
+++ b/_docs/mersher-quick-start.md
@@ -1,5 +1,5 @@
 ---
-title: Mersher Quick Start
+title: Mersher Get started
 lang: en
 ref: mersher-quick-start
 permalink: /docs/mersher-quick-start/
diff --git a/_docs/quick-start.md b/_docs/quick-start.md
index 82bce85..287aa9e 100755
--- a/_docs/quick-start.md
+++ b/_docs/quick-start.md
@@ -1,5 +1,5 @@
 ---
-title: "Quick Start"
+title: "Get started"
 lang: en
 ref: quick-start
 permalink: /docs/quick-start/
diff --git a/_users/application-boot-process.md b/_users/application-boot-process.md
index 2f7b340..05a21ac 100644
--- a/_users/application-boot-process.md
+++ b/_users/application-boot-process.md
@@ -2,7 +2,7 @@
 title: "Application Boot-up Process"
 lang: en
 ref: application-boot-process
-permalink: /users/application-boot-process/
+permalink: /docs/users/application-boot-process/
 excerpt: "Application Boot-up Process"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/application-boot-process.md b/_users/cn/application-boot-process.md
index 3f8dbff..ff92817 100644
--- a/_users/cn/application-boot-process.md
+++ b/_users/cn/application-boot-process.md
@@ -2,7 +2,7 @@
 title: "程序启动逻辑"
 lang: cn
 ref: application-boot-process
-permalink: /cn/users/application-boot-process/
+permalink: /cn/docs/users/application-boot-process/
 excerpt: "程序启动逻辑"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/communicate-protocol.md b/_users/cn/communicate-protocol.md
index 7014dd5..c670855 100644
--- a/_users/cn/communicate-protocol.md
+++ b/_users/cn/communicate-protocol.md
@@ -2,7 +2,7 @@
 title: "通信协议"
 lang: cn
 ref: communicate-protocol
-permalink: /cn/users/communicate-protocol/
+permalink: /cn/docs/users/communicate-protocol/
 excerpt: "通信协议"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/customized-tracing.md b/_users/cn/customized-tracing.md
index 0638774..eae1f8d 100644
--- a/_users/cn/customized-tracing.md
+++ b/_users/cn/customized-tracing.md
@@ -2,7 +2,7 @@
 title: "自定义调用链打点"
 lang: cn
 ref: customized-tracing
-permalink: /cn/users/customized-tracing/
+permalink: /cn/docs/users/customized-tracing/
 excerpt: "自定义调用链打点"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/define-service-contract.md b/_users/cn/define-service-contract.md
index 29d1a00..d94aab7 100644
--- a/_users/cn/define-service-contract.md
+++ b/_users/cn/define-service-contract.md
@@ -2,7 +2,7 @@
 title: "服务契约"
 lang: cn
 ref: service-contract
-permalink: /cn/users/service-contract/
+permalink: /cn/docs/users/service-contract/
 excerpt: "服务契约"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/deploy-mode.md b/_users/cn/deploy-mode.md
index 3b6c2a5..f72af6b 100755
--- a/_users/cn/deploy-mode.md
+++ b/_users/cn/deploy-mode.md
@@ -2,7 +2,7 @@
 title: "部署模式"
 lang: cn
 ref: deploy-mode
-permalink: /cn/users/deploy-mode/
+permalink: /cn/docs/users/deploy-mode/
 excerpt: "部署模式"
 last_modified_at: 2018-05-25T10:01:43-04:00
 ---
diff --git a/_users/cn/deployment.md b/_users/cn/deployment.md
index 93c37d6..599b3a0 100644
--- a/_users/cn/deployment.md
+++ b/_users/cn/deployment.md
@@ -2,7 +2,7 @@
 title: "运行模式"
 lang: cn
 ref: run-mode
-permalink: /cn/users/run-mode/
+permalink: /cn/docs/users/run-mode/
 excerpt: "运行模式"
 last_modified_at: 2017-06-06T10:01:43-04:00
 redirect_from:
diff --git a/_users/cn/develop-with-jax-rs.md b/_users/cn/develop-with-jax-rs.md
index 7e92674..26835b0 100755
--- a/_users/cn/develop-with-jax-rs.md
+++ b/_users/cn/develop-with-jax-rs.md
@@ -2,7 +2,7 @@
 title: "用JAX-RS开发微服务"
 lang: cn
 ref: develop-with-jax-rs
-permalink: /cn/users/develop-with-jax-rs/
+permalink: /cn/docs/users/develop-with-jax-rs/
 excerpt: "用JAX-RS开发微服务"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/develop-with-rest-template.md b/_users/cn/develop-with-rest-template.md
index a5b96d5..c889d7b 100644
--- a/_users/cn/develop-with-rest-template.md
+++ b/_users/cn/develop-with-rest-template.md
@@ -2,7 +2,7 @@
 title: "使用Rest Template方式开发"
 lang: cn
 ref: develop-with-rest-template
-permalink: /cn/users/develop-with-rest-template/
+permalink: /cn/docs/users/develop-with-rest-template/
 excerpt: "使用Rest Template方式开发"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/develop-with-rpc.md b/_users/cn/develop-with-rpc.md
index ee7b89b..ca9e8e6 100644
--- a/_users/cn/develop-with-rpc.md
+++ b/_users/cn/develop-with-rpc.md
@@ -2,7 +2,7 @@
 title: "使用RPC方式开发"
 lang: cn
 ref: develop-with-rpc
-permalink: /cn/users/develop-with-rpc/
+permalink: /cn/docs/users/develop-with-rpc/
 excerpt: "使用RPC方式开发"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/develop-with-springboot-starter.md b/_users/cn/develop-with-springboot-starter.md
index 38f1e4a..861189d 100755
--- a/_users/cn/develop-with-springboot-starter.md
+++ b/_users/cn/develop-with-springboot-starter.md
@@ -2,7 +2,7 @@
 title: "用Spring Boot Starter开发微服务"
 lang: cn
 ref: develop-with-spring-boot-starter
-permalink: /cn/users/develop-with-spring-boot-starter/
+permalink: /cn/docs/users/develop-with-spring-boot-starter/
 excerpt: "用Spring Boot Starter开发微服务"
 last_modified_at: 2018-04-23T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/develop-with-springmvc.md b/_users/cn/develop-with-springmvc.md
index c7ba156..6d05fdc 100755
--- a/_users/cn/develop-with-springmvc.md
+++ b/_users/cn/develop-with-springmvc.md
@@ -2,7 +2,7 @@
 title: "用SpringMVC开发微服务"
 lang: cn
 ref: develop-with-springmvc
-permalink: /cn/users/develop-with-springmvc/
+permalink: /cn/docs/users/develop-with-springmvc/
 excerpt: "用SpringMVC开发微服务"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/develop-with-transparent-rpc.md b/_users/cn/develop-with-transparent-rpc.md
index 51012ae..0064e1d 100755
--- a/_users/cn/develop-with-transparent-rpc.md
+++ b/_users/cn/develop-with-transparent-rpc.md
@@ -2,7 +2,7 @@
 title: "用透明RPC开发微服务"
 lang: cn
 ref: develop-with-transparent-rpc
-permalink: /cn/users/develop-with-transparent-rpc/
+permalink: /cn/docs/users/develop-with-transparent-rpc/
 excerpt: "用透明RPC开发微服务"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/distributed-tracing.md b/_users/cn/distributed-tracing.md
index f894a1c..da8ee5b 100644
--- a/_users/cn/distributed-tracing.md
+++ b/_users/cn/distributed-tracing.md
@@ -2,7 +2,7 @@
 title: "分布式调用链追踪"
 lang: cn
 ref: distributed-tracing
-permalink: /cn/users/distributed-tracing/
+permalink: /cn/docs/users/distributed-tracing/
 excerpt: "分布式调用链追踪"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/dynamic-config.md b/_users/cn/dynamic-config.md
index 8a32b34..d06819c 100644
--- a/_users/cn/dynamic-config.md
+++ b/_users/cn/dynamic-config.md
@@ -2,7 +2,7 @@
 title: "动态配置"
 lang: cn
 ref: customized-tracing
-permalink: /cn/users/dynamic-config/
+permalink: /cn/docs/users/dynamic-config/
 excerpt: "动态配置"
 last_modified_at: 2018-01-11T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/edge-in-1.0.0-m1.md b/_users/cn/edge-in-1.0.0-m1.md
index 7bcb9b2..83efa20 100755
--- a/_users/cn/edge-in-1.0.0-m1.md
+++ b/_users/cn/edge-in-1.0.0-m1.md
@@ -2,7 +2,7 @@
 title: "使用内置Edge模块实现边缘服务"
 lang: cn
 ref: edge
-permalink: /cn/users/edge-in-1.0.0-m1/
+permalink: /cn/docs/users/edge-in-1.0.0-m1/
 excerpt: "使用内置Edge模块实现边缘服务"
 last_modified_at: 2018-4-3T10:01:43-04:00
 redirect_from:
diff --git a/_users/cn/healthcheck.md b/_users/cn/healthcheck.md
index 1ad322f..1db9f8e 100644
--- a/_users/cn/healthcheck.md
+++ b/_users/cn/healthcheck.md
@@ -2,7 +2,7 @@
 title: "健康检查"
 lang: cn
 ref: healthcheck
-permalink: /cn/users/healthcheck/
+permalink: /cn/docs/users/healthcheck/
 excerpt: "健康检查"
 last_modified_at: 2017-12-30T10:01:43-04:00
 redirect_from:
diff --git a/_users/cn/invoke-control.md b/_users/cn/invoke-control.md
index 5e5efa7..e7af516 100644
--- a/_users/cn/invoke-control.md
+++ b/_users/cn/invoke-control.md
@@ -2,7 +2,7 @@
 title: "调用控制"
 lang: cn
 ref: invoke-control
-permalink: /cn/users/invoke-control/
+permalink: /cn/docs/users/invoke-control/
 excerpt: "调用控制"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/local-develop-test.md b/_users/cn/local-develop-test.md
index 552c92a..9b3d873 100644
--- a/_users/cn/local-develop-test.md
+++ b/_users/cn/local-develop-test.md
@@ -2,7 +2,7 @@
 title: "本地开发与测试"
 lang: cn
 ref: huawei-cloud
-permalink: /cn/users/local-develop-test/
+permalink: /cn/docs/users/local-develop-test/
 excerpt: "本地开发与测试"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/manage_springcloud_application_using_sc_and_gs.md b/_users/cn/manage_springcloud_application_using_sc_and_gs.md
index fc607b9..e0294e0 100644
--- a/_users/cn/manage_springcloud_application_using_sc_and_gs.md
+++ b/_users/cn/manage_springcloud_application_using_sc_and_gs.md
@@ -2,7 +2,7 @@
 title: "使用Service Center和治理中心管理Spring Cloud应用"
 lang: cn
 ref: manage_springcloud_application_using_sc_and_gs
-permalink: /cn/users/manage_springcloud_application_using_sc_and_gs/
+permalink: /cn/docs/users/manage_springcloud_application_using_sc_and_gs/
 excerpt: "使用Service Center和治理中心管理Spring Cloud应用"
 last_modified_at: 2018-04-23T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/metrics-in-0.5.0.md b/_users/cn/metrics-in-0.5.0.md
index 90cf033..9b42072 100755
--- a/_users/cn/metrics-in-0.5.0.md
+++ b/_users/cn/metrics-in-0.5.0.md
@@ -2,7 +2,7 @@
 title: "0.5.0版本中的监控"
 lang: cn
 ref: metrics
-permalink: /cn/users/metrics-in-0.5.0/
+permalink: /cn/docs/users/metrics-in-0.5.0/
 excerpt: "0.5.0版本中的监控"
 last_modified_at: 2017-12-29T14:01:43-04:00
 redirect_from:
diff --git a/_users/cn/metrics-in-1.0.0-m1.md b/_users/cn/metrics-in-1.0.0-m1.md
index 43a1356..cf8bd26 100755
--- a/_users/cn/metrics-in-1.0.0-m1.md
+++ b/_users/cn/metrics-in-1.0.0-m1.md
@@ -2,7 +2,7 @@
 title: "1.0.0-m1版本中的监控"
 lang: cn
 ref: metrics
-permalink: /cn/users/metrics-in-1.0.0-m1/
+permalink: /cn/docs/users/metrics-in-1.0.0-m1/
 excerpt: "1.0.0-m1版本中的监控"
 last_modified_at: 2017-12-30T10:01:43-04:00
 redirect_from:
diff --git a/_users/cn/metrics-integration-with-prometheus-in-1.0.0-m1.md b/_users/cn/metrics-integration-with-prometheus-in-1.0.0-m1.md
index 24d87a9..ad08d49 100755
--- a/_users/cn/metrics-integration-with-prometheus-in-1.0.0-m1.md
+++ b/_users/cn/metrics-integration-with-prometheus-in-1.0.0-m1.md
@@ -2,7 +2,7 @@
 title: "1.0.0-m1版本中的监控如何集成普罗米修斯"
 lang: cn
 ref: metrics
-permalink: /cn/users/metrics-integration-with-prometheus-in-1.0.0-m1/
+permalink: /cn/docs/users/metrics-integration-with-prometheus-in-1.0.0-m1/
 excerpt: "1.0.0-m1版本中的监控如何集成普罗米修斯"
 last_modified_at: 2018-1-2T10:01:43-04:00
 redirect_from:
diff --git a/_users/cn/metrics-write-file-extension-and-sample-in-1.0.0-m1.md b/_users/cn/metrics-write-file-extension-and-sample-in-1.0.0-m1.md
index 6c0a234..55d6d46 100755
--- a/_users/cn/metrics-write-file-extension-and-sample-in-1.0.0-m1.md
+++ b/_users/cn/metrics-write-file-extension-and-sample-in-1.0.0-m1.md
@@ -2,7 +2,7 @@
 title: "1.0.0-m1版本写文件扩展和示例"
 lang: cn
 ref: metrics
-permalink: /cn/users/metrics-write-file-extension-and-sample-in-1.0.0-m1/
+permalink: /cn/docs/users/metrics-write-file-extension-and-sample-in-1.0.0-m1/
 excerpt: "1.0.0-m1版本写文件扩展和示例"
 last_modified_at: 2017-12-29T10:01:43-04:00
 redirect_from:
diff --git a/_users/cn/nginx.md b/_users/cn/nginx.md
index 2246d62..26fe362 100644
--- a/_users/cn/nginx.md
+++ b/_users/cn/nginx.md
@@ -2,7 +2,7 @@
 title: "使用confd和Nginx做边缘服务"
 lang: cn
 ref: edging-service-nginx
-permalink: /cn/users/edging-service/nginx/
+permalink: /cn/docs/users/edging-service/nginx/
 excerpt: "使用confd和Nginx做边缘服务"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/service-configurations.md b/_users/cn/service-configurations.md
index 2a2bd5e..71803b0 100755
--- a/_users/cn/service-configurations.md
+++ b/_users/cn/service-configurations.md
@@ -2,7 +2,7 @@
 title: "服务配置"
 lang: cn
 ref: service-configurations
-permalink: /cn/users/service-configurations/
+permalink: /cn/docs/users/service-configurations/
 excerpt: "服务配置"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/service-definition.md b/_users/cn/service-definition.md
index a71a2c9..d318f37 100644
--- a/_users/cn/service-definition.md
+++ b/_users/cn/service-definition.md
@@ -2,7 +2,7 @@
 title: "服务定义"
 lang: cn
 ref: service-definition
-permalink: /cn/users/service-definition/
+permalink: /cn/docs/users/service-definition/
 excerpt: "服务定义"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/service-heartbeat.md b/_users/cn/service-heartbeat.md
index 6bfae99..c494920 100644
--- a/_users/cn/service-heartbeat.md
+++ b/_users/cn/service-heartbeat.md
@@ -2,7 +2,7 @@
 title: "服务心跳"
 lang: cn
 ref: service-heartbeat
-permalink: /cn/users/service-heartbeat/
+permalink: /cn/docs/users/service-heartbeat/
 excerpt: "服务心跳"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/service-interface-constraints.md b/_users/cn/service-interface-constraints.md
index 816ffd7..faae2b7 100644
--- a/_users/cn/service-interface-constraints.md
+++ b/_users/cn/service-interface-constraints.md
@@ -2,7 +2,7 @@
 title: "服务接口约束"
 lang: cn
 ref: service-interface-constraints
-permalink: /cn/users/service-interface-constraints/
+permalink: /cn/docs/users/service-interface-constraints/
 excerpt: "服务接口约束"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/servicecomb-introduction.md b/_users/cn/servicecomb-introduction.md
index aff74ba..9e0abd8 100644
--- a/_users/cn/servicecomb-introduction.md
+++ b/_users/cn/servicecomb-introduction.md
@@ -2,7 +2,7 @@
 title: "Java Chassis系统架构"
 lang: cn
 ref: servicecomb-introduction
-permalink: /cn/users/
+permalink: /cn/docs/users/
 excerpt: "Java Chassis系统架构"
 last_modified_at: 2017-06-14T10:01:43-04:00
 redirect_from:
diff --git a/_users/cn/setup-environment.md b/_users/cn/setup-environment.md
index 48e94a1..869c430 100755
--- a/_users/cn/setup-environment.md
+++ b/_users/cn/setup-environment.md
@@ -2,7 +2,7 @@
 title: "环境配置"
 lang: cn
 ref: setup-environment
-permalink: /cn/users/setup-environment/
+permalink: /cn/docs/users/setup-environment/
 excerpt: "环境配置"
 last_modified_at: 2018-04-13T10:01:43-04:00
 ---
diff --git a/_users/cn/use-service-contract.md b/_users/cn/use-service-contract.md
index b10f017..cce0787 100644
--- a/_users/cn/use-service-contract.md
+++ b/_users/cn/use-service-contract.md
@@ -2,7 +2,7 @@
 title: "使用服务契约"
 lang: cn
 ref: use-service-contract
-permalink: /cn/users/use-service-contract/
+permalink: /cn/docs/users/use-service-contract/
 excerpt: "使用服务契约"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/use-tls.md b/_users/cn/use-tls.md
index 91db626..0c6f639 100644
--- a/_users/cn/use-tls.md
+++ b/_users/cn/use-tls.md
@@ -2,7 +2,7 @@
 title: "使用TLS通信"
 lang: cn
 ref: use-tls
-permalink: /cn/users/use-tls/
+permalink: /cn/docs/users/use-tls/
 excerpt: "使用TLS通信"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/cn/zuul.md b/_users/cn/zuul.md
index bee3e35..f72622f 100644
--- a/_users/cn/zuul.md
+++ b/_users/cn/zuul.md
@@ -2,7 +2,7 @@
 title: "使用Zuul做边缘服务"
 lang: cn
 ref: edging-service-zuul
-permalink: /cn/users/edging-service/zuul/
+permalink: /cn/docs/users/edging-service/zuul/
 excerpt: "使用Zuul做边缘服务"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/communicate-protocol.md b/_users/communicate-protocol.md
index ccb597c..6c4bf21 100644
--- a/_users/communicate-protocol.md
+++ b/_users/communicate-protocol.md
@@ -2,7 +2,7 @@
 title: "Communication Protocol"
 lang: en
 ref: communicate-protocol
-permalink: /users/communicate-protocol/
+permalink: /docs/users/communicate-protocol/
 excerpt: "Communication Protocol"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/customized-tracing.md b/_users/customized-tracing.md
index 9e58a1c..0a252dd 100644
--- a/_users/customized-tracing.md
+++ b/_users/customized-tracing.md
@@ -2,7 +2,7 @@
 title: "Customized Tracing"
 lang: en
 ref: customized-tracing
-permalink: /users/customized-tracing/
+permalink: /docs/users/customized-tracing/
 excerpt: "Dotting for Customized Tracing"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/define-service-contract.md b/_users/define-service-contract.md
index 57806c2..4f06cae 100644
--- a/_users/define-service-contract.md
+++ b/_users/define-service-contract.md
@@ -2,7 +2,7 @@
 title: "Service Contract"
 lang: en
 ref: service-contract
-permalink: /users/service-contract/
+permalink: /docs/users/service-contract/
 excerpt: "Service Contract"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/deployment.md b/_users/deployment.md
index 7df8a26..ccc77e0 100644
--- a/_users/deployment.md
+++ b/_users/deployment.md
@@ -2,7 +2,7 @@
 title: "Running Mode"
 lang: en
 ref: run-mode
-permalink: /users/run-mode/
+permalink: /docs/users/run-mode/
 excerpt: "Running Mode"
 last_modified_at: 2017-06-06T10:01:43-04:00
 redirect_from:
diff --git a/_users/develop-with-jax-rs.md b/_users/develop-with-jax-rs.md
index cc9c552..ac009bd 100755
--- a/_users/develop-with-jax-rs.md
+++ b/_users/develop-with-jax-rs.md
@@ -2,7 +2,7 @@
 title: "Develop Microservice with JAX-RS"
 lang: en
 ref: develop-with-jax-rs
-permalink: /users/develop-with-jax-rs/
+permalink: /docs/users/develop-with-jax-rs/
 excerpt: "Develop Microservice with JAX-RS"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/develop-with-rest-template.md b/_users/develop-with-rest-template.md
index 3c1ea65..0660ee5 100644
--- a/_users/develop-with-rest-template.md
+++ b/_users/develop-with-rest-template.md
@@ -2,7 +2,7 @@
 title: "Develop with Rest Template"
 lang: en
 ref: develop-with-rest-template
-permalink: /users/develop-with-rest-template/
+permalink: /docs/users/develop-with-rest-template/
 excerpt: "Develop with Rest Template"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/develop-with-rpc.md b/_users/develop-with-rpc.md
index 1c84295..af3e891 100644
--- a/_users/develop-with-rpc.md
+++ b/_users/develop-with-rpc.md
@@ -2,7 +2,7 @@
 title: "Develop with RPC"
 lang: en
 ref: develop-with-rpc
-permalink: /users/develop-with-rpc/
+permalink: /docs/users/develop-with-rpc/
 excerpt: "Develop with RPC"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/develop-with-springboot-starter.md b/_users/develop-with-springboot-starter.md
index a81775b..c633dcb 100755
--- a/_users/develop-with-springboot-starter.md
+++ b/_users/develop-with-springboot-starter.md
@@ -2,7 +2,7 @@
 title: "Develop Microservice with Spring Boot Starter"
 lang: en
 ref: develop-with-spring-boot-starter
-permalink: /users/develop-with-spring-boot-starter/
+permalink: /docs/users/develop-with-spring-boot-starter/
 excerpt: "Develop Microservice with Spring Boot Starter"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/develop-with-springmvc.md b/_users/develop-with-springmvc.md
index b61f3f1..6807d75 100755
--- a/_users/develop-with-springmvc.md
+++ b/_users/develop-with-springmvc.md
@@ -2,7 +2,7 @@
 title: "Develop Microservice with SpringMVC"
 lang: en
 ref: develop-with-springmvc
-permalink: /users/develop-with-springmvc/
+permalink: /docs/users/develop-with-springmvc/
 excerpt: "Develop Microservice with SpringMVC"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/develop-with-transparent-rpc.md b/_users/develop-with-transparent-rpc.md
index c9d32d1..63033cb 100755
--- a/_users/develop-with-transparent-rpc.md
+++ b/_users/develop-with-transparent-rpc.md
@@ -2,7 +2,7 @@
 title: "Develop Microservice with Transparent RPC"
 lang: en
 ref: develop-with-transparent-rpc
-permalink: /users/develop-with-transparent-rpc/
+permalink: /docs/users/develop-with-transparent-rpc/
 excerpt: "Develop Microservice with Transparent RPC"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/distributed-tracing.md b/_users/distributed-tracing.md
index 40fecea..592a118 100644
--- a/_users/distributed-tracing.md
+++ b/_users/distributed-tracing.md
@@ -2,7 +2,7 @@
 title: "Distributed Tracing"
 lang: en
 ref: distributed-tracing
-permalink: /users/distributed-tracing/
+permalink: /docs/users/distributed-tracing/
 excerpt: "Distributed Tracing"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/dynamic-config.md b/_users/dynamic-config.md
index d5a0b84..3bf1721 100644
--- a/_users/dynamic-config.md
+++ b/_users/dynamic-config.md
@@ -2,7 +2,7 @@
 title: "Dynamic Configuration"
 lang: en
 ref: customized-tracing
-permalink: /users/dynamic-config/
+permalink: /docs/users/dynamic-config/
 excerpt: "Dynamic Configuration"
 last_modified_at: 2018-01-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/edge-in-1.0.0-m1.md b/_users/edge-in-1.0.0-m1.md
index 1b2612a..370cf6d 100755
--- a/_users/edge-in-1.0.0-m1.md
+++ b/_users/edge-in-1.0.0-m1.md
@@ -2,7 +2,7 @@
 title: "ServiceComb Java Chassis Edge Service"
 lang: en
 ref: edge
-permalink: /users/edge-in-1.0.0-m1/
+permalink: /docs/users/edge-in-1.0.0-m1/
 excerpt: "ServiceComb Java Chassis Edge Service"
 last_modified_at: 2018-4-3T10:01:43-04:00
 redirect_from:
diff --git a/_users/faq.md b/_users/faq.md
index 8da37bf..b49ff5f 100755
--- a/_users/faq.md
+++ b/_users/faq.md
@@ -2,7 +2,7 @@
 title: "FAQ"
 lang: en
 ref: faq
-permalink: /users/faq/
+permalink: /docs/users/faq/
 excerpt: "FAQ"
 last_modified_at: 2017-06-06T10:01:43-04:00
 redirect_from:
diff --git a/_users/healthcheck.md b/_users/healthcheck.md
index 54f8548..cc1c86c 100644
--- a/_users/healthcheck.md
+++ b/_users/healthcheck.md
@@ -2,7 +2,7 @@
 title: "HealthCheck"
 lang: en
 ref: healthcheck
-permalink: /users/healthcheck/
+permalink: /docs/users/healthcheck/
 excerpt: "HealthCheck"
 last_modified_at: 2017-12-30T10:01:43-04:00
 redirect_from:
diff --git a/_users/huawei-cloud-faq.md b/_users/huawei-cloud-faq.md
index df3cd02..8eaf90f 100644
--- a/_users/huawei-cloud-faq.md
+++ b/_users/huawei-cloud-faq.md
@@ -2,7 +2,7 @@
 title: "Huawei Cloud FAQ"
 lang: en
 ref: huawei-cloud-faq
-permalink: /users/huawei-cloud-faq/
+permalink: /docs/users/huawei-cloud-faq/
 excerpt: "Huawei Cloud FAQ"
 last_modified_at: 2017-06-06T10:01:43-04:00
 redirect_from:
diff --git a/_users/invoke-control.md b/_users/invoke-control.md
index 6e81283..a2eca4a 100644
--- a/_users/invoke-control.md
+++ b/_users/invoke-control.md
@@ -2,7 +2,7 @@
 title: "Invoke Control"
 lang: en
 ref: invoke-control
-permalink: /users/invoke-control/
+permalink: /docs/users/invoke-control/
 excerpt: "Invoke Control"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/local-develop-test.md b/_users/local-develop-test.md
index 8e06d27..b6cbe94 100644
--- a/_users/local-develop-test.md
+++ b/_users/local-develop-test.md
@@ -2,7 +2,7 @@
 title: "Local Development and Test"
 lang: en
 ref: huawei-cloud
-permalink: /users/local-develop-test/
+permalink: /docs/users/local-develop-test/
 excerpt: "Local Development and Test"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/manage_springcloud_application_using_sc_and_gs.md b/_users/manage_springcloud_application_using_sc_and_gs.md
index 131659f..76b2bf4 100644
--- a/_users/manage_springcloud_application_using_sc_and_gs.md
+++ b/_users/manage_springcloud_application_using_sc_and_gs.md
@@ -2,7 +2,7 @@
 title: "Using the Service Center and Governance Center to Manage the Spring Cloud Application"
 lang: en
 ref: manage_springcloud_application_using_sc_and_gs
-permalink: /users/manage_springcloud_application_using_sc_and_gs/
+permalink: /docs/users/manage_springcloud_application_using_sc_and_gs/
 excerpt: "Using the Service Center and Governance Center to Manage the Spring Cloud Application"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/metrics-in-1.0.0-m1.md b/_users/metrics-in-1.0.0-m1.md
index d673e0a..168c108 100755
--- a/_users/metrics-in-1.0.0-m1.md
+++ b/_users/metrics-in-1.0.0-m1.md
@@ -2,7 +2,7 @@
 title: "Metrics in 1.0.0-m1"
 lang: en
 ref: metrics
-permalink: /users/metrics-in-1.0.0-m1/
+permalink: /docs/users/metrics-in-1.0.0-m1/
 excerpt: "Metrics in 1.0.0-m1"
 last_modified_at: 2017-12-30T10:01:43-04:00
 redirect_from:
diff --git a/_users/metrics-integration-with-prometheus-in-1.0.0-m1.md b/_users/metrics-integration-with-prometheus-in-1.0.0-m1.md
index 7425cfb..76b8127 100755
--- a/_users/metrics-integration-with-prometheus-in-1.0.0-m1.md
+++ b/_users/metrics-integration-with-prometheus-in-1.0.0-m1.md
@@ -2,7 +2,7 @@
 title: "Metrics how integration with prometheus in 1.0.0-m1"
 lang: en
 ref: metrics
-permalink: /users/metrics-integration-with-prometheus-in-1.0.0-m1/
+permalink: /docs/users/metrics-integration-with-prometheus-in-1.0.0-m1/
 excerpt: "Metrics how integration with prometheus in 1.0.0-m1"
 last_modified_at: 2018-1-2T10:01:43-04:00
 redirect_from:
diff --git a/_users/nginx.md b/_users/nginx.md
index 2b994ee..a1c769f 100644
--- a/_users/nginx.md
+++ b/_users/nginx.md
@@ -2,7 +2,7 @@
 title: "Using Confd and Nginx for Edge Service"
 lang: en
 ref: edging-service-nginx
-permalink: /users/edging-service/nginx/
+permalink: /docs/users/edging-service/nginx/
 excerpt: "Using Confd and Nginx for Edge Service"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/service-configurations.md b/_users/service-configurations.md
index 133a35a..2480add 100755
--- a/_users/service-configurations.md
+++ b/_users/service-configurations.md
@@ -2,7 +2,7 @@
 title: "Service Configurations"
 lang: en
 ref: service-configurations
-permalink: /users/service-configurations/
+permalink: /docs/users/service-configurations/
 excerpt: "Service Configurations"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/service-definition.md b/_users/service-definition.md
index c43106a..7458451 100644
--- a/_users/service-definition.md
+++ b/_users/service-definition.md
@@ -2,7 +2,7 @@
 title: "Service Definition"
 lang: en
 ref: service-definition
-permalink: /users/service-definition/
+permalink: /docs/users/service-definition/
 excerpt: "Service Definition"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/service-heartbeat.md b/_users/service-heartbeat.md
index 10deb09..2068d84 100644
--- a/_users/service-heartbeat.md
+++ b/_users/service-heartbeat.md
@@ -2,7 +2,7 @@
 title: "Service Heartbeat"
 lang: en
 ref: service-heartbeat
-permalink: /users/service-heartbeat/
+permalink: /docs/users/service-heartbeat/
 excerpt: "Service Heartbeat"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/service-interface-constraints.md b/_users/service-interface-constraints.md
index 8aded14..910fac4 100644
--- a/_users/service-interface-constraints.md
+++ b/_users/service-interface-constraints.md
@@ -2,7 +2,7 @@
 title: "API Constraints"
 lang: en
 ref: service-interface-constraints
-permalink: /users/service-interface-constraints/
+permalink: /docs/users/service-interface-constraints/
 excerpt: "API Constraints"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/servicecomb-introduction.md b/_users/servicecomb-introduction.md
index 25daafc..cae5fb4 100644
--- a/_users/servicecomb-introduction.md
+++ b/_users/servicecomb-introduction.md
@@ -2,7 +2,7 @@
 title: "Java Chassis Architecture"
 lang: en
 ref: servicecomb-introduction
-permalink: /users/
+permalink: /docs/users/
 excerpt: "Java Chassis Architecture"
 last_modified_at: 2017-06-14T10:01:43-04:00
 redirect_from:
diff --git a/_users/setup-environment.md b/_users/setup-environment.md
index 19fcb48..d6b0c57 100644
--- a/_users/setup-environment.md
+++ b/_users/setup-environment.md
@@ -2,7 +2,7 @@
 title: "Setup Environment"
 lang: en
 ref: setup-environment
-permalink: /users/setup-environment/
+permalink: /docs/users/setup-environment/
 excerpt: "Setup Environment"
 last_modified_at: 2018-04-13T10:01:43-04:00
 ---
diff --git a/_users/use-service-contract.md b/_users/use-service-contract.md
index 2db8828..dcdacd1 100644
--- a/_users/use-service-contract.md
+++ b/_users/use-service-contract.md
@@ -2,7 +2,7 @@
 title: "Service Using API Definitions"
 lang: en
 ref: use-service-contract
-permalink: /users/use-service-contract/
+permalink: /docs/users/use-service-contract/
 excerpt: "Service Using API Definitions"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/use-tls.md b/_users/use-tls.md
index d9e35fb..b861251 100644
--- a/_users/use-tls.md
+++ b/_users/use-tls.md
@@ -2,7 +2,7 @@
 title: "Using TLS for Communication"
 lang: en
 ref: use-tls
-permalink: /users/use-tls/
+permalink: /docs/users/use-tls/
 excerpt: "Using TLS for Communication"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from:
diff --git a/_users/zuul.md b/_users/zuul.md
index 5a7a313..65b979c 100644
--- a/_users/zuul.md
+++ b/_users/zuul.md
@@ -2,7 +2,7 @@
 title: "Using Zuul for Edge Service"
 lang: en
 ref: edging-service-zuul
-permalink: /users/edging-service/zuul/
+permalink: /docs/users/edging-service/zuul/
 excerpt: "Using Zuul for Edge Service"
 last_modified_at: 2017-08-15T15:01:43-04:00
 redirect_from: