diff --git a/src/bash-completion/README.md b/src/bash-completion/README.md index cd41341..961dd8b 100644 --- a/src/bash-completion/README.md +++ b/src/bash-completion/README.md @@ -1,7 +1,7 @@ # Bash Completion (bash-completion) -Installs Bash Completion using apk +Bash auto-complete ## Example Usage @@ -11,10 +11,14 @@ Installs Bash Completion using apk } ``` +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/davzucky/devcontainers-features-wolfi/blob/main/src/bash/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ \ No newline at end of file +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/jSadoski/devcontainer-features/blob/main/src/bash-completion/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/color/README.md b/src/color/README.md index a1e7d1b..5a0e55a 100644 --- a/src/color/README.md +++ b/src/color/README.md @@ -7,9 +7,7 @@ A feature to remind you of your favorite color ```json "features": { - "ghcr.io/devcontainers/feature-starter/color:1": { - "version": "latest" - } + "ghcr.io/jSadoski/devcontainer-features/color:1": {} } ``` @@ -23,4 +21,4 @@ A feature to remind you of your favorite color --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/feature-starter/blob/main/src/color/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/jSadoski/devcontainer-features/blob/main/src/color/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/hello/README.md b/src/hello/README.md index 142e101..8355d1d 100644 --- a/src/hello/README.md +++ b/src/hello/README.md @@ -7,9 +7,7 @@ A hello world feature ```json "features": { - "ghcr.io/devcontainers/feature-starter/hello:1": { - "version": "latest" - } + "ghcr.io/jSadoski/devcontainer-features/hello:1": {} } ``` @@ -23,4 +21,4 @@ A hello world feature --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/feature-starter/blob/main/src/hello/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/jSadoski/devcontainer-features/blob/main/src/hello/devcontainer-feature.json). Add additional notes to a `NOTES.md`._