mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 16:13:19 +00:00
94 lines
2.1 KiB
JSON
94 lines
2.1 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": "Community",
|
|
"icon": "discord",
|
|
"url": "https://discord.gg/supermemory"
|
|
},
|
|
{
|
|
"name": "X (Twitter)",
|
|
"icon": "twitter",
|
|
"url": "https://x.com/supermemoryai"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Get Started",
|
|
"pages": ["introduction", "quickstart", "self-hosting"]
|
|
},
|
|
{
|
|
"group": "Essentials",
|
|
"pages": [
|
|
"essentials/markdown",
|
|
"essentials/code",
|
|
"essentials/images",
|
|
"essentials/settings",
|
|
"essentials/navigation",
|
|
"essentials/reusable-snippets"
|
|
]
|
|
},
|
|
{
|
|
"group": "Changelog",
|
|
"pages": ["changelog/overview"]
|
|
},
|
|
{
|
|
"group": "API Reference",
|
|
"pages": [
|
|
"api-reference/endpoints/add-new-content",
|
|
"api-reference/endpoints/search-content",
|
|
"api-reference/endpoints/create-space",
|
|
"api-reference/endpoints/get-user-spaces",
|
|
"api-reference/endpoints/import-notion-content",
|
|
"api-reference/endpoints/list-memories",
|
|
"api-reference/endpoints/list-spaces"
|
|
]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"x": "https://x.com/supermemoryai",
|
|
"github": "https://github.com/supermemoryai",
|
|
"linkedin": "https://linkedin.com/company/supermemoryai"
|
|
}
|
|
}
|