docs(showcase): add wedm ETCD GUI showcase#5424
Conversation
- Add wedm project showcase with features overview - Include tech stack (Wails v2, Go, Vue 3, Vuetify 3) - Add installation guide for Windows, macOS, and Linux - Include project screenshots and repository links
WalkthroughThis PR adds a new MDX documentation page for the WEDM project in the community showcase section. The page includes embedded images, project description with ETCD v3-only compatibility note, and structured sections covering features, tech stack, installation, usage, upgrading, and issue reporting. ChangesCommunity Showcase Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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/wedm.mdx (1)
7-7: 💤 Low valueConsider removing unnecessary
<br />tag.The
<br />tag appears to serve no purpose since both images are already in the same paragraph block and will render together.♻️ Proposed cleanup
<img src={require("@site/static/img/showcase/wedm-keys.webp").default} /> - <br /> </p>🤖 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/wedm.mdx` at line 7, Remove the unnecessary <br /> tag that separates the two images in the same paragraph block in website/docs/community/showcase/wedm.mdx; locate the lone "<br />" element between the image elements (or image JSX/MDX nodes) and delete it so the images render together within the same paragraph without extra line-break markup.
🤖 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/wedm.mdx`:
- Line 4: The inline style on the <p> element uses an invalid kebab-case quoted
property ("text-align"); update the <p> tag's style prop to use a JS object with
the camelCase property name textAlign and an appropriate string value
("center"), removing the quoted kebab-case key so React accepts the inline
style.
---
Nitpick comments:
In `@website/docs/community/showcase/wedm.mdx`:
- Line 7: Remove the unnecessary <br /> tag that separates the two images in the
same paragraph block in website/docs/community/showcase/wedm.mdx; locate the
lone "<br />" element between the image elements (or image JSX/MDX nodes) and
delete it so the images render together within the same paragraph without extra
line-break markup.
🪄 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: 08f88c09-eedc-480a-89bd-6bc5ffda5989
📒 Files selected for processing (3)
website/docs/community/showcase/wedm.mdxwebsite/static/img/showcase/wedm-keys.webpwebsite/static/img/showcase/wedm-settings.webp
Description
This PR adds a showcase documentation page for the wedm project, an open-source ETCD v3 GUI client built with Wails v2. The documentation provides a comprehensive overview of the project's features, technology stack, and installation instructions for cross-platform users.
Fixes # (issue)
Type of change
Please select the option that is relevant.
How Has This Been Tested?
This is a documentation-only change that adds a new showcase page for the wedm project. No code changes were made to the Wails framework itself.
Test Configuration
N/A - Documentation update only
Checklist:
website/src/pages/changelog.mdxwith details of this PR (v3 changelog entries are added automatically)Summary by CodeRabbit