docs: fix cluster deployment table line breaks#163
Conversation
|
@Sourgrapes42 is attempting to deploy a commit to the quantumnous Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR fixes HTML markup rendering in the cluster deployment documentation by removing errant backticks around ChangesCluster Deployment Documentation Markup
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 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)
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.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the Chinese cluster deployment documentation to simplify table formatting by removing unnecessary inline code wrappers around HTML line breaks.
Changes:
- Removed backticks around
<br />in the architecture comparison table to render line breaks consistently.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | **主从复制架构** | 1个主库<br />N个从库 | 主库处理写入<br />从库处理读取<br />主从数据自动同步 | 配置主库地址作为 `SQL_DSN` | | ||
| | **数据库集群架构** | 多个对等节点<br />代理层(ProxySQL/MySQL Router) | 所有节点都可读写<br />通过代理层实现负载均衡<br />自动故障转移 | 配置代理层地址作为 `SQL_DSN` | |
This PR fixes a table rendering issue in the Chinese documentation only.
The problem exists in [cluster-deployment.mdx], where line break tags inside table cells were written in a way that caused them to render as literal text. This change restores the intended table layout and readability.
Before
After
Summary by CodeRabbit