Fix mobile drawer internal links in marketing navbar#6539
Conversation
Greptile SummaryThis PR fixes four incorrect internal links in the mobile navbar drawer by updating stale route paths to match current site routing conventions.
Confidence Score: 4/5Safe to merge — the four URL corrections are straightforward and only touch the mobile drawer link targets. The core URL fixes are correct and well-scoped. The only loose end is that the docs active-detection exclusion list still references "gallery" instead of "templates" now that the Templates route moved; this doesn't produce wrong active-state today (since /templates never contains "docs"), but it is dead code that should be cleaned up. The active-detection exclusion in drawer_item (lines 66–73) is the one spot worth a second look. Important Files Changed
|
No description provided.