This is an automated email from the ASF dual-hosted git repository.
liubao 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 f29e2bbc update website for java chassis 3 (#304)
f29e2bbc is described below
commit f29e2bbc49c72a43910caa6521051ab4521bd4f5
Author: liubao68 <[email protected]>
AuthorDate: Wed Dec 20 11:41:50 2023 +0800
update website for java chassis 3 (#304)
---
_data/navigation.yml | 12 ++++++++----
_pages/cn/home.md | 7 ++-----
_pages/home.md | 7 ++-----
_users/cn/servicecomb-introduction.md | 14 --------------
_users/servicecomb-introduction.md | 14 --------------
5 files changed, 12 insertions(+), 42 deletions(-)
diff --git a/_data/navigation.yml b/_data/navigation.yml
index 3c3da276..8431ced9 100755
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -87,8 +87,10 @@ t:
users:
- title: Java Chassis User Guide
children:
- - title: 2.5.0
- url: /references/java-chassis/en_US/
+ - title: Java Chassis 3
+ url: /references/java-chassis/zh_CN/index.html
+ - title: Java Chassis 2
+ url: /references/java-chassis/2.x/zh_CN/index.html
- title: Pack User Guide
children:
@@ -276,8 +278,10 @@ t:
users:
- title: Java-chassis用户手册
children:
- - title: 2.5.0
- url: /references/java-chassis/zh_CN/
+ - title: Java Chassis 3
+ url: /references/java-chassis/zh_CN/index.html
+ - title: Java Chassis 2
+ url: /references/java-chassis/2.x/zh_CN/index.html
- title: Pack用户手册
children:
diff --git a/_pages/cn/home.md b/_pages/cn/home.md
index 8fb3fff5..9b5245f1 100755
--- a/_pages/cn/home.md
+++ b/_pages/cn/home.md
@@ -9,10 +9,7 @@ header:
excerpt: '开箱即用、高性能、兼容流行生态、支持多语言的一站式开源微服务解决方案
<div class="button-group def-inline-block">
- <a href="/cn/release" class="home-button btn--info">下载</a>
-</div>
-<div class="button-group def-inline-block">
- <a href="/cn/docs/getting-started/" class="home-button btn--info">开始</a>
+ <a href="/references/java-chassis/zh_CN/start/first-sample.html"
class="home-button btn--info">开始</a>
</div>'
intro:
@@ -22,7 +19,7 @@ intro:
<style>left_ul li{width:100%} </style>
<ul class='left_ul'>
<li>
- <a href='/cn/release/java-chassis-downloads/'>Apache ServiceComb
Java-Chassis 发布 2.7.0</a>
+ <a href='/references/java-chassis/zh_CN/introduce3.x.x.html'>Apache
ServiceComb Java-Chassis 发布 3.0.0</a>
</li>
<li>
<a href='/cn/summer2020'>Apache ServiceComb 社区 暑假coding 2020 活动</a>
diff --git a/_pages/home.md b/_pages/home.md
index 24c8103e..795a3330 100755
--- a/_pages/home.md
+++ b/_pages/home.md
@@ -9,10 +9,7 @@ header:
excerpt: 'Open-Source, Full-Stack Microservice Solution.With out of the box,
high performance, compatible with popular ecology, multi-language support
<div class="button-group def-inline-block">
- <a href="/release" class="home-button btn--info">Download</a>
-</div>
-<div class="button-group def-inline-block">
- <a href="/docs/getting-started/" class="home-button btn--info">Get
started</a>
+ <a href="/references/java-chassis/zh_CN/start/first-sample.html"
class="home-button btn--info">Get started</a>
</div>'
intro:
@@ -22,7 +19,7 @@ intro:
<style>left_ul li{width:100%} </style>
<ul class='left_ul'>
<li>
- <a href='/release/java-chassis-downloads/'>Apache ServiceComb Java-Chassis
Release Version 2.7.0</a>
+ <a href='/references/java-chassis/zh_CN/introduce3.x.x.html'>Apache
ServiceComb Java-Chassis Release Version 3.0.0</a>
</li>
<li>
<a href='/cn/summer2020'>Apache ServiceComb Summer Code 2020</a>
diff --git a/_users/cn/servicecomb-introduction.md
b/_users/cn/servicecomb-introduction.md
index 9e0abd8f..78ed2c1a 100644
--- a/_users/cn/servicecomb-introduction.md
+++ b/_users/cn/servicecomb-introduction.md
@@ -22,17 +22,3 @@ redirect_from:
2.内建API-first支持。通过契约规范化微服务开发,实现跨语言的通信,并支持配套的软件工具链(契约生成代码、代码生成契约等)开发,构建完整的开发生态。
3.定义了常用的微服务运行模型,将微服务从发现到交互过程中的各种容错手段都封装起来。该运行模型支持自定义和扩展。
-
-## 模块说明
-
-| 类型 | artifact id | 是否可选 | 功能说明 |
-| :--- | :--- | :--- | :--- |
-| 编程模型 | provider-pojo | 是 | 提供RPC开发模式 |
-| 编程模型 | provider-jaxrs | 是 | 提供JAX RS开发模式 |
-| 编程模型 | provider-springmvc | 是 | 提供Spring MVC开发模式 |
-| 通信模型 | transport-rest-vertx | 是 | 运行于HTTP之上的开发框架,不依赖WEB容器,应用打包为可执行jar |
-| 通信模型 | transport-rest-servlet | 是 | 运行于WEB容器的开发框架,应用打包为war包 |
-| 通信模型 | transport-highway | 是 | 提供高性能的私有通信协议,仅用于java之间互通。 |
-| 运行模型 | handler-loadbalance | 是 | 负载均衡模块。提供各种路由策略和配置方法。一般客户端使用。 |
-| 运行模型 | handler-bizkeeper | 是 | 和服务治理相关的功能,比如隔离、熔断、容错。 |
-| 运行模型 | handler-tracing | 是 | 调用链跟踪模块,对接监控系统,吐出打点数据。 |
diff --git a/_users/servicecomb-introduction.md
b/_users/servicecomb-introduction.md
index cae5fb4b..c6fa17ac 100644
--- a/_users/servicecomb-introduction.md
+++ b/_users/servicecomb-introduction.md
@@ -22,17 +22,3 @@ Currently, applications can be developed in Spring MVC,
JAX-RS, or transparent R
2.To introduce the code-first approach. This allows cross-language
communication through API definition-based microservice development and
supports the development of software tool chains(such as code generated based
on API definitions and API definitions generated based on code) to build a
complete development ecosystem.
3.To define common microservice running model, encapsulating fault tolerance
methods of microservices used from discovery to interaction, The running model
can be customized or extended.
-
-## Modules
-
-| Type | artifact id | Available or NOT |
Function |
-| :--------------------- | :--------------------- | :--------------- |
:--------------------------------------- |
-| Programming model | provider-pojo | Yes |
Provides the RPC development mode. |
-| Programming model | provider-jaxrs | Yes |
Provides the JAX-RS development mode. |
-| Programming model | provider-springmvc | Yes |
Provides the Spring MVC development mode. |
-| Communication on model | transport-rest-vertx | Yes | A
development framework running over HTTP, it does not depend on Web containers.
Applications are packaged as executable .jar files. |
-| Communication on model | transport-rest-servlet | Yes | A
development framework running on Web container. Applications are packaged as
WAR files. |
-| Communication on model | transport-highway | Yes |
Provides high-performance private communication protocols for Java
communication. |
-| Running model | handler-loadbalance | Yes | A load
balancing module that provides various routing policies and configurations. It
is usually used for clients. |
-| Running model | handler-bizkeeper | Yes |
Provides service governance functions, such as isolation, fallbreak, and fault
tolerance. |
-| Running model | handler-tracing | Yes |
Provides the capability of developing and managing TCC transactions. |