Merge branch 'dev' of github.com:apache/streampipes-website into dev
diff --git a/documentation/docs/01_try-overview.md b/documentation/docs/01_try-overview.md
index 0d04470..9fef5f8 100644
--- a/documentation/docs/01_try-overview.md
+++ b/documentation/docs/01_try-overview.md
@@ -6,7 +6,7 @@
 
 This is the documentation of Apache StreamPipes.
 
-<img class="docs-image docs-image-small" src="/docs/img/01_try-overview/01_streampipes-overview.png" alt="StreamPipes Overview">
+<img class="docs-image docs-image-small docs-image-no-shadow" style="padding: 10px;" src="/docs/img/01_try-overview/01_streampipes-overview.png" alt="StreamPipes Overview">
 
 
 <div class="container grid col-3">
@@ -85,7 +85,7 @@
                 </a>,
                 <a href="extend-sdk-event-model.html">Event Model</a>, <a href="extend-sdk-stream-requirements.html">Stream
                  Requirements</a>, <a href="extend-sdk-static-properties.html">Static Properties</a>,
-                <a href="extend-output-strategies.html">Output Strategies</a>
+                <a href="extend-sdk-output-strategies.html">Output Strategies</a>
             </div>
         </div>
     </div>
diff --git a/documentation/docs/03_use-connect.md b/documentation/docs/03_use-connect.md
index bbd7b58..bea9b4f 100644
--- a/documentation/docs/03_use-connect.md
+++ b/documentation/docs/03_use-connect.md
@@ -7,7 +7,7 @@
 StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface. 
 StreamPipes Connect offers various adapters for common communication protocols and some specific sensors. Besides connecting data, StreamPipes Connect offers ways to pre-process data without the need to build pipelines and integrates a schema guesser that listens for incoming data and recommends the recognized event schema.
 
-The screenshot below illustrates the data marketplace, which is the start screen of StreamPipes Connect.
+The screenshot below illustrates the data marketplace, which shown after navigating to "StreamPipes Connect" and then clicking the "New adapter" button at the top.
 
 <img class="docs-image" src="/docs/img/03_use-connect/01_connect-overview.png" alt="StreamPipes Connect Overview">
 
@@ -19,7 +19,9 @@
 Several filter options are available to find a suitable adapter. The configuration of a new adapter starts with selecting one of the available adapters, which starts an assistant that supports the adapter generation.
 
 ### Protocol/Basic Settings
-In the first step, basic configurations need to be provided. For instance, for an Apache PLC4X adapter, the IP address of the PLC needs to be provided. After all values are provided, the "Next" button opens the next step.
+In the first step, basic configurations need to be provided. For instance, for an Apache PLC4X adapter, the IP address of the PLC needs to be provided. In this example, we provide basic settings for connecting to an Apache Kafka broker. After all values are provided, the "Next" button opens the next step. 
+
+<img class="docs-image" src="/docs/img/03_use-connect/06_connect-create.png" alt="StreamPipes Connect Basic Settings">
 
 ### Format Specification
 The next step, format generation, is only available for generic adapters which support different message formats to be sent over the corresponding protocol. Think of a message broker that is able to consume messages in both JSON format or binary format.
@@ -53,6 +55,8 @@
 
 <img class="docs-image" src="/docs/img/03_use-connect/04_schema-editor-conversion.png" alt="StreamPipes Connect Unit Conversion">
 
+Assigning a timestamp is mandatory and can be either done by adding a timestamp from the menu, or by choosing an existing field and marking it as timestamp.
+
 ### Adapter Generation
 Finally, the adapter is ready to be started. In the _Adapter Generation_ page, a name and description for the resulting data stream must be provided.
 Once started, StreamPipes creates your new adapter and displays a preview of the connected data, which refreshes about once per second.
diff --git a/documentation/docs/03_use-pipeline-editor.md b/documentation/docs/03_use-pipeline-editor.md
index 24eef9a..39a09cb 100644
--- a/documentation/docs/03_use-pipeline-editor.md
+++ b/documentation/docs/03_use-pipeline-editor.md
@@ -39,8 +39,6 @@
 * **Compatible element** opens a dialog which shows all pipeline elements that are compatible to the current element's output data stream. The dialog offers an alternative to selecting pipeline elements directly from the pipeline element selection in the top.
 * **Pipeline Element Recommendation** opens a dialog which shows all recommended pipeline elements that are compatible the current element's output data stream. The recommendation is based on previously connected pipeline elements and is displayed below.
 
-<img class="docs-image" src="/docs/img/03_use-pipeline-editor/04_pipeline-element-recommendation.png" alt="StreamPipes Pipeline Element Recommendation">
-
 ### Pipeline Editor Options
 Several pipeline editor options are available in the menu bar of the pipeline assembly:
 
diff --git a/documentation/website/i18n/en.json b/documentation/website/i18n/en.json
index 65034d3..e82d2e6 100644
--- a/documentation/website/i18n/en.json
+++ b/documentation/website/i18n/en.json
@@ -2532,6 +2532,10 @@
       "version-0.70.0/version-0.70.0-extend-tutorial-data-sources": {
         "title": "Tutorial: Data Sources",
         "sidebar_label": "Tutorial: Data Sources"
+      },
+      "version-0.70.0/version-0.70.0-community-get-help": {
+        "title": "Get Help",
+        "sidebar_label": "Get Help"
       }
     },
     "links": {
diff --git a/documentation/website/static/css/custom.css b/documentation/website/static/css/custom.css
index 33af8a6..70fe9ff 100644
--- a/documentation/website/static/css/custom.css
+++ b/documentation/website/static/css/custom.css
@@ -399,6 +399,10 @@
     margin-right: auto;
 }
 
+.docs-image-no-shadow {
+    box-shadow: none;
+}
+
 .docs-image-small {
     max-width: 70%;
     margin-top: 20px;
diff --git a/documentation/website/static/img/01_try-installation/03_login.png b/documentation/website/static/img/01_try-installation/03_login.png
index 8394415..82ddaca 100644
--- a/documentation/website/static/img/01_try-installation/03_login.png
+++ b/documentation/website/static/img/01_try-installation/03_login.png
Binary files differ
diff --git a/documentation/website/static/img/01_try-installation/04_home.png b/documentation/website/static/img/01_try-installation/04_home.png
index 8fcfa85..db6b1de 100644
--- a/documentation/website/static/img/01_try-installation/04_home.png
+++ b/documentation/website/static/img/01_try-installation/04_home.png
Binary files differ
diff --git a/documentation/website/static/img/01_try-overview/01_streampipes-overview.png b/documentation/website/static/img/01_try-overview/01_streampipes-overview.png
index 55288f0..09e9b0a 100644
--- a/documentation/website/static/img/01_try-overview/01_streampipes-overview.png
+++ b/documentation/website/static/img/01_try-overview/01_streampipes-overview.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-connect/01_connect-overview.png b/documentation/website/static/img/03_use-connect/01_connect-overview.png
index f20fef9..5c66002 100644
--- a/documentation/website/static/img/03_use-connect/01_connect-overview.png
+++ b/documentation/website/static/img/03_use-connect/01_connect-overview.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-connect/02_customize-format.png b/documentation/website/static/img/03_use-connect/02_customize-format.png
index c868e85..cf36b18 100644
--- a/documentation/website/static/img/03_use-connect/02_customize-format.png
+++ b/documentation/website/static/img/03_use-connect/02_customize-format.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-connect/03_schema-editor.png b/documentation/website/static/img/03_use-connect/03_schema-editor.png
index 91f2e78..e55dfd3 100644
--- a/documentation/website/static/img/03_use-connect/03_schema-editor.png
+++ b/documentation/website/static/img/03_use-connect/03_schema-editor.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-connect/04_schema-editor-conversion.png b/documentation/website/static/img/03_use-connect/04_schema-editor-conversion.png
index d686f2c..46a265d 100644
--- a/documentation/website/static/img/03_use-connect/04_schema-editor-conversion.png
+++ b/documentation/website/static/img/03_use-connect/04_schema-editor-conversion.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-connect/05_adapter-generation.png b/documentation/website/static/img/03_use-connect/05_adapter-generation.png
index 73835d5..39585a6 100644
--- a/documentation/website/static/img/03_use-connect/05_adapter-generation.png
+++ b/documentation/website/static/img/03_use-connect/05_adapter-generation.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-connect/06_connect-create.png b/documentation/website/static/img/03_use-connect/06_connect-create.png
new file mode 100644
index 0000000..34c79ac
--- /dev/null
+++ b/documentation/website/static/img/03_use-connect/06_connect-create.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-dashboard/01_dashboard-overview.png b/documentation/website/static/img/03_use-dashboard/01_dashboard-overview.png
index 0a1e90e..395a6a2 100644
--- a/documentation/website/static/img/03_use-dashboard/01_dashboard-overview.png
+++ b/documentation/website/static/img/03_use-dashboard/01_dashboard-overview.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-dashboard/02_add-widget.png b/documentation/website/static/img/03_use-dashboard/02_add-widget.png
index 72a0678..94d33dc 100644
--- a/documentation/website/static/img/03_use-dashboard/02_add-widget.png
+++ b/documentation/website/static/img/03_use-dashboard/02_add-widget.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-dashboard/03_configure-widget.png b/documentation/website/static/img/03_use-dashboard/03_configure-widget.png
index 8a40f8a..7e74528 100644
--- a/documentation/website/static/img/03_use-dashboard/03_configure-widget.png
+++ b/documentation/website/static/img/03_use-dashboard/03_configure-widget.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-dashboard/04_live-dashboard.png b/documentation/website/static/img/03_use-dashboard/04_live-dashboard.png
index d7a8db6..2954a0a 100644
--- a/documentation/website/static/img/03_use-dashboard/04_live-dashboard.png
+++ b/documentation/website/static/img/03_use-dashboard/04_live-dashboard.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-data-explorer/01_data-explorer-overview.png b/documentation/website/static/img/03_use-data-explorer/01_data-explorer-overview.png
index af6a0d3..009754b 100644
--- a/documentation/website/static/img/03_use-data-explorer/01_data-explorer-overview.png
+++ b/documentation/website/static/img/03_use-data-explorer/01_data-explorer-overview.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-managing-pipelines/01_pipeline-overview.png b/documentation/website/static/img/03_use-managing-pipelines/01_pipeline-overview.png
index 4579e1a..8cbae29 100644
--- a/documentation/website/static/img/03_use-managing-pipelines/01_pipeline-overview.png
+++ b/documentation/website/static/img/03_use-managing-pipelines/01_pipeline-overview.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-managing-pipelines/02_pipeline-start-dialog.png b/documentation/website/static/img/03_use-managing-pipelines/02_pipeline-start-dialog.png
index b6814ca..e5f8d74 100644
--- a/documentation/website/static/img/03_use-managing-pipelines/02_pipeline-start-dialog.png
+++ b/documentation/website/static/img/03_use-managing-pipelines/02_pipeline-start-dialog.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-managing-pipelines/03_pipeline-details.png b/documentation/website/static/img/03_use-managing-pipelines/03_pipeline-details.png
index d0b5e8e..820d693 100644
--- a/documentation/website/static/img/03_use-managing-pipelines/03_pipeline-details.png
+++ b/documentation/website/static/img/03_use-managing-pipelines/03_pipeline-details.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-managing-pipelines/04_pipeline-quick-edit.png b/documentation/website/static/img/03_use-managing-pipelines/04_pipeline-quick-edit.png
index 9b4e842..b4ec3b8 100644
--- a/documentation/website/static/img/03_use-managing-pipelines/04_pipeline-quick-edit.png
+++ b/documentation/website/static/img/03_use-managing-pipelines/04_pipeline-quick-edit.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-notifications/01_notifications-overview.png b/documentation/website/static/img/03_use-notifications/01_notifications-overview.png
index 688a987..11b3e8f 100644
--- a/documentation/website/static/img/03_use-notifications/01_notifications-overview.png
+++ b/documentation/website/static/img/03_use-notifications/01_notifications-overview.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-pipeline-editor/01_pipeline-editor-overview.png b/documentation/website/static/img/03_use-pipeline-editor/01_pipeline-editor-overview.png
index d61c778..ad8e1b9 100644
--- a/documentation/website/static/img/03_use-pipeline-editor/01_pipeline-editor-overview.png
+++ b/documentation/website/static/img/03_use-pipeline-editor/01_pipeline-editor-overview.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-pipeline-editor/02_pipeline-element-info.png b/documentation/website/static/img/03_use-pipeline-editor/02_pipeline-element-info.png
index 48c287e..e0185f5 100644
--- a/documentation/website/static/img/03_use-pipeline-editor/02_pipeline-element-info.png
+++ b/documentation/website/static/img/03_use-pipeline-editor/02_pipeline-element-info.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-pipeline-editor/03_configure-pipeline-element.png b/documentation/website/static/img/03_use-pipeline-editor/03_configure-pipeline-element.png
index 4f85722..2f01faa 100644
--- a/documentation/website/static/img/03_use-pipeline-editor/03_configure-pipeline-element.png
+++ b/documentation/website/static/img/03_use-pipeline-editor/03_configure-pipeline-element.png
Binary files differ
diff --git a/documentation/website/static/img/03_use-pipeline-editor/06_save-pipeline.png b/documentation/website/static/img/03_use-pipeline-editor/06_save-pipeline.png
index 490463f..e612467 100644
--- a/documentation/website/static/img/03_use-pipeline-editor/06_save-pipeline.png
+++ b/documentation/website/static/img/03_use-pipeline-editor/06_save-pipeline.png
Binary files differ