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

liuhongyu 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 26fa532e4ff feat: add new committer blog and fix some bug (#1107)
26fa532e4ff is described below

commit 26fa532e4ff97c61fcfe9a1823bb68abd527cf52
Author: shown <[email protected]>
AuthorDate: Tue Jan 13 11:42:03 2026 +0800

    feat: add new committer blog and fix some bug (#1107)
    
    * feat: add new committer blog and fix some bug
    
    Signed-off-by: yuluo-yx <[email protected]>
    
    * fix
    
    Signed-off-by: yuluo-yx <[email protected]>
    
    ---------
    
    Signed-off-by: yuluo-yx <[email protected]>
---
 docusaurus.config.js                               |  2 ++
 .../Apache-ShenYu-Committer-2021-07-27.md          |  1 +
 .../Apache-ShenYu-Committer-2021-09-08.md          |  1 +
 .../Apache-ShenYu-Committer-2021-11-11.md          |  1 +
 .../Apache-ShenYu-Committer-2021-12-08.md          |  1 +
 .../Apache-ShenYu-Committer-2022-02-28.md          |  1 +
 .../Apache-ShenYu-Committer-2022-04-20.md          |  1 +
 .../Apache-ShenYu-Committer-2022-07-04.md          |  1 +
 .../Apache-ShenYu-Committer-2022-08-04.md          |  1 +
 .../Apache-ShenYu-Committer-2022-08-08.md          |  1 +
 .../Apache-ShenYu-Committer-2023-06-14.md          |  1 +
 .../Apache-ShenYu-Committer-2024-04-08.md          |  1 +
 .../Apache-ShenYu-Committer-2024-08-08.md          |  1 +
 .../Apache-ShenYu-Committer-2024-08-14.md          |  1 +
 .../Apache-ShenYu-Committer-2026-01-06.md          | 35 +++++++++++++++++++++
 .../Apache-ShenYu-GSOC2023-2023-04-18.md           |  1 +
 .../Apache-ShenYu-OSPP2023-2023-05-19.md           |  1 +
 .../Apache-ShenYu-PPMC-2021-11-05.md               |  1 +
 .../Apache-ShenYu-WASM-release-version-1.0.0.md    |  1 +
 ...pache-ShenYu-release-milestone-version-2.4.0.md |  1 +
 .../Apache-ShenYu-release-version-2.4.3.md         |  1 +
 .../Apache-ShenYu-release-version-2.5.1.md         |  1 +
 .../Apache-ShenYu-release-version-2.6.0.md         |  1 +
 .../Apache-ShenYu-release-version-2.7.0.1.md       |  1 +
 .../Apache-ShenYu-release-version-2.7.0.2.md       |  1 +
 .../Apache-ShenYu-release-version-2.7.0.3.md       |  1 +
 .../Apache-ShenYu-release-version-2.7.0.md         |  1 +
 ...Soul-gateway-release-milestone-version-2.3.0.md |  1 +
 .../user-guide/observability/_category_.json       |  2 +-
 i18n/zh/docusaurus-plugin-content-pages/team.mdx   |  8 +++++
 news/Apache-ShenYu-Committer-2021-07-27.md         |  1 +
 news/Apache-ShenYu-Committer-2021-09-08.md         |  1 +
 news/Apache-ShenYu-Committer-2021-11-11.md         |  1 +
 news/Apache-ShenYu-Committer-2021-12-08.md         |  1 +
 news/Apache-ShenYu-Committer-2022-02-28.md         |  1 +
 news/Apache-ShenYu-Committer-2022-04-20.md         |  1 +
 news/Apache-ShenYu-Committer-2022-07-04.md         |  1 +
 news/Apache-ShenYu-Committer-2022-08-04.md         |  1 +
 news/Apache-ShenYu-Committer-2022-08-08.md         |  1 +
 news/Apache-ShenYu-Committer-2023-06-14.md         |  1 +
 news/Apache-ShenYu-Committer-2024-04-08.md         |  1 +
 news/Apache-ShenYu-Committer-2024-08-08.md         |  1 +
 news/Apache-ShenYu-Committer-2024-08-14.md         |  1 +
 news/Apache-ShenYu-Committer-2026-01-06.md         | 36 ++++++++++++++++++++++
 news/Apache-ShenYu-GSOC2023-2023-04-18.md          |  1 +
 news/Apache-ShenYu-OSPP2023-2023-05-19.md          |  1 +
 news/Apache-ShenYu-PPMC-2021-11-05.md              |  1 +
 news/Apache-ShenYu-WASM-release-version-1.0.0.md   |  1 +
 ...pache-ShenYu-release-milestone-version-2.4.0.md |  1 +
 news/Apache-ShenYu-release-version-2.4.3.md        |  1 +
 news/Apache-ShenYu-release-version-2.5.1.md        |  1 +
 news/Apache-ShenYu-release-version-2.6.0.md        |  1 +
 news/Apache-ShenYu-release-version-2.7.0.1.md      |  1 +
 news/Apache-ShenYu-release-version-2.7.0.2.md      |  1 +
 news/Apache-ShenYu-release-version-2.7.0.3.md      |  1 +
 news/Apache-ShenYu-release-version-2.7.0.md        |  1 +
 ...Soul-gateway-release-milestone-version-2.3.0.md |  1 +
 package.json                                       |  6 ++--
 src/data/newsInfo.js                               | 10 ++++++
 .../user-guide/observability/_category_.json       |  2 +-
 60 files changed, 148 insertions(+), 5 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 89197e63c58..e886f1d8cd9 100755
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -302,6 +302,8 @@ module.exports = {
         routeBasePath: "news",
         path: "news",
         blogSidebarCount: 0,
+        editLocalizedFiles: true,
+        editUrl: "https://github.com/apache/shenyu-website/edit/main/";,
       },
     ],
     "plugin-image-zoom",
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-07-27.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-07-27.md
index 3ff4963f2a5..33e00edeac4 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-07-27.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-07-27.md
@@ -5,6 +5,7 @@ description: "毕业一年成长成为Apache ShenYu Committer"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2021-07-27
+slug: Apache-ShenYu-Committer-2021-07-27
 cover: "/img/committers/liuliang.jpg"
 ---  
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-09-08.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-09-08.md
index b630616d638..1a103b1ce1b 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-09-08.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-09-08.md
@@ -5,6 +5,7 @@ description: "从用户到Committer,参与Apache ShenYu社区并不遥远"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2021-09-08
+slug: Apache-ShenYu-Committer-2021-09-08
 cover: "/img/committers/tangzhen.jpg"
 ---  
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-11-11.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-11-11.md
index 09537b59a23..068758a8856 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-11-11.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-11-11.md
@@ -5,6 +5,7 @@ description: "从用户到Committer,别样体验和收获"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2021-11-11
+slug: Apache-ShenYu-Committer-2021-11-11
 ---
 
 ### 新晋Committer介绍
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-12-08.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-12-08.md
index 2cb06ab481c..100b042f95e 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-12-08.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2021-12-08.md
@@ -5,6 +5,7 @@ description: "The way from College Student to Apache Committer"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2021-12-08
+slug: Apache-ShenYu-Committer-2021-12-08
 ---
 
 ### 个人介绍
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-02-28.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-02-28.md
index 597dfa0375f..000f1f0688c 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-02-28.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-02-28.md
@@ -5,6 +5,7 @@ description: "The Open Source Path for Tech Veterans"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2021-02-28
+slug: Apache-ShenYu-Committer-2022-02-28
 ---
 
 ### 个人介绍
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-04-20.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-04-20.md
index c68d6637952..bad44c8d0e5 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-04-20.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-04-20.md
@@ -5,6 +5,7 @@ description: "你也可以成为Apache ShenYu Committer"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2022-04-20
+slug: Apache-ShenYu-Committer-2022-04-20
 ---  
 
 ### 新晋Committer介绍
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-07-04.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-07-04.md
index 6c0e2b54d16..b3981593974 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-07-04.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-07-04.md
@@ -5,6 +5,7 @@ description: "从CRUD Boy到Apache ShenYu Committer"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2022-07-04
+slug: Apache-ShenYu-Committer-2022-07-04
 ---  
 
 ### 新晋Committer介绍
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-08-04.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-08-04.md
index 3e13d69c08f..24a1e506da8 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-08-04.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-08-04.md
@@ -5,6 +5,7 @@ description: "从用户到Apache ShenYu Committer"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2022-08-04
+slug: Apache-ShenYu-Committer-2022-08-04
 ---  
 
 ### 个人介绍
diff --git a/news/Apache-ShenYu-Committer-2022-08-08.md 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-08-08.md
similarity index 98%
copy from news/Apache-ShenYu-Committer-2022-08-08.md
copy to 
i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-08-08.md
index 875fde328a5..907ea22f102 100644
--- a/news/Apache-ShenYu-Committer-2022-08-08.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2022-08-08.md
@@ -5,6 +5,7 @@ description: "From company gateway framework selection to 
Apache ShenYu Committe
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2022-08-08
+slug: Apache-ShenYu-Committer-2022-08-08
 ---  
 
 ### Introduction of new Committer
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2023-06-14.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2023-06-14.md
index bcddfc20576..d1461d8c8e7 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2023-06-14.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2023-06-14.md
@@ -5,6 +5,7 @@ description: "The Student's Journey of Contributing to Apache 
ShenYu"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2023-06-14
+slug: Apache-ShenYu-Committer-2023-06-14
 ---
 
 ### 个人介绍
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2024-04-08.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2024-04-08.md
index e62627aa77f..ccfc0f05ab5 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2024-04-08.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2024-04-08.md
@@ -5,6 +5,7 @@ description: "与ShenYu共创未来"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2024-04-08
+slug: Apache-ShenYu-Committer-2024-04-08
 ---
 
 ### 个人介绍
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2024-08-08.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2024-08-08.md
index f0a3d355132..81fd3e889f4 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2024-08-08.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2024-08-08.md
@@ -5,6 +5,7 @@ description: "我的 Apache ShenYu 开源之旅"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2024-08-08
+slug: Apache-ShenYu-Committer-2024-08-08
 ---
 
 ### 个人介绍
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2024-08-14.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2024-08-14.md
index 0839f5e05aa..9d2d4b45b61 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2024-08-14.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2024-08-14.md
@@ -5,6 +5,7 @@ description: "从小事做起,逐渐成为开源社区的核心力量"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2024-08-14
+slug: Apache-ShenYu-Committer-2024-08-14
 ---
 
 ### 个人介绍
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2026-01-06.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2026-01-06.md
new file mode 100644
index 00000000000..290b2a94035
--- /dev/null
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-Committer-2026-01-06.md
@@ -0,0 +1,35 @@
+---
+title: "Become a Committer"
+author: "shown"
+description: "Become a Committer"
+categories: "Apache ShenYu Committers"
+tags: ["Apache ShenYu"]
+date: 2026-01-06
+slug: Apache-ShenYu-Committer-2026-01-06
+---
+
+# Apache ShenYu Committer
+
+## Self-Introduction
+
+大家好,我是牧生,目前是一位 Go/Java 开发工程师。非常高兴能够收到 Apache ShenYu 项目的 Committer 邀请。正式成为 
Apache ShenYu 项目的 Committer,为 ShenYu 项目添砖加瓦。
+
+个人一直热衷于开源社区,同时也是 Apache Hertzbeat 的 Committer 和 Spring AI Alibaba 项目的 PMC,
+
+## My Journey with Apache ShenYu
+
+我本身就对 gateway 项目有非常浓厚的兴趣,一次偶然的机会。在 Apache Hertzbeat 社区结识了大佬 @Asia00,恰逢 ShenYu 
项目飞速发展,而且也有一些 help wanted 和 good first issue。
+
+于是我便试着提交 PR 参与到了 Apache ShenYu 项目的开源建设中来,经过三个多月时间的持续贡献,累计 18k 行代码变更。最终经过 
@Asia00 的提名,成为了 Committer。
+
+## Experience Sharing
+
+开源之路始于兴趣,成长于实践。开源不仅是技术热情的载体,更是一段与社区共同成长的旅程。
+
+对于初次参与开源的开发者来说,勇于尝试是最重要的一步。即使是最小的贡献,也能积累宝贵的经验。 
在日常中,多参与社区讨论与代码评审,在交流中不断学习;保持耐心与坚持,每一次遇到的难题与挑战,都是成长的契机。
+
+在 Apache ShenYu 社区中,实际参与项目的机会很多。多关注 Issue 列表,多沟通交流——总会有人积极回应你的想法,并从你的观点中获得启发。
+
+## Conclusion
+
+衷心感谢各位社区伙伴的耐心 Review 和悉心指导。成为 Committer 只是我一个小的里程碑,期望和 Apache ShenYu 
一起继续秉持开源精神,吸引更多优秀的开发者,共同打造一个技术领先且充满活力的社区。Apache ShenYu 项目早日突破 10k star!
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-GSOC2023-2023-04-18.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-GSOC2023-2023-04-18.md
index a79a56e8774..fba236e1bd0 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-GSOC2023-2023-04-18.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-GSOC2023-2023-04-18.md
@@ -5,6 +5,7 @@ description: "Apache ShenYu GSOC 2023"
 categories: "GSOC 2023"
 tags: ["Apache ShenYu", "GSOC 2023"]
 date: 2023-04-18
+slug: Apache-ShenYu-GSOC2023-2023-04-18
 ---
 
 ## Google Summer of Code & Apache ShenYu springcloud e2e task is coming | 
Invite you to explore the high performance gateway
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-OSPP2023-2023-05-19.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-OSPP2023-2023-05-19.md
index 01be1ac6f3b..b420d1b3995 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-OSPP2023-2023-05-19.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-OSPP2023-2023-05-19.md
@@ -5,6 +5,7 @@ description: "Apache ShenYu OSPP 2023"
 categories: "OSPP 2023"
 tags: ["Apache ShenYu", "OSPP 2023"]
 date: 2023-05-19
+slug: Apache-ShenYu-OSPP2023-2023-05-19
 ---
 
 ## [开源之夏】Apache ShenYu e2e课题来袭 | 邀您深耕高性能网关
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-PPMC-2021-11-05.md 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-PPMC-2021-11-05.md
index e828ac38d5b..5ffb56a0689 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-PPMC-2021-11-05.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-PPMC-2021-11-05.md
@@ -5,6 +5,7 @@ description: "Apache ShenYu(incubating)新晋PPMC"
 categories: "Apache ShenYu PPMC"
 tags: ["Apache ShenYu"]
 date: 2021-11-05
+slug: Apache-ShenYu-PPMC-2021-11-05
 ---  
 
 ### 新晋PPMC介绍
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-WASM-release-version-1.0.0.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-WASM-release-version-1.0.0.md
index 95fba4cb4f3..7578a82758a 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-WASM-release-version-1.0.0.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-WASM-release-version-1.0.0.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu WASM 1.0.0 版本发布"
 categories: "Apache ShenYu WASM"
 tags: ["Apache ShenYu WASM", "WASM"]
 date: 2024-01-06
+slug: Apache-ShenYu-WASM-release-version-1.0.0
 ---
 
 ## 关于Apache ShenYu
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-milestone-version-2.4.0.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-milestone-version-2.4.0.md
index 86e6450c7a5..a2496c83e4f 100755
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-milestone-version-2.4.0.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-milestone-version-2.4.0.md
@@ -5,6 +5,7 @@ description: "发布Apache首个版本-2.4.0,让API网关变得简单"
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2021-08-01
+slug: Apache-ShenYu-release-milestone-version-2.4.0
 cover: "/img/architecture/shenyu-framework.png"
 ---  
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.4.3.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.4.3.md
index 336f1ef53bc..8329f3feb57 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.4.3.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.4.3.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu 2.4.3 版本发布"
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2022-04-18
+slug: Apache-ShenYu-release-version-2.4.3
 ---  
 
 时隔3个月,Apache ShenYu再次发布2.4.3版本,本次版本内容,有200+的pull 
Request,30+的贡献者参与,新增了非常多的功能,修复了很多bug,以及优化了很多内容。
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.5.1.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.5.1.md
index 7cf5ad8d3e5..ff1f70ac179 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.5.1.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.5.1.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu 2.5.1 版本发布"
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2022-02-04
+slug: Apache-ShenYu-release-version-2.5.1
 ---  
 
 春节刚过,Apache ShenYu便迎来了2.5.1版本。此次发布内容,共有 259 个pull 
Request,64位贡献者的参与。新增了若干功能,修复了bug,优化了若干内容。
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.6.0.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.6.0.md
index d660f226a5d..77fda812190 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.6.0.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.6.0.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu 2.6.0 版本发布"
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2023-08-15
+slug: Apache-ShenYu-release-version-2.6.0
 ---
 
 ## 关于Apache ShenYu
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.1.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.1.md
index d27ef9b8ca2..110a210abfc 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.1.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.1.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu 2.7.0.1 版本发布"
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2025-05-03
+slug: Apache-ShenYu-release-version-2.7.0.1
 ---
 
 ## 关于Apache ShenYu
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.2.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.2.md
index e0841a580ee..ac8f89d38b5 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.2.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.2.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu 2.7.0.2 版本发布"
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2025-08-25
+slug: Apache-ShenYu-release-version-2.7.0.2
 ---
 
 ## 关于Apache ShenYu
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.3.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.3.md
index b24a97dd11d..1ee08e33659 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.3.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.3.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu 2.7.0.3 版本发布"
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2025-11-24
+slug: Apache-ShenYu-release-version-2.7.0.3
 ---
 
 ## 关于Apache ShenYu
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.md
index d3d7182320e..453d74aa006 100644
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Apache-ShenYu-release-version-2.7.0.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu 2.7.0 版本发布"
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2025-01-15
+slug: Apache-ShenYu-release-version-2.7.0
 ---
 
 ## 关于Apache ShenYu
diff --git 
a/i18n/zh/docusaurus-plugin-content-blog-news/Soul-gateway-release-milestone-version-2.3.0.md
 
b/i18n/zh/docusaurus-plugin-content-blog-news/Soul-gateway-release-milestone-version-2.3.0.md
index 1df7a7dee8c..b5ed0f26ef7 100755
--- 
a/i18n/zh/docusaurus-plugin-content-blog-news/Soul-gateway-release-milestone-version-2.3.0.md
+++ 
b/i18n/zh/docusaurus-plugin-content-blog-news/Soul-gateway-release-milestone-version-2.3.0.md
@@ -5,6 +5,7 @@ description: "Soul 网关发布里程碑的2.3.0版本,新增支持GRPC,Tars
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2020-07-05
+slug: Soul-gateway-release-milestone-version-2.3.0
 cover: "/img/architecture/shenyu-framework.png"
 ---  
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/observability/_category_.json
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/observability/_category_.json
index 8a01ee0d47a..c7e4489bf00 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/observability/_category_.json
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.2/user-guide/observability/_category_.json
@@ -1,4 +1,4 @@
 {
-  "label": "Observability",
+  "label": "可观测性指南",
   "position": 3
 }
diff --git a/i18n/zh/docusaurus-plugin-content-pages/team.mdx 
b/i18n/zh/docusaurus-plugin-content-pages/team.mdx
index d3671eb06d9..c73fc14c49b 100644
--- a/i18n/zh/docusaurus-plugin-content-pages/team.mdx
+++ b/i18n/zh/docusaurus-plugin-content-pages/team.mdx
@@ -465,6 +465,14 @@ tags: ["Team"]
         <td>Committer</td>
         <td></td>
     </tr>
+    <tr>
+        <td><a href="https://github.com/yuluo-yx";><img width="64" 
src="https://avatars.githubusercontent.com/u/77964041?v=4"/></a></td>
+        <td>yuluo-yx</td>
+        <td><a 
href="https://people.apache.org/committer-index.html#xcsnx";>yuluo-yx</a></td>
+        <td><a href="https://github.com/yuluo-yx";>yuluo-yx</a></td>
+        <td>Committer</td>
+        <td></td>
+    </tr>
 </table>
 
 ## 贡献者
diff --git a/news/Apache-ShenYu-Committer-2021-07-27.md 
b/news/Apache-ShenYu-Committer-2021-07-27.md
index 6f9318d1cd2..01bf5f15e5e 100644
--- a/news/Apache-ShenYu-Committer-2021-07-27.md
+++ b/news/Apache-ShenYu-Committer-2021-07-27.md
@@ -5,6 +5,7 @@ description: "How I became an Apache ShenYu Committer one year 
after graduation"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2021-07-27
+slug: Apache-ShenYu-Committer-2021-07-27
 cover: "/img/committers/liuliang.jpg"
 ---  
 
diff --git a/news/Apache-ShenYu-Committer-2021-09-08.md 
b/news/Apache-ShenYu-Committer-2021-09-08.md
index a0529502a55..582da60a1c3 100644
--- a/news/Apache-ShenYu-Committer-2021-09-08.md
+++ b/news/Apache-ShenYu-Committer-2021-09-08.md
@@ -5,6 +5,7 @@ description: "From users to Committer, participation in the 
Apache ShenYu commun
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2021-09-08
+slug: Apache-ShenYu-Committer-2021-09-08
 cover: "/img/committers/tangzhen.jpg"
 ---  
 
diff --git a/news/Apache-ShenYu-Committer-2021-11-11.md 
b/news/Apache-ShenYu-Committer-2021-11-11.md
index 1f25137c230..78c27c4c9ee 100644
--- a/news/Apache-ShenYu-Committer-2021-11-11.md
+++ b/news/Apache-ShenYu-Committer-2021-11-11.md
@@ -5,6 +5,7 @@ description: "From users to Committer, different experiences 
and gains"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2021-11-11
+slug: Apache-ShenYu-Committer-2021-11-11
 ---
 
 ### New Committer Introduction
diff --git a/news/Apache-ShenYu-Committer-2021-12-08.md 
b/news/Apache-ShenYu-Committer-2021-12-08.md
index de780c31a7d..180b68d3009 100644
--- a/news/Apache-ShenYu-Committer-2021-12-08.md
+++ b/news/Apache-ShenYu-Committer-2021-12-08.md
@@ -5,6 +5,7 @@ description: "The way from College Student to Apache Committer"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2021-12-08
+slug: Apache-ShenYu-Committer-2021-12-08
 ---
 
 ### New Committer Introduction
diff --git a/news/Apache-ShenYu-Committer-2022-02-28.md 
b/news/Apache-ShenYu-Committer-2022-02-28.md
index b82e6f4fcc0..7202f3e6fc4 100644
--- a/news/Apache-ShenYu-Committer-2022-02-28.md
+++ b/news/Apache-ShenYu-Committer-2022-02-28.md
@@ -5,6 +5,7 @@ description: "The Open Source Path for Tech Veterans"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2021-02-28
+slug: Apache-ShenYu-Committer-2022-02-28
 ---
 
 ### Self Introduction:
diff --git a/news/Apache-ShenYu-Committer-2022-04-20.md 
b/news/Apache-ShenYu-Committer-2022-04-20.md
index 8a6e928d3e3..ffdf8ac7795 100644
--- a/news/Apache-ShenYu-Committer-2022-04-20.md
+++ b/news/Apache-ShenYu-Committer-2022-04-20.md
@@ -5,6 +5,7 @@ description: "You can also be an Apache ShenYu Committer"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2022-04-20
+slug: Apache-ShenYu-Committer-2022-04-20
 ---  
 
 ### Introduction of new Committer
diff --git a/news/Apache-ShenYu-Committer-2022-07-04.md 
b/news/Apache-ShenYu-Committer-2022-07-04.md
index d8f621e63cf..86165b1e90b 100644
--- a/news/Apache-ShenYu-Committer-2022-07-04.md
+++ b/news/Apache-ShenYu-Committer-2022-07-04.md
@@ -5,6 +5,7 @@ description: "From CRUD Boy to Apache ShenYu Committer"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2022-07-04
+slug: Apache-ShenYu-Committer-2022-07-04
 ---  
 
 ### Introduction of new Committer
diff --git a/news/Apache-ShenYu-Committer-2022-08-04.md 
b/news/Apache-ShenYu-Committer-2022-08-04.md
index 6f3980d4168..a2a244b47fb 100644
--- a/news/Apache-ShenYu-Committer-2022-08-04.md
+++ b/news/Apache-ShenYu-Committer-2022-08-04.md
@@ -5,6 +5,7 @@ description: "From Apache ShenYu User to Apache ShenYu 
Committer"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2022-08-04
+slug: Apache-ShenYu-Committer-2022-08-04
 ---  
 
 ### Introduction of new Committer
diff --git a/news/Apache-ShenYu-Committer-2022-08-08.md 
b/news/Apache-ShenYu-Committer-2022-08-08.md
index 875fde328a5..907ea22f102 100644
--- a/news/Apache-ShenYu-Committer-2022-08-08.md
+++ b/news/Apache-ShenYu-Committer-2022-08-08.md
@@ -5,6 +5,7 @@ description: "From company gateway framework selection to 
Apache ShenYu Committe
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2022-08-08
+slug: Apache-ShenYu-Committer-2022-08-08
 ---  
 
 ### Introduction of new Committer
diff --git a/news/Apache-ShenYu-Committer-2023-06-14.md 
b/news/Apache-ShenYu-Committer-2023-06-14.md
index 32ad3e43f61..be62f4b80af 100644
--- a/news/Apache-ShenYu-Committer-2023-06-14.md
+++ b/news/Apache-ShenYu-Committer-2023-06-14.md
@@ -5,6 +5,7 @@ description: "The Student's Journey of Contributing to Apache 
ShenYu"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2023-06-14
+slug: Apache-ShenYu-Committer-2023-06-14
 ---
 
 ### New Committer Introduction
diff --git a/news/Apache-ShenYu-Committer-2024-04-08.md 
b/news/Apache-ShenYu-Committer-2024-04-08.md
index 598466295fc..38b24a86281 100644
--- a/news/Apache-ShenYu-Committer-2024-04-08.md
+++ b/news/Apache-ShenYu-Committer-2024-04-08.md
@@ -5,6 +5,7 @@ description: "Co-authoring the future with ShenYu"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2024-04-08
+slug: Apache-ShenYu-Committer-2024-04-08
 ---
 
 ### Self Introduction:
diff --git a/news/Apache-ShenYu-Committer-2024-08-08.md 
b/news/Apache-ShenYu-Committer-2024-08-08.md
index 012bc4769c9..7e46afea4eb 100644
--- a/news/Apache-ShenYu-Committer-2024-08-08.md
+++ b/news/Apache-ShenYu-Committer-2024-08-08.md
@@ -5,6 +5,7 @@ description: "My Open Source Journey with Apache ShenYu"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2024-08-08
+slug: Apache-ShenYu-Committer-2024-08-08
 ---
 
 ### Personal Introduction
diff --git a/news/Apache-ShenYu-Committer-2024-08-14.md 
b/news/Apache-ShenYu-Committer-2024-08-14.md
index 92c6a3f1b27..701da946460 100644
--- a/news/Apache-ShenYu-Committer-2024-08-14.md
+++ b/news/Apache-ShenYu-Committer-2024-08-14.md
@@ -5,6 +5,7 @@ description: "Start small, become a Committer"
 categories: "Apache ShenYu Committers"
 tags: ["Apache ShenYu"]
 date: 2024-08-14
+slug: Apache-ShenYu-Committer-2024-08-14
 ---
 
 ### Personal Introduction
diff --git a/news/Apache-ShenYu-Committer-2026-01-06.md 
b/news/Apache-ShenYu-Committer-2026-01-06.md
new file mode 100644
index 00000000000..1dac160a028
--- /dev/null
+++ b/news/Apache-ShenYu-Committer-2026-01-06.md
@@ -0,0 +1,36 @@
+---
+title: "Become a Committer"
+author: "shown"
+description: "Become a Committer"
+categories: "Apache ShenYu Committers"
+tags: ["Apache ShenYu"]
+date: 2026-01-06
+slug: Apache-ShenYu-Committer-2026-01-06
+---
+
+# Apache ShenYu Committer
+
+## Self-Introduction
+
+Hello everyone, I'm Musheng (shown), currently a Go/Java development engineer. 
I'm very excited to receive the invitation to become a Committer of the Apache 
ShenYu project. It's an honor to officially join as an Apache ShenYu Committer 
and contribute to the project's growth.
+
+I've always been passionate about open source communities and am also a 
Committer for Apache Hertzbeat and a PMC member of the Spring AI Alibaba 
project.
+
+## My Journey with Apache ShenYu
+
+I've always had a strong interest in gateway projects. By chance, I met 
@Asia00 in the Apache Hertzbeat community. At that time, the ShenYu project was 
developing rapidly and had many "help wanted" and "good first issue" tags.
+
+So I started submitting PRs to participate in the open source development of 
Apache ShenYu. After more than three months of continuous contributions, 
totaling 18k lines of code changes, I was nominated by @Asia00 and became a 
Committer.
+
+## Experience Sharing
+
+The journey of open source begins with interest and grows through practice. 
Open source is not only a carrier of technical enthusiasm, but also a journey 
of growing together with the community.
+
+For developers participating in open source for the first time, being brave to 
try is the most important step. Even the smallest contribution can accumulate 
valuable experience. In daily work, actively participate in community 
discussions and code reviews, learning continuously through communication; 
maintain patience and persistence, as every challenge and difficulty 
encountered is an opportunity for growth.
+
+In the Apache ShenYu community, there are many opportunities to actually 
participate in the project. Pay more attention to the Issue list and 
communicate more - there will always be someone actively responding to your 
ideas and getting inspired by your perspectives.
+
+## Conclusion
+
+I sincerely thank all community partners for their patient reviews and careful 
guidance. Becoming a Committer is just a small milestone for me. I look forward 
to continuing to uphold the spirit of open source with Apache ShenYu, 
attracting more excellent developers, and jointly building a technologically 
advanced and vibrant community. May the Apache ShenYu project soon reach 10k 
stars!
+
diff --git a/news/Apache-ShenYu-GSOC2023-2023-04-18.md 
b/news/Apache-ShenYu-GSOC2023-2023-04-18.md
index a79a56e8774..fba236e1bd0 100644
--- a/news/Apache-ShenYu-GSOC2023-2023-04-18.md
+++ b/news/Apache-ShenYu-GSOC2023-2023-04-18.md
@@ -5,6 +5,7 @@ description: "Apache ShenYu GSOC 2023"
 categories: "GSOC 2023"
 tags: ["Apache ShenYu", "GSOC 2023"]
 date: 2023-04-18
+slug: Apache-ShenYu-GSOC2023-2023-04-18
 ---
 
 ## Google Summer of Code & Apache ShenYu springcloud e2e task is coming | 
Invite you to explore the high performance gateway
diff --git a/news/Apache-ShenYu-OSPP2023-2023-05-19.md 
b/news/Apache-ShenYu-OSPP2023-2023-05-19.md
index 8412ace6692..c853573443b 100644
--- a/news/Apache-ShenYu-OSPP2023-2023-05-19.md
+++ b/news/Apache-ShenYu-OSPP2023-2023-05-19.md
@@ -5,6 +5,7 @@ description: "Apache ShenYu OSPP 2023"
 categories: "OSPP 2023"
 tags: ["Apache ShenYu", "OSPP 2023"]
 date: 2023-05-19
+slug: Apache-ShenYu-OSPP2023-2023-05-19
 ---
 
 
diff --git a/news/Apache-ShenYu-PPMC-2021-11-05.md 
b/news/Apache-ShenYu-PPMC-2021-11-05.md
index 08b3cda5bd0..24e8f342f5a 100644
--- a/news/Apache-ShenYu-PPMC-2021-11-05.md
+++ b/news/Apache-ShenYu-PPMC-2021-11-05.md
@@ -5,6 +5,7 @@ description: "Apache ShenYu(incubating) newly promoted PPMC"
 categories: "Apache ShenYu PPMC"
 tags: ["Apache ShenYu"]
 date: 2021-11-05
+slug: Apache-ShenYu-PPMC-2021-11-05
 ---  
 
 ### Introduction of new PPMC
diff --git a/news/Apache-ShenYu-WASM-release-version-1.0.0.md 
b/news/Apache-ShenYu-WASM-release-version-1.0.0.md
index e9105c40028..b2f57e4582a 100644
--- a/news/Apache-ShenYu-WASM-release-version-1.0.0.md
+++ b/news/Apache-ShenYu-WASM-release-version-1.0.0.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu 1.0.0 Version Release"
 categories: "Apache ShenYu WASM"
 tags: ["Apache ShenYu WASM", "WASM"]
 date: 2024-01-06
+slug: Apache-ShenYu-WASM-release-version-1.0.0
 ---
 
 ## Apache ShenYu
diff --git a/news/Apache-ShenYu-release-milestone-version-2.4.0.md 
b/news/Apache-ShenYu-release-milestone-version-2.4.0.md
index df8c7136a26..68b9e2211dc 100755
--- a/news/Apache-ShenYu-release-milestone-version-2.4.0.md
+++ b/news/Apache-ShenYu-release-milestone-version-2.4.0.md
@@ -5,6 +5,7 @@ description: "【Release the first version of Apache 
ShenYu(Incubating)2.4.0】
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2021-08-01
+slug: Apache-ShenYu-release-milestone-version-2.4.0
 cover: "/img/architecture/shenyu-framework.png"
 ---
 
diff --git a/news/Apache-ShenYu-release-version-2.4.3.md 
b/news/Apache-ShenYu-release-version-2.4.3.md
index f4b0b34018d..47d07f6e84a 100644
--- a/news/Apache-ShenYu-release-version-2.4.3.md
+++ b/news/Apache-ShenYu-release-version-2.4.3.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu 2.4.3 Version Release"
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2022-04-18
+slug: Apache-ShenYu-release-version-2.4.3
 ---  
 
 After 3 months, Apache ShenYu released version 2.4.3 again. The content of 
this version has 200+ pull requests, 30+ contributors participated, many new 
functions have been added, many bugs have been fixed, and many optimizations 
have been made.
diff --git a/news/Apache-ShenYu-release-version-2.5.1.md 
b/news/Apache-ShenYu-release-version-2.5.1.md
index f52d594e739..31077344738 100644
--- a/news/Apache-ShenYu-release-version-2.5.1.md
+++ b/news/Apache-ShenYu-release-version-2.5.1.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu 2.5.1 Version Release"
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2022-02-04
+slug: Apache-ShenYu-release-version-2.5.1
 ---  
 
 Just after Chinese New Year, Apache ShenYu ushered in version 2.5.1. This 
release has 259 pull requests and 64 contributors. Several new features were 
added, bugs were fixed, and several optimizations were made.
diff --git a/news/Apache-ShenYu-release-version-2.6.0.md 
b/news/Apache-ShenYu-release-version-2.6.0.md
index 17a4af5b883..147813b1da2 100644
--- a/news/Apache-ShenYu-release-version-2.6.0.md
+++ b/news/Apache-ShenYu-release-version-2.6.0.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu 2.6.0 Version Release"
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2023-08-15
+slug: Apache-ShenYu-release-version-2.6.0
 ---
 
 ## Apache ShenYu
diff --git a/news/Apache-ShenYu-release-version-2.7.0.1.md 
b/news/Apache-ShenYu-release-version-2.7.0.1.md
index 52605772459..3c0857b36ef 100644
--- a/news/Apache-ShenYu-release-version-2.7.0.1.md
+++ b/news/Apache-ShenYu-release-version-2.7.0.1.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu 2.7.0.1 Version Release"
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2025-05-03
+slug: Apache-ShenYu-release-version-2.7.0.1
 ---
 
 ## Apache ShenYu
diff --git a/news/Apache-ShenYu-release-version-2.7.0.2.md 
b/news/Apache-ShenYu-release-version-2.7.0.2.md
index 42cefe37e54..d0b26e628b0 100644
--- a/news/Apache-ShenYu-release-version-2.7.0.2.md
+++ b/news/Apache-ShenYu-release-version-2.7.0.2.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu 2.7.0.2 Version Release"
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2025-08-25
+slug: Apache-ShenYu-release-version-2.7.0.2
 ---
 
 ## Apache ShenYu
diff --git a/news/Apache-ShenYu-release-version-2.7.0.3.md 
b/news/Apache-ShenYu-release-version-2.7.0.3.md
index 6d85045643f..c409704dd04 100644
--- a/news/Apache-ShenYu-release-version-2.7.0.3.md
+++ b/news/Apache-ShenYu-release-version-2.7.0.3.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu 2.7.3 Version Release"
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2025-11-24
+slug: Apache-ShenYu-release-version-2.7.0.3
 ---
 
 ## Apache ShenYu
diff --git a/news/Apache-ShenYu-release-version-2.7.0.md 
b/news/Apache-ShenYu-release-version-2.7.0.md
index 6d1c78035b4..c978d706744 100644
--- a/news/Apache-ShenYu-release-version-2.7.0.md
+++ b/news/Apache-ShenYu-release-version-2.7.0.md
@@ -4,6 +4,7 @@ description: "Apache ShenYu 2.7.0 Version Release"
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2025-01-15
+slug: Apache-ShenYu-release-version-2.7.0
 ---
 
 ## Apache ShenYu
diff --git a/news/Soul-gateway-release-milestone-version-2.3.0.md 
b/news/Soul-gateway-release-milestone-version-2.3.0.md
index de4ba1380cb..faec1c7ad51 100755
--- a/news/Soul-gateway-release-milestone-version-2.3.0.md
+++ b/news/Soul-gateway-release-milestone-version-2.3.0.md
@@ -5,6 +5,7 @@ description: "Soul gateway release milestone version 2.3.0 New 
support for grpc,
 categories: "Apache ShenYu"
 tags: ["Apache ShenYu"]
 date: 2020-07-05
+slug: Soul-gateway-release-milestone-version-2.3.0
 cover: "/img/architecture/shenyu-framework.png"
 ---
 
diff --git a/package.json b/package.json
index bf87a01a657..e21c3dd759f 100755
--- a/package.json
+++ b/package.json
@@ -17,8 +17,8 @@
     "lint:fix": "markdownlint '**/*.md' --ignore node_modules --config 
./.github/.markdownlint.yml --fix"
   },
   "dependencies": {
-    "@docusaurus/core": "3.6.3",
-    "@docusaurus/preset-classic": "3.6.3",
+    "@docusaurus/core": "^3.9.2",
+    "@docusaurus/preset-classic": "^3.9.2",
     "@easyops-cn/docusaurus-search-local": "^0.44.5",
     "@headlessui/react": "^1.4.1",
     "@mdx-js/react": "^3.0.0",
@@ -46,4 +46,4 @@
       "last 1 safari version"
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/src/data/newsInfo.js b/src/data/newsInfo.js
index 22313955e53..379c49d025c 100644
--- a/src/data/newsInfo.js
+++ b/src/data/newsInfo.js
@@ -2,6 +2,16 @@ import React from 'react';
 import Translate from "@docusaurus/Translate";
 
 export default [
+    {
+        title: <Translate>Become a Committer</Translate>,
+        author: "shown",
+        description: <Translate>Become a Committer</Translate>,
+        categories: "Apache ShenYu Committers",
+        tags: ["Apache ShenYu"],
+        date: "2026-01-06",
+        cover: "https://avatars.githubusercontent.com/u/77964041?v=4";,
+        src:'Apache-ShenYu-Committer-2026-01-06',
+    },
     {
         title: <Translate>Apache ShenYu 2.7.0.3 Version Release</Translate>,
         description: <Translate>Apache ShenYu 2.7.0.3 Version 
Release</Translate>,
diff --git 
a/versioned_docs/version-2.4.2/user-guide/observability/_category_.json 
b/versioned_docs/version-2.4.2/user-guide/observability/_category_.json
index 8a01ee0d47a..f21de866fd8 100644
--- a/versioned_docs/version-2.4.2/user-guide/observability/_category_.json
+++ b/versioned_docs/version-2.4.2/user-guide/observability/_category_.json
@@ -1,4 +1,4 @@
 {
-  "label": "Observability",
+  "label": "Observability Guide",
   "position": 3
 }


Reply via email to