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

github-bot pushed a change to branch chore/update-extensions-docs
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git


    omit a5f0b990d chore(extensions-docs): update extensions doc assets to 
recent development state
     add 935f55736 chore(python-docs): update python doc assets to recent 
development state (#195)
     add 09881e8f0 Bump braces from 3.0.2 to 3.0.3 in /website-v2 (#193)
     add 23c9a8c8e chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in 
/website-v2 (#207)
     add 8f6aab9e1 chore(extensions-docs): update extensions doc assets to 
recent development state

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a5f0b990d)
            \
             N -- N -- N   refs/heads/chore/update-extensions-docs (8f6aab9e1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 docs-python/dev/404.html                           |  22 +
 .../dev/getting-started/developing/index.html      |  22 +
 .../dev/getting-started/first-steps/index.html     |  22 +
 .../dev/getting-started/quickstart/index.html      |  22 +
 docs-python/dev/img/tutorial-output-stream.png     | Bin 0 -> 208565 bytes
 docs-python/dev/index.html                         |  22 +
 docs-python/dev/reference/client/client/index.html |  26 +-
 docs-python/dev/reference/client/config/index.html |  24 +-
 .../client/credential_provider/index.html          |  24 +-
 .../endpoint/api/data_lake_measure/index.html      |  30 +-
 .../reference/endpoint/api/data_stream/index.html  |  24 +-
 .../dev/reference/endpoint/api/version/index.html  |  24 +-
 .../dev/reference/endpoint/endpoint/index.html     |  24 +-
 .../dev/reference/endpoint/exceptions/index.html   |  24 +-
 .../function_zoo/river_function/index.html         |  24 +-
 .../reference/functions/broker/broker/index.html   |  24 +-
 .../functions/broker/broker_handler/index.html     |  24 +-
 .../reference/functions/broker/consumer/index.html |  24 +-
 .../broker/kafka/kafka_consumer/index.html         |  24 +-
 .../broker/kafka/kafka_message_fetcher/index.html  |  24 +-
 .../broker/kafka/kafka_publisher/index.html        |  24 +-
 .../functions/broker/nats/nats_consumer/index.html |  24 +-
 .../broker/nats/nats_publisher/index.html          |  24 +-
 .../functions/broker/output_collector/index.html   |  24 +-
 .../functions/broker/publisher/index.html          |  24 +-
 .../functions/function_handler/index.html          |  24 +-
 .../reference/functions/registration/index.html    |  24 +-
 .../functions/streampipes_function/index.html      |  24 +-
 .../functions/utils/async_iter_handler/index.html  |  24 +-
 .../functions/utils/data_stream_context/index.html |  24 +-
 .../utils/data_stream_generator/index.html         |  24 +-
 .../functions/utils/function_context/index.html    |  24 +-
 docs-python/dev/reference/model/common/index.html  |  24 +-
 .../model/container/data_lake_measures/index.html  |  24 +-
 .../model/container/data_streams/index.html        |  24 +-
 .../model/container/resource_container/index.html  |  24 +-
 .../reference/model/container/versions/index.html  |  24 +-
 .../model/resource/data_lake_measure/index.html    |  24 +-
 .../model/resource/data_series/index.html          |  24 +-
 .../model/resource/data_stream/index.html          |  24 +-
 .../reference/model/resource/exceptions/index.html |  24 +-
 .../model/resource/function_definition/index.html  |  24 +-
 .../model/resource/query_result/index.html         |  24 +-
 .../reference/model/resource/resource/index.html   |  24 +-
 .../reference/model/resource/version/index.html    |  24 +-
 docs-python/dev/search/search_index.json           |   2 +-
 docs-python/dev/sitemap.xml                        | 101 ++--
 docs-python/dev/sitemap.xml.gz                     | Bin 712 -> 725 bytes
 .../index.html                                     |  22 +
 .../index.html                                     |  22 +
 .../index.html                                     |  22 +
 .../index.html                                     |  22 +
 .../index.html                                     |  24 +-
 .../index.html                                     | 606 +++++++++++++--------
 website-v2/package-lock.json                       |  20 +-
 55 files changed, 1580 insertions(+), 315 deletions(-)
 create mode 100644 docs-python/dev/img/tutorial-output-stream.png
 copy docs-python/dev/tutorials/{1-introduction-to-streampipes-python-client => 
6-streampipes-function-output-stream}/index.html (96%)

Reply via email to