mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 07:38:15 -05:00
26 lines
558 B
JavaScript
26 lines
558 B
JavaScript
export default {
|
|
"versions": [
|
|
{
|
|
"version": "v3.0",
|
|
"url": "https://release-3-0.docs.meteor.com/"
|
|
},
|
|
{
|
|
"version": "v3.0.2",
|
|
"url": "https://release-3-0-2.docs.meteor.com/"
|
|
},
|
|
{
|
|
"version": "v3.0.3",
|
|
"url": "https://release-3-0-3.docs.meteor.com/"
|
|
},
|
|
{
|
|
"version": "v3.0.4",
|
|
"url": "https://release-3-0-4.docs.meteor.com/"
|
|
},
|
|
{
|
|
"version": "v3.1.0",
|
|
"url": "https://release-3-1-0.docs.meteor.com/",
|
|
"isCurrent": true
|
|
}
|
|
],
|
|
"currentVersion": "v3.1.0"
|
|
} |