Skip to content

Commit

Permalink
Merge pull request #8712 from davidkline-ms/docVersions
Browse files Browse the repository at this point in the history
Update github.io documentation version list and default
  • Loading branch information
David Kline authored Oct 1, 2020
2 parents 4b6841a + 6ba2610 commit 84454ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/docs/web/version.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
function createDropdown()
{
// configurable values:
var defaultTitle = "releases/2.4.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.0"; // 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 = [
"mrtk_development",
Expand All @@ -10,7 +11,7 @@ function createDropdown()
"releases/2.2.0",
"releases/2.3.0",
"releases/2.4.0",
"prerelease/2.5.0_stabilization",
"releases/2.5.0",
];

var ignoreDefaultInVersionFolder = true;
Expand Down

0 comments on commit 84454ec

Please sign in to comment.