43 lines
883 B
JSON
43 lines
883 B
JSON
{
|
|
"title": "Nombre del curso",
|
|
"modules": [
|
|
{
|
|
"title": "Introducción",
|
|
"topics": [
|
|
{
|
|
"title": "Portada",
|
|
"content": "contenido/01.html"
|
|
},
|
|
{
|
|
"title": "Portada",
|
|
"content": "contenido/02.html"
|
|
},
|
|
{
|
|
"title": "Navegación",
|
|
"content": "contenido/03.html"
|
|
},
|
|
{
|
|
"title": "Navegación",
|
|
"content": "contenido/04.html"
|
|
},
|
|
{
|
|
"title": "Navegación",
|
|
"content": "contenido/05.html"
|
|
},
|
|
{
|
|
"title": "Navegación",
|
|
"content": "contenido/06.html"
|
|
},
|
|
{
|
|
"title": "Navegación",
|
|
"content": "contenido/07.html"
|
|
},
|
|
{
|
|
"title": "Navegación",
|
|
"content": "contenido/08.html"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|