Contributing¶
If you create new files, please update nav.yml
accordingly.
Notes¶
- Prepare a link to the notes.
- Find the markdown file for the corresponding subject in
docs/notes/
. E.g.,comp.md
is for Computer Science courses. You may create a new markdown file if there has not been one for the subject. - In the file, please follow this format:
Advise, exchange experience, research and others¶
For other advice, add/edit files in docs/
:
- Exchange experience: add/edit
docs/ex/<school-abbr>.md
- Research: add/edit
docs/res/<title>.md
To preview locally¶
- Clone this repo.
- Install required Python packages.
- Run mkdocs server
- Preview the website at localhost:8000