Skip to content
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

Fix codeblock languages, prefix instances #5604

Merged
merged 2 commits into from
May 22, 2024
Merged

Conversation

ADubhlaoich
Copy link
Contributor

@ADubhlaoich ADubhlaoich commented May 22, 2024

Proposed changes

This commit replaces all instances of console with shell, ensuring that codeblock highlighting and formatting is activated. It removes prefixes from shell prompts (such as $), removes unnecessary blank lines and adds languages to blocks that do not have them.

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

This commit replaces all instances of console with shell, ensuring that
codeblock highlighting and formatting is activated. It removes prefixes
from shell prompt (such as $), removes unnecessary blank lines and adds
languages to blocks that do not have them.
@ADubhlaoich ADubhlaoich added the documentation Pull requests/issues for documentation label May 22, 2024
@ADubhlaoich ADubhlaoich self-assigned this May 22, 2024
@ADubhlaoich ADubhlaoich requested review from a team as code owners May 22, 2024 13:55
@ADubhlaoich ADubhlaoich enabled auto-merge (squash) May 22, 2024 14:30
@ADubhlaoich ADubhlaoich merged commit 8040707 into main May 22, 2024
28 checks passed
@ADubhlaoich ADubhlaoich deleted the fix-codeblock-langs branch May 22, 2024 15:47
ssrahul96 pushed a commit to ssrahul96/kubernetes-ingress that referenced this pull request Jun 20, 2024
This commit replaces all instances of console with shell, ensuring that
codeblock highlighting and formatting is activated. It removes prefixes
from shell prompt (such as $), removes unnecessary blank lines and adds
languages to blocks that do not have them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests/issues for documentation
Projects
Status: Done 🚀
Development

Successfully merging this pull request may close these issues.

3 participants