opensearch-docs-cn/_data/versions.json
Miki 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 <miki@amazon.com>

* Add archived versions

* Update versions.json

* Add archived versions for version selector.tpl

* Switch back to old versions

---------

Signed-off-by: Miki <miki@amazon.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
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"
}