This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git
commit 10b48df8dba85fb44770bd9df97257db2d81f984 Author: MabinGo <[email protected]> AuthorDate: Wed Dec 26 17:06:24 2018 +0800 Update the page base on latest community situation, and remove some invalid pages and links Signed-off-by: MabinGo <[email protected]> --- _data/navigation.yml | 14 +++----------- _developers/cn/developer-guide.md | 10 ++++++---- _developers/developer-guide.md | 12 +++++++----- 3 files changed, 16 insertions(+), 20 deletions(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index c784993..90d4fa6 100755 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -31,8 +31,6 @@ t: url: /docs/quick-start-advance/service-management/ - title: Distributed Tracing url: /docs/quick-start-advance/distributed-tracing/ - - title: "Data Consistency Solution" - url: /docs/quick-start-dataconsistency/ users: - title: Java Chassis children: @@ -121,10 +119,6 @@ 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/ - title: "微服务开发进阶" url: /cn/docs/quick-start-advance/ children: @@ -136,8 +130,6 @@ t: url: /cn/docs/quick-start-advance/service-management/ - title: "分布式调用链追踪" url: /cn/docs/quick-start-advance/distributed-tracing/ - - title: "数据一致性解决方案" - url: /cn/docs/quick-start-dataconsistency/ users: - title: Java Chassis @@ -163,7 +155,7 @@ t: - title: "如何做贡献" url: /cn/developers/contributing - title: "成为Committer" - url: /developers/becomming-a-commiter + url: /cn/developers/becomming-a-commiter - title: "开发环境准备" url: /cn/developers/setup-develop-environment/ - title: "代码提交指南" @@ -184,7 +176,7 @@ t: faqs: - title: "常见问题" url: /cn/faqs/ - + release: - title: "Service-Center" children: @@ -209,4 +201,4 @@ t: - title: "发布说明" url: /cn/release/saga-actuator-release-notes/ - title: "发布包" - url: /cn/release/saga-actuator-downloads/ \ No newline at end of file + url: /cn/release/saga-actuator-downloads/ diff --git a/_developers/cn/developer-guide.md b/_developers/cn/developer-guide.md index 675a244..f8b4604 100755 --- a/_developers/cn/developer-guide.md +++ b/_developers/cn/developer-guide.md @@ -12,10 +12,12 @@ last_modified_at: 2017-06-24T19:18:43+08:00 | 项目名 | 项目简介 | 编程语言 | |-------------------------------------------------------------------------------|----------------------------|----------| -| [Java Chassis](https://github.com/apache/servicecomb-java-chassis) | Java微服务框架(SDK) | Java | -| [Service Center](https://github.com/apache/servicecomb-service-center) | 服务中心(服务注册及发现) | Go | -| [Saga](https://github.com/apache/servicecomb-saga) | 微服务数据最终一致性实现 | Java | -| [Website](https://github.com/apache/servicecomb-website) | ServiceComb网站 | Markdown | +| [servicecomb-java-chassis](https://github.com/apache/servicecomb-java-chassis) | Java微服务框架(SDK) | Java | +| [servicecomb-service-center](https://github.com/apache/servicecomb-service-center) | 服务中心(服务注册及发现) | Golang | +| [servicecomb-pack](https://github.com/apache/servicecomb-pack) | 支持Saga/TCC等多协议的分布式事务方案 | Java | +| [servicecomb-saga-actuator](https://github.com/apache/servicecomb-saga-actuator) | 集中式Saga事务协调器 | Java | +| [servicecomb-docs](https://github.com/apache/servicecomb-docs) | ServiceComb用户手册 | CSS | +| [servicecomb-website](https://github.com/apache/servicecomb-website) | ServiceComb网站 | HTML | 参与 ServiceComb 项目并为其作出贡献的方法有很多:代码实现、测试编写、流程工具改进、文档完善等。您可以选择上述任何一个或多个感兴趣的项目进行贡献。具体贡献事宜可参考以下指南: diff --git a/_developers/developer-guide.md b/_developers/developer-guide.md index 336ce41..fdde3ee 100755 --- a/_developers/developer-guide.md +++ b/_developers/developer-guide.md @@ -8,14 +8,16 @@ last_modified_at: 2017-06-24T19:18:43+08:00 --- {% include toc %} -**ServiceComb** is hosted on [Github](https://github.com/search?q=org%3Aapache+servicecomb), it has the following sub-projects: +**ServiceComb** is hosted on [Github](https://github.com/apache?q=servicecomb), it has the following sub-projects: | Project Name | Project Introduction | Programming Language | |-------------------------------------------------------------------------------|----------------------------|----------| -| [Java Chassis](https://github.com/apache/servicecomb-java-chassis) | Java Microservice Framework(SDK) | Java | -| [Service Center](https://github.com/apache/servicecomb-service-center) | Service registration and discovery | Go | -| [Saga](https://github.com/apache/servicecomb-saga) | Data Eventually Consistency Solution for Microservice | Java | -| [Website](https://github.com/apache/servicecomb-website) | ServiceComb Website | Markdown | +| [servicecomb-java-chassis](https://github.com/apache/servicecomb-java-chassis) | Java Microservice Framework(SDK) | Java | +| [servicecomb-service-center](https://github.com/apache/servicecomb-service-center) | Service registration and discovery | Golang | +| [servicecomb-pack](https://github.com/apache/servicecomb-pack) | Distributed transaction schemes,support Saga and TCC | Java | +| [servicecomb-saga-actuator](https://github.com/apache/servicecomb-saga-actuator) | Centralized Saga Transaction Coordinator | Java | +| [servicecomb-docs](https://github.com/apache/servicecomb-docs) | User manual | CSS | +| [servicecomb-website](https://github.com/apache/servicecomb-website) | Website | HTML | There are many ways to get involved in ServiceComb and contribute to it, e.g. submit codes, submit tests, tools improvements, document improvements. You can contribute to one or more interested projects. You can refer to the following guide about how to contribute to this community.
