Extract or inspect inline links in docs.
Section: Logs, docs, and ops recipes
Find Markdown links
bash
bash
rg -o '\[[^\]]+\]\([^\)]+\)' docs/Explanation
Useful for doc migrations and broken-link audits.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Logs, docs, and ops recipes
Find container image references
Search YAML and Helm files for image tags.
Find Terraform resource blocks
Search infrastructure code for a resource type.
Find debug logging in source code
Locate `console.log` usage across a codebase.