summary.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [
  2. {
  3. "title": "Big Introduction",
  4. "file": "introduction.md"
  5. },
  6. {
  7. "title": "Edition",
  8. "file": "edition.md",
  9. "children": [
  10. {
  11. "title": "Edition of a todo",
  12. "file": "edition/edition.md",
  13. "children": [
  14. {
  15. "title": "edit-level3",
  16. "file": "edition/level3.md",
  17. "children": [
  18. {
  19. "title": "edit-level4",
  20. "file": "edition/level4.md",
  21. "children": [
  22. {
  23. "title": "edit-level5",
  24. "file": "edition/level5.md",
  25. "children": [
  26. {
  27. "title": "edit-level6",
  28. "file": "edition/level6.md"
  29. }
  30. ]
  31. }
  32. ]
  33. }
  34. ]
  35. }
  36. ]
  37. }
  38. ]
  39. }
  40. ]