diff options
| author | Dhravya Shah <[email protected]> | 2025-01-30 20:48:51 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-01-30 20:48:51 -0700 |
| commit | 3630d584fa2a9e640ddc48e45512be3206fb92b2 (patch) | |
| tree | bc971956da396a5a481d09bff1fb54a331ed5150 /apps/docs/mint.json | |
| parent | docs no submodule (diff) | |
| download | supermemory-3630d584fa2a9e640ddc48e45512be3206fb92b2.tar.xz supermemory-3630d584fa2a9e640ddc48e45512be3206fb92b2.zip | |
initial docs setup
Diffstat (limited to 'apps/docs/mint.json')
| -rw-r--r-- | apps/docs/mint.json | 58 |
1 files changed, 30 insertions, 28 deletions
diff --git a/apps/docs/mint.json b/apps/docs/mint.json index 2799bba0..3964580b 100644 --- a/apps/docs/mint.json +++ b/apps/docs/mint.json @@ -1,61 +1,61 @@ { "$schema": "https://mintlify.com/schema.json", - "name": "Starter Kit", + "name": "Supermemory | Memory API for the AI era", "logo": { "dark": "/logo/dark.svg", "light": "/logo/light.svg" }, - "favicon": "/favicon.svg", + "favicon": "/favicon.png", "colors": { - "primary": "#0D9373", - "light": "#07C983", - "dark": "#0D9373", + "primary": "#1E3A8A", + "light": "#3B82F6", + "dark": "#1E3A8A", "anchors": { - "from": "#0D9373", - "to": "#07C983" + "from": "#1E3A8A", + "to": "#3B82F6" } }, "topbarLinks": [ { "name": "Support", - "url": "mailto:[email protected]" + "url": "mailto:[email protected]" } ], "topbarCtaButton": { "name": "Dashboard", - "url": "https://dashboard.mintlify.com" + "url": "https://supermemory.ai" }, "tabs": [ { "name": "API Reference", "url": "api-reference" + }, + { + "name": "Changelog", + "url": "changelog/overview" } ], "anchors": [ { - "name": "Documentation", - "icon": "book-open-cover", - "url": "https://mintlify.com/docs" + "name": "Github", + "icon": "github", + "url": "https://git.new/memory" }, { "name": "Community", - "icon": "slack", - "url": "https://mintlify.com/community" + "icon": "discord", + "url": "https://discord.gg/supermemory" }, { - "name": "Blog", - "icon": "newspaper", - "url": "https://mintlify.com/blog" + "name": "X (Twitter)", + "icon": "twitter", + "url": "https://x.com/supermemoryai" } ], "navigation": [ { "group": "Get Started", - "pages": [ - "introduction", - "quickstart", - "development" - ] + "pages": ["introduction", "quickstart", "self-hosting"] }, { "group": "Essentials", @@ -70,9 +70,7 @@ }, { "group": "API Documentation", - "pages": [ - "api-reference/introduction" - ] + "pages": ["api-reference/introduction"] }, { "group": "Endpoint Examples", @@ -81,11 +79,15 @@ "api-reference/endpoint/create", "api-reference/endpoint/delete" ] + }, + { + "group": "Changelog", + "pages": ["changelog/overview"] } ], "footerSocials": { - "x": "https://x.com/mintlify", - "github": "https://github.com/mintlify", - "linkedin": "https://linkedin.com/company/mintlify" + "x": "https://x.com/supermemoryai", + "github": "https://github.com/supermemoryai", + "linkedin": "https://linkedin.com/company/supermemoryai" } } |