From ddd9c57ff1a7546fb2138a33fcefbcb609fd68b6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 1 Feb 2025 01:24:09 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/builder/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/builder/README.md diff --git a/src/builder/README.md b/src/builder/README.md new file mode 100644 index 0000000..9d9f813 --- /dev/null +++ b/src/builder/README.md @@ -0,0 +1,24 @@ + +# Builder: Static Site Generation Tool (builder) + +Builder is a streamlined static site generation tool designed with a focus on convention over configuration. https://github.com/jtarchie/builder + +## Example Usage + +```json +"features": { + "ghcr.io/nulldriver/devcontainer-features/builder:1": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| version | Select or enter a Builder version. | string | latest | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/nulldriver/devcontainer-features/blob/main/src/builder/devcontainer-feature.json). Add additional notes to a `NOTES.md`._