Skip to content

Commit

Permalink
Merge pull request #8818 from davidkline-ms/docList
Browse files Browse the repository at this point in the history
update the docs list and default to 2.5.1
  • Loading branch information
David Kline authored Oct 20, 2020
2 parents 3149aca + afacbeb commit 615a93f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/docs/web/version.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function createDropdown()
{
// configurable values:
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
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

// list of all versions in the version folder
var versionArray = [
Expand All @@ -12,6 +12,7 @@ function createDropdown()
"releases/2.3.0",
"releases/2.4.0",
"releases/2.5.0",
"releases/2.5.1"
];

var ignoreDefaultInVersionFolder = true;
Expand Down

0 comments on commit 615a93f

Please sign in to comment.