Fix Data Access missing from docs side panel product dropdown#3659
Conversation
|
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)
📝 WalkthroughWalkthroughA new "Data Access" product entry is added to the ChangesData Access Entry in ProductDropdown
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
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 fixes the docs sidebar product selector by adding “Data Access” to the ProductDropdown, ensuring /docs/data-access/* routes correctly map to a matching product instead of falling back to “Analytics”.
Changes:
- Added
AqDatabase01icon import and a newPRODUCTSentry for Data Access. - Wired the Data Access product to
/docs/data-accesswith landing route/docs/data-access/researchers-guide.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
New azure docs changes available for preview here |
🚀 Pull Request
📋 Description
What does this PR do?
Adds "Data Access" as a selectable option in the
ProductDropdowncomponent used in the docs side panel. TheAqDatabase01icon and the/docs/data-access/researchers-guidelanding path are wired up alongside the existing products.Why is this change needed?
When navigating to any
/docs/data-access/*page (e.g. the Researcher's Guide), the side panel product selector had no matching entry fordata-access, so it fell back to the first item in the list — "Analytics" — and displayed that as the active product instead of "Data Access".🔗 Related Issues
🔄 Type of Change
🏗️ Affected Services
Microservices changed:
src/docs-website—src/components/ProductDropdown/index.tsx🧪 Testing
Test summary:
Navigated to
/docs/data-access/researchers-guide/and confirmed the side panel now shows "Data Access" as the active selection instead of "Analytics". Verified all other product routes (/docs/analytics,/docs/vertex, etc.) still resolve to their correct entries.💥 Breaking Changes
📝 Additional Notes
The
AqDatabase01icon imported here was already used for the Data Access card inProductSection/index.tsx, keeping the icon consistent between the home page grid and the side panel dropdown.✅ Checklist
Summary by CodeRabbit
Release Notes