There was an error while loading. Please reload this page.
2 parents 5c57458 + a9d8eab commit 32b7ee9Copy full SHA for 32b7ee9
.devcontainer/devcontainer.json
@@ -0,0 +1,11 @@
1
+{
2
+"name": "Material for MkDocs - VS Code dev container",
3
+"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
4
+"features": {
5
+"ghcr.io/devcontainers/features/python:1": {
6
+"installTools": true,
7
+"version": "3.11"
8
+}
9
+},
10
+"postCreateCommand": "pip install -e . && pip install mkdocs-minify-plugin mkdocs-redirects && npm install && npm run build"
11
0 commit comments