build(#16): Add devcontainer for mkdocs

This commit is contained in:
Josh Creek
2022-10-20 19:21:31 +01:00
parent dccc0779a2
commit 36e7fd7be9
5 changed files with 98 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch MkDocs",
"request": "launch",
"runtimeArgs": [
"serve"
],
"runtimeExecutable": "mkdocs",
"type": "node",
"stopOnEntry": true,
}
]
}
+5
View File
@@ -0,0 +1,5 @@
{
"yaml.schemas": {
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
}
}