Rotafilio_Vantive/config.json

30 lines
594 B
JSON
Raw Normal View History

2025-09-11 16:48:41 -06:00
{
"title": "Nombre del curso",
"modules": [
{
"title": "Introducción",
"topics": [
{
"title": "Portada",
"content": "contenido/01.html"
},
{
2025-09-12 16:51:04 -06:00
"title": "Portada",
2025-09-11 16:48:41 -06:00
"content": "contenido/02.html"
2025-09-12 16:51:04 -06:00
},
{
"title": "Navegación",
"content": "contenido/03.html"
},
{
"title": "Navegación",
"content": "contenido/04.html"
},
{
"title": "Navegación",
"content": "contenido/05.html"
2025-09-11 16:48:41 -06:00
}
]
}
]
2025-09-12 16:51:04 -06:00
}