Skip to content

fix(docs): add missing /docs/ prefix to custom component hrefs#1362

Open
EthanThatOneKid wants to merge 1 commit into
supermemoryai:mainfrom
EthanThatOneKid:fix/docs-broken-links-missing-prefix
Open

fix(docs): add missing /docs/ prefix to custom component hrefs#1362
EthanThatOneKid wants to merge 1 commit into
supermemoryai:mainfrom
EthanThatOneKid:fix/docs-broken-links-missing-prefix

Conversation

@EthanThatOneKid

@EthanThatOneKid EthanThatOneKid commented Jul 26, 2026

Copy link
Copy Markdown

Summary

Custom MDX components (HeroCard, BuildingBlock) use raw <a> tags whose href values were missing the /docs/ base path. Mintlify doesn't auto-prefix these, causing 404s.

Changes

apps/docs/index.mdx - 7 links fixed:

  • Architecture: /concepts/how-it-works -> /docs/concepts/how-it-works
  • Quickstart: /quickstart -> /docs/quickstart
  • Set up your company brain: /company-brain/setup -> /docs/company-brain/setup
  • All 4 HeroCard hrefs (Developer platform, Company brain, Plugins, Self-hosting)

apps/docs/overview/what-is-supermemory.mdx - 8 BuildingBlock hrefs fixed

Follow-up

Consider adding a broken link checker to CI (mintlify broken-links) to catch these in the future.

Custom MDX components (HeroCard, BuildingBlock) use raw <a> tags which
aren't auto-prefixed by Mintlify. Added explicit /docs/ prefix to 15 href
values across the landing page and What is Supermemory page.

Fixes: Architecture, Quickstart, Set up your company brain, and 12 other
broken links on the docs site.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant