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 d6b9e19a90 2.6.1 version (#1003)
d6b9e19a90 is described below
commit d6b9e19a90472e33f54bceb9fb4d26677ef904ee
Author: moremind <[email protected]>
AuthorDate: Fri Jan 19 19:28:15 2024 +0800
2.6.1 version (#1003)
---
src/data/docsInfo.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/data/docsInfo.js b/src/data/docsInfo.js
index 4dc79c6096..d8e71e23e1 100644
--- a/src/data/docsInfo.js
+++ b/src/data/docsInfo.js
@@ -10,7 +10,7 @@ export default [
nextVersion: "/docs/next/index",
versionsList: [
{ next: "/docs/next/index" },
- { "2.6.1": "/docs/2.6.1/index" },
+ { "2.6.1": "/docs/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" },