[Mem0] Fix issues and update docs (#1477)

This commit is contained in:
Deshraj Yadav
2024-07-14 22:21:07 -07:00
committed by GitHub
parent f842a92e25
commit 4ec51f2dd6
21 changed files with 1257 additions and 1010 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://mintlify.com/schema.json",
"name": "Mem0.ai",
"favicon": "/logo/light.svg",
"favicon": "/logo/favicon.png",
"colors": {
"primary": "#3B2FC9",
"light": "#6673FF",
@@ -16,6 +16,12 @@
"light": "/logo/light.svg",
"href": "https://github.com/embedchain/embedchain"
},
"tabs": [
{
"name": "💡 Examples",
"url": "examples"
}
],
"topbarLinks": [
{
"name": "Support",
@@ -32,13 +38,27 @@
"name": "Discord",
"icon": "discord",
"url": "https://mem0.ai/discord/"
},
{
"name": "Talk to founders",
"icon": "calendar",
"url": "https://cal.com/taranjeetio/meet"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction"
"overview",
"quickstart"
]
},
{
"group": "💡 Examples",
"pages": [
"examples/overview",
"examples/personal-ai-tutor",
"examples/customer-support-agent"
]
}
],