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:
@@ -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": {
|
||||
|
||||
@@ -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**:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user