Skip to content

Commit

Permalink
package in root?
Browse files Browse the repository at this point in the history
  • Loading branch information
nmheim committed Feb 19, 2024
1 parent 5cf0429 commit 1b527d3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/labs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The solutions to the given tasks will be available after the last lecture of the
## Where to get help

If you struggle with an exercise or an assignment, feel free to contact your tutor via email (the
emails are listed [here](/organization#teachers).
emails are listed [here](../organization#teachers).

There are also online communities where you can get in touch with your peers. Keep in mind our
academic principles - no plagiarism, avoid sharing code snippets directly, and try to come up with a
Expand Down
File renamed without changes.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"dependencies": {
"markdown-it": "^14.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-mathjax3": "^4.3.2",
"vitepress": "^1.0.0-rc.44"
}
}

0 comments on commit 1b527d3

Please sign in to comment.