All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- Station: Ward -> Station, Cabinet -> Desk, Table -> Desk - Atlas: Album -> Atlas - All templates now read from config.json for titles/taglines - Added shunts.json and plexuses.json data files - run.py passes system and components to all templates
19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"items": [
|
|
{
|
|
"name": "mercadopago",
|
|
"slug": "mercadopago",
|
|
"title": "MercadoPago",
|
|
"status": "ready",
|
|
"description": "Mock payment API for testing"
|
|
},
|
|
{
|
|
"name": "example",
|
|
"slug": "example",
|
|
"title": "Example",
|
|
"status": "ready",
|
|
"description": "Example shunt template"
|
|
}
|
|
]
|
|
}
|