From 82b7e95acde6b4fd28da7e5d5b12b13d8e8bd897 Mon Sep 17 00:00:00 2001 From: benne238 Date: Tue, 18 May 2021 09:07:37 -0400 Subject: [PATCH] add dev environment to nav --- docs/Dev Environment Setup Guide.md | 2 +- docs/awesome-pages.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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