Last active
July 31, 2026 15:03
-
-
Save bpmct/fe8059328b38c1d623555fcbf3fedc29 to your computer and use it in GitHub Desktop.
Sample /learn concept preview file for coder/coder.com (?concept=<raw URL>)
This file contains hidden or 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
| { | |
| "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