[release] Update docusaurus version
diff --git a/documentation/docs/01_try-installation.md b/documentation/docs/01_try-installation.md
index b274b25..35a18f4 100644
--- a/documentation/docs/01_try-installation.md
+++ b/documentation/docs/01_try-installation.md
@@ -32,13 +32,6 @@
 
 ## Install StreamPipes
 
-<div class="admonition info">
-    <div class="admonition-title">Migration from 0.90.0 to 0.91.0</div>
-    <p>When upgrading an existing installation from 0.90.0 to 0.91.0, set the environment variable 
-<b>SP_INFLUX_INIT_MODE</b> to <b>upgrade</b> instead of <b>setup</b> due to an upgrade of the underlying time-series storage. </p>
-<p>Depending on the installation type, this needs to be set in the <b>.env</b> or the <b>values.yml</b> file.</p>
-</div>
-
 <ul style="padding-left:0">
     <li class="installation-step" style="margin-top:20px;">
         <div class="wrapper-container" style="">
diff --git a/documentation/website/i18n/en.json b/documentation/website/i18n/en.json
index d5ba919..56a7897 100644
--- a/documentation/website/i18n/en.json
+++ b/documentation/website/i18n/en.json
@@ -2619,6 +2619,14 @@
       "version-0.91.0/version-0.91.0-user-guide-introduction": {
         "title": "Apache StreamPipes Documentation",
         "sidebar_label": "Overview"
+      },
+      "version-0.92.0/version-0.92.0-try-installation": {
+        "title": "Installation",
+        "sidebar_label": "Installation"
+      },
+      "version-0.92.0/version-0.92.0-extend-setup": {
+        "title": "Development Setup",
+        "sidebar_label": "Development Setup"
       }
     },
     "links": {
diff --git a/documentation/website/versioned_docs/version-0.91.0/01_try-installation.md b/documentation/website/versioned_docs/version-0.91.0/01_try-installation.md
index 265908d..7519889 100644
--- a/documentation/website/versioned_docs/version-0.91.0/01_try-installation.md
+++ b/documentation/website/versioned_docs/version-0.91.0/01_try-installation.md
@@ -33,13 +33,6 @@
 
 ## Install StreamPipes
 
-<div class="admonition info">
-    <div class="admonition-title">Migration from 0.90.0 to 0.91.0</div>
-    <p>When upgrading an existing installation from 0.90.0 to 0.91.0, set the environment variable 
-<b>SP_INFLUX_INIT_MODE</b> to <b>upgrade</b> instead of <b>setup</b> due to an upgrade of the underlying time-series storage. </p>
-<p>Depending on the installation type, this needs to be set in the <b>.env</b> or the <b>values.yml</b> file.</p>
-</div>
-
 <ul style="padding-left:0">
     <li class="installation-step" style="margin-top:20px;">
         <div class="wrapper-container" style="">
diff --git a/documentation/website/versioned_docs/version-0.92.0/01_try-installation.md b/documentation/website/versioned_docs/version-0.92.0/01_try-installation.md
new file mode 100644
index 0000000..b3df6ed
--- /dev/null
+++ b/documentation/website/versioned_docs/version-0.92.0/01_try-installation.md
@@ -0,0 +1,139 @@
+---
+id: version-0.92.0-try-installation
+title: Installation
+sidebar_label: Installation
+original_id: try-installation
+---
+
+The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also
+recommend looking at our Kubernetes support, which is also part of the installation kit.
+
+## Prerequisites
+
+The Docker-based installation requires **Docker** and **Docker Compose** to be installed on the target machine.
+Installation instructions can be found below.
+
+<div class="admonition info">
+    <div class="admonition-title">Install Docker</div>
+    <p>Go to https://docs.docker.com/installation/ and follow the instructions to install Docker for your OS. Make sure
+        docker can be started as a non-root user (described in the installation manual, don’t forget to log out and in
+        again) and check that Docker is installed correctly by executing docker-run hello-world</p>
+</div>
+
+### Supported operating systems
+
+The Docker-based installation supports the operating systems **Linux**, **Mac OS X** and **Windows 10**. Older windows
+versions are not fully compatible with Docker. Linux VMs running under Windows might cause network problems with Docker,
+therefore some manual work might be needed to make StreamPipes run properly.
+
+### Web Browser
+
+The StreamPipes application itself will be accessible through a web browser. We recommend a recent version of Chrome (
+best experience), Firefox or Edge.
+
+## Install StreamPipes
+
+<ul style="padding-left:0">
+    <li class="installation-step" style="margin-top:20px;">
+        <div class="wrapper-container" style="">
+            <div class="wrapper-step">
+              <span class="fa-stack fa-2x">
+                   <i class="fas fa-circle fa-stack-2x sp-color-green"></i>
+                   <strong class="fa-stack-1x" style="color:white;">1</strong>
+              </span>
+            </div>
+            <div class="wrapper-instruction">
+                Download the latest Apache StreamPipes release and extract the zip file to a directory of your choice.
+                <table class="table" style="margin-top:30px;">
+                    <thead>
+                    <tr style="background:rgb(27, 20, 100);color:white;">
+                        <th scope="col" style="border-bottom:0px;border-top:0px;">File</th>
+                        <th scope="col" style="border-bottom:0px;border-top:0px;">Version</th>
+                        <th scope="col" style="border-bottom:0px;border-top:0px;">Release Date</th>
+                        <th scope="col" style="border-bottom:0px;border-top:0px;">Signatures</th>
+                    </tr>
+                    </thead>
+                    <tbody>
+                    <tr>
+                        <td>
+                            <a href="https://www.apache.org/dyn/closer.lua?action=download&filename=streampipes/0.92.0/apache-streampipes-0.92.0-source-release.zip">apache-streampipes-0.92.0-source-release.zip</a>
+                        </td>
+                        <td>0.92.0</td>
+                        <td>2023-06-16</td>
+                        <td>
+                            <a href="https://downloads.apache.org/streampipes/0.92.0/apache-streampipes-0.92.0-source-release.zip.sha512">SHA</a>
+                            <a href="https://downloads.apache.org/streampipes/0.92.0/apache-streampipes-0.92.0-source-release.zip.asc">PGP</a>
+                        </td>
+                    </tr>
+                    </tbody>
+                </table>
+                <div class="row">
+                    <div class="alert alert-info" role="alert">
+                        The above release file should be verified using the PGP signatures and the <a
+                            href="https://downloads.apache.org/streampipes/KEYS">project release KEYS</a>. See the
+                        official ASF <a target="asf" href="https://www.apache.org/dyn/closer.cgi#verify">verification
+                        instructions</a> for a description of using the PGP and KEYS files for verification. A SHA512
+                        checksum is also provided as an additional verification method.
+                    </div>
+                </div>
+            </div>
+        </div>
+    </li>
+    <li class="installation-step">
+        <div class="wrapper-container">
+            <div class="wrapper-step">
+              <span class="fa-stack fa-2x">
+                   <i class="fas fa-circle fa-stack-2x sp-color-green"></i>
+                   <strong class="fa-stack-1x" style="color:white;">2</strong>
+              </span>
+            </div>
+            <div class="wrapper-instruction">
+                <div style="margin-bottom:5px;">In a command prompt, open the folder <code>installer/compose</code> and
+                    run <code>docker-compose up -d</code>
+                </div>
+            </div>
+        </div>
+    </li>
+    <li class="installation-step">
+        <div class="wrapper-container" style="align-items: center;justify-content: center;">
+            <div class="wrapper-step">
+                <span class="fa-stack fa-2x">
+                     <i class="fas fa-circle fa-stack-2x sp-color-green"></i>
+                     <strong class="fa-stack-1x" style="color:white;">3</strong>
+                </span>
+            </div>
+            <div class="wrapper-instruction">
+                Open your browser, navigate to http://localhost:80 (or the domain name of your server) and log in using
+                the default email <code>admin@streampipes.apache.org</code> and default password <code>admin</code>.
+            </div>
+        </div>
+    </li>
+</ul>
+
+## Setup StreamPipes
+
+Once you've opened the browser at the URL given above, you should see the StreamPipes application as shown below. At
+initial startup, StreamPipes automatically performs an installation process.
+After the installation has finished, continue by clicking on "Go to login
+page", once all components are successfully configured.
+
+On the login page, enter your credentials, then you should be forwarded to the home page.
+
+Congratulations! You've successfully managed to install StreamPipes. Now we're ready to build our first pipeline!
+
+<div class="my-carousel docs-carousel">
+    <img src="/docs/img/01_try-installation/03_login.png" alt="Go to login page">
+    <img src="/docs/img/01_try-installation/04_home.png" alt="Home page">
+</div>
+
+<div class="admonition error">
+    <div class="admonition-title">Errors during the installation process</div>
+    <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 you've assigned enough memory available to Docker.</p>
+</div>
+
+## Next Steps
+
+That's it! Have a look at the usage guide to learn how to use Apache StreamPipes.
diff --git a/documentation/website/versioned_docs/version-0.92.0/06_extend-setup.md b/documentation/website/versioned_docs/version-0.92.0/06_extend-setup.md
new file mode 100644
index 0000000..acd733e
--- /dev/null
+++ b/documentation/website/versioned_docs/version-0.92.0/06_extend-setup.md
@@ -0,0 +1,51 @@
+---
+id: version-0.92.0-extend-setup
+title: Development Setup
+sidebar_label: Development Setup
+original_id: extend-setup
+---
+
+Pipeline elements in StreamPipes are provided as standalone microservices. New pipeline elements can be easily developed using the provided Maven archetypes and can be installed in StreamPipes at runtime.
+
+In this section, we describe our recommended minimum setup for locally setting up a development instance of StreamPipes needed to develop, run and test new pipeline elements.
+
+## IDE & required dev tools
+StreamPipes does not have specific requirements on the IDE - so feel free to choose the IDE of your choice.
+The only requirements in terms of development tools are that you have Java 17 and Maven installed.
+
+## StreamPipes CLI: Docker-based local StreamPipes instance
+In order to quickly test developed pipeline elements without needing to install all services required by StreamPipes, we provide a CLI tool that allows you to selectively start StreamPipes components.
+The CLI tool allows to switch to several templates (based on docker-compose) depending on the role. 
+
+The documentation on the usage of the CLI tool is available [here](06_extend-cli.md).
+
+## Override the SP_HOST variable
+
+By default, the backend/core of StreamPipes registers itself within StreamPipes' service discovery mechanism using an auto-discovered hostname.
+Usually, this will be an IP address from the Docker network, which is not resolvable from outside. Therefore, for local development you need to override the hostname with an IP address which is accessible from your local host where you develop extensions.
+When using the CLI, open the CLI folder ``installer/cli``, navigate to ``deploy/standalone/backend``, open the ``docker-compose.dev.yml`` file and add the SP_HOST env variable, e.g.
+
+```
+version: "3.4"
+services:
+  backend:
+    ports:
+      - "8030:8030"
+    environment:
+      - SP_HOST=host.docker.internal
+```
+
+Note that host.docker.internal will work as an alias under Docker for Desktop on Windows and Mac, but not on Linux or M1. In this case, provide a resolvable hostname or IP address manually.
+
+## Starter projects
+
+Now, once you've started the development instance, you are ready to develop your very first pipeline element.
+Instead of starting from scratch, we recommend using our provided maven archetypes:
+
+### Maven archetypes
+
+Create the Maven archetype as described in the [Maven Archetypes](06_extend-archetypes.md) guide.
+
+### Examples
+
+We provide several examples that explain the usage of some concepts in this [Github repo](https://github.com/apache/streampipes-examples). 
diff --git a/documentation/website/versions.json b/documentation/website/versions.json
index 2abba58..15c29ee 100644
--- a/documentation/website/versions.json
+++ b/documentation/website/versions.json
@@ -1,4 +1,5 @@
 [
+  "0.92.0",
   "0.91.0",
   "0.90.0",
   "0.70.0",