You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2022/09/23 02:12:11 UTC

[rocketmq-site] 01/02: #255 add release notes for rocketmq 5, update default version to 5.0

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

yukon pushed a commit to branch new-official-website-develop
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git

commit 15436a2c4faccdfcf23d9c8a7890f9c99dddd893
Author: Zhongliang.Chen <ch...@gmail.com>
AuthorDate: Thu Sep 22 20:34:41 2022 +0800

    #255 add release notes for rocketmq 5, update default version to 5.0
---
 docusaurus.config.js                               | 20 ++++++------
 src/pages/components/Hero.js                       |  2 +-
 src/pages/download.md                              | 36 ++++++++++++++++++++--
 .../02quickstart.md"                               |  4 +--
 4 files changed, 47 insertions(+), 15 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 4a27fac9..e2a81841 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -40,15 +40,15 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
             // Please change this to your repo.
             editUrl:
               "https://github.com/apache/rocketmq-site/tree/new-official-website",
-              lastVersion: 'current',
+              lastVersion: '5.0',
               versions: {
                 current: {
                   label: '4.x',
-                  path: '',
+                  path: '/4.x',
+                  banner: 'none'
                 },
                 '5.0': {
-                  label: '5.0',
-                  banner: 'unreleased'
+                  label: '5.0'
                 }
 },
           },
@@ -133,7 +133,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
             },
             {
               from: '/docs/rmq-arc',
-              to: '/docs/介绍/03whatis'
+              to: '/docs/领域模型/01main'
             },
             {
               from: '/docs/motivation/',
@@ -141,7 +141,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
             },
             {
               from: '/docs/quickstart/',
-              to: `/docs/介绍/02quickstart`
+              to: `/docs/快速入门/02quickstart`
             }
           ]
         }
@@ -198,8 +198,8 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
               position: "right",
               items: [
                 // { to: "/info", label: "项目信息" },
-                { to: "/docs/", label: "4.x" },
-                { to: "/docs/5.0/", label: "5.0" },
+                { to: "/docs/", label: "5.0" },
+                { to: "/docs/4.x/", label: "4.x" },
                 
                 // ... more items
               ],
@@ -298,11 +298,11 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
               items: [
                 {
                   label: 'Introduction',
-                  to: '/docs/介绍/03whatis',
+                  to: '/docs/领域模型/01main',
                 },
                 {
                   label: 'Installation',
-                  to: '/docs/介绍/02quickstart',
+                  to: '/docs/快速入门/02quickstart',
                 },
                 {
                   label: 'Migration from 4.x to 5.0',
diff --git a/src/pages/components/Hero.js b/src/pages/components/Hero.js
index 00609ce4..48c4755c 100644
--- a/src/pages/components/Hero.js
+++ b/src/pages/components/Hero.js
@@ -35,7 +35,7 @@ export default function Hero(){
               className={clsx(
                 "button button--outline button--secondary button--lg",styles.button
               )}
-              to={"/docs/介绍/02quickstart"}
+              to={"/docs/快速入门/02quickstart"}
             >
               <Translate id="快速开始">快速开始</Translate>
             </Link>
diff --git a/src/pages/download.md b/src/pages/download.md
index 4306c256..1402935d 100644
--- a/src/pages/download.md
+++ b/src/pages/download.md
@@ -34,11 +34,43 @@
 
 
 
+---
+## RocketMQ gRPC Client Java SDK
+
+| 版本      | 文档                                                         | 发布日期   | Source 下载                                                   | End of Support |
+| --------- | ------------------------------------------------------------ | ---------- | ------------------------------------------------------------ | -------------- |
+| **5.0.1** | [Release Notes](https://github.com/apache/rocketmq-clients/releases/tag/rocketmq-client-java-5.0.1) | 2022.8.29  | [download .zip](https://github.com/apache/rocketmq-clients/archive/refs/tags/rocketmq-client-java-5.0.1.zip) |  |
+| **5.0.0** | [Release Notes](https://github.com/apache/rocketmq-clients/releases/tag/rocketmq-client-java-5.0.0) | 2022.8.01  | [download .zip](https://github.com/apache/rocketmq-clients/archive/refs/tags/rocketmq-client-java-5.0.0.zip) |  |
+
+---
+
+## RocketMQ gRPC Client Cpp SDK
+
+| 版本      | 文档                                                         | 发布日期   | Source 下载                                                   | End of Support |
+| --------- | ------------------------------------------------------------ | ---------- | ------------------------------------------------------------ | -------------- |
+| **5.0.0** | [Release Notes](https://github.com/apache/rocketmq-clients/releases/tag/cpp-5.0.0) | 2022.9.22  | [download .zip](https://github.com/apache/rocketmq-clients/archive/refs/tags/cpp-5.0.0.zip) |  |
+
+---
+
+## RocketMQ gRPC Client Go SDK
+
+| 版本      | 文档                                                         | 发布日期   | Source 下载                                                   | End of Support |
+| --------- | ------------------------------------------------------------ | ---------- | ------------------------------------------------------------ | -------------- |
+| **5.0.0** | [Release Notes](https://github.com/apache/rocketmq-clients/releases/tag/rocketmq-client-golang-5.0.0) | 2022.9.22  | [download .zip](https://github.com/apache/rocketmq-clients/archive/refs/tags/rocketmq-client-golang-5.0.0.zip) |  |
+
+---
+
+## RocketMQ gRPC Client C# SDK
+
+| 版本      | 文档                                                         | 发布日期   | Source 下载                                                   | End of Support |
+| --------- | ------------------------------------------------------------ | ---------- | ------------------------------------------------------------ | -------------- |
+| **5.0.0** | [Release Notes](https://github.com/apache/rocketmq-clients/releases/tag/rocketmq-client-csharp-5.0.0) | 2022.9.22  | [download .zip](https://github.com/apache/rocketmq-clients/archive/refs/tags/rocketmq-client-csharp-5.0.0.zip) |  |
+
 ---
 
 
 
-## RocketMQ Client Go
+## RocketMQ Remoting Client Go SDK
 
 | 版本      | 文档                                                         | 发布日期   | Source 下载                                                  | Binary 下载 | End of Support |
 | --------- | ------------------------------------------------------------ | ---------- | ------------------------------------------------------------ | ----------- | -------------- |
@@ -50,7 +82,7 @@
 
 ---
 
-## RocketMQ Client CPP
+## RocketMQ Remoting Client CPP SDK
 
 | 版本      | 文档                                                         | 发布日期  | Source 下载                                                  | Binary 下载                                                  | End of Support |
 | --------- | ------------------------------------------------------------ | --------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -------------- |
diff --git "a/versioned_docs/version-5.0/02-\345\277\253\351\200\237\345\205\245\351\227\250/02quickstart.md" "b/versioned_docs/version-5.0/02-\345\277\253\351\200\237\345\205\245\351\227\250/02quickstart.md"
index 16044be0..a1649673 100644
--- "a/versioned_docs/version-5.0/02-\345\277\253\351\200\237\345\205\245\351\227\250/02quickstart.md"
+++ "b/versioned_docs/version-5.0/02-\345\277\253\351\200\237\345\205\245\351\227\250/02quickstart.md"
@@ -13,13 +13,13 @@
 
 :::tip RocketMQ下载
 
-RocketMQ 的安装包分为两种,二进制包和源码包。 点击[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.4/rocketmq-all-4.9.4-source-release.zip) 下载 Apache RocketMQ 4.9.4的源码包。你也可以从[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip) 下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的,
+RocketMQ 的安装包分为两种,二进制包和源码包。 点击[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip) 下载 Apache RocketMQ 5.0.0的源码包。你也可以从[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-bin-release.zip) 下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的,
 
 :::
 
 这里以在Linux环境下利用社区5.0.0的源码包为例,介绍RocketMQ安装过程。
 
-解压4.9.4的源码包并编译构建二进制可执行文件
+解压5.0.0的源码包并编译构建二进制可执行文件
 
 ```shell
 $ unzip rocketmq-all-5.0.0-source-release.zip