diff --git a/docs/docs.json b/docs/docs.json index 756ce843..92e586f3 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -180,7 +180,8 @@ "examples/personal-ai-tutor", "examples/customer-support-agent", "examples/personal-travel-assistant", - "examples/llama-index-mem0" + "examples/llama-index-mem0", + "examples/chrome-extension" ] } ] @@ -201,8 +202,7 @@ "integrations/llama-index", "integrations/langchain-tools", "integrations/dify", - "integrations/mcp-server", - "integrations/chrome-extension" + "integrations/mcp-server" ] } ] diff --git a/docs/integrations/chrome-extension.mdx b/docs/examples/chrome-extension.mdx similarity index 100% rename from docs/integrations/chrome-extension.mdx rename to docs/examples/chrome-extension.mdx diff --git a/docs/examples/overview.mdx b/docs/examples/overview.mdx index 75e70a1d..2cbea26c 100644 --- a/docs/examples/overview.mdx +++ b/docs/examples/overview.mdx @@ -35,4 +35,7 @@ Here are some examples of how Mem0 can be integrated into various applications: Create a ReAct Agent with LlamaIndex which uses Mem0 as the memory store. + + Add memory capabilities to ChatGPT or Claude or Perplexity with the Mem0 Chrome Extension. + diff --git a/docs/integrations/overview.mdx b/docs/integrations/overview.mdx index c8deaf50..44ef4f05 100644 --- a/docs/integrations/overview.mdx +++ b/docs/integrations/overview.mdx @@ -220,22 +220,4 @@ Here are the available integrations for Mem0: > Integrate Mem0 as an MCP Server in Cursor. - - Google Chrome - - - } - href="/integrations/chrome-extension" - > - Add memory capabilities to your browser with the Mem0 Chrome Extension. -