diff --git a/docs/docs/tutorial/other/course.md b/docs/docs/tutorial/other/course.md new file mode 100644 index 000000000..ff32556d8 --- /dev/null +++ b/docs/docs/tutorial/other/course.md @@ -0,0 +1,7 @@ +# Courses + +## REST API Design with Python and Django Ninja + +[codeling.dev/courses/rest-api-design/](https://codeling.dev/courses/rest-api-design/) + +Learn how to create a full featured API from scratch using Django Ninja. \ No newline at end of file diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 567784479..5075f605c 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -49,6 +49,7 @@ nav: - Other Tutorials: - tutorial/other/video.md - tutorial/other/crud.md + - tutorial/other/course.md - How-to Guides: - Parsing input: - guides/input/operations.md