diff --git a/docs/Dev Environment Setup Guide.md b/docs/Dev Environment Setup Guide.md index 6fc2fc8..b8a029e 100644 --- a/docs/Dev Environment Setup Guide.md +++ b/docs/Dev Environment Setup Guide.md @@ -229,7 +229,7 @@ For consistentcy, we'll use a docstring template. Create or modify the file `.vs At this point, your `.vscode/settings.json` file should look like this: ```none { - "python.pythonPath": "./api/venv/bin/python3", + "python.pythonPath": "./venv/bin/python3", "autoDocstring.customTemplatePath": "./docstring-format.mustache" } ``` diff --git a/docs/awesome-pages.yaml b/docs/awesome-pages.yaml index 0e8234b..5e7d488 100644 --- a/docs/awesome-pages.yaml +++ b/docs/awesome-pages.yaml @@ -2,4 +2,5 @@ # See: https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin nav: - index.md + - 'Dev Environment Setup Guide.md' - API: api \ No newline at end of file