From 5d1c3f35538af0a4f13e72c3c3f6530bd4625157 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 19 Sep 2023 01:38:19 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/android-sdk/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/android-sdk/README.md diff --git a/src/android-sdk/README.md b/src/android-sdk/README.md new file mode 100644 index 0000000..c46b734 --- /dev/null +++ b/src/android-sdk/README.md @@ -0,0 +1,24 @@ + +# android-sdk (android-sdk) + +Setup android sdk in your development container + +## Example Usage + +```json +"features": { + "ghcr.io/pnstack/codespace/android-sdk:1": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| + + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/pnstack/codespace/blob/main/src/android-sdk/devcontainer-feature.json). Add additional notes to a `NOTES.md`._