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

dengliming 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 ca9b61ca60 [type:doc] add news data (#958)
ca9b61ca60 is described below

commit ca9b61ca6004c4b09cd139f69dc6f6cc41ddc0a3
Author: moremind <[email protected]>
AuthorDate: Wed Aug 16 14:02:36 2023 +0800

    [type:doc] add news data (#958)
    
    * [type:doc] add event
    
    * [type:doc] add news
---
 src/data/event.js    | 6 ++++++
 src/data/newsInfo.js | 9 +++++++++
 2 files changed, 15 insertions(+)

diff --git a/src/data/event.js b/src/data/event.js
index 249d5e29d0..68afb1e731 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.6.0</Translate>,
+    description:
+        "New Features  \n  Support shenyu-admin expose prometheus metrics \n  
2. Add shenyu Level-1 cache and Level-2 cache \n  3. Save extend plugin jar to 
shenyu admin \n  ......",
+    src: "2.6.0-release",
+  },
   {
     title: <Translate>Release Apache Shenyu 2.5.1</Translate>,
     description:
diff --git a/src/data/newsInfo.js b/src/data/newsInfo.js
index d77c1bf3d2..0dbd111520 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.6.0 Version Release</Translate>,
+        description: <Translate>Apache ShenYu 2.6.0 Version 
Release</Translate>,
+        categories: "Apache ShenYu",
+        tags: ["Apache ShenYu"],
+        date: '2023-08-15',
+        cover: "/img/architecture/shenyu-architecture-3d.png",
+        src:'Apache-ShenYu-release-version-2.6.0',
+    },
     {
         title: <Translate>The Student's Journey of Contributing to Apache 
ShenYu</Translate>,
         author: "Haiqi Qin",

Reply via email to