Uh oh!
There was an error while loading. Please reload this page.
docs(web): add icons for CLI/broker API reference nav items - #886
Conversation
The docs sidebar was rendering "CLI reference" and "Broker HTTP / WS API" without icons because no entries existed in navIcons for the reference-cli and reference-broker-api slugs.
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR adds a ChangesCLI Reference Documentation Navigation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
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 docstrings
🧪 Generate unit tests (beta)
Comment |
Summary
web/components/docs/DocsNav.tsx) was rendering two nav items without icons becausenavIconshad no entries for their slugs:reference-cli)reference-broker-api)BookOpenfor the CLI reference andNetworkfor the broker HTTP/WS API (both fromlucide-react, matching the existing icon style).Test plan
/docs/*and confirm every item under the CLI group renders with a leading icon.Generated by Claude Code