Skip to content

Instantly share code, notes, and snippets.

@bpmct
Last active July 31, 2026 15:03
Show Gist options
  • Select an option

  • Save bpmct/fe8059328b38c1d623555fcbf3fedc29 to your computer and use it in GitHub Desktop.

Select an option

Save bpmct/fe8059328b38c1d623555fcbf3fedc29 to your computer and use it in GitHub Desktop.
Sample /learn concept preview file for coder/coder.com (?concept=<raw URL>)
{
"sections": [
{
"heading": "Section Name",
"description": "One sentence describing what this group of courses covers.",
"courses": [
{
"title": "Course Title Goes Here",
"level": "Beginner",
"duration": "15 min",
"image": "https://coder.com/brand/images/visual-language/sections/0/content/3/value/images/3/image.png"
},
{
"title": "Another Course Title",
"level": "Intermediate",
"duration": "25 min",
"image": "https://coder.com/brand/images/photography/sections/0/content/3/value/images/2/image.jpg",
"imagePosition": "bottom"
},
{
"title": "An Unreleased Course (shows a badge and waitlist CTA)",
"level": "Advanced",
"duration": "30 min",
"image": "https://coder.com/brand/images/visual-language/sections/0/content/3/value/images/0/image.png",
"comingSoon": true
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment