This is an automated email from the ASF dual-hosted git repository. liuhongyu pushed a commit to branch bugfix/fix_link in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
commit 3ef66fde09038d89aede9fbbc397eb8f37bea63a Author: liuhy <[email protected]> AuthorDate: Wed Jan 22 14:08:26 2025 +0800 [type:bugfix] fix version link --- src/data/docsInfo.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/docsInfo.js b/src/data/docsInfo.js index d8e71e23e1..cc37cff6c8 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.6.1": "/docs/index" }, + { "2.7.0": "/docs/index" }, + { "2.6.1": "/docs/2.6.1/index" }, { "2.6.0": "/docs/2.6.0/index" }, { "2.5.1": "/docs/2.5.1/index" }, { "2.5.0": "/docs/2.5.0/index" },
