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

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

commit 6d83cb3c43669e1f4e5dcafc5e95fa2dba57bbaa
Merge: ab94b5b 82cb1cd
Author: Willem Jiang <jiangni...@huawei.com>
AuthorDate: Thu Aug 2 22:33:26 2018 +0800

    Publish the website

 _data/navigation.yml                       | 100 ++++--------------------
 _pages/cn/home.md                          |   4 +-
 _pages/home.md                             |   4 +-
 _release/cn/java_chassis_downloads.md      |   6 +-
 _release/cn/java_chassis_releaseNotes.md   | 119 ++++++++++++++++++++++++++++
 _release/cn/release.md                     |   9 ++-
 _release/cn/service_center_downloads.md    |  11 ++-
 _release/cn/service_center_releaseNotes.md |  25 ++++++
 _release/java_chassis_downloads.md         |   6 +-
 _release/java_chassis_releaseNotes.md      | 120 +++++++++++++++++++++++++++++
 _release/release.md                        |   8 +-
 _release/service_center_downloads.md       |  11 ++-
 _release/service_center_releaseNotes.md    |  23 ++++++
 _users/cn/develop-with-jax-rs.md           |  10 +--
 _users/cn/develop-with-transparent-rpc.md  |  22 +++---
 _users/cn/service-definition.md            |   4 +-
 _users/develop-with-jax-rs.md              |  10 +--
 _users/develop-with-transparent-rpc.md     |  22 +++---
 _users/service-definition.md               |   4 +-
 script/bootstrap                           |  14 ++++
 script/deploy                              |  10 +++
 script/release                             |   7 ++
 script/start-server                        |   4 +
 23 files changed, 418 insertions(+), 135 deletions(-)

diff --cc _data/navigation.yml
index 7c0053d,c5fdfb2..151f6d8
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@@ -189,6 -191,10 +191,10 @@@ t
          url: /cn/docs/quick-start/
        - title: "微服务应用快速开发"
          url: /cn/docs/quick-start-bmi/
+       - title: Java Chassis系统架构
+         url: /cn/docs/servicecomb-arc/
+       - title: 环境配置
 -        url: /cn/docs/setup-environment/        
++        url: /cn/docs/setup-environment/
        - title: "微服务开发进阶"
          url: /cn/docs/quick-start-advance/
          children:
@@@ -204,96 -210,20 +210,20 @@@
          url: /cn/docs/quick-start-dataconsistency/
  
      users:
-       - title: 用户手册
-         children:
-           - title: Java Chassis系统架构
-             url: /cn/users/
-           - title: 环境配置
-             url: /cn/users/setup-environment/
- 
-       - title: 开发服务提供者
-         children:
-           - title: 服务定义
-             url: /cn/users/service-definition/
-           - title: 服务契约
-             url: /cn/users/service-contract/
-           - title: 用SpringMVC开发微服务
-             url: /cn/users/develop-with-springmvc/
-           - title: 用JAX-RS开发微服务
-             url: /cn/users/develop-with-jax-rs/
-           - title: 用透明RPC开发微服务
-             url: /cn/users/develop-with-transparent-rpc/
-           - title: 用Spring Boot Starter开发微服务
-             url: /cn/users/develop-with-spring-boot-starter/
-           - title: 服务接口约束
-             url: /cn/users/service-interface-constraints/
-           - title: 服务配置
-             url: /cn/users/service-configurations/
-           - title: 通信协议
-             url: /cn/users/communicate-protocol/
-           - title: 程序启动逻辑
-             url: /cn/users/application-boot-process/
-           - title: 服务心跳
-             url: /cn/users/service-heartbeat/
- 
-       - title: 开发服务消费者
-         children:
-           - title: 使用Rest Template方式开发
-             url: /cn/users/develop-with-rest-template/
-           - title: 使用RPC方式开发
-             url: /cn/users/develop-with-rpc/
-           - title: 使用服务契约
-             url: /cn/users/use-service-contract/
-           - title: 调用控制
-             url: /cn/users/invoke-control/
- 
-       - title: 通用开发
-         children:
-           - title: 本地开发与测试
-             url: /cn/users/local-develop-test/
-           - title: 分布式调用链追踪
-             url: /cn/users/distributed-tracing/
-           - title: 自定义调用链打点
-             url: /cn/users/customized-tracing/
- 
-       - title: 动态配置
-         url: /cn/users/dynamic-config/
- 
-       - title: 服务能力开放
-         children:
-           - title: 使用confd和Nginx做边缘服务
-             url: /cn/users/edging-service/nginx/
-           - title: 使用Zuul做边缘服务
-             url: /cn/users/edging-service/zuul/
-           - title: 使用内置Edge模块实现边缘服务
-             url: /cn/users/edge-in-1.0.0-m1/
-           - title: 使用Service Center和治理中心管理Spring Cloud应用
-             url: /cn/users/manage_springcloud_application_using_sc_and_gs/
- 
-       - title: 监控
+       - title: Java Chassis
          children:
-           - title: 0.5.0版本中的监控
-             url: /cn/users/metrics-in-0.5.0/
-           - title: 1.0.0-m1版本中的监控
-             url: /cn/users/metrics-in-1.0.0-m1/
-           - title: 1.0.0-m1版本写文件扩展和示例
-             url: 
/cn/users/metrics-write-file-extension-and-sample-in-1.0.0-m1/
-           - title: 1.0.0-m1版本中的监控如何集成prometheus
-             url: /cn/users/metrics-integration-with-prometheus-in-1.0.0-m1/
-           - title: 健康检查
-             url: /cn/users/healthcheck/
+           - title: Java-chassis用户手册
+             url: /users/servicecomb-java-chassis-doc/zh_CN/
  
-       - title: 部署
+       - title: Saga
          children:
-           - title: 运行模式
-             url: /cn/users/run-mode/
-           - title: 部署模式
-             url: /cn/users/deploy-mode/
+           - title: Saga用户手册
 -            url: https://github.com/apache/incubator-servicecomb-saga
++            url: https://github.com/apache/incubator-servicecomb-saga/
  
-       - title: 微服务安全
+       - title: ServiceCenter
          children:
-           - title: 使用TLS通信
-             url: /cn/users/use-tls/
+           - title: ServiceCenter用户手册
+             url: 
https://github.com/apache/incubator-servicecomb-service-center
  
      developers:
        - title: "开发者指南"

Reply via email to