fix docs links and assets - #1407
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Claude finished @Prasanna721's task in 53s —— View job Review Complete
Summary: Reviewed all 16 changed files. This is a clean docs fix that corrects image paths ( Score: 10/10 — Good to ship. |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 05aab3a | Aug 04 2026, 12:06 AM |
There was a problem hiding this comment.
Overview: Fixes broken documentation image paths and navigation links across 16 files, corrects external URLs (LinkedIn, console), and adds a missing Cartesia icon.
Issues found: None — this looks good to ship.
All changes are consistent and well-scoped:
- Image paths correctly updated from
/docs/images/to/images/(Mintlify serves from root) - Navigation links correctly updated from
/docs/...to/... - External URLs corrected (
console.supermemory.ai,linkedin.com/company/supermemory) - New SVG is simple and safe (no scripts or external references)
- The
noAnchorattribute on comparison page headings is valid Mintlify syntax
The PR description notes this was validated with Mintlify validate and Mintlify broken-links, which confirms the paths resolve correctly.
Score: 10/10
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 05aab3a | Commit Preview URL Branch Preview URL |
Aug 04 2026, 12:07 AM |
Merge activity
|
Fixes broken docs navigation and asset paths from the site audit. - serves docs images from `/images` and adds the missing Cartesia icon - corrects homepage, console, and LinkedIn destinations - removes agent-only comparison headings from the web TOC Tested with Mintlify validate and Mintlify broken-links.
a43786e to
05aab3a
Compare
Fold the check into ci.yml so we reuse checkout/install, and drop the standalone docs-links workflow. MDX link baseline fixes already landed via supermemoryai#1407.
Fixes broken docs navigation and asset paths from the site audit.
/imagesand adds the missing Cartesia iconTested with Mintlify validate and Mintlify broken-links.