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 5cb67e3452 [type:bugfix] fix version link (#1053)
5cb67e3452 is described below
commit 5cb67e34522c1cacbb3857b6209e37d8fef08f2c
Author: aias00 <[email protected]>
AuthorDate: Wed Jan 22 14:30:42 2025 +0800
[type:bugfix] fix version link (#1053)
---
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" },