Mermaid fixes#18
Conversation
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ 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
This PR addresses Mermaid rendering reliability for the Starlight docs sites and improves a workspace build script’s cross-shell compatibility.
Changes:
- Update
build:allto use double quotes around the pnpm filter pattern (more Windows-friendly than single quotes). - Ensure Mermaid rendering runs on normal page load (DOMContentLoaded / immediate) in addition to
astro:page-loadnavigation events for static Starlight pages.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Adjusts build:all quoting for better cross-platform script execution. |
| apps/docs-4x/public/mermaid-init.js | Adds an initial-page-load render path so Mermaid diagrams render even without Astro’s client router. |
| apps/docs-27/public/mermaid-init.js | Same initial-page-load render fix as docs-4x for Mermaid diagrams. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.