Commit graph

3 commits

Author SHA1 Message Date
Dhravya Shah
ec1817e8ca fix(docs): prefix raw internal href/src literals with /docs
index.mdx uses `mode: "custom"`, which renders raw HTML instead of
Mintlify's own components — Mintlify only auto-prefixes internal links
it generates itself (nav, Card href), not literal href/src strings in
raw <a>/<img> tags or JS string literals, so those still 404 under the
/docs mount. Fixed the homepage's raw <a href> links and the hardcoded
avatar path literals in the shared Slack-message snippet component.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-21 20:46:18 -07:00
Dhravya Shah
fa0823a300
fix(docs): prefix JSX-prop image paths with /docs to fix 404s (#1332)
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-21 20:27:44 -07:00
Dhravya Shah
f882f1104d
docs: restructure documentation site and update integration UI (#1331)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-07-21 20:19:30 -07:00