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 2021/05/04 08:58:27 UTC

[incubator-streampipes-website] branch master updated (de602ec -> 4eb7671)

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/incubator-streampipes-website.git.


    from de602ec  Added Daniel Gomm to team page
     add ce40ce3  [hotfix] add new streampipes overview figure
     add 6b67cd3  [STREAMPIPES-197] Create new docs structure
     add f57a8a6  Merge branch 'dev' of github.com:apache/incubator-streampipes-website into dev
     add 6ed251e  Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
     add 9c1d02b  [hotfix] add refactored version of streampipes overview
     add 67d2eef  add upcoming talks and slides for apachecon home 2020
     add bd6d748  [HOTFIX] Website URL
     add 5e6ba9f  Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
     add f63b4a6  add videos for apachecon 2020
     add d5bc34e  Update download links for version 0.67.0
     add effedb7  Update installation process
     add 6c01181  add new webinar
     add c3d30d2  add recording of meetup to videos
     add 1278d7f  Update user-guide-installation.md
     add 173c5cb  Merge pull request #13 from ottlukas/patch-1
     add ef4e4f2  add Tim Bossenmaier to team page
     add 6b3b354  Added Daniel Gomm to team page
     add 6542a1a  Fix user documentation as per latest release
     add 75675b2  Fix minor indentation
     add 054da1c  Merge pull request #14 from mohanvive/dev
     add de98611  [STREAMPIPES-197] Fix navigation for old StreamPipes documentation 0.66.0
     add cf6ab9c  [STREAMPIPES-197] Improve installation page in docs
     add 6ad83a3  [STREAMPIPES-197] Add interactive tutorial page to docs
     add b1f02ac  [STREAMPIPES-197] Add concept overview page
     add 2930f81  [STREAMPIPES-197] Add documentation for StreamPipes Connect
     add 6e429da  [STREAMPIPES-197] Merge existing documentation pages into new structure
     add 2424bf2  Merge branch 'master' into dev
     add 8e2799d  [STREAMPIPES-197] Add documentation for pipeline editor
     add 8f7ceae  [STREAMPIPES-197] Add new section for managing pipelines
     add be6f66b  [STREAMPIPES-197] Add documentation for live dashboard
     add a721b2a  [STREAMPIPES-197] Add documentation for pipeline overview
     add d299cb2  [STREAMPIPES-197] Add preliminary documentation for data explorer
     add caa2ced  [STREAMPIPES-197] Add documentation for notification view, add more detailed documentation to dashboard and data explorer view
     add 60489ad  [STREAMPIPES-197] Copy k8s documentation from Github readme
     add 444e355  [STREAMPIPES-197] Copy docker-compose documentation from Github readme
     add eb95a4b  [STREAMPIPES-197] Copy CLI docs from Github
     add 8d2996f  [STREAMPIPES-197] Restructure documentation sections
     add a516985  [STREAMPIPES-197] Add new docs overview page
     add 4eb7671  [STREAMPIPES-197] Add community pages

No new revisions were added by this update.

Summary of changes:
 documentation/docs/01_try-installation.md          | 139 ++++++
 documentation/docs/01_try-overview.md              | 110 +++++
 documentation/docs/01_try-tutorial.md              |  20 +
 documentation/docs/02_concepts-adapter.md          |   7 +
 documentation/docs/02_concepts-data-streams.md     |   7 +
 documentation/docs/02_concepts-glossary.md         |   7 +
 documentation/docs/02_concepts-overview.md         |  35 ++
 documentation/docs/02_concepts-pipeline.md         |   7 +
 documentation/docs/03_use-configurations.md        |   7 +
 documentation/docs/03_use-connect.md               |  68 +++
 documentation/docs/03_use-dashboard.md             |  66 +++
 documentation/docs/03_use-data-explorer.md         |  18 +
 documentation/docs/03_use-managing-pipelines.md    |  52 +++
 documentation/docs/03_use-notifications.md         |  25 ++
 documentation/docs/03_use-pipeline-editor.md       |  64 +++
 documentation/docs/05_deploy-docker.md             |  73 +++
 documentation/docs/05_deploy-kubernetes.md         |  60 +++
 .../{dev-guide-ssl.md => 05_deploy-use-ssl.md}     |  10 +-
 ...-guide-archetype.md => 06_extend-archetypes.md} |   8 +-
 documentation/docs/06_extend-cli.md                | 186 ++++++++
 ...event-model.md => 06_extend-sdk-event-model.md} |   4 +-
 ...egies.md => 06_extend-sdk-output-strategies.md} |   4 +-
 ...rties.md => 06_extend-sdk-static-properties.md} |   4 +-
 ...nts.md => 06_extend-sdk-stream-requirements.md} |   4 +-
 documentation/docs/06_extend-setup.md              |  31 ++
 ...rs.md => 06_extend-tutorial-data-processors.md} |   4 +-
 ...l-sinks.md => 06_extend-tutorial-data-sinks.md} |   4 +-
 ...urces.md => 06_extend-tutorial-data-sources.md} |   8 +-
 ...chitecture.md => 07_technicals-architecture.md} |   3 +-
 ...iguration.md => 07_technicals-configuration.md} |   2 +-
 documentation/docs/07_technicals-messaging.md      |   7 +
 .../docs/07_technicals-runtime-wrappers.md         |   7 +
 documentation/docs/07_technicals-user-guidance.md  |   7 +
 documentation/docs/08_debugging.md                 |   7 +
 documentation/docs/08_monitoring.md                |   7 +
 documentation/docs/09_contribute.md                |  17 +
 documentation/docs/09_get-help.md                  |  26 ++
 documentation/docs/dev-guide-archetype.md          | 137 ------
 documentation/docs/dev-guide-architecture.md       |  56 ---
 documentation/docs/dev-guide-configuration.md      |  53 ---
 documentation/docs/dev-guide-environment.md        | 107 -----
 documentation/docs/dev-guide-event-model.md        | 136 ------
 documentation/docs/dev-guide-output-strategies.md  | 341 --------------
 documentation/docs/dev-guide-ssl.md                |  30 --
 documentation/docs/dev-guide-static-properties.md  | 259 -----------
 .../docs/dev-guide-stream-requirements.md          | 173 --------
 .../docs/dev-guide-tutorial-processors.md          | 494 ---------------------
 documentation/docs/dev-guide-tutorial-sinks.md     | 241 ----------
 documentation/docs/dev-guide-tutorial-sources.md   | 277 ------------
 documentation/docs/user-guide-installation.md      |  21 +-
 documentation/docs/user-guide-introduction.md      |   2 +-
 documentation/website/core/Footer.js               |   2 +-
 documentation/website/i18n/en.json                 | 202 +++++++--
 documentation/website/sidebars.json                | 310 +++++++------
 documentation/website/siteConfig.js                |   3 +-
 documentation/website/static/css/custom.css        | 107 ++++-
 .../img/01_try-installation/01_register_user.png   | Bin 0 -> 99577 bytes
 .../img/01_try-installation/02_user_set_up.png     | Bin 0 -> 166282 bytes
 .../static/img/01_try-installation/03_login.png    | Bin 0 -> 77382 bytes
 .../static/img/01_try-installation/04_home.png     | Bin 0 -> 165926 bytes
 .../01_try-overview/01_streampipes-overview.png    | Bin
 .../img/01_try-tutorial/01_tutorial-welcome.png    | Bin 0 -> 207843 bytes
 .../img/01_try-tutorial/02_tutorial-process.png    | Bin 0 -> 147621 bytes
 .../img/02_concepts-overview/01_overview.png       | Bin 0 -> 28474 bytes
 .../img/03_use-connect/01_connect-overview.png     | Bin 0 -> 169692 bytes
 .../img/03_use-connect/02_customize-format.png     | Bin 0 -> 120217 bytes
 .../static/img/03_use-connect/03_schema-editor.png | Bin 0 -> 121415 bytes
 .../03_use-connect/04_schema-editor-conversion.png | Bin 0 -> 179042 bytes
 .../img/03_use-connect/05_adapter-generation.png   | Bin 0 -> 149943 bytes
 .../img/03_use-dashboard/01_dashboard-overview.png | Bin 0 -> 79029 bytes
 .../static/img/03_use-dashboard/02_add-widget.png  | Bin 0 -> 146471 bytes
 .../img/03_use-dashboard/03_configure-widget.png   | Bin 0 -> 110224 bytes
 .../img/03_use-dashboard/04_live-dashboard.png     | Bin 0 -> 123586 bytes
 .../01_data-explorer-overview.png                  | Bin 0 -> 197200 bytes
 .../01_pipeline-overview.png                       | Bin 0 -> 91739 bytes
 .../02_pipeline-start-dialog.png                   | Bin 0 -> 136314 bytes
 .../03_pipeline-details.png                        | Bin 0 -> 180477 bytes
 .../04_pipeline-quick-edit.png                     | Bin 0 -> 157995 bytes
 .../01_notifications-overview.png                  | Bin 0 -> 111204 bytes
 .../01_pipeline-editor-overview.png                | Bin 0 -> 133305 bytes
 .../02_pipeline-element-info.png                   | Bin 0 -> 160189 bytes
 .../03_configure-pipeline-element.png              | Bin 0 -> 212210 bytes
 .../04_pipeline-element-recommendation.png         | Bin 0 -> 255547 bytes
 .../05_pipeline-editor-options.png                 | Bin 0 -> 18073 bytes
 .../03_use-pipeline-editor/06_save-pipeline.png    | Bin 0 -> 204465 bytes
 documentation/website/static/img/04_home.png       | Bin 0 -> 165926 bytes
 .../version-0.66.0-sidebars.json                   |  11 +-
 87 files changed, 1553 insertions(+), 2524 deletions(-)
 create mode 100644 documentation/docs/01_try-installation.md
 create mode 100644 documentation/docs/01_try-overview.md
 create mode 100644 documentation/docs/01_try-tutorial.md
 create mode 100644 documentation/docs/02_concepts-adapter.md
 create mode 100644 documentation/docs/02_concepts-data-streams.md
 create mode 100644 documentation/docs/02_concepts-glossary.md
 create mode 100644 documentation/docs/02_concepts-overview.md
 create mode 100644 documentation/docs/02_concepts-pipeline.md
 create mode 100644 documentation/docs/03_use-configurations.md
 create mode 100644 documentation/docs/03_use-connect.md
 create mode 100644 documentation/docs/03_use-dashboard.md
 create mode 100644 documentation/docs/03_use-data-explorer.md
 create mode 100644 documentation/docs/03_use-managing-pipelines.md
 create mode 100644 documentation/docs/03_use-notifications.md
 create mode 100644 documentation/docs/03_use-pipeline-editor.md
 create mode 100644 documentation/docs/05_deploy-docker.md
 create mode 100644 documentation/docs/05_deploy-kubernetes.md
 copy documentation/docs/{dev-guide-ssl.md => 05_deploy-use-ssl.md} (79%)
 copy documentation/docs/{dev-guide-archetype.md => 06_extend-archetypes.md} (98%)
 create mode 100644 documentation/docs/06_extend-cli.md
 copy documentation/docs/{dev-guide-event-model.md => 06_extend-sdk-event-model.md} (98%)
 copy documentation/docs/{dev-guide-output-strategies.md => 06_extend-sdk-output-strategies.md} (99%)
 copy documentation/docs/{dev-guide-static-properties.md => 06_extend-sdk-static-properties.md} (99%)
 copy documentation/docs/{dev-guide-stream-requirements.md => 06_extend-sdk-stream-requirements.md} (99%)
 create mode 100644 documentation/docs/06_extend-setup.md
 copy documentation/docs/{dev-guide-tutorial-processors.md => 06_extend-tutorial-data-processors.md} (99%)
 copy documentation/docs/{dev-guide-tutorial-sinks.md => 06_extend-tutorial-data-sinks.md} (99%)
 copy documentation/docs/{dev-guide-tutorial-sources.md => 06_extend-tutorial-data-sources.md} (97%)
 copy documentation/docs/{dev-guide-architecture.md => 07_technicals-architecture.md} (99%)
 copy documentation/docs/{dev-guide-configuration.md => 07_technicals-configuration.md} (99%)
 create mode 100644 documentation/docs/07_technicals-messaging.md
 create mode 100644 documentation/docs/07_technicals-runtime-wrappers.md
 create mode 100644 documentation/docs/07_technicals-user-guidance.md
 create mode 100644 documentation/docs/08_debugging.md
 create mode 100644 documentation/docs/08_monitoring.md
 create mode 100644 documentation/docs/09_contribute.md
 create mode 100644 documentation/docs/09_get-help.md
 create mode 100644 documentation/website/static/img/01_try-installation/01_register_user.png
 create mode 100644 documentation/website/static/img/01_try-installation/02_user_set_up.png
 create mode 100644 documentation/website/static/img/01_try-installation/03_login.png
 create mode 100644 documentation/website/static/img/01_try-installation/04_home.png
 copy website/img/screenshots/streampipes-overview.png => documentation/website/static/img/01_try-overview/01_streampipes-overview.png (100%)
 create mode 100644 documentation/website/static/img/01_try-tutorial/01_tutorial-welcome.png
 create mode 100644 documentation/website/static/img/01_try-tutorial/02_tutorial-process.png
 create mode 100644 documentation/website/static/img/02_concepts-overview/01_overview.png
 create mode 100644 documentation/website/static/img/03_use-connect/01_connect-overview.png
 create mode 100644 documentation/website/static/img/03_use-connect/02_customize-format.png
 create mode 100644 documentation/website/static/img/03_use-connect/03_schema-editor.png
 create mode 100644 documentation/website/static/img/03_use-connect/04_schema-editor-conversion.png
 create mode 100644 documentation/website/static/img/03_use-connect/05_adapter-generation.png
 create mode 100644 documentation/website/static/img/03_use-dashboard/01_dashboard-overview.png
 create mode 100644 documentation/website/static/img/03_use-dashboard/02_add-widget.png
 create mode 100644 documentation/website/static/img/03_use-dashboard/03_configure-widget.png
 create mode 100644 documentation/website/static/img/03_use-dashboard/04_live-dashboard.png
 create mode 100644 documentation/website/static/img/03_use-data-explorer/01_data-explorer-overview.png
 create mode 100644 documentation/website/static/img/03_use-managing-pipelines/01_pipeline-overview.png
 create mode 100644 documentation/website/static/img/03_use-managing-pipelines/02_pipeline-start-dialog.png
 create mode 100644 documentation/website/static/img/03_use-managing-pipelines/03_pipeline-details.png
 create mode 100644 documentation/website/static/img/03_use-managing-pipelines/04_pipeline-quick-edit.png
 create mode 100644 documentation/website/static/img/03_use-notifications/01_notifications-overview.png
 create mode 100644 documentation/website/static/img/03_use-pipeline-editor/01_pipeline-editor-overview.png
 create mode 100644 documentation/website/static/img/03_use-pipeline-editor/02_pipeline-element-info.png
 create mode 100644 documentation/website/static/img/03_use-pipeline-editor/03_configure-pipeline-element.png
 create mode 100644 documentation/website/static/img/03_use-pipeline-editor/04_pipeline-element-recommendation.png
 create mode 100644 documentation/website/static/img/03_use-pipeline-editor/05_pipeline-editor-options.png
 create mode 100644 documentation/website/static/img/03_use-pipeline-editor/06_save-pipeline.png
 create mode 100644 documentation/website/static/img/04_home.png