diff options
| author | Naman Bansal <[email protected]> | 2025-10-13 12:48:24 +0800 |
|---|---|---|
| committer | Naman Bansal <[email protected]> | 2025-10-13 12:48:24 +0800 |
| commit | ca3c13b94694ee1e0c542d77304be583c386293b (patch) | |
| tree | ed223436b04a2c6994c793aed920c14ba5648098 /apps/docs/docs.json | |
| parent | create memory adding option in vercel sdk (#484) (diff) | |
| download | supermemory-ca3c13b94694ee1e0c542d77304be583c386293b.tar.xz supermemory-ca3c13b94694ee1e0c542d77304be583c386293b.zip | |
feat: n8n integration page
Diffstat (limited to 'apps/docs/docs.json')
| -rw-r--r-- | apps/docs/docs.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/docs/docs.json b/apps/docs/docs.json index 219be1ca..207f2224 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -157,6 +157,12 @@ ] }, { + "group": "Integrations with no-code tools", + "pages": [ + "n8n" + ] + }, + { "group": "Migration Guides", "pages": ["migration/from-mem0"] }, |