commit | 5cb67e34522c1cacbb3857b6209e37d8fef08f2c | [log] [tgz] |
---|---|---|
author | aias00 <rokkki@163.com> | Wed Jan 22 14:30:42 2025 +0800 |
committer | GitHub <noreply@github.com> | Wed Jan 22 14:30:42 2025 +0800 |
tree | 1c2f0a74c410999d0e9f2da4c4a356fa7c80cb13 | |
parent | 928e6c68a23bc703aa0d23e8abe21ad5fda5b4e2 [diff] |
[type:bugfix] fix version link (#1053)
diff --git a/src/data/docsInfo.js b/src/data/docsInfo.js index d8e71e2..cc37cff 100644 --- a/src/data/docsInfo.js +++ b/src/data/docsInfo.js
@@ -10,7 +10,8 @@ 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" },