You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2023/01/18 11:46:04 UTC

[streampipes-website] branch master updated (70f21d07 -> 470009f8)

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

riemer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git


    from 70f21d07 Remove Slack channel from community page
     add da51d128 Add release 0.90.0 to website and docs
     add 56a2e17f Update screenshots in documentation
     add 802f27b1 update white logo with new version (#54)
     add b30ea785 Merge branch 'dev' of github.com:apache/streampipes-website into dev
     add eb2ba415 Add blog post for release 0.90.0
     add 833c37c4 Fix minor typos
     add fa4c21b0 Add Github Community Features to blog post
     add 00949e03 Update screenshots, add Github screenshot to blog post
     add 7ca0378f Remove interactive tutorial from docs
     add 470009f8 Release docs version 0.90.0

No new revisions were added by this update.

Summary of changes:
 documentation/docs/01_try-installation.md          |  23 +--
 documentation/docs/01_try-overview.md              |   6 +-
 documentation/docs/03_use-connect.md               |   8 +-
 documentation/docs/03_use-pipeline-editor.md       |   2 -
 .../website/blog/2023-01-17-release-090.md         | 107 +++++++++++
 .../blog/assets/2023-01-17/github-discussions.png  | Bin 0 -> 437214 bytes
 documentation/website/i18n/en.json                 |  76 ++++++++
 documentation/website/sidebars.json                |   3 +-
 documentation/website/static/css/custom.css        |   4 +
 .../static/img/01_try-installation/03_login.png    | Bin 77382 -> 73084 bytes
 .../static/img/01_try-installation/04_home.png     | Bin 165926 -> 170913 bytes
 .../01_try-overview/01_streampipes-overview.png    | Bin 624766 -> 661478 bytes
 .../img/03_use-connect/01_connect-overview.png     | Bin 169692 -> 165317 bytes
 .../img/03_use-connect/02_customize-format.png     | Bin 120217 -> 140132 bytes
 .../static/img/03_use-connect/03_schema-editor.png | Bin 121415 -> 284392 bytes
 .../03_use-connect/04_schema-editor-conversion.png | Bin 179042 -> 207864 bytes
 .../img/03_use-connect/05_adapter-generation.png   | Bin 149943 -> 140023 bytes
 .../img/03_use-connect/06_connect-create.png       | Bin 0 -> 195420 bytes
 .../img/03_use-dashboard/01_dashboard-overview.png | Bin 79029 -> 77571 bytes
 .../static/img/03_use-dashboard/02_add-widget.png  | Bin 146471 -> 179199 bytes
 .../img/03_use-dashboard/03_configure-widget.png   | Bin 110224 -> 143711 bytes
 .../img/03_use-dashboard/04_live-dashboard.png     | Bin 123586 -> 163816 bytes
 .../01_data-explorer-overview.png                  | Bin 197200 -> 331164 bytes
 .../01_pipeline-overview.png                       | Bin 91739 -> 95058 bytes
 .../02_pipeline-start-dialog.png                   | Bin 136314 -> 113986 bytes
 .../03_pipeline-details.png                        | Bin 180477 -> 166062 bytes
 .../04_pipeline-quick-edit.png                     | Bin 157995 -> 167241 bytes
 .../01_notifications-overview.png                  | Bin 111204 -> 98031 bytes
 .../01_pipeline-editor-overview.png                | Bin 133305 -> 198477 bytes
 .../02_pipeline-element-info.png                   | Bin 160189 -> 218451 bytes
 .../03_configure-pipeline-element.png              | Bin 212210 -> 267100 bytes
 .../03_use-pipeline-editor/06_save-pipeline.png    | Bin 204465 -> 244482 bytes
 .../version-0.90.0}/01_try-installation.md         |  26 +--
 .../01_try-overview.md                             |   8 +-
 .../03_use-connect.md                              |  10 +-
 .../version-0.90.0}/03_use-pipeline-editor.md      |   5 +-
 .../version-0.90.0}/06_extend-cli.md               |   3 +-
 .../version-0.90.0}/06_extend-sdk-functions.md     |   3 +-
 .../version-0.90.0}/06_extend-sdk-migration-sd.md  |   3 +-
 .../06_extend-sdk-output-strategies.md             |   3 +-
 .../06_extend-sdk-static-properties.md             |   3 +-
 .../06_extend-sdk-stream-requirements.md           |   3 +-
 .../version-0.90.0}/06_extend-setup.md             |   3 +-
 .../06_extend-tutorial-data-processors.md          |   3 +-
 .../06_extend-tutorial-data-sinks.md               |   3 +-
 .../06_extend-tutorial-data-sources.md             |   3 +-
 .../version-0.90.0}/07_technicals-configuration.md |   3 +-
 .../version-0.90.0}/09_contribute.md               |   3 +-
 .../version-0.90.0}/pipeline-elements.md           |   3 +-
 .../version-0.90.0}/user-guide-installation.md     |   3 +-
 .../version-0.90.0-sidebars.json                   | 213 +++++++++++++++++++++
 documentation/website/versions.json                |   1 +
 website/img/screenshots/sp-connect.png             | Bin 468719 -> 408029 bytes
 .../img/screenshots/sp-data-explorer-config.png    | Bin 0 -> 407976 bytes
 website/img/sp-logo-white-right.png                | Bin 21453 -> 19196 bytes
 website/partials/_download_box.ejs                 |   6 +-
 website/partials/_index-description.ejs            |   3 +-
 website/partials/_nav.ejs                          |   2 +-
 58 files changed, 474 insertions(+), 71 deletions(-)
 create mode 100644 documentation/website/blog/2023-01-17-release-090.md
 create mode 100644 documentation/website/blog/assets/2023-01-17/github-discussions.png
 create mode 100644 documentation/website/static/img/03_use-connect/06_connect-create.png
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/01_try-installation.md (83%)
 copy documentation/website/versioned_docs/{version-0.67.0 => version-0.90.0}/01_try-overview.md (94%)
 copy documentation/website/versioned_docs/{version-0.67.0 => version-0.90.0}/03_use-connect.md (91%)
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/03_use-pipeline-editor.md (96%)
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/06_extend-cli.md (99%)
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/06_extend-sdk-functions.md (98%)
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/06_extend-sdk-migration-sd.md (98%)
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/06_extend-sdk-output-strategies.md (99%)
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/06_extend-sdk-static-properties.md (99%)
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/06_extend-sdk-stream-requirements.md (98%)
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/06_extend-setup.md (97%)
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/06_extend-tutorial-data-processors.md (99%)
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/06_extend-tutorial-data-sinks.md (99%)
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/06_extend-tutorial-data-sources.md (99%)
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/07_technicals-configuration.md (98%)
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/09_contribute.md (93%)
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/pipeline-elements.md (99%)
 copy documentation/{docs => website/versioned_docs/version-0.90.0}/user-guide-installation.md (98%)
 create mode 100644 documentation/website/versioned_sidebars/version-0.90.0-sidebars.json
 create mode 100644 website/img/screenshots/sp-data-explorer-config.png