Improve docs and readme (#1663)

This commit is contained in:
Taranjeet Singh
2024-08-07 19:14:49 -07:00
committed by GitHub
parent 4a643a8449
commit 874c2e96ca
8 changed files with 338 additions and 111 deletions

View File

@@ -16,24 +16,14 @@
"light": "/logo/light.svg",
"href": "https://github.com/mem0ai/mem0"
},
"tabs": [
{
"name": "💡 Examples",
"url": "examples"
},
{
"name": "🖥️ Platform",
"url": "platform"
}
],
"topbarCtaButton": {
"name": "Your Memory Dashboard",
"name": "Your Dashboard",
"url": "https://app.mem0.ai"
},
"anchors": [
{
"name": "Your Memory Dashboard",
"icon": "discord",
"name": "Your Dashboard",
"icon": "chart-simple",
"url": "https://app.mem0.ai"
},
{
@@ -56,27 +46,32 @@
{
"group": "Get Started",
"pages": [
"overview",
"quickstart"
"overview"
]
},
{
"group": "Components",
"group": "Platform",
"pages": [
"components/llms",
"components/vectordb"
"platform/overview",
"platform/quickstart"
]
},
{
"group": "Features",
"pages":[
"features/openai_compatibility"
]
},
{
"group": "Integrations",
"group": "Open Source",
"pages": [
"integrations/multion"
"open-source/quickstart",
{
"group": "LLMs",
"pages": ["components/llms"]
},
{
"group": "Vector Database",
"pages": ["components/vectordb"]
},
{
"group": "Features",
"pages": ["features/openai_compatibility"]
}
]
},
{
@@ -89,12 +84,12 @@
]
},
{
"group": "🖥️ Platform",
"group": "Integrations",
"pages": [
"platform/overview",
"platform/quickstart"
"integrations/multion"
]
}
],
"footerSocials": {
"discord": "https://mem0.ai/discord",