chore(devcontainer): update mkdocs feature source and improve setup docs

- Update mkdocs feature from devcontainers-contrib to devcontainers-extra (ref: https://github.com/microsoft/vscode-remote-release/issues/11046)
- Clarify fork workflow in devcontainer tutorial

Signed-off-by: ElaineDeMattosSilvaB <elaine.de-mattos-silva-bezerra@deutschebahn.com>
This commit is contained in:
ElaineDeMattosSilvaB
2026-02-21 12:12:43 +01:00
parent 4e6ed1ab6b
commit 2f2233e8c1
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"build": { "dockerfile": "Dockerfile" },
"features": {
"ghcr.io/devcontainers/features/common-utils:2.5.6": {},
"ghcr.io/devcontainers-contrib/features/mkdocs:2": {}
"ghcr.io/devcontainers-extra/features/mkdocs:2": {}
},
"postCreateCommand": "bash .devcontainer/setup.sh",
"hostRequirements": {