Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to JS3 week 4 #638

Merged
merged 1 commit into from
Feb 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/js-core-3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ sidebar_label: Overview
| [Week 1](./week-1/lesson.md) | Debugging |
| [Week 2](./week-2/lesson.md) | Fetch, AJAX, APIS |
| [Week 3](./week-3/lesson.md) | Scope & `this` |
| [Week 4](./week-4/lesson.md) | |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is week 4 supposed to be in blank?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it is empty because the tech content is not organised under 4 week format yet. I created the 4th week and added PD content, please see #620 for details. In this PR, @illicitonion links the pages I created to the module.


## Coordination

Expand Down
5 changes: 5 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ module.exports = {
"js-core-3/week-3/homework",
"js-core-3/week-3/instructors",
],
"Lesson 4": [
"js-core-3/week-4/lesson",
"js-core-3/week-4/homework",
"js-core-3/week-4/instructors",
],
"TV Show Project": [
"js-core-3/tv-show-dom-project/readme",
"js-core-3/tv-show-dom-project/getting-started",
Expand Down