docs: add WhoDB to showcase#5788
Conversation
WalkthroughAdds a WhoDB community showcase page with a centered screenshot, product description, supported databases, and feature highlights. ChangesWhoDB showcase
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
website/docs/community/showcase/whodb.mdx (1)
5-5: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick winAdd alternative text to the screenshot.
This informative image currently lacks
alttext, so screen readers cannot identify it.- <img src={require("`@site/static/img/showcase/whodb.png`").default} /> + <img + src={require("`@site/static/img/showcase/whodb.png`").default} + alt="WhoDB database management interface" + />🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@website/docs/community/showcase/whodb.mdx` at line 5, Add a descriptive alt attribute to the screenshot img element, identifying what the WhoDB image depicts for screen-reader users while preserving the existing image source.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@website/docs/community/showcase/whodb.mdx`:
- Line 10: Update the WhoDB showcase description to correct “availble” to
“available” and standardize the product names to “TypeScript,” “App Store,” and
“Snap Store,” while preserving the rest of the description.
---
Nitpick comments:
In `@website/docs/community/showcase/whodb.mdx`:
- Line 5: Add a descriptive alt attribute to the screenshot img element,
identifying what the WhoDB image depicts for screen-reader users while
preserving the existing image source.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: a8fe8f36-0fe5-4ab3-9158-16be442e04da
⛔ Files ignored due to path filters (1)
website/static/img/showcase/whodb.pngis excluded by!**/*.png
📒 Files selected for processing (1)
website/docs/community/showcase/whodb.mdx
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
website/docs/community/showcase/whodb.mdx (1)
5-5: 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick winAdd alternative text to the screenshot.
The image needs meaningful
alttext so screen-reader users can identify the WhoDB interface.Proposed fix
- <img src={require("`@site/static/img/showcase/whodb.png`").default} /> + <img + src={require("`@site/static/img/showcase/whodb.png`").default} + alt="WhoDB database management interface" + />🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@website/docs/community/showcase/whodb.mdx` at line 5, Update the showcase image element in the WhoDB documentation to include meaningful alt text describing the WhoDB interface, while preserving the existing image source.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Outside diff comments:
In `@website/docs/community/showcase/whodb.mdx`:
- Line 5: Update the showcase image element in the WhoDB documentation to
include meaningful alt text describing the WhoDB interface, while preserving the
existing image source.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: bda68eb5-5489-4c8b-86be-11358e15db21
📒 Files selected for processing (1)
website/docs/community/showcase/whodb.mdx
Description
Adds WhoDB to the community showcase. WhoDB is a database management tool written in Go and Typescript.
Follows the format of the existing showcase entries: one .mdx page plus one screenshot under static/img/showcase.
Type of change
How Has This Been Tested?
Docs-only change. Change follows existing structure.
Summary by CodeRabbit