Skip to content

docs: add navigation links for platform features in docs#4572

Merged
whysosaket merged 3 commits intomainfrom
fix/docs-404-redirects
Mar 27, 2026
Merged

docs: add navigation links for platform features in docs#4572
whysosaket merged 3 commits intomainfrom
fix/docs-404-redirects

Conversation

@kartik-mem0
Copy link
Copy Markdown
Contributor

Description

Multiple docs URLs return 404 when AI agents (Claude, ChatGPT, Cursor, etc.) attempt to fetch Mem0 documentation via WebFetch. AI agents construct URLs based on natural language guessing (e.g.,
/platform/features/filters instead of /platform/features/v2-memory-filters), causing them to fail to retrieve documentation.

This PR adds 17 missing redirects in docs/docs.json to cover:

  • 14 commonly-guessed URL patterns that return 404 on the live site (e.g., /platform/features/metadata, /platform/features/filters, /platform/features/search, /open-source/quickstart)
  • 3 orphan page redirects for pages that exist as files but lack server-side redirects (/open-source/features/reranking, /open-source/multimodal-support)

Every 404 was verified by live-fetching from docs.mem0.ai, and every redirect destination was confirmed to return 200.

Screenshot

Screenshot 2026-03-28 at 1 09 27 AM Screenshot 2026-03-28 at 1 09 29 AM

Type of Change

  • Documentation update

All 14 broken URLs were verified as 404 via live WebFetch against docs.mem0.ai. All 17 redirect destinations were verified to return 200. JSON validity confirmed via python3 -c "import json;
json.load(open('docs/docs.json'))".

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have added tests that prove my fix/feature works
  • New and existing tests pass locally
  • I have updated documentation if needed

@mintlify
Copy link
Copy Markdown
Contributor

mintlify bot commented Mar 27, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mem0 🟢 Ready View Preview Mar 27, 2026, 7:49 PM

@whysosaket whysosaket merged commit 88fd0e7 into main Mar 27, 2026
4 checks passed
@whysosaket whysosaket deleted the fix/docs-404-redirects branch March 27, 2026 20:13
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.

2 participants