diff options
| author | MaheshtheDev <[email protected]> | 2026-01-07 03:39:42 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2026-01-07 03:39:42 +0000 |
| commit | bc8a739a03489718ca4a778f5732b77bc0a4a0d2 (patch) | |
| tree | e2d99c2ca33c899c46322c0fd756ca5dcb557614 /apps/docs | |
| parent | feat: delete org consumer (#654) (diff) | |
| download | supermemory-bc8a739a03489718ca4a778f5732b77bc0a4a0d2.tar.xz supermemory-bc8a739a03489718ca4a778f5732b77bc0a4a0d2.zip | |
fix: mcp docs navigation link (#656)01-06-fix_mcp_docs_navigation_link
Diffstat (limited to 'apps/docs')
| -rw-r--r-- | apps/docs/docs.json | 2 | ||||
| -rw-r--r-- | apps/docs/supermemory-mcp/introduction.mdx | 2 | ||||
| -rw-r--r-- | apps/docs/supermemory-mcp/mcp.mdx (renamed from apps/docs/mcp.mdx) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/apps/docs/docs.json b/apps/docs/docs.json index 9bd65c8c..54a17336 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -174,7 +174,7 @@ }, { "group": "Supermemory MCP", - "pages": ["mcp", "supermemory-mcp/setup"] + "pages": ["supermemory-mcp/mcp", "supermemory-mcp/setup"] }, { "group": "Migration Guides", diff --git a/apps/docs/supermemory-mcp/introduction.mdx b/apps/docs/supermemory-mcp/introduction.mdx index 2e6f3826..51f097ed 100644 --- a/apps/docs/supermemory-mcp/introduction.mdx +++ b/apps/docs/supermemory-mcp/introduction.mdx @@ -5,7 +5,7 @@ description: 'Give your AI assistants persistent memory with the Model Context P Supermemory MCP Server 4.0 is a lightweight component that gives AI assistants persistent memory across conversations. It serves as a universal memory layer enabling Large Language Models (LLMs) to maintain context and memories across different applications and sessions, solving the fundamental limitation of AI assistants forgetting everything between conversations. -<Card title="Quick Start" icon="rocket" href="/mcp"> +<Card title="Quick Start" icon="rocket" href="/supermemory-mcp/mcp"> Jump to installation and setup </Card> diff --git a/apps/docs/mcp.mdx b/apps/docs/supermemory-mcp/mcp.mdx index c1690dbf..c1690dbf 100644 --- a/apps/docs/mcp.mdx +++ b/apps/docs/supermemory-mcp/mcp.mdx |