mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* 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>
27 lines
604 B
JSON
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"
|
|
}
|
|
]
|