Files
soleprint/cfg/standalone/data/shunts.json
buenosairesam 27b32deba4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Use dynamic config for system names and components
- 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
2026-01-02 23:52:43 -03:00

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