Skip to content

Commit 84c0295

Browse files
BenTaylorDevclaude
andcommitted
docs: remove old low-level threads/persistence pages superseded by useThreads
The /langgraph/advanced/persistence/* and /crewai-flows/persistence/* pages documented the older threadId/setThreadId mechanism. They're replaced by the useThreads-based /langgraph/threads and /crewai-flows/threads pages backed by the shared threads snippet. Adds redirects from the deleted paths (and their legacy /langgraph/persistence aliases) to the new framework-scoped /threads pages, and drops "persistence" from the crewai-flows sidebar. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b5c00a6 commit 84c0295

11 files changed

Lines changed: 44 additions & 315 deletions

File tree

docs/content/docs/integrations/crewai-flows/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"shared-state",
1919
"threads",
2020
"---CrewAI Flows---",
21-
"persistence",
2221
"advanced",
2322
"multi-agent-flows",
2423
"---Backend---",

docs/content/docs/integrations/crewai-flows/persistence/loading-agent-state.mdx

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/content/docs/integrations/crewai-flows/persistence/loading-message-history.mdx

Lines changed: 0 additions & 82 deletions
This file was deleted.

docs/content/docs/integrations/crewai-flows/persistence/message-persistence.mdx

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/content/docs/integrations/crewai-flows/persistence/meta.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/content/docs/integrations/langgraph/advanced/persistence/loading-agent-state.mdx

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/content/docs/integrations/langgraph/advanced/persistence/loading-message-history.mdx

Lines changed: 0 additions & 73 deletions
This file was deleted.

docs/content/docs/integrations/langgraph/advanced/persistence/message-persistence.mdx

Lines changed: 0 additions & 46 deletions
This file was deleted.

docs/content/docs/integrations/langgraph/advanced/persistence/meta.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function middleware(request: NextRequest) {
3131
"/coagents/shared-state": "/langgraph/shared-state",
3232
"/coagents/human-in-the-loop": "/langgraph/human-in-the-loop",
3333
"/coagents/multi-agent-flows": "/langgraph/multi-agent-flows",
34-
"/coagents/persistence": "/langgraph/persistence",
34+
"/coagents/persistence": "/langgraph/threads",
3535
"/coagents/advanced": "/langgraph/advanced",
3636
"/coagents/videos": "/langgraph/videos",
3737
"/coagents/tutorials": "/langgraph/tutorials",

0 commit comments

Comments
 (0)