Merge pull request #32945 from elaine-mattos/chore/devcontainer-improvements

chore(devcontainer): update mkdocs feature source and improve setup docs
This commit is contained in:
Patrik Oldsberg
2026-02-21 17:05:34 +01:00
committed by GitHub
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": {
+8 -5
View File
@@ -53,12 +53,15 @@ The dev container requires:
### Option 1: Open the Repository in a Dev Container
1. **Clone the Backstage repository** (if you haven't already):
1. **Fork and clone the Backstage repository** (if you haven't already):
```shell
git clone https://github.com/backstage/backstage.git
cd backstage
```
- Go to https://github.com/backstage/backstage and click "Fork"
- Clone your fork:
```shell
git clone https://github.com/<your-username>/backstage.git
cd backstage
```
2. **Open in VS Code**: