Skip to content

Commit

Permalink
Enable TS Fundamentals v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Oct 21, 2023
1 parent 14bf359 commit a865142
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/website/content/courses.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
courses:
- name: "TypeScript Fundamentals v3"
id: fundamentals-v3
visibleInTopNav: true
visibleInTopNav: false
visibleInCourseIndex: true
visibleInCoursePage: true
squareImage: /ts-fundamentals-v3.png
Expand All @@ -14,8 +14,8 @@ courses:
use TypeScript to build a modern JavaScript app.
- name: "TypeScript Fundamentals v4"
id: fundamentals-v4
visibleInTopNav: false
visibleInCourseIndex: false
visibleInTopNav: true
visibleInCourseIndex: true
visibleInCoursePage: true
squareImage: /ts-fundamentals-v4.png
facebookImage: /fb-ts-fundamentals-v4.png
Expand Down Expand Up @@ -102,7 +102,7 @@ course_groups:
id: typescript-fundamentals
topNavOrder: 1
courseIndexOrder: 1
currentCourse: fundamentals-v3
currentCourse: fundamentals-v4
courses: [fundamentals-v3, fundamentals-v4]
- name: "Intermediate TypeScript"
id: intermediate-typescript
Expand Down

0 comments on commit a865142

Please sign in to comment.