mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 16:13:19 +00:00
90 lines
2 KiB
JSON
90 lines
2 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Supermemory | Memory API for the AI era",
|
|
"logo": {
|
|
"dark": "/logo/dark.svg",
|
|
"light": "/logo/light.svg"
|
|
},
|
|
"favicon": "/favicon.png",
|
|
"colors": {
|
|
"primary": "#1E3A8A",
|
|
"light": "#3B82F6",
|
|
"dark": "#1E3A8A",
|
|
"anchors": {
|
|
"from": "#1E3A8A",
|
|
"to": "#3B82F6"
|
|
}
|
|
},
|
|
"topbarLinks": [
|
|
{
|
|
"name": "Support",
|
|
"url": "mailto:dhravya@supermemory.com"
|
|
}
|
|
],
|
|
"topbarCtaButton": {
|
|
"name": "Dashboard",
|
|
"url": "https://supermemory.ai"
|
|
},
|
|
"tabs": [
|
|
{
|
|
"name": "API Reference",
|
|
"url": "api-reference/endpoints",
|
|
"openapi": "/openapi.json"
|
|
},
|
|
{
|
|
"name": "Changelog",
|
|
"url": "changelog/overview"
|
|
}
|
|
],
|
|
"anchors": [
|
|
{
|
|
"name": "Github",
|
|
"icon": "github",
|
|
"url": "https://git.new/memory"
|
|
},
|
|
{
|
|
"name": "Ask the founder",
|
|
"icon": "mail",
|
|
"url": "mailto:dhravya@supermemory.com"
|
|
},
|
|
{
|
|
"name": "X (Twitter)",
|
|
"icon": "twitter",
|
|
"url": "https://x.com/supermemoryai"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Get Started",
|
|
"pages": ["introduction", "quickstart", "self-hosting"]
|
|
},
|
|
{
|
|
"group": "Essentials",
|
|
"pages": ["essentials/metadata-filtering", "essentials/pricing"]
|
|
},
|
|
{
|
|
"group": "Changelog",
|
|
"pages": ["changelog/overview"]
|
|
},
|
|
{
|
|
"group": "Memory Management",
|
|
"pages": [
|
|
"api-reference/endpoints/memory-management/post-add",
|
|
"api-reference/endpoints/memory-management/put-update",
|
|
"api-reference/endpoints/memory-management/delete-delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Search",
|
|
"pages": [
|
|
"api-reference/endpoints/search/post-search",
|
|
"api-reference/endpoints/search/get-fastsearch"
|
|
]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"x": "https://x.com/supermemoryai",
|
|
"github": "https://github.com/supermemoryai",
|
|
"linkedin": "https://linkedin.com/company/supermemoryai"
|
|
}
|
|
}
|