19 lines
311 B
JSON
19 lines
311 B
JSON
|
|
{
|
||
|
|
"title": "Nombre del curso",
|
||
|
|
"modules": [
|
||
|
|
{
|
||
|
|
"title": "Introducción",
|
||
|
|
"topics": [
|
||
|
|
{
|
||
|
|
"title": "Portada",
|
||
|
|
"content": "contenido/01.html"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"title": "Navegación",
|
||
|
|
"content": "contenido/02.html"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|