Jonathan Birk 3ebd866d13
Minor fixup of tutorial files (#2131)
* Make the talk titles consistent

* Add replacing the hardcoded list of talks with the one generated from data

* Update website/docs/tutorial.md

Co-authored-by: Simon <simon@siku2.io>

* Update website/docs/tutorial.md

Co-authored-by: Simon <simon@siku2.io>

Co-authored-by: Simon <simon@siku2.io>
2021-11-05 17:49:57 +01:00

27 lines
604 B
JSON

[
{
"id": 1,
"title": "Building and breaking things",
"speaker": "John Doe",
"url": "https://youtu.be/PsaFVLr8t4E"
},
{
"id": 2,
"title": "The development process",
"speaker": "Jane Smith",
"url": "https://youtu.be/PsaFVLr8t4E"
},
{
"id": 3,
"title": "The Web 7.0",
"speaker": "Matt Miller",
"url": "https://youtu.be/PsaFVLr8t4E"
},
{
"id": 4,
"title": "Mouseless development",
"speaker": "Tom Jerry",
"url": "https://youtu.be/PsaFVLr8t4E"
}
]