Files
OpenSearch-Docs-Cn/_data/versions.json
T
MikiandNaarcha-AWS 271a98d669 Allow limiting the versions shown by default in the version-selector (#3773)
* Allow limiting the versions shown by default in the `version-selector`

Signed-off-by: Miki <[email protected]>

* Add archived versions

* Update versions.json

* Add archived versions for version selector.tpl

* Switch back to old versions

---------

Signed-off-by: Miki <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
2023-05-04 16:36:13 -05:00

23 lines
213 B
JSON

{
"current": "2.7",
"all": [
"2.7",
"1.3"
],
"archived": [
"2.6",
"2.5",
"2.4",
"2.3",
"2.2",
"2.1",
"2.0",
"1.2",
"1.1",
"1.0"
],
"latest": "2.7"
}