Skip to content

Commit 3315901

Browse files
Include bash style guide (#311)
* Update index.md Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent 2e5e633 commit 3315901

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

_docs-sources/guides/style/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@ Learn Gruntwork's Go coding style.
2020
href="/guides/style/markdown-style-guide">
2121
Learn how Gruntwork formats our READMEs and documentation.
2222
</Card>
23+
<Card
24+
title="Bash Style Guide"
25+
href="https://google.github.io/styleguide/shellguide.html">
26+
Gruntwork follows Google's shell style guide for Bash scripts.
27+
</Card>
28+
2329

2430
</CardGroup>

docs/guides/style/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,19 @@ Learn Gruntwork's Go coding style.
2020
href="/guides/style/markdown-style-guide">
2121
Learn how Gruntwork formats our READMEs and documentation.
2222
</Card>
23+
<Card
24+
title="Bash Style Guide"
25+
href="https://google.github.io/styleguide/shellguide.html">
26+
Gruntwork follows Google's shell style guide for Bash scripts.
27+
</Card>
28+
2329

2430
</CardGroup>
2531

2632

2733
<!-- ##DOCS-SOURCER-START
2834
{
2935
"sourcePlugin": "local-copier",
30-
"hash": "570c137a65cf9623f2e9e018df8121d1"
36+
"hash": "a2e7a4dcf7d1eb2a24102927805a2a5d"
3137
}
3238
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)