mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-02-08 09:34:40 +00:00
* 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>
23 lines
213 B
JSON
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"
|
|
}
|
|
|
|
|