From 557c04ddc1e85a2ff1859e5577cf70bf3ab27c8e Mon Sep 17 00:00:00 2001 From: bossenti Date: Mon, 16 Jan 2023 10:02:43 +0100 Subject: [PATCH] [hotfix] add stream example to Mkdocs Signed-off-by: bossenti --- streampipes-client-python/mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/streampipes-client-python/mkdocs.yml b/streampipes-client-python/mkdocs.yml index 64ffbab3b2..dbff3772b7 100644 --- a/streampipes-client-python/mkdocs.yml +++ b/streampipes-client-python/mkdocs.yml @@ -82,4 +82,5 @@ nav: - Examples: - Introduction to the StreamPipes Python Client: examples/1-introduction-to-streampipes-python-client.ipynb - Extracting Data from the StreamPipes Data Lake: examples/2-extracting-data-from-the-streampipes-data-lake.ipynb + - Exploring Live Data from a StreamPipes Data Stream: examples/3-getting-live-data-from-the-streampipes-data-stream.ipynb - Reference: reference/*