Mintlify's client-side router intercepts same-origin anchor clicks
(including raw <a> tags, not just its own components) and automatically
prepends /docs on navigation — that's how the unprefixed top-nav links
correctly land on /docs/company-brain/overview etc. Hardcoding /docs
into these homepage hrefs made the router double it up to
/docs/docs/company-brain/overview, a real 404 confirmed by clicking
through in a live browser. Reverted to unprefixed hrefs, matching every
other internal link in the docs and what `mintlify broken-links` expects.
Image src/icon/imageUrl paths are untouched — those are literal
resource fetches never touched by the router, so they still need the
explicit /docs prefix.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>