Improve docs and readme (#1663)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user