diff --git a/docs/course-outline.md b/docs/course-outline.md index 7b94db6..0aede8a 100644 --- a/docs/course-outline.md +++ b/docs/course-outline.md @@ -321,7 +321,8 @@ Any typographical errors in this Course Outline are subject to change and will b ### Update History -2023-08-31 - Draft -2023-09-01 - Draft -2023-09-05 - Exam collaboration policy, add meeting dates and times. -2023-09-07 - Room numbers and office hours update \ No newline at end of file +* 2023-08-31 - Draft +* 2023-09-01 - Draft +* 2023-09-05 - Exam collaboration policy, add meeting dates and times. +* 2023-09-07 - Room numbers and office hours update +* 2023-09-20 - Added location of where meeting minutes should be placed (in `/docs` folder labeled as `meeting-minutes.md`) diff --git a/docs/marking-rubrics.md b/docs/marking-rubrics.md index 0820f3c..dad1d5c 100644 --- a/docs/marking-rubrics.md +++ b/docs/marking-rubrics.md @@ -20,6 +20,7 @@ For the first sprint, you will deliver: * [Teamwork document](https://ualberta-cmput401.github.io/course-docs/project-documentation/#teamwork) Your documentation must be stored as markdown files in the `/docs` folder in the `main` branch of your GitHub repository. Use [mkdocs](https://www.mkdocs.org/getting-started/) and [GitHub Pages](https://www.mkdocs.org/user-guide/deploying-your-docs/) to deploy the documentation. +Meeting minutes should also be stored in a single markdown file in the `/docs` folder labeled as `meeting-minutes.md`. Example: . @@ -390,4 +391,4 @@ Participation is marked as follows: * **Unsatisfactory (2):** Participate in more than or equal to 50% of classes and labs; * **Satisfactory (4):** Participate in more than 60% of classes and labs; * **Good (6):** Participate in more than 70% of classes and labs; -* **Excellent (7):** Participate in more than 85% of classes and labs. \ No newline at end of file +* **Excellent (7):** Participate in more than 85% of classes and labs. diff --git a/docs/meeting-minutes-example.md b/docs/meeting-minutes-example.md index 2aafece..af8b6cf 100644 --- a/docs/meeting-minutes-example.md +++ b/docs/meeting-minutes-example.md @@ -1,3 +1,7 @@ +!!! note + + Meeting minutes should be stored in a single markdown file in the `/docs` folder labeled as `meeting-minutes.md`. + # Meeting Minutes Example 📆 Oct 3, 2022, 9:00 am @@ -51,4 +55,4 @@ | Jacob | Student data endpoint(s), Finish auth endpoint | | Jessica | Fix documentation -> done, Figure out the DNS error with the GitHub authentication | | Marie | Github analytics api to backend | -| Carlos | Build page for student, Look into plotly dash | \ No newline at end of file +| Carlos | Build page for student, Look into plotly dash | diff --git a/mkdocs.yml b/mkdocs.yml index bc60668..387d028 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,3 +12,6 @@ nav: - "Final Presentation": "final-presentation.md" - "Teaching Team": "teaching-team.md" - "Links": "links.md" + +markdown_extensions: + - admonition