-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 2e7cac7 🚀
- Loading branch information
1 parent
2a8ba07
commit 7a60f63
Showing
1 changed file
with
47 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1100,6 +1100,53 @@ | |
"docker": "bluerobotics/cockpit", | ||
"website": "https://github.com/bluerobotics/cockpit", | ||
"versions": { | ||
"v1.0.0-beta.3": { | ||
"permissions": { | ||
"ExposedPorts": { | ||
"8000/tcp": {} | ||
}, | ||
"HostConfig": { | ||
"PortBindings": { | ||
"8000/tcp": [ | ||
{ | ||
"HostPort": "" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"requirements": null, | ||
"tag": "v1.0.0-beta.3", | ||
"website": null, | ||
"authors": [ | ||
{ | ||
"name": "Rafael Araujo Lehmkuhl", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Patrick Jos\u00e9 Pereira", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"docs": null, | ||
"readme": null, | ||
"company": { | ||
"name": "Blue Robotics", | ||
"about": "", | ||
"email": "[email protected]" | ||
}, | ||
"support": "https://discuss.bluerobotics.com/c/bluerobotics-software", | ||
"type": "other", | ||
"filter_tags": [ | ||
"vehicle-control", | ||
"control-station", | ||
"ground-station", | ||
"navigation", | ||
"joystick", | ||
"mission-planning" | ||
], | ||
"extra_links": {} | ||
}, | ||
"v1.0.0-beta.2": { | ||
"permissions": { | ||
"ExposedPorts": { | ||
|
@@ -2180,53 +2227,6 @@ | |
"mission-planning" | ||
], | ||
"extra_links": {} | ||
}, | ||
"v0.7.1": { | ||
"permissions": { | ||
"ExposedPorts": { | ||
"8000/tcp": {} | ||
}, | ||
"HostConfig": { | ||
"PortBindings": { | ||
"8000/tcp": [ | ||
{ | ||
"HostPort": "" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"requirements": null, | ||
"tag": "v0.7.1", | ||
"website": null, | ||
"authors": [ | ||
{ | ||
"name": "Rafael Araujo Lehmkuhl", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Patrick Jos\u00e9 Pereira", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"docs": null, | ||
"readme": null, | ||
"company": { | ||
"name": "Blue Robotics", | ||
"about": "", | ||
"email": "[email protected]" | ||
}, | ||
"support": "https://discuss.bluerobotics.com/c/bluerobotics-software", | ||
"type": "other", | ||
"filter_tags": [ | ||
"vehicle-control", | ||
"control-station", | ||
"ground-station", | ||
"navigation", | ||
"joystick", | ||
"mission-planning" | ||
], | ||
"extra_links": {} | ||
} | ||
}, | ||
"extension_logo": "https://raw.githubusercontent.com/bluerobotics/BlueOS-Extensions-Repository/master/repos/bluerobotics/cockpit/extension_logo.png", | ||
|