Skip to content

Commit a1a2862

Browse files
authored
Merge branch 'main' into dabh/langgraph-integration-docs
2 parents 03a044c + b312919 commit a1a2862

4 files changed

Lines changed: 571 additions & 0 deletions

File tree

docs/develop/python/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ From there, you can dive deeper into any of the Temporal primitives to start bui
4040
- [Message passing](/develop/python/workflows/message-passing)
4141
- [Schedules](/develop/python/workflows/schedules)
4242
- [Timers](/develop/python/workflows/timers)
43+
- [Versioning](/develop/python/workflows/versioning)
44+
- [Workflow Streams](/develop/python/workflows/workflow-streams)
4345

4446
## [Activities](/develop/python/activities)
4547

docs/develop/python/workflows/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ import * as Components from '@site/src/components';
2626
- [Schedules](/develop/python/workflows/schedules)
2727
- [Timers](/develop/python/workflows/timers)
2828
- [Versioning](/develop/python/workflows/versioning)
29+
- [Workflow Streams](/develop/python/workflows/workflow-streams)

0 commit comments

Comments
 (0)