Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
bronifty committed Sep 24, 2024
1 parent 5a1379a commit f5d58d7
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
"text": "opinion",
"link": "/opinion/codes/abstraction",
"activeMatch": "^/opinion/"
},
{
"text": "courses",
"link": "/courses/cs50/c",
"activeMatch": "^/courses/"
}
]
7 changes: 7 additions & 0 deletions docs/courses/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "dir",
"name": "cs50",
"label": "CS50"
}
]
1 change: 1 addition & 0 deletions docs/courses/cs50/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["c", "python", "javascript"]
1 change: 1 addition & 0 deletions docs/courses/cs50/c.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# C
1 change: 1 addition & 0 deletions docs/courses/cs50/javascript.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# JavaScript
1 change: 1 addition & 0 deletions docs/courses/cs50/python.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Python
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ hero:
- theme: alt
text: opinion
link: /opinion/codes/abstraction
- theme: alt
text: courses
link: /courses/cs50/c
image:
src: /bronifty-icon.jpg
alt: bronifty Logo
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/vscode/container.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Setting up a local C environment in VS Code for CS50

[course page](https://cs50.harvard.edu/x/2024/)
[cs50.dev](https://cs50.dev/)
[cs50 docs](https://cs50.readthedocs.io/cs50.dev/#vs-code-desktop)
- [course page](https://cs50.harvard.edu/x/2024/)
- [cs50.dev](https://cs50.dev/)
- [cs50 docs](https://cs50.readthedocs.io/cs50.dev/#vs-code-desktop)

## With Codespaces

Expand Down

0 comments on commit f5d58d7

Please sign in to comment.