Skip to content

Commit f5b2d0c

Browse files
committed
Add mkdocs build script to VS Code tasks list
1 parent 2ac6d28 commit f5b2d0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/tasks.json

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
// for the documentation about the tasks.json format
44
"version": "2.0.0",
55
"tasks": [
6+
{
7+
"label": "Rebuild site using MkDocs",
8+
"type": "shell",
9+
"command": "mkdocs build",
10+
"problemMatcher": [],
11+
},
612
{
713
"label": "Rebuild all source code documentation folders",
814
"type": "shell",

0 commit comments

Comments
 (0)