Topics can be created independently from lesson.json in a similar format.
topics.json should be created and set in the config. Topics can consist of the following
{
"title": "Topics Page Title",
"description": "Topics pade description.",
"topics": [
{
"title": "Topic Title",
"description": "Short description shown on render all page",
"category": "Something like Assessment, Engagement, etc.",
"thumbnail": "/thumbnails/example.jpg -- url used as written",
"content": "Longer paragraph or two of framing content shown on render single page.",
"time": "Est.XX min",
"author": "Example Person University of Somewhere",
"anchor": "unique-anchor",
"videos": [
{
"title": "Title of video",
"youtube": "blahblah"
}
]
}
}
Topics can be created independently from lesson.json in a similar format. topics.json should be created and set in the config. Topics can consist of the following { "title": "Topics Page Title", "description": "Topics pade description.", "topics": [ { "title": "Topic Title", "description": "Short description shown on render all page", "category": "Something like Assessment, Engagement, etc.", "thumbnail": "/thumbnails/example.jpg -- url used as written", "content": "Longer paragraph or two of framing content shown on render single page.", "time": "Est.XX min", "author": "Example Person
University of Somewhere", "anchor": "unique-anchor", "videos": [ { "title": "Title of video", "youtube": "blahblah" } ] } }