Skip to content

Commit

Permalink
chore: Automated documentation update [skip ci] (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 12, 2024
1 parent 0038b98 commit 5efd561
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ghidra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A feature that installs Ghidra

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version_tag | Select the Ghidra version (either 'latest' or a GitHub release tag) | string | latest |
| version | Select the Ghidra version (either 'latest' or a GitHub release tag) | string | latest |
| repository | Define the repository to grab | string | NationalSecurityAgency/ghidra |


Expand Down
24 changes: 24 additions & 0 deletions src/lib-common/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# Library - Common (lib-common)

A feature that contains the commonly used functions in devcontainer features to avoid rewriting code

## Example Usage

```json
"features": {
"ghcr.io/phorcys420/devcontainer-features/lib-common:1": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| baseDir | Select the base directory where the library should be installed | string | /usr/share/phorcys-devcontainer-libraries |



---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/phorcys420/devcontainer-features/blob/main/src/lib-common/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 comments on commit 5efd561

Please sign in to comment.