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

xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new d61743a06b fix route for the V2.5.0 (#725)
d61743a06b is described below

commit d61743a06bc51e7b1fcd173b49a9253f00418921
Author: gouzixing <[email protected]>
AuthorDate: Sat Aug 27 08:42:23 2022 +0800

    fix route for the V2.5.0 (#725)
    
    * newsPage
    
    * news page
    
    * bugfix
    
    * news page update
    
    * bugfix --path bug
    
    * conflict
    
    * conflict
    
    * img update
    
    * blog page refractor
    
    * blog page new style
    
    * delete annotate
    
    * index page highlight for slogon
    
    * bugfix:document for node
    
    * bugfix--link false
    
    * i18n & link fix
    
    * 'translate'
    
    * translate
    
    * urlchange bugfix
    
    * docs fix
    
    * delete unused import
    
    * fix
    
    * event page & navibar update & overview doc & pic update for news
    
    * lint
    
    * lint
    
    * translate
    
    * lint
    
    * trans
    
    * feat
    
    * fix--locale=zh
    
    * docs fix
    
    * footer
    
    * i18n
    
    * userList
    
    * fix
    
    * fix
    
    * fix
    
    * index
    
    * fix
    
    * hover
    
    * fix
    
    * index page
    
    * index page
    
    * SWIPER
    
    * SWIPER
    
    * 2.5.0
    
    * 2.5.0
    
    Co-authored-by: gouzixing <[email protected]>
    Co-authored-by: gouzixing <[email protected]>
---
 docusaurus.config.js | 2 +-
 i18n/zh/code.json    | 3 +++
 src/data/event.js    | 6 +++++-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 49aec8d21d..13f3fae6ab 100755
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -59,7 +59,7 @@ module.exports = {
             },
             {
               label: "2.5.0",
-              to: "/docs/2.5.0/index",
+              to: "/docs/index",
             },
             {
               label: "2.4.3",
diff --git a/i18n/zh/code.json b/i18n/zh/code.json
index c5015f7f0a..f724b74b8d 100755
--- a/i18n/zh/code.json
+++ b/i18n/zh/code.json
@@ -442,6 +442,9 @@
   "Release Apache Shenyu 2.2.0":{
     "message":"Apache Shenyu 2.2.0 发布"
   },
+  "Release Apache Shenyu 2.5.0": {
+    "message":"Apache Shenyu 2.5.0 发布"
+  },
   "Events":{
     "message":"事件"
   },
diff --git a/src/data/event.js b/src/data/event.js
index d2825e281d..b2b6202f91 100644
--- a/src/data/event.js
+++ b/src/data/event.js
@@ -2,12 +2,16 @@ import React from 'react';
 import Translate from "@docusaurus/Translate";
 
 export default [
+    {
+        title: <Translate>Release Apache Shenyu 2.5.0</Translate>,
+        description: "New Features  \n  1. Add logging-aliyun-sls plugin. \n  
2. Add mock plugin. \n  3. Add logging-es plugin. \n  ......",
+        src:'2.5.0-release',
+    },
     {
         title: <Translate>Release Apache Shenyu 2.4.3</Translate>,
         description: "New Features  \n  1. Add http register client retry. \n  
2. Support octet-stream context-type. \n  3. Support redirecting to URIs 
outside of bootstrap and refactoring code. \n  ......",
         src:'2.4.3-release',
     },
-
     {
         title: <Translate>Release Apache Shenyu 2.4.2</Translate>, 
         description: "New Features  \n  1. Add Mqtt plugin.  \n  2. Add 
Shenyu-Agent module support observability.  \n  3. Add opentelemetry plugin on 
Shenyu-Agent module.  \n  ......",

Reply via email to