diff --git a/.vscode/tasks.json b/.vscode/tasks.json index fff9f33fa..f0f00162a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -55,6 +55,16 @@ "command": "python3 -m pytest cookbook/tests", "dependsOn": ["Setup Tests"], "group": "test", + }, + { + "label": "Setup Documentation Dependencies", + "type": "shell", + "command": "pip install mkdocs-material mkdocs-include-markdown-plugin", + }, + { + "label": "Serve Documentation", + "type": "shell", + "command": "mkdocs serve", } ] } \ No newline at end of file