diff options
| author | Dhravya Shah <[email protected]> | 2025-01-30 22:42:14 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-01-30 22:42:14 -0700 |
| commit | 5616f3040348a879a67bae46e571bce51a51c805 (patch) | |
| tree | 3e3875f6e38fa8cfd78dbc93d26f75e6ceba4278 /apps/docs/mint.json | |
| parent | api docs (diff) | |
| download | supermemory-5616f3040348a879a67bae46e571bce51a51c805.tar.xz supermemory-5616f3040348a879a67bae46e571bce51a51c805.zip | |
add api reference
Diffstat (limited to 'apps/docs/mint.json')
| -rw-r--r-- | apps/docs/mint.json | 35 |
1 files changed, 12 insertions, 23 deletions
diff --git a/apps/docs/mint.json b/apps/docs/mint.json index 0715f01b..75b34369 100644 --- a/apps/docs/mint.json +++ b/apps/docs/mint.json @@ -28,7 +28,8 @@ "tabs": [ { "name": "API Reference", - "url": "api-reference" + "url": "api-reference/endpoints", + "openapi": "/openapi.json" }, { "name": "Changelog", @@ -50,12 +51,6 @@ "name": "X (Twitter)", "icon": "twitter", "url": "https://x.com/supermemoryai" - }, - { - "name": "API Reference", - "openapi": "/openapi.json", - "url": "api-reference", - "icon": "square-terminal" } ], "navigation": [ @@ -75,31 +70,25 @@ ] }, { - "group": "API Documentation", - "pages": ["api-reference/introduction"] + "group": "Changelog", + "pages": ["changelog/overview"] }, { - "group": "Endpoint Examples", + "group": "API Reference", "pages": [ - "api-reference/endpoint/get", - "api-reference/endpoint/create", - "api-reference/endpoint/delete" + "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" ] - }, - { - "group": "Changelog", - "pages": ["changelog/overview"] } ], "footerSocials": { "x": "https://x.com/supermemoryai", "github": "https://github.com/supermemoryai", "linkedin": "https://linkedin.com/company/supermemoryai" - }, - "api": { - "baseUrl": "https://api.supermemory.ai/v1", - "auth": { - "method": "bearer" - } } } |