-
Notifications
You must be signed in to change notification settings - Fork 4
More docs updates #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
ce86da1
Better error handling with check lambda function
josh-padnick 36fc8f3
Update intro section
josh-padnick 7846c50
Add automated spellcheck support
josh-padnick d4e4a0c
Update command docs
josh-padnick b1ebfca
Work in progress update to authoring section
josh-padnick 3f38810
Add boileprlate docs
josh-padnick 23904dd
Update admonitions
josh-padnick 7143d44
Update check page
josh-padnick 6c1f5e7
Update command
josh-padnick 2a710b0
Add new "generated files" section to intro
josh-padnick 5a677d9
Update Check and Command pages
josh-padnick b1e2683
Render OpenTofu logo
josh-padnick 165a3d1
Update inputs page
josh-padnick 26ee975
Update Template.mdx
josh-padnick 8fe45f8
Update TemplateInline.mdx
josh-padnick a4d732d
Update README
josh-padnick e0cc5d7
Update README.md
josh-padnick 0294314
Update README.md
josh-padnick 82a75aa
Update Runbooks pro
josh-padnick ac9d78c
Address gemini feedback
josh-padnick File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| { | ||
| "version": "0.2", | ||
| "language": "en", | ||
| "words": [ | ||
| "runbook", | ||
| "runbooks", | ||
| "Gruntwork", | ||
| "Blockquotes", | ||
| "Strikethrough", | ||
| "bunx", | ||
| "elif", | ||
| "fsnotify", | ||
| "LOCALAPPDATA", | ||
| "mozallowfullscreen", | ||
| "webkitallowfullscreen", | ||
| "myapp", | ||
| "prereq", | ||
| "pyenv", | ||
| "scaffolder", | ||
| "sysdm", | ||
| "testdata", | ||
| "astro", | ||
| "starlight", | ||
| "boilerplate", | ||
| "templating", | ||
| "mdx", | ||
| "tofu", | ||
| "opentofu", | ||
| "devops", | ||
| "infra", | ||
| "homebrew", | ||
| "kubectl", | ||
| "terraform", | ||
| "terragrunt", | ||
| "pipelining" | ||
| ], | ||
| "ignorePaths": [ | ||
| "node_modules", | ||
| "dist", | ||
| "bun.lock", | ||
| "*.svg" | ||
| ], | ||
| "ignoreRegExpList": [ | ||
| "/```[\\s\\S]*?```/g", | ||
| "/<[^>]+>/g" | ||
| ] | ||
| } | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a subject-verb agreement inconsistency. On line 13, you use "Runbooks are...", but here you use "Runbooks is...". For consistency, it's best to use the plural form throughout.