Files
markdown_to_skillstown/artifacts/oa-runner-chapters/plan.json
T
2026-05-09 08:34:58 +02:00

33 lines
585 B
JSON

{
"training": "Pilot Chapter Run",
"chapters": [
{
"title": "Eerste hoofdstuk",
"pages": [
{
"title": "Intro hoofdstuk 1",
"blocks": [
{
"type": "text",
"summary": "Hoofdstuk 1"
}
]
}
]
},
{
"title": "Tweede hoofdstuk",
"pages": [
{
"title": "Intro hoofdstuk 2",
"blocks": [
{
"type": "text",
"summary": "Hoofdstuk 2"
}
]
}
]
}
]
}