docs: use bash language tag for shell code fences#11063
Merged
rmccorm4 merged 2 commits intoJun 30, 2026
Merged
Conversation
e874c71 to
211774a
Compare
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
WalkthroughThree documentation files updated fenced code block language identifiers from ChangesDocs code fence updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
Contributor
391f16c to
7561502
Compare
The documentation style guide requires shell code fences to be tagged `bash` rather than `sh`. Update the three remaining `sh`-tagged fences under docs/ for consistency and correct syntax highlighting. Signed-off-by: Clement Pakkam Isaac <cpakkamisaac@nvidia.com>
7561502 to
0c53627
Compare
rmccorm4
approved these changes
Jun 30, 2026
Contributor
|
/ok to test 1ce8e02 |
Contributor
|
Thanks for the contribution @cpakkamisaac-sae ! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Three shell code blocks under
docs/were tagged```sh. The docs style guide (docs/AGENTS.md) requires shell fences to be tagged```bash. This updates the three remaining offenders for consistency and correct syntax highlighting. No code inside the blocks changed.Files:
docs/observability/logging.mddocs/kubernetes/model-caching-with-fluid.mddocs/kubernetes/cloud-providers/ecs/ecs.mdValidation
pre-commit run --files <the three files>passes.rg '^```sh$' docs/returns no matches after the change.Related Issues
Summary by CodeRabbit
bashcode block formatting for improved syntax highlighting and consistency.