From af80d6b33976fe258a24e4397e25faf47ea4968b Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 9 May 2025 17:21:15 -0400 Subject: [PATCH] docs: re-org side bar (#4640) --- docs/mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 167be2d46..4e9b8ee9c 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -125,6 +125,9 @@ nav: - Graphs: - Overview: concepts/low_level.md - Use the Graph API: how-tos/graph-api.ipynb + - Streaming: + - Overview: concepts/streaming.md + - "Stream outputs": how-tos/streaming.md - Persistence: - Overview: concepts/persistence.md - concepts/durable_execution.md @@ -135,9 +138,6 @@ nav: - Human-in-the-loop: - Overview: concepts/human_in_the_loop.md - how-tos/human_in_the_loop/add-human-in-the-loop.md - - Streaming: - - Overview: concepts/streaming.md - - "Stream outputs": how-tos/streaming.md - Breakpoints: - Overview: concepts/breakpoints.md - how-tos/human_in_the_loop/breakpoints.ipynb