aboutsummaryrefslogtreecommitdiff
path: root/apps/docs/docs.json
diff options
context:
space:
mode:
authorPrasanna721 <[email protected]>2026-01-13 05:44:44 +0000
committerPrasanna721 <[email protected]>2026-01-13 05:44:44 +0000
commitced23c7ea2f223480e1b5cfc17487365a189d23f (patch)
tree6f529877178f0638aca3d1f6720b25a05afce20c /apps/docs/docs.json
parentfix: oauth discovery not working with some clients (#666) (diff)
downloadsupermemory-pipecat-docs.tar.xz
supermemory-pipecat-docs.zip
pipecat-sdk (#669)pipecat-docs
### Changes - New documentation page: apps/docs/voice-realtime/pipecat.mdx - Installation guide for supermemory-pipecat package - Configuration with SupermemoryPipecatService and InputParams - Pipeline integration guide - How it works (Memory Retrieval, Context Enhancement) - Memory modes table (profile, query, full) - Configuration options with InputParams - Complete FastAPI voice agent example - Updated docs.json: - Added new "Voice & Realtime" group under SDKs tab with mic icon - Removed external npm/pypi link pages from SDK sidebar ### Files Changed apps/docs/voice-realtime/pipecat.mdx (new) apps/docs/docs.json (modified) ### Navigation SDKs → Voice & Realtime → Pipecat #
Diffstat (limited to 'apps/docs/docs.json')
-rw-r--r--apps/docs/docs.json19
1 files changed, 11 insertions, 8 deletions
diff --git a/apps/docs/docs.json b/apps/docs/docs.json
index 5905036a..26aff108 100644
--- a/apps/docs/docs.json
+++ b/apps/docs/docs.json
@@ -211,15 +211,13 @@
{
"group": "Supermemory SDKs",
"pages": [
- "memory-api/sdks/native",
- "memory-api/sdks/supermemory-npm",
- "memory-api/sdks/supermemory-pypi"
+ "memory-api/sdks/native"
]
},
{
"group": "OpenAI SDK",
"icon": "sparkles",
- "pages": ["memory-api/sdks/openai-plugins", "ai-sdk/npm"]
+ "pages": ["memory-api/sdks/openai-plugins"]
},
{
"group": "AI SDK",
@@ -228,8 +226,7 @@
"ai-sdk/overview",
"ai-sdk/user-profiles",
"ai-sdk/memory-tools",
- "ai-sdk/infinite-chat",
- "ai-sdk/npm"
+ "ai-sdk/infinite-chat"
]
},
{
@@ -240,8 +237,14 @@
"memory-graph/installation",
"memory-graph/quickstart",
"memory-graph/api-reference",
- "memory-graph/examples",
- "memory-graph/npm"
+ "memory-graph/examples"
+ ]
+ },
+ {
+ "group": "Voice & Realtime",
+ "icon": "mic",
+ "pages": [
+ "voice-realtime/pipecat"
]
}
]