We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdeba9 commit c75b9f4Copy full SHA for c75b9f4
js/listanchors.js
@@ -34,7 +34,7 @@ function addAnchors()
34
function addVersionSelector() {
35
// Latest version offered by the archive builds
36
// This needs to be manually updated after new versions have been archived
37
- var currentArchivedVersion = 107;
+ var currentArchivedVersion = 108;
38
// build URLs for dlang.org: DDoc + Dox
39
var ddocModuleURL = document.body.id.replace(/[.]/g, "_") + ".html";
40
var ddoxModuleURL = document.body.id.replace(/[.]/g, "/") + ".html";
0 commit comments