diff --git a/src/common/Constants.mjs b/src/common/Constants.mjs index c05fef813..fd15219aa 100644 --- a/src/common/Constants.mjs +++ b/src/common/Constants.mjs @@ -4,7 +4,7 @@ var allManualVersions = [ [ "latest", - "v9.1" + "v9.1 - v10.0" ], [ "v9.0.0", diff --git a/src/common/Constants.res b/src/common/Constants.res index a2f00ac36..35fbcb899 100644 --- a/src/common/Constants.res +++ b/src/common/Constants.res @@ -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 => {