From 11c994c48ffc2a5d53e73b127edc99a526442c72 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 23 Dec 2022 12:09:32 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/color/README.md | 6 ++---- src/self_signed/README.md | 12 +++++------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/src/color/README.md b/src/color/README.md index a1e7d1b..4d073f9 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/ilaner/my_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/ilaner/my_features/blob/main/src/color/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/self_signed/README.md b/src/self_signed/README.md index 142e101..d549218 100644 --- a/src/self_signed/README.md +++ b/src/self_signed/README.md @@ -1,15 +1,13 @@ -# 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": {} } ``` @@ -17,10 +15,10 @@ A hello world feature | 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`._