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