docs(developer-docs): fix collapsed info container on one-click deploy - #494
Conversation
The :::info container on the one-click deploy page was written on a single line, so VitePress rendered the raw directive markers instead of the callout. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011hXFZdHcN8R71V17d7pt3W
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan includes up to 1 review per rolling hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe one-click self-hosting guide now uses valid multi-line ChangesDocumentation formatting
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized documentation change restores the intended info callout rendering on the one-click deploy page, with no actionable merge-blocking risk remaining beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
Summary
The
:::infocontainer on the one-click deploy page was written on a single line, so VitePress rendered the raw:::info ... :::markers as literal text instead of an info callout. Split it onto its own lines.Test plan
pnpm dev:developer-docs→ visit/self-hosting/methods/one-clickand confirm the note renders as an info callout.🤖 Generated with Claude Code
https://claude.ai/code/session_011hXFZdHcN8R71V17d7pt3W
Summary by CodeRabbit