From f6fd0210afbdcee2f07a8f986ac23510c796e9fb Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Fri, 17 Jul 2026 16:27:59 -0700 Subject: [PATCH] docs: serve the landing page at the root instead of redirecting to /intro Rename intro.mdx to index.mdx so Mintlify serves it at / directly; /intro redirects to /, old redirect destinations follow, internal links updated. Co-Authored-By: Claude Fable 5 --- apps/docs/docs.json | 14 +++++++++----- apps/docs/{intro.mdx => index.mdx} | 0 apps/docs/integrations/hermes.mdx | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) rename apps/docs/{intro.mdx => index.mdx} (100%) diff --git a/apps/docs/docs.json b/apps/docs/docs.json index 25f00390..8755cfdd 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -79,7 +79,7 @@ { "group": "Start Here", "pages": [ - "intro", + "index", "quickstart", "vibe-coding" ] @@ -387,7 +387,7 @@ "source": "/integrations/clawdbot" }, { - "destination": "/intro", + "destination": "/", "permanent": false, "source": "/" }, @@ -640,7 +640,7 @@ }, { "source": "/overview/why-supermemory", - "destination": "/intro" + "destination": "/" }, { "source": "/supermemory-mcp/introduction", @@ -672,7 +672,7 @@ }, { "source": "/memory-api/introduction", - "destination": "/intro" + "destination": "/" }, { "source": "/memory-api/sdks/anthropic-claude-memory", @@ -728,7 +728,7 @@ }, { "source": "/introduction", - "destination": "/intro" + "destination": "/" }, { "source": "/memory-api/connectors/advanced/bring-your-own-key", @@ -745,6 +745,10 @@ { "source": "/concepts/filtering", "destination": "/concepts/hybrid-search" + }, + { + "source": "/intro", + "destination": "/" } ], "styling": { diff --git a/apps/docs/intro.mdx b/apps/docs/index.mdx similarity index 100% rename from apps/docs/intro.mdx rename to apps/docs/index.mdx diff --git a/apps/docs/integrations/hermes.mdx b/apps/docs/integrations/hermes.mdx index b307f216..26ad7b1d 100644 --- a/apps/docs/integrations/hermes.mdx +++ b/apps/docs/integrations/hermes.mdx @@ -148,4 +148,4 @@ If you run your own supermemory API, set **`base_url`** (and any other host-spec -Questions about the API or product? [Discord](https://supermemory.link/discord) · [support@supermemory.ai](mailto:support@supermemory.ai) · [Developer docs](/intro) +Questions about the API or product? [Discord](https://supermemory.link/discord) · [support@supermemory.ai](mailto:support@supermemory.ai) · [Developer docs](/)