Skip to content

Instantly share code, notes, and snippets.

@bricef
Created March 16, 2016 16:32
Show Gist options
  • Save bricef/df8f098c365468e8a245 to your computer and use it in GitHub Desktop.
Save bricef/df8f098c365468e8a245 to your computer and use it in GitHub Desktop.
Example lecture desc
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