FlindersLaw / textbook

LLAW3301: Law in a Digital Age textbook
0 stars 0 forks source link

DisplayChapter: Allow for chapters to exist in paths other than chapterDocPath #40

Open mferrare opened 7 months ago

mferrare commented 7 months ago
/**
 * DisplayChapter component displays a link or text for a chapter.
 * 
 * By default will return a link with link text as eg: 'Chapter One' (ie:
 * each word capitalised and numbers converted to words). Use 
 * props upper, lower, number as described to modify display
 * of output.
 * TODO: Check if chapter exists and display an error otherwise.
 * TODO: Allow for chapters to exist in paths other than chapterDocPath
 *