mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
Add MkDocs configuration and tasks for local documentation setup via vscode run and debug (#7251)
This commit is contained in:
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@@ -10,6 +10,16 @@
|
||||
"name": "Launch Chrome against localhost",
|
||||
"url": "http://localhost:8080",
|
||||
"webRoot": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
"name": "Test docs locally with mkdocs",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/docs/env/Scripts/mkdocs.exe",
|
||||
"args": ["serve", "--dev-addr", "127.0.0.1:8010"],
|
||||
"cwd": "${workspaceFolder}/docs",
|
||||
"console": "integratedTerminal",
|
||||
"preLaunchTask": "Start MkDocs Server"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user