Skip to content

Commit

Permalink
Merge pull request #50 from cirolosapio/automated-documentation-updat…
Browse files Browse the repository at this point in the history
…e-8798129277

Automated documentation update
  • Loading branch information
cirolosapio authored Apr 23, 2024
2 parents 62d732c + 2dae714 commit 5ce749e
Show file tree
Hide file tree
Showing 10 changed files with 110 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/alpine-docker-outside-of-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Re-use the host docker socket, adding the Docker CLI to alpine container

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| hostDockerGid | Docker group id on the host machine (retrieve with "getent group docker \| cut -d: -f3"). Required if remote user is not root | string | 1001 |
| installDockerCompose | Install Docker Compose? | boolean | false |

## Customizations
Expand Down
4 changes: 4 additions & 0 deletions src/alpine-magento-cloud-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ Installs magento-cloud-cli on alpine
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| shellType | The shell type to use | string | zsh |



Expand Down
4 changes: 0 additions & 4 deletions src/alpine-nushell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ Installs nushell on alpine
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| initStarship | Init starship | boolean | true |



Expand Down
3 changes: 1 addition & 2 deletions src/alpine-ohmyzsh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ Installs ohmyzsh on alpine

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| plugins | OhMyZsh plugins to enable (git zsh-autosuggestions zsh-syntax-highlighting are always installed) | string | alias-tips zsh-interactive-cd |
| initStarship | Init starship | boolean | true |
| plugins | OhMyZsh plugins to enable (git zsh-autosuggestions zsh-syntax-highlighting are always installed) | string | git alias-tips |



Expand Down
2 changes: 1 addition & 1 deletion src/alpine-php-composer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Installs php composer on alpine

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Version of composer to install | string | 2.7.2 |
| version | Version of composer to install | string | 2.7.4 |



Expand Down
20 changes: 20 additions & 0 deletions src/alpine-php-magento/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# alpine-php-magento (alpine-php-magento)

Installs magento libs for php on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-php-magento:0": {}
}
```





---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-php-magento/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
20 changes: 20 additions & 0 deletions src/alpine-php-mssql/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# alpine-php-mssql (alpine-php-mssql)

Installs mssql driver for php on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-php-mssql:0": {}
}
```





---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-php-mssql/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
20 changes: 20 additions & 0 deletions src/alpine-php-mysql/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# alpine-php-mysql (alpine-php-mysql)

Installs mysql driver for php on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-php-mysql:0": {}
}
```





---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-php-mysql/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
20 changes: 20 additions & 0 deletions src/alpine-php-zip/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# alpine-php-zip (alpine-php-zip)

Installs zip for php on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-php-zip:0": {}
}
```





---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-php-zip/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
24 changes: 24 additions & 0 deletions src/alpine-user/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# alpine-user (alpine-user)

Create a user on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-user:0": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| user | The name of the user to create | string | vscode |



---

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

0 comments on commit 5ce749e

Please sign in to comment.