Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/color/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/ilaner/my_features/color:1": {}
}
```

Expand All @@ -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/ilaner/my_features/blob/main/src/color/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
12 changes: 5 additions & 7 deletions src/self_signed/README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@

# Hello, World! (hello)
# My Favorite Color (color)

A hello world feature
A feature to remind you of your favorite color

## Example Usage

```json
"features": {
"ghcr.io/devcontainers/feature-starter/hello:1": {
"version": "latest"
}
"ghcr.io/ilaner/my_features/color:1": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| greeting | Select a pre-made greeting, or enter your own | string | hey |
| version | version. | string | - |



---

_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/ilaner/my_features/blob/main/src/self_signed/devcontainer-feature.json). Add additional notes to a `NOTES.md`._