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 09:45:05 UTC

[streampipes-website] branch release-090 updated: Remove interactive tutorial from docs

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

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


The following commit(s) were added to refs/heads/release-090 by this push:
     new 5cd665d3 Remove interactive tutorial from docs
5cd665d3 is described below

commit 5cd665d3b44b8ded2a0445d4b91343b8eb9e4dbc
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Wed Jan 18 10:44:54 2023 +0100

    Remove interactive tutorial from docs
---
 documentation/docs/01_try-installation.md | 13 ++-----------
 documentation/docs/01_try-overview.md     |  2 +-
 documentation/website/sidebars.json       |  3 +--
 3 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/documentation/docs/01_try-installation.md b/documentation/docs/01_try-installation.md
index 5879a1f0..d1ba4d08 100644
--- a/documentation/docs/01_try-installation.md
+++ b/documentation/docs/01_try-installation.md
@@ -19,14 +19,6 @@ Installation instructions can be found below.
         again) and check that Docker is installed correctly by executing docker-run hello-world</p>
 </div>
 
-<div class="admonition info">
-    <div class="admonition-title">Configure Docker</div>
-    <p>By default, Docker uses only a limited number of CPU cores and memory.
-        If you run StreamPipes on Windows or on a Mac you need to adjust the default settings.
-        To do that, click on the Docker icon in your tab bar and open the preferences.
-        Go to the advanced preferences and set the **number of CPUs to 6** (recommended) and the **Memory to 4GB**.
-        After changing the settings, Docker needs to be restarted.</p></div>
-
 ### Supported operating systems
 
 The Docker-based installation supports the operating systems **Linux**, **Mac OS X** and **Windows 10**. Older windows
@@ -138,10 +130,9 @@ Congratulations! You've successfully managed to install StreamPipes. Now we're r
     <p>In most cases, errors during the installation are due to an under-powered system.<br/>
         If there is a problem with any of the components, please restart the whole system (<code>docker-compose
             down</code> and eventually also delete the volumes).
-        Please also make sure that your system meets the hardware requirements as mentioned in the first section of the
-        installation guide.</p>
+        Please also make sure that you've assigned enough memory available to Docker.</p>
 </div>
 
 ## Next Steps
 
-That's it! To ease your first steps with StreamPipes, we've created an [interactive tutorial](01_try-tutorial.md).
+That's it! Have a look at the usage guide to learn how to use Apache StreamPipes.
diff --git a/documentation/docs/01_try-overview.md b/documentation/docs/01_try-overview.md
index 9fef5f8a..8a76f933 100644
--- a/documentation/docs/01_try-overview.md
+++ b/documentation/docs/01_try-overview.md
@@ -17,7 +17,7 @@ This is the documentation of Apache StreamPipes.
             </div>
             <div class="toc-content">
                 <div class="toc-section-header"><b>Your first steps with Apache StreamPipes.</b></div>
-               <a href="try-installation.html">Install StreamPipes</a>, <a href="try-tutorial.html">Interactive Tutorial</a>
+               <a href="try-installation.html">Install StreamPipes</a>
             </div>
         </div>
     </div>
diff --git a/documentation/website/sidebars.json b/documentation/website/sidebars.json
index cb00e81c..e0fe93bd 100644
--- a/documentation/website/sidebars.json
+++ b/documentation/website/sidebars.json
@@ -2,8 +2,7 @@
   "documentation": {
     "\uD83D\uDE80 Try StreamPipes": [
       "user-guide-introduction",
-      "try-installation",
-      "try-tutorial"
+      "try-installation"
     ],
     "\uD83D\uDCA1 Concepts": [
       "concepts-overview"