tutorials.json 355 B

1234567891011121314151617
  1. {
  2. "brush-teeth": {
  3. "title": "Brush Teeth",
  4. "summary": "How to brush your teeth!",
  5. "children": {
  6. "fence-test": {
  7. "title": "Fence Test",
  8. "summary": "Testing syntax highlighting.",
  9. "showTableOfContents": false
  10. }
  11. }
  12. },
  13. "drive-car": {
  14. "title": "Drive Car",
  15. "summary": "How to drive a car!"
  16. }
  17. }