This is an automated email from the ASF dual-hosted git repository. midnight2104 pushed a commit to branch midnight2104 in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
commit 068bc75b07faeaa5374e187a75913d8a862ec379 Author: LL2104 <[email protected]> AuthorDate: Mon Feb 6 21:44:16 2023 +0800 [type:publish] add event url of 2.5.1-release --- src/data/docsInfo.js | 3 ++- src/data/event.js | 6 ++++++ src/data/newsInfo.js | 9 +++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/data/docsInfo.js b/src/data/docsInfo.js index 7828e62cee2..c025bb0fbf3 100644 --- a/src/data/docsInfo.js +++ b/src/data/docsInfo.js @@ -10,7 +10,8 @@ export default [ nextVersion: "/docs/next/index", versionsList: [ { next: "/docs/next/index" }, - { "2.5.0": "/docs/index" }, + { "2.5.1": "/docs/index" }, + { "2.5.0": "/docs/2.5.0/index" }, { "2.4.3": "/docs/2.4.3/index" }, { "2.4.2": "/docs/2.4.2/index" }, { "2.4.1": "/docs/2.4.1/index" }, diff --git a/src/data/event.js b/src/data/event.js index 7b6a4fe8c95..249d5e29d09 100644 --- a/src/data/event.js +++ b/src/data/event.js @@ -2,6 +2,12 @@ import React from "react"; import Translate from "@docusaurus/Translate"; export default [ + { + title: <Translate>Release Apache Shenyu 2.5.1</Translate>, + description: + "New Features \n 1. Add brpc example. \n 2. Add spring boot starter plugin brpc&admin. \n 3. Add brpc-plugin. \n ......", + src: "2.5.1-release", + }, { title: <Translate>Release Apache Shenyu Nginx 1.0.0-1</Translate>, description: diff --git a/src/data/newsInfo.js b/src/data/newsInfo.js index 419af6156f3..5a14845191e 100644 --- a/src/data/newsInfo.js +++ b/src/data/newsInfo.js @@ -2,6 +2,15 @@ import React from 'react'; import Translate from "@docusaurus/Translate"; export default [ + { + title: <Translate>Apache ShenYu 2.5.1 Version Release</Translate>, + description: <Translate>Apache ShenYu 2.5.1 Version Release</Translate>, + categories: "Apache ShenYu", + tags: ["Apache ShenYu"], + date: '2023-02-06', + cover: "/img/architecture/shenyu-architecture-3d.png", + src:'Apache-ShenYu-release-version-2.5.1', + }, { title: <Translate>From company gateway framework selection to Apache ShenYu Committer</Translate>, author: "Shuo Li",
