mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-06 11:04:44 +02:00
The CI version update script had a bug that's since been fixed. While the `10.1` docs folder was added, the version JSON was not. This addition enables it to be selected via the docs menu dropdown UI.
22 lines
291 B
JSON
22 lines
291 B
JSON
[
|
|
{
|
|
"version": "edge",
|
|
"title": "edge",
|
|
"aliases": []
|
|
},
|
|
{
|
|
"version": "v10.1",
|
|
"title": "v10.1",
|
|
"aliases": []
|
|
},
|
|
{
|
|
"version": "v10.0",
|
|
"title": "v10.0",
|
|
"aliases": []
|
|
},
|
|
{
|
|
"version": "v9.1",
|
|
"title": "v9.1",
|
|
"aliases": []
|
|
}
|
|
]
|