diff options
| author | Dhravya Shah <[email protected]> | 2025-09-10 19:13:33 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-09-10 19:13:33 -0700 |
| commit | daa5d039f3e6a61c6487788aee5c5c3c158fe81f (patch) | |
| tree | c35fb478582338d7830041fe7071ba9385613aea /apps/docs/docs.json | |
| parent | feat: pro subscriber email config (#417) (diff) | |
| download | supermemory-daa5d039f3e6a61c6487788aee5c5c3c158fe81f.tar.xz supermemory-daa5d039f3e6a61c6487788aee5c5c3c158fe81f.zip | |
make docs public
Diffstat (limited to 'apps/docs/docs.json')
| -rw-r--r-- | apps/docs/docs.json | 180 |
1 files changed, 180 insertions, 0 deletions
diff --git a/apps/docs/docs.json b/apps/docs/docs.json new file mode 100644 index 00000000..f62ff599 --- /dev/null +++ b/apps/docs/docs.json @@ -0,0 +1,180 @@ +{ + "$schema": "https://mintlify.com/docs.json", + "api": { + "examples": { + "defaults": "required", + "languages": ["javascript", "python", "curl"] + }, + "openapi": "https://localhost:8787/v3/openapi" + }, + "colors": { + "dark": "#1E3A8A", + "light": "#3B82F6", + "primary": "#1E3A8A" + }, + "contextual": { + "options": ["copy", "view", "chatgpt", "claude"] + }, + "favicon": "/favicon.png", + "fonts": { + "body": { + "family": "Space Grotesk", + "format": "woff2" + }, + "heading": { + "family": "Space Grotesk", + "format": "woff2" + } + }, + "footer": { + "socials": { + "github": "https://github.com/supermemoryai", + "linkedin": "https://linkedin.com/company/supermemoryai", + "x": "https://x.com/supermemoryai" + } + }, + "icons": { "library": "lucide" }, + "logo": { + "dark": "/logo/dark.svg", + "light": "/logo/light.svg" + }, + "name": "supermemory | Memory API for the AI era", + "navbar": { + "links": [ + { + "href": "mailto:[email protected]", + "label": "Support" + } + ], + "primary": { + "href": "https://console.supermemory.ai", + "label": "Dashboard", + "type": "button" + } + }, + "navigation": { + "tabs": [ + { + "pages": ["introduction"], + "tab": "Welcome" + }, + { + "anchors": [ + { + "anchor": "Your Dashboard", + "href": "https://console.supermemory.ai", + "icon": "play" + }, + { + "anchor": "Documentation", + "pages": [ + { + "group": "Memory API", + "pages": [ + "memory-api/introduction", + "memory-api/overview", + "memory-api/creation/adding-memories", + "memory-api/searching/searching-memories", + { + "group": "Features", + "pages": [ + "memory-api/features/auto-multi-modal", + "memory-api/features/filtering", + "memory-api/features/content-cleaner", + "memory-api/features/query-rewriting", + "memory-api/features/reranking" + ] + }, + { + "group": "Connectors Sync", + "pages": [ + "memory-api/connectors/overview", + "memory-api/connectors/creating-connection", + "api-reference/connections/list-connections", + "api-reference/connections/delete-connection", + "/api-reference/connections/sync-connection", + "memory-api/connectors/google-drive", + { + "group": "Advanced", + "pages": [ + "memory-api/connectors/advanced/bring-your-own-key" + ] + } + ] + } + ] + }, + { + "group": "Model Enhancer", + "pages": [ + "model-enhancement/context-extender", + "model-enhancement/getting-started", + "model-enhancement/identifying-users" + ] + }, + { + "group": "Overview", + "pages": ["overview/use-cases", "overview/why-supermemory"] + }, + { + "group": "Deployment", + "pages": ["deployment/self-hosting"] + } + ] + } + ], + "tab": "Documentation" + }, + { + "anchors": [ + { + "anchor": "SDKs", + "pages": ["memory-api/sdks/typescript", "memory-api/sdks/python"] + } + ], + "tab": "SDKs" + }, + { + "anchors": [ + { + "anchor": "API Reference", + "icon": "unplug", + "openapi": "https://localhost:8787/v3/openapi" + } + ], + "tab": "API Reference" + }, + { + "anchors": [ + { + "anchor": "supermemory MCP", + "pages": [ + "supermemory-mcp/introduction", + "supermemory-mcp/setup", + "supermemory-mcp/technology" + ] + } + ], + "tab": "supermemory MCP" + }, + { + "anchors": [ + { + "anchor": "Changelog", + "pages": ["changelog/overview"] + } + ], + "tab": "Changelog" + } + ] + }, + "redirects": [ + { + "destination": "/introduction", + "permanent": false, + "source": "/" + } + ], + "styling": { "eyebrows": "breadcrumbs" }, + "theme": "mint" +} |