Skip to content

Commit

Permalink
add dev environment to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
benne238 committed May 18, 2021
1 parent 6b9721f commit 82b7e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dev Environment Setup Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```
Expand Down
1 change: 1 addition & 0 deletions docs/awesome-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# See: https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
nav:
- index.md
- 'Dev Environment Setup Guide.md'
- API: api

0 comments on commit 82b7e95

Please sign in to comment.