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
+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**: