Created
March 16, 2016 16:32
-
-
Save bricef/df8f098c365468e8a245 to your computer and use it in GitHub Desktop.
Example lecture desc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default { | |
uid:"uid-00-begin-fsharp", | |
title: "First steps with F#", | |
level:0, | |
description:"Let's build stuff with F#...", | |
url_img:"https://placehold.it/250x250?text=First+Steps", | |
available:"available", | |
access:true, | |
content: [ | |
{ | |
title: "Introducing F# in the workplace", | |
video_url: "https://s3-eu-west-1.amazonaws.com/flow-prototype/C06-fsharp-in-the-workplace/00+-+Introduction.mp4", | |
description: "Some **md** description" | |
}, | |
{ | |
title: "Introducing F# in the workplace", | |
video_url: "https://s3-eu-west-1.amazonaws.com/flow-prototype/C06-fsharp-in-the-workplace/00+-+Introduction.mp4", | |
description: "Some **md** description" | |
}, | |
{ | |
title: "Introducing F# in the workplace", | |
video_url: "https://s3-eu-west-1.amazonaws.com/flow-prototype/C06-fsharp-in-the-workplace/00+-+Introduction.mp4", | |
description: "Some **md** description" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment