We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928e6c6 commit 5cb67e3Copy full SHA for 5cb67e3
src/data/docsInfo.js
@@ -10,7 +10,8 @@ export default [
10
nextVersion: "/docs/next/index",
11
versionsList: [
12
{ next: "/docs/next/index" },
13
- { "2.6.1": "/docs/index" },
+ { "2.7.0": "/docs/index" },
14
+ { "2.6.1": "/docs/2.6.1/index" },
15
{ "2.6.0": "/docs/2.6.0/index" },
16
{ "2.5.1": "/docs/2.5.1/index" },
17
{ "2.5.0": "/docs/2.5.0/index" },
0 commit comments