Skip to content

Commit 5cb67e3

Browse files
authored
[type:bugfix] fix version link (#1053)
1 parent 928e6c6 commit 5cb67e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/data/docsInfo.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export default [
1010
nextVersion: "/docs/next/index",
1111
versionsList: [
1212
{ next: "/docs/next/index" },
13-
{ "2.6.1": "/docs/index" },
13+
{ "2.7.0": "/docs/index" },
14+
{ "2.6.1": "/docs/2.6.1/index" },
1415
{ "2.6.0": "/docs/2.6.0/index" },
1516
{ "2.5.1": "/docs/2.5.1/index" },
1617
{ "2.5.0": "/docs/2.5.0/index" },

0 commit comments

Comments
 (0)