You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/01/16 09:03:57 UTC

[streampipes] 01/01: [hotfix] add stream example to Mkdocs

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch chore/add-example
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 557c04ddc1e85a2ff1859e5577cf70bf3ab27c8e
Author: bossenti <bo...@posteo.de>
AuthorDate: Mon Jan 16 10:02:43 2023 +0100

    [hotfix] add stream example to Mkdocs
    
    Signed-off-by: bossenti <bo...@posteo.de>
---
 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 64ffbab3b..dbff3772b 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/*