10000 Merge branch 'master' of github.com:squidfunk/mkdocs-material · squidfunk/mkdocs-material@1050940 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1050940

Browse files
committed
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2 parents 201054e + <
8000
a class="color-fg-default Link--inTextBlock prc-Link-Link-85e08" data-hotkey="o" data-hovercard-url="/squidfunk/mkdocs-material/commit/32b7ee998e99236831d6b3029e8d5108394467b8/hovercard" href="/squidfunk/mkdocs-material/commit/32b7ee998e99236831d6b3029e8d5108394467b8" data-discover="true">32b7ee9 commit 1050940

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
0