This is an automated email from the ASF dual-hosted git repository. riemer pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/streampipes-website.git
commit 7ca0378f2503593d50bb61285830551fee668433 Author: Dominik Riemer <[email protected]> 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"
