docs: fix some mermaid diagrams not rendering#2831
Conversation
Remove blank lines from mermaid code blocks that were causing diagrams to not render in non-first tabs. Mintlify's mermaid parser interprets blank lines inside code blocks as terminating the diagram definition.
|
WalkthroughThis pull request updates four documentation files with Mermaid workflow diagrams. data-processing-etl.mdx and media-generation.mdx only remove blank lines inside diagram blocks (formatting-only). marketing.mdx replaces several node labels "Preferred Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Pre-merge checks❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
📜 Recent review detailsConfiguration used: Repository UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (2)
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 |
Review CompleteYour review story is ready! Comment !reviewfast on this PR to re-generate the story. |
Remove <br/> tags from inside curly brace decision nodes which cause mermaid 11.4.1 syntax errors. The forward slash in <br/> confuses the parser when inside decision node braces.
|
Closing - this is a Mintlify bug with mermaid diagrams in tabs. Only the first/visible tab renders properly due to client-side rendering issues. We've reported this to Mintlify. |
Remove blank lines from mermaid code blocks that were causing diagrams to not render in non-first tabs. Mintlify's mermaid parser interprets blank lines inside code blocks as terminating the diagram definition.
Closes #2827