Skip to content

Commit c9d1c13

Browse files
committed
Adjust version for 10.0 docs
Will use "latest" just as `9.1`. New features/changes can be added by mentioning they're new in 10.0.
1 parent 494ac01 commit c9d1c13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/Constants.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var allManualVersions = [
55
[
66
"latest",
7-
"v9.1"
7+
"v9.1 - v10.0"
88
],
99
[
1010
"v9.0.0",

src/common/Constants.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This is used for the version dropdown in the manual layouts
2-
let allManualVersions = [("latest", "v9.1"), ("v9.0.0", "v8.2 - v9.0"), ("v8.0.0", "v6.0 - v8.2")]
2+
let allManualVersions = [("latest", "v9.1 - v10.0"), ("v9.0.0", "v8.2 - v9.0"), ("v8.0.0", "v6.0 - v8.2")]
33

44
// Used for the DocsOverview and collapsible navigation
55
let languageManual = version => {

0 commit comments

Comments
 (0)