diff options
| author | Dhravya Shah <[email protected]> | 2025-01-30 18:46:37 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-01-30 18:46:37 -0700 |
| commit | 81529a9791b2badf539e837cbba6e7e7e9cf64b9 (patch) | |
| tree | 980a17bf6dfc0689bbe50789f4d69a789be0797a /apps/docs/mint.json | |
| parent | docs without submodule (diff) | |
| download | archived-supermemory-81529a9791b2badf539e837cbba6e7e7e9cf64b9.tar.xz archived-supermemory-81529a9791b2badf539e837cbba6e7e7e9cf64b9.zip | |
docs no submodule
Diffstat (limited to 'apps/docs/mint.json')
| m--------- | apps/docs | 0 | ||||
| -rw-r--r-- | apps/docs/mint.json | 91 |
2 files changed, 91 insertions, 0 deletions
diff --git a/apps/docs b/apps/docs deleted file mode 160000 -Subproject cc9c512a12fe23a349c990076b5a97c46a189e4 diff --git a/apps/docs/mint.json b/apps/docs/mint.json new file mode 100644 index 00000000..2799bba0 --- /dev/null +++ b/apps/docs/mint.json @@ -0,0 +1,91 @@ +{ + "$schema": "https://mintlify.com/schema.json", + "name": "Starter Kit", + "logo": { + "dark": "/logo/dark.svg", + "light": "/logo/light.svg" + }, + "favicon": "/favicon.svg", + "colors": { + "primary": "#0D9373", + "light": "#07C983", + "dark": "#0D9373", + "anchors": { + "from": "#0D9373", + "to": "#07C983" + } + }, + "topbarLinks": [ + { + "name": "Support", + "url": "mailto:[email protected]" + } + ], + "topbarCtaButton": { + "name": "Dashboard", + "url": "https://dashboard.mintlify.com" + }, + "tabs": [ + { + "name": "API Reference", + "url": "api-reference" + } + ], + "anchors": [ + { + "name": "Documentation", + "icon": "book-open-cover", + "url": "https://mintlify.com/docs" + }, + { + "name": "Community", + "icon": "slack", + "url": "https://mintlify.com/community" + }, + { + "name": "Blog", + "icon": "newspaper", + "url": "https://mintlify.com/blog" + } + ], + "navigation": [ + { + "group": "Get Started", + "pages": [ + "introduction", + "quickstart", + "development" + ] + }, + { + "group": "Essentials", + "pages": [ + "essentials/markdown", + "essentials/code", + "essentials/images", + "essentials/settings", + "essentials/navigation", + "essentials/reusable-snippets" + ] + }, + { + "group": "API Documentation", + "pages": [ + "api-reference/introduction" + ] + }, + { + "group": "Endpoint Examples", + "pages": [ + "api-reference/endpoint/get", + "api-reference/endpoint/create", + "api-reference/endpoint/delete" + ] + } + ], + "footerSocials": { + "x": "https://x.com/mintlify", + "github": "https://github.com/mintlify", + "linkedin": "https://linkedin.com/company/mintlify" + } +} |