diff --git a/docs/_data/schedule.yaml b/docs/_data/schedule.yaml index 02ccf4ab..b740e2f7 100644 --- a/docs/_data/schedule.yaml +++ b/docs/_data/schedule.yaml @@ -14,7 +14,7 @@ handout: "" name: "User Stories" quiz: "" - slides: "" + slides: "https://github.com/CMU-17-356/cmu-17-356.github.io/raw/main/resources/recitations/2024/17356%20-%20Recitation%20%231.pdf" - date: Tue Jan 16 homework: @@ -32,7 +32,7 @@ link2: "" recitation: handout: "" - name: "User Stories" + name: "" quiz: "" slides: "https://github.com/CMU-17-356/cmu-17-356.github.io/raw/main/resources/recitations/2024/17356%20-%20Recitation%20%231.pdf" @@ -104,9 +104,9 @@ name: "" recitation: handout: "" - name: "Node Development Basics" + name: "Node.js | Full-stack Development" quiz: "" - slides: "" + slides: "https://github.com/CMU-17-356/cmu-17-356.github.io/raw/main/resources/recitations/2024/17356%20-%20Recitation%20%232.pptx.pdf" - date: Tue Jan 23 homework: diff --git a/docs/_data/this_week.yaml b/docs/_data/this_week.yaml index 657aacd8..1bae9932 100644 --- a/docs/_data/this_week.yaml +++ b/docs/_data/this_week.yaml @@ -23,6 +23,6 @@ next_homework: recitation: date: Fri Jan 26 handout: "" - name: "Node Development Basics" + name: "Node.js | Full-stack Development" quiz: "" - slides: "" + slides: "https://github.com/CMU-17-356/cmu-17-356.github.io/raw/main/resources/recitations/2024/17356%20-%20Recitation%20%232.pptx.pdf" diff --git a/docs/recitations/reci2-nodejs.md b/docs/recitations/reci2-nodejs.md index f47bef00..7d464fbf 100644 --- a/docs/recitations/reci2-nodejs.md +++ b/docs/recitations/reci2-nodejs.md @@ -9,7 +9,7 @@ This recitation aims to highlight the basics of Node.js by walking students thro ## Staff Overview - Nicholas Wernink & Alex Barrios -- Emails: ngw@andrew.cmu.edu & ambarrio@andrew.cmu.edu +- Emails: [ngw@andrew.cmu.edu](mailto:ngw@andrew.cmu.edu) & [ambarrio@andrew.cmu.edu](mailto:ambarrio@andrew.cmu.edu) - Office Hours: Wed 2:30 - 4pm (Nicholas), Thu 12pm - 1pm (Alex) ## Full-stack Development diff --git a/mkdocs.yml b/mkdocs.yml index 4d54f4ad..4beae0a7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -65,7 +65,7 @@ nav: # - Final Project 1 Sprint 2: assignments/FP2.md - Recitations: #recitations/index.md # Dummy home page; remove once we start adding recitations below - Recitation 1: recitations/reci1-user-stories.md - # - Recitation 2: recitations/reci2-nodejs.md + - Recitation 2: recitations/reci2-nodejs.md # - Recitation 3: recitations/reci3-react.md # - Recitation 4: recitations/reci4-typescript.md # - Recitation 5: recitations/reci5-fullstack-mern-app.md