diff options
| author | Mahesh Sanikommmu <[email protected]> | 2025-08-16 18:50:10 -0700 |
|---|---|---|
| committer | Mahesh Sanikommmu <[email protected]> | 2025-08-16 18:50:10 -0700 |
| commit | 39003aff23d64ff1d96074d71521f6023c9bec01 (patch) | |
| tree | 3f870c04b3dce315bba1b21aa2da158494e71774 /apps/docs/mint.json | |
| parent | Merge pull request #355 from supermemoryai/archive (diff) | |
| download | supermemory-39003aff23d64ff1d96074d71521f6023c9bec01.tar.xz supermemory-39003aff23d64ff1d96074d71521f6023c9bec01.zip | |
New Version of Supermemory Consumer App
Diffstat (limited to 'apps/docs/mint.json')
| -rw-r--r-- | apps/docs/mint.json | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/apps/docs/mint.json b/apps/docs/mint.json deleted file mode 100644 index bb47ae72..00000000 --- a/apps/docs/mint.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "$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:[email protected]" - } - ], - "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:[email protected]" - }, - { - "name": "X (Twitter)", - "icon": "twitter", - "url": "https://x.com/supermemoryai" - } - ], - "navigation": [ - { - "group": "Get Started (5 mins)", - "pages": ["introduction", "quickstart", "self-hosting"] - }, - { - "group": "Essentials", - "pages": ["essentials/metadata-filtering", "essentials/pricing"] - }, - { - "group": "Changelog", - "pages": ["changelog/overview"] - } - ], - "footerSocials": { - "x": "https://x.com/supermemoryai", - "github": "https://github.com/supermemoryai", - "linkedin": "https://linkedin.com/company/supermemoryai" - } -} |