Skip to content

Commit 84454ec

Browse files
author
David Kline
authored
Merge pull request #8712 from davidkline-ms/docVersions
Update github.io documentation version list and default
2 parents 4b6841a + 6ba2610 commit 84454ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/docs/web/version.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
function createDropdown()
22
{
33
// configurable values:
4-
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
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
5+
56
// list of all versions in the version folder
67
var versionArray = [
78
"mrtk_development",
@@ -10,7 +11,7 @@ function createDropdown()
1011
"releases/2.2.0",
1112
"releases/2.3.0",
1213
"releases/2.4.0",
13-
"prerelease/2.5.0_stabilization",
14+
"releases/2.5.0",
1415
];
1516

1617
var ignoreDefaultInVersionFolder = true;

0 commit comments

Comments
 (0)