Skip to content

Commit 615a93f

Browse files
author
David Kline
authored
Merge pull request #8818 from davidkline-ms/docList
update the docs list and default to 2.5.1
2 parents 3149aca + afacbeb commit 615a93f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/docs/web/version.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function createDropdown()
22
{
33
// configurable values:
4-
var defaultTitle = "releases/2.5.0"; // title in the dropdown for the root version of the docs - alternatively put a version from the version array as a default
4+
var defaultTitle = "releases/2.5.1"; // title in the dropdown for the root version of the docs - alternatively put a version from the version array as a default
55

66
// list of all versions in the version folder
77
var versionArray = [
@@ -12,6 +12,7 @@ function createDropdown()
1212
"releases/2.3.0",
1313
"releases/2.4.0",
1414
"releases/2.5.0",
15+
"releases/2.5.1"
1516
];
1617

1718
var ignoreDefaultInVersionFolder = true;

0 commit comments

Comments
 (0)