repubmark/examples/full.chapters.json

23 lines
278 B
JSON
Raw Normal View History

2024-09-27 18:49:30 -04:00
[
{
2024-10-17 16:37:14 -04:00
"slug": "1-юникод",
2024-09-27 18:49:30 -04:00
"title": "Chapter 1",
"chapters": [
]
},
{
2024-10-17 16:37:14 -04:00
"slug": "2",
2024-09-27 18:49:30 -04:00
"title": "Chapter 2",
"chapters": [
2024-10-17 16:37:14 -04:00
{
"slug": "2-nested",
"title": "Chapter 2.1",
"chapters": [
2024-09-27 18:49:30 -04:00
2024-10-17 16:37:14 -04:00
]
}
2024-09-27 18:49:30 -04:00
]
}
]