From 15c8bed72dcd2fbaf1498d3bd1fdd6a68285dcd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Sep 2023 17:51:39 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/color/README.md | 6 ++---- src/hello/README.md | 6 ++---- src/wine/README.md | 24 ++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 src/wine/README.md diff --git a/src/color/README.md b/src/color/README.md index a1e7d1b..4883b95 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/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`._ diff --git a/src/hello/README.md b/src/hello/README.md index 142e101..42faf82 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/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`._ diff --git a/src/wine/README.md b/src/wine/README.md new file mode 100644 index 0000000..fb97da4 --- /dev/null +++ b/src/wine/README.md @@ -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`._