Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/common/Constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var allManualVersions = [
[
"latest",
"v9.1"
"v9.1 - v10.0"
],
[
"v9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/common/Constants.res
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is used for the version dropdown in the manual layouts
let allManualVersions = [("latest", "v9.1"), ("v9.0.0", "v8.2 - v9.0"), ("v8.0.0", "v6.0 - v8.2")]
let allManualVersions = [("latest", "v9.1 - v10.0"), ("v9.0.0", "v8.2 - v9.0"), ("v8.0.0", "v6.0 - v8.2")]

// Used for the DocsOverview and collapsible navigation
let languageManual = version => {
Expand Down