feat: update docs (#1607)

This commit is contained in:
Taranjeet Singh
2024-07-29 21:58:43 -07:00
committed by GitHub
parent 607c689cb0
commit c39436ae74

View File

@@ -26,27 +26,30 @@
"url": "platform" "url": "platform"
} }
], ],
"topbarLinks": [ "topbarCtaButton": {
{ "name": "Your Memory Dashboard",
"name": "Support", "url": "https://app.mem0.ai"
"url": "mailto:founders@mem0.ai" },
}
],
"anchors": [ "anchors": [
{ {
"name": "Mem0 Slack", "name": "Your Memory Dashboard",
"icon": "slack", "icon": "discord",
"url": "https://mem0.ai/slack" "url": "https://app.mem0.ai"
}, },
{ {
"name": "Mem0 Discord", "name": "Discord",
"icon": "discord", "icon": "discord",
"url": "https://mem0.ai/discord" "url": "https://mem0.ai/discord"
}, },
{ {
"name": "Talk to founders", "name": "GitHub",
"icon": "calendar", "icon": "github",
"url": "https://cal.com/taranjeetio/meet" "url": "https://github.com/mem0ai/mem0"
},
{
"name": "Support",
"icon": "envelope",
"url": "mailto:taranjeet@mem0.ai"
} }
], ],
"navigation": [ "navigation": [
@@ -87,8 +90,9 @@
} }
], ],
"footerSocials": { "footerSocials": {
"discord": "https://mem0.ai/discord",
"x": "https://x.com/mem0ai", "x": "https://x.com/mem0ai",
"github": "https://github.com/mem0ai/mem0", "github": "https://github.com/mem0ai",
"linkedin": "https://www.linkedin.com/company/mem0/" "linkedin": "https://www.linkedin.com/company/mem0/"
} }
} }