* 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]>
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"
|
|
}
|
|
|
|
|