NOTE: This PR changes gatsby configuration by adding a new template render case.
Create a partial to show all exercises from allPages (context.all) by filtering for parts with any exercises. Sorts by part number and subpart number (see strings util for parsing).
Also adds a new template for pages (CourseInfoTemplate) to allow an info page style page with required data to show information about all pages.
Modified Sidebar to accomodate CourseInfo pages (frontmatter tag course_info_page)
Feedback is appreciated, especially on if this is a naive and/or overly complicated way to approach collating course exercise info.
NOTE: This PR changes gatsby configuration by adding a new template render case.
Create a partial to show all exercises from allPages (context.all) by filtering for parts with any exercises. Sorts by part number and subpart number (see strings util for parsing).
Also adds a new template for pages (CourseInfoTemplate) to allow an info page style page with required data to show information about all pages.
Modified Sidebar to accomodate CourseInfo pages (frontmatter tag
course_info_page
)Feedback is appreciated, especially on if this is a naive and/or overly complicated way to approach collating course exercise info.