Merge pull request #1 from Maks1mS/automated-documentation-update-6201240657

Automated documentation update
This commit is contained in:
Maxim Slipenko 2023-09-15 20:52:49 +03:00 committed by GitHub
commit ca62d93bc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 8 deletions

View File

@ -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/Maks1mS/devcontainers-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/Maks1mS/devcontainers-features/blob/main/src/color/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

View File

@ -7,9 +7,7 @@ A hello world feature
```json
"features": {
"ghcr.io/devcontainers/feature-starter/hello:1": {
"version": "latest"
}
"ghcr.io/Maks1mS/devcontainers-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/Maks1mS/devcontainers-features/blob/main/src/hello/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

24
src/wine/README.md Normal file
View File

@ -0,0 +1,24 @@
# Wine (wine)
A feature to remind you of your favorite color
## Example Usage
```json
"features": {
"ghcr.io/Maks1mS/devcontainers-features/wine:1": {}
}
```
## Options
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | - | string | 8.15 |
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/Maks1mS/devcontainers-features/blob/main/src/wine/devcontainer-feature.json). Add additional notes to a `NOTES.md`._