Render mermaid diagrams in the registry products' docs - #2017
Conversation
…copy The page still carried Nextra, three-letter codes instead of the product marks, big cards with no description, and a "Security" section holding one card. It also had no place for the eight registry libraries. Now four sections: Federation Platform (Hive, Hive Router, Hive Gateway, Stellate), Servers & Subgraphs (Yoga, Mesh, Envelop, Modules, Stitching, SOFA, GraphQL over WebSocket, GraphQL over SSE), Schema Tooling (Inspector, Tools, Scalars, Config) and Developer Experience (Codegen, ESLint, Apollo Angular). Small cards use the real marks, big cards carry a one-line description, and the copy mentions the Grafbase and Stellate acquisitions. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The mermaid rehype plugin was scoped to Hive, Yoga and Mesh content only, so the Schema Stitching docs index showed its architecture diagram as a plain code block. The registry products now get the same plugin as their shared code-block setup. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughThe PR reorganizes the Hive ecosystem page, extends product card title rendering, and enables Mermaid processing for registry product MDX files. ChangesHive ecosystem presentation
Priority: ➖ Normal Estimated code review effort: 2 (Simple) | ~10 minutes Change: Bug fix 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
💻 Website PreviewThe latest changes are available as preview in: https://pr-2017.guild-dev-website.pages.dev |
Summary
Arda pointed out on ardatan/schema-stitching#1870 that the architecture diagram on the Stitching docs index renders as a plain code block. The content is a normal ```mermaid fence; the cause is on this side: the mermaid rehype plugin was scoped to Hive, Yoga and Mesh files only. The ten registry products now get it alongside their shared code-block setup.
Test plan
flowchart TDcode block; the inline client icon inside the diagram survives. Hive's own diagrams still render.🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Content Updates