mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
docs: fix redirect loop — land on /overview, root redirects there once
Serving the landing at / via an index page loops on Mintlify hosting (/ -> first nav page /index -> normalized back to /). Use the /overview slug instead: / redirects there once via Mintlify's built-in behavior, /intro and legacy intro paths redirect to /overview, no destination is bare / anymore. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
f6fd0210af
commit
b8f90929bd
3 changed files with 7 additions and 7 deletions
|
|
@ -79,7 +79,7 @@
|
|||
{
|
||||
"group": "Start Here",
|
||||
"pages": [
|
||||
"index",
|
||||
"overview",
|
||||
"quickstart",
|
||||
"vibe-coding"
|
||||
]
|
||||
|
|
@ -387,7 +387,7 @@
|
|||
"source": "/integrations/clawdbot"
|
||||
},
|
||||
{
|
||||
"destination": "/",
|
||||
"destination": "/overview",
|
||||
"permanent": false,
|
||||
"source": "/"
|
||||
},
|
||||
|
|
@ -640,7 +640,7 @@
|
|||
},
|
||||
{
|
||||
"source": "/overview/why-supermemory",
|
||||
"destination": "/"
|
||||
"destination": "/overview"
|
||||
},
|
||||
{
|
||||
"source": "/supermemory-mcp/introduction",
|
||||
|
|
@ -672,7 +672,7 @@
|
|||
},
|
||||
{
|
||||
"source": "/memory-api/introduction",
|
||||
"destination": "/"
|
||||
"destination": "/overview"
|
||||
},
|
||||
{
|
||||
"source": "/memory-api/sdks/anthropic-claude-memory",
|
||||
|
|
@ -728,7 +728,7 @@
|
|||
},
|
||||
{
|
||||
"source": "/introduction",
|
||||
"destination": "/"
|
||||
"destination": "/overview"
|
||||
},
|
||||
{
|
||||
"source": "/memory-api/connectors/advanced/bring-your-own-key",
|
||||
|
|
@ -748,7 +748,7 @@
|
|||
},
|
||||
{
|
||||
"source": "/intro",
|
||||
"destination": "/"
|
||||
"destination": "/overview"
|
||||
}
|
||||
],
|
||||
"styling": {
|
||||
|
|
|
|||
|
|
@ -148,4 +148,4 @@ If you run your own supermemory API, set **`base_url`** (and any other host-spec
|
|||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
Questions about the API or product? [Discord](https://supermemory.link/discord) · [support@supermemory.ai](mailto:support@supermemory.ai) · [Developer docs](/)
|
||||
Questions about the API or product? [Discord](https://supermemory.link/discord) · [support@supermemory.ai](mailto:support@supermemory.ai) · [Developer docs](/overview)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue