- each course should contain all of it's contents within it's own directory. This will allow for seamless migration to archive upon completion.
- paths (for images/presentations/links to other pages) for courses should be relative.
- To add a new page or section, please adhere to the existing structure within
mkdocs.ymlnavsection. - Each section/subsection's home page needs to be called
index.mdand does not need a page name in themkdocs.yml. All other pages need to have a name.
i.e.
- Bioinformatics Bits:
- bits/index.md
- Bit 1: bits/bit1.md
- Bit 2: bits/bit2.md
All non-raw-text features can be copied from other sections in the website or check mkdocs material -- reference for more info.