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

jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git


The following commit(s) were added to refs/heads/docusaurus by this push:
     new 6f07057164 optimize: optimize download page (#763)
6f07057164 is described below

commit 6f0705716485f3236290898824d61ff34c707133
Author: jimin <[email protected]>
AuthorDate: Tue Jan 9 14:54:35 2024 +0800

    optimize: optimize download page (#763)
    
    Signed-off-by: slievrly <[email protected]>
---
 .../current/download/seata-server.md               | 25 ++++++++------------
 .../current/download/seata-server.md               | 27 +++++++++-------------
 2 files changed, 21 insertions(+), 31 deletions(-)

diff --git 
a/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
 
b/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
index fd7a908875..7b9575a448 100644
--- 
a/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
+++ 
b/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
@@ -9,27 +9,25 @@ description: Seata-Server release version download
 
 :::tip
 
-Version 2.0.0 has been released and is available for use.
+Version 2.0.0 has been released, featuring support for Raft clusters; AT 
transaction mode newly supports Dameng, SQLServer, and PolarDB-X 2.0 databases; 
IPV6 is supported; a unified API is available; transaction two-phase commit 
processing is parallelized. You are welcome to download and try it out.
 
 :::tip
 
-Apache Seata (Incubating) is an open source distributed transaction solution 
that delivers high performance and easy to use distributed transaction services 
under a microservices architecture.
-
 ## System Requirements
 
 :::note
 
-The following system requirements are the minimum requirements for deploying 
Seata-Server; if your appliance does not meet these requirements, you may not 
be able to deploy Seata-Server on your appliance.
+The following system requirements are the minimum required to deploy 
Seata-Server: if your device does not meet these requirements, you may not be 
able to deploy Seata-Server on your device.
 
 :::note
 
-| Items  | Configuration Descriptions                                   |
-| ------ | ------------------------------------------------------------ |
-| CPU    | 1 core 1GHz and above, supports 64-bit CPUs                  |
-| RAM    | 2G and above                                                 |
-| Disk   | Deployment of no requirements,requires specific adjustments based 
on logging, storage mode, and other configurations |
-| System | 64-bit Linux, Mac OS X, Windows                              |
-| JDK    | JDK 8 or higher                                              |
+| Items  | Requirements                                                        
                                           |
+| ------ 
|----------------------------------------------------------------------------------------------------------------|
+| Java Development Kit (JDK)    | JDK 8 or higher                              
                                                                  |
+| CPU    | 1 core and above, supports 64-bit CPUs                              
                                           |
+| Memory    | 2G and above                                                     
                                              |
+| Disk   | No minimum requirement, requires specific adjustments based on 
logging, storage mode, and other configurations |
+| Operating System | 64-bit Linux, Mac OS X, Windows                           
                                                     |
 
 ## Stable Version
 
@@ -39,13 +37,10 @@ The following system requirements are the minimum 
requirements for deploying Sea
 | 1.8.0   | 
[1.8.0.zip](https://github.com/seata/seata/releases/download/v1.8.0/seata-server-1.8.0.zip)
 | 
[seataio/seata-server:1.8.0](https://hub.docker.com/r/seataio/seata-server/tags?page=1&name=1.8.0)
 | f5de162a4577f5f96828cba75d912240 | [1.8.x Release 
Notes](/docs/v1.8/release-notes/) | [1.8.x Quick 
Start](/docs/v1.8/user/quickstart/) |
 | 1.7.1   | 
[1.7.1.zip](https://github.com/seata/seata/releases/download/v1.7.1/seata-server-1.7.1.zip)
 | 
[seataio/seata-server:1.7.1](https://hub.docker.com/r/seataio/seata-server/tags?page=1&name=1.7.1)
 | 5e7f41965f8f26a46b727d204eef3054 | [1.7.x Release 
Notes](/docs/v1.7/release-notes/) | [1.7.x Quick 
Start](/docs/v1.7/user/quickstart/) |
 
-1. Seata version maintenance policy, please refer to the [version maintenance 
document](https://seata.io), please upgrade the lower version to the current 
maintenance version as soon as possible. For version upgrade, please refer to 
the [upgrade guide](/docs/ops/upgrade)
+1. Seata version maintenance policy, please refer to the [version maintenance 
document](https://seata.apache.org/), please upgrade the lower version to the 
current maintenance version as soon as possible. For version upgrade, please 
refer to the [upgrade guide](/docs/ops/upgrade)
 2. For more release history downloads, please refer to [Release 
History](/unversioned/release-history/seata-server)
 
 ## Snapshot Version
 
 | Version | Binary Link | Docker Image | CheckSum | Release Notes | Reference 
Docs |
 | ---- | ---- | ---- | ---- | ---- | ---- |
-|      |      |      |      |      |      |
-|      |      |      |      |      |      |
-|      |      |      |      |      |      |
diff --git 
a/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
 
b/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
index 09b8e88511..c889198f12 100644
--- 
a/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
+++ 
b/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md
@@ -9,12 +9,10 @@ description: Seata-Server发布版本下载
 
 :::tip
 
-2.0.0版本已发布,欢迎使用。
+2.0.0版本已发布,支持Raft集群;AT事务模式新增达梦、SQLServer和PolarDB-X 
2.0数据库支持;支持IPV6;支持统一API;支持事务二阶段并行处理。欢迎下载试用。
 
 :::tip
 
-Apache Seata (Incubating) 是一款开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。
-
 ## 系统要求
 
 :::note
@@ -23,13 +21,13 @@ Apache Seata (Incubating) 是一款开源的分布式事务解决方案,致力
 
 :::note
 
-| 项目 | 配置描述                                         |
-| ---- | ------------------------------------------------ |
-| CPU  | 1核1GHz及以上,支持64位的CPU                     |
-| 内存 | 2G及以上                                         |
-| 硬盘 | 部署无要求,需要根据日志、存储模式等配置具体调整 |
-| 系统 | 64位的Linux、Mac OS X、Windows                   |
-| JDK  | JDK 8 或更高版本                                 |
+| 项目 | 要求                         |
+| ---- |----------------------------|
+| JDK  | JDK 8 或更高版本                |
+| CPU  | 1核及以上,支持64位的CPU            |
+| 内存 | 2G及以上                      |
+| 硬盘 | 无最小要求,需要根据日志、存储模式等配置具体调整   |
+| 系统 | 64位的Linux、Mac OS X、Windows |
 
 ## 稳定版
 
@@ -39,13 +37,10 @@ Apache Seata (Incubating) 是一款开源的分布式事务解决方案,致力
 | 1.8.0  | 
[1.8.0.zip](https://github.com/seata/seata/releases/download/v1.8.0/seata-server-1.8.0.zip)
 | 
[seataio/seata-server:1.8.0](https://hub.docker.com/r/seataio/seata-server/tags?page=1&name=1.8.0)
 | f5de162a4577f5f96828cba75d912240 | [1.8.x 发布说明](/docs/v1.8/release-notes/) | 
[1.8.x 快速开始](/docs/v1.8/user/quickstart/) |
 | 1.7.1  | 
[1.7.1.zip](https://github.com/seata/seata/releases/download/v1.7.1/seata-server-1.7.1.zip)
 | 
[seataio/seata-server:1.7.1](https://hub.docker.com/r/seataio/seata-server/tags?page=1&name=1.7.1)
 | 5e7f41965f8f26a46b727d204eef3054 | [1.7.x 发布说明](/docs/v1.7/release-notes/) | 
[1.7.x 快速开始](/docs/v1.7/user/quickstart/) |
 
-1. 
Seata版本维护策略,请参考[版本维护文档](https://seata.io),请您尽快升级低版本至当前维护版本。版本升级请参考[升级指南](/docs/ops/upgrade)
+1. 
Seata版本维护策略,请参考[版本维护文档](https://seata.apache.org/),请您尽快升级低版本至当前维护版本。版本升级请参考[升级指南](/docs/ops/upgrade)
 2. 更多历史版本下载,请参考[版本历史](/unversioned/release-history/seata-server)
 
 ## 快照版
 
-| 版本号 | 二进制下载 | docker镜像 | checksum | 发布说明 | 参考文档 |
-| ---- | ---- | ---- | ---- | ---- | ---- |
-|      |      |      |      |      |      |
-|      |      |      |      |      |      |
-|      |      |      |      |      |      |
+| 版本号 | 二进制下载 | docker镜像 | checksum | 发布说明 | 版本文档 |
+| ---- | ---- | ---- | ---- | ---- | -- |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to