Skip to content

Commit c91bf48

Browse files
authored
Merge pull request #42 from joshuanianji/automated-documentation-update-7458643897
Automated documentation update
2 parents 2cdce18 + eca2a94 commit c91bf48

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

src/aws-cli-persistence/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ Avoid extra logins from the AWS CLI by preserving the `~/.aws` folder across con
1919

2020
## OS and Architecture Support
2121

22-
Architectures: `amd` and `arm`.
22+
Architectures: `amd` and `arm`
23+
2324
OS: `ubuntu`, `debian`
25+
2426
Shells: `bash`, `zsh`, `fish`
2527

2628
## Changelog
2729

2830
| Version | Notes |
2931
| ------- | ---------------------- |
32+
| 1.0.1 | Fix Docs |
3033
| 1.0.0 | Support zsh + refactor |
3134
| 0.0.0 | Initial Version |
3235

src/gcloud-cli-persistence/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ Avoid extra logins from the Google Cloud CLI by preserving the `~/.config/gcloud
1919

2020
## OS and Architecture Support
2121

22-
Architectures: `amd` and `arm`.
22+
Architectures: `amd` and `arm`
23+
2324
OS: `ubuntu`, `debian`
25+
2426
Shells: `bash`, `zsh`, `fish`
2527

2628
## Changelog
2729

2830
| Version | Notes |
2931
| ------- | ---------------------- |
32+
| 1.0.1 | Fix Docs |
3033
| 1.0.0 | Support zsh + refactor |
3134
| 0.0.0 | Initial Version |
3235

src/github-cli-persistence/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ Avoid extra logins from the Github CLI by preserving the `~/.config/gh` folder a
1919

2020
## OS and Architecture Support
2121

22-
Architectures: `amd` and `arm`.
22+
Architectures: `amd` and `arm`
23+
2324
OS: `ubuntu`, `debian`
25+
2426
Shells: `bash`, `zsh`, `fish`
2527

2628
## Changelog
2729

2830
| Version | Notes |
2931
| ------- | ---------------------------------------------------- |
32+
| 1.0.1 | Fix Docs |
3033
| 1.0.0 | Support zsh + refactor |
3134
| 0.0.3 | Delete some unnecessary "echo" statements |
3235
| 0.0.2 | `chown -R` the entire `~/.config` directory |

src/lamdera/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,17 @@ Based on my tests, v1.1.0 is the only one that works reliably.
2929

3030
## OS and Architecture Support
3131

32-
Architectures: `amd` and `arm`.
32+
Architectures: `amd` and `arm`
33+
3334
OS: `ubuntu`, `debian`
35+
3436
Shells: `bash`, `zsh`, `fish`
3537

3638
## Changelog
3739

3840
| Version | Notes |
3941
| ------- | ----------------------------- |
42+
| 1.0.1 | Fix Docs |
4043
| 1.0.0 | Support zsh/fish and refactor |
4144
| 0.0.2 | Fix typos in Docs |
4245
| 0.0.1 | Update Docs |

src/mount-pnpm-store/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ Sets pnpm store to ~/.pnpm-store and mounts it to a volume to share between mult
1919

2020
## OS and Architecture Support
2121

22-
Architectures: `amd` and `arm`.
22+
Architectures: `amd` and `arm`
23+
2324
OS: `ubuntu`, `debian`
25+
2426
Shells: `bash`, `zsh`, `fish`
2527

2628
## Important Implementation Details
@@ -57,6 +59,7 @@ The volume mount is called `global-devcontainer-pnpm-store`, so ensure that no o
5759

5860
| Version | Notes |
5961
| ------- | ---------------------- |
62+
| 1.0.1 | Fix Docs |
6063
| 1.0.0 | Support zsh + refactor |
6164
| 0.1.1 | Fix mount name |
6265
| 0.1.0 | Documentation |

src/terraform-cli-persistence/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ Avoid extra logins from the Terraform CLI by preserving the `~/.terraform.d` fol
1919

2020
## OS and Architecture Support
2121

22-
Architectures: `amd` and `arm`.
22+
Architectures: `amd` and `arm`
23+
2324
OS: `ubuntu`, `debian`
25+
2426
Shells: `bash`, `zsh`, `fish`
2527

2628
## Changelog
2729

2830
| Version | Notes |
2931
| ------- | ---------------------- |
32+
| 1.0.1 | Fix Docs |
3033
| 1.0.0 | Support zsh + refactor |
3134
| 0.0.0 | Initial Version |
3235

0 commit comments

Comments
 (0)