Add navigation, fix gitignore
diff --git a/.gitignore b/.gitignore
index e8a56ff..b4de7bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,5 @@
 documentation/website/build/
 
 website/.docusaurus
+website-v2/.docusaurus/**
+website-v2/.docusaurus
diff --git a/website-v2/.docusaurus/DONT-EDIT-THIS-FOLDER b/website-v2/.docusaurus/DONT-EDIT-THIS-FOLDER
deleted file mode 100644
index 6c06ae8..0000000
--- a/website-v2/.docusaurus/DONT-EDIT-THIS-FOLDER
+++ /dev/null
@@ -1,5 +0,0 @@
-This folder stores temp files that Docusaurus' client bundler accesses.
-
-DO NOT hand-modify files in this folder because they will be overwritten in the
-next build. You can clear all build artifacts (including this folder) with the
-`docusaurus clear` command.
diff --git a/website-v2/.docusaurus/client-modules.js b/website-v2/.docusaurus/client-modules.js
deleted file mode 100644
index adb32b0..0000000
--- a/website-v2/.docusaurus/client-modules.js
+++ /dev/null
@@ -1,6 +0,0 @@
-export default [
-  require('C:\\git\\apache\\incubator-streampipes-website\\website-v2\\node_modules\\infima\\dist\\css\\default\\default.css'),
-  require('C:\\git\\apache\\incubator-streampipes-website\\website-v2\\node_modules\\@docusaurus\\theme-classic\\lib\\prism-include-languages'),
-  require('C:\\git\\apache\\incubator-streampipes-website\\website-v2\\node_modules\\@docusaurus\\theme-classic\\lib\\nprogress'),
-  require('C:\\git\\apache\\incubator-streampipes-website\\website-v2\\src\\css\\customTheme.css'),
-];
diff --git a/website-v2/.docusaurus/codeTranslations.json b/website-v2/.docusaurus/codeTranslations.json
deleted file mode 100644
index 9e26dfe..0000000
--- a/website-v2/.docusaurus/codeTranslations.json
+++ /dev/null
@@ -1 +0,0 @@
-{}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/blog-archive-80c.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/blog-archive-80c.json
deleted file mode 100644
index 4110c3c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/blog-archive-80c.json
+++ /dev/null
@@ -1,712 +0,0 @@
-{
-  "blogPosts": [
-    {
-      "id": "/2023/06/16/release-092",
-      "metadata": {
-        "permalink": "/blog/2023/06/16/release-092",
-        "source": "@site/blog/2023-06-16-release-092.md",
-        "title": "Apache StreamPipes release 0.92.0",
-        "description": "8 minutes to read",
-        "date": "2023-06-16T00:00:00.000Z",
-        "formattedDate": "June 16, 2023",
-        "tags": [],
-        "readingTime": 2.255,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Philipp Zehnder",
-            "url": "https://github.com/tenthe",
-            "imageURL": "/img/zehnder.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "Apache StreamPipes release 0.92.0",
-          "author": "Philipp Zehnder",
-          "authorURL": "https://github.com/tenthe",
-          "authorImageURL": "/img/zehnder.png"
-        },
-        "nextItem": {
-          "title": "Apache StreamPipes release 0.91.0",
-          "permalink": "/blog/2023/04/12/release-091"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>8 minutes to read</div>**\r\n\r\nWe are pleased to announce the release of StreamPipes 0.92.0, which includes several bug fixes, performance improvements, and new features. \r\nThis version focuses on enhancing the technical aspects of StreamPipes. \r\nLet's explore the key updates in this release:\r\n\r\n<!--truncate-->\r\n\r\nThe current release can be downloaded <a href=\"https://streampipes.apache.org/download.html\">here</a>.\r\n\r\n## Improved Python Support:\r\nIn response to valuable user feedback, we have improved Python support in StreamPipes.\r\nUsers can now seamlessly integrate Python-based scripts, libraries, and modules into their functions. \r\nThis enhancement enables leveraging the power of machine learning and advanced analytics algorithms for IIoT data sources. \r\nPlease refer to the [Python documentation](https://streampipes.apache.org/docs/docs/python/latest/) for further details.\r\n\r\n\r\n## New Processing Elements: Introducing the Swinging Door Trending (SDT) Filter Processor:\r\nTo expand the functionality of StreamPipes, we have introduced several new processing elements.\r\nAmong them is the **Swinging Door Trending (SDT) Filter Processor**.\r\nThis processor provides a linear trend compression algorithm. \r\nEssentially, it replaces a series of continuous points (timestamp, value) with a straight line determined by the start and end points.\r\n\r\n<img src=\"/img/blog/2023-06-16/swinging_door_trending.gif\" alt=\"demonstration how to use the swinging door trending processor\"/>\r\n\r\n## Bug Fixes and Improvements:\r\nWe have addressed various bugs and issues reported by our users, resulting in a more stable and reliable StreamPipes experience.\r\nWe have also made several performance and usability improvements to enhance overall system efficiency.\r\n\r\n## Deprecation of Set Adapters\r\n\r\nIn order to streamline the StreamPipes ecosystem, we have deprecated the functionality of Set Adapters. \r\nGoing forward, our focus will solely be on streaming event sources. \r\nHowever, we understand the importance of working with files of sensor data, especially during development. \r\nTo accommodate this need, we have extended the **File Stream Adapter**, which now offers the following functionalities:\r\n1. Create a live simulation of sensor data based on the file.\r\n2. Replay the data in the file once, for example, to store it in the **Data Lake**.\r\n\r\n**IMPORTANT: The set adapters will be removed in the next release.**\r\n\r\nFrom this release onwards, we encourage you to utilize the **File Stream Adapter** instead of the **File Set Adapter**.\r\nTo simulate a file set using the **File Stream Adapter**, you can configure it with `Replay Once: Yes` and `Replay Speed: Fastest (Ignore original time)`.\r\nSee the example below:\r\n\r\n<img src=\"/img/blog/2023-06-16/file_stream_set.gif\" alt=\"demonstration how to use file sets with the file stream adapter\"/>\r\n\r\n## Final Remarks\r\nWe highly recommend updating to StreamPipes 0.92.0 to take advantage of these new features, bug fixes, and improvements. \r\nFor more detailed information, please refer to the [release notes](https://github.com/apache/incubator-streampipes/blob/release/0.92.0/RELEASE_NOTES.md#0920).\r\n\r\nWe appreciate your continued support and valuable feedback. \r\nStreamPipes is continually evolving, and we are dedicated to providing you with a powerful and reliable platform for your IIoT streaming data needs."
-    },
-    {
-      "id": "/2023/04/12/release-091",
-      "metadata": {
-        "permalink": "/blog/2023/04/12/release-091",
-        "source": "@site/blog/2023-04-12-release-091.md",
-        "title": "Apache StreamPipes release 0.91.0",
-        "description": "14 minutes to read",
-        "date": "2023-04-12T00:00:00.000Z",
-        "formattedDate": "April 12, 2023",
-        "tags": [],
-        "readingTime": 4.72,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Tim Bossenmaier",
-            "url": "https://github.com/bossenti",
-            "imageURL": "/img/bossenmaier.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "Apache StreamPipes release 0.91.0",
-          "author": "Tim Bossenmaier",
-          "authorURL": "https://github.com/bossenti",
-          "authorImageURL": "/img/bossenmaier.png"
-        },
-        "prevItem": {
-          "title": "Apache StreamPipes release 0.92.0",
-          "permalink": "/blog/2023/06/16/release-092"
-        },
-        "nextItem": {
-          "title": "Apache StreamPipes release 0.90.0",
-          "permalink": "/blog/2023/01/17/release-090"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>14 minutes to read</div>**\r\n<br/>\r\n\r\nThe Apache StreamPipes community is delighted to announce the release of Apache StreamPipes version 0.91.0!\r\nThe biggest highlight of this release is the birth of our official StreamPipes Python library.\r\nApart from that, we have made a lot of improvements under the hood, especially in terms of improving the development experience (e.g., by introducing and enforcing code style rules).\r\nNevertheless, our new version includes more than 90 improvements and bug fixes in total.\r\n\r\n<!--truncate-->\r\n\r\nThe current release can be downloaded <a href=\"https://streampipes.apache.org/download.html\">here</a>.\r\n\r\n## StreamPipes Python\r\n[Apache StreamPipes](https://streampipes.apache.org/) aims to enable non-technical users to connect and analyze IoT data streams.\r\nTo this end, it provides an easy-to-use and convenient user interface that allows one to connect to an IoT data source and create some visual\r\ngraphs within a few minutes. <br/>\r\nAlthough this is the main use case of Apache StreamPipes, it can also provide great value for people who are eager to work on data analysis or data science with IoT data, but don't want to get in touch with all the hassle associated with extracting data from devices in a suitable format.\r\nIn this scenario, StreamPipes helps you connect to your data source and extract the data for you.\r\nYou then can make the data available outside StreamPipes by writing it into an external source, such as a database, Kafka, etc.\r\nWhile this requires another component, you can also extract your data directly from StreamPipes programmatically using the StreamPipes API.\r\nFor convenience, we also provide you with a StreamPipes client both available for Java and Python.\r\nSpecifically with StreamPipes Python, we want to address the amazing data analytics and data science community in Python and benefit from the great universe of Python libraries out there.\r\n\r\n### Getting started\r\nBesides our official version, which you can access [here](https://streampipes.apache.org/download.html),\r\nwe provide Apache StreamPipes as a convenient release via PyPI.\r\nTherefore, you can easily install it via the following command\r\n```bash\r\npip install streampipes\r\n```\r\nAll documentation related to StreamPipes Python can be found [here](https://streampipes.apache.org/docs/docs/python/latest/).\r\n\r\nBut now enough words are written, let's just start with a few examples.\r\nAs a first step, we want to establish a connection to a running StreamPipes instance.\r\n```python\r\nfrom streampipes.client import StreamPipesClient\r\nfrom streampipes.client.config import StreamPipesClientConfig\r\nfrom streampipes.client.credential_provider import StreamPipesApiKeyCredentials\r\n\r\nconfig = StreamPipesClientConfig(\r\n    credential_provider = StreamPipesApiKeyCredentials(\r\n        username = \"test@streampipes.apache.org\",\r\n        api_key = \"DEMO-KEY\",\r\n        ),\r\n    host_address = \"localhost\",\r\n    https_disabled = True,\r\n    port = 80\r\n)\r\n\r\nclient = StreamPipesClient(client_config=config)\r\n```\r\n\r\n`client.describe()` gives you an overview about what can be discovered via the Python client:\r\n```bash\r\nHi there!\r\nYou are connected to a StreamPipes instance running at http://localhost:80.\r\nThe following StreamPipes resources are available with this client:\r\n1x DataLakeMeasures\r\n1x DataStreams\r\n```\r\n\r\nThe required API key can be retrieved from StreamPipes via the UI:\r\n\r\n<img src=\"/img/blog/2023-04-12/how-to-get-api-key.gif\" alt=\"demonstration how to get an API key in form of a gif\"/>\r\n\r\n### Query Data from StreamPipes data lake\r\nAs a first step, we can see which data sets are available in the data lake:\r\n```python\r\nclient.dataLakeMeasureApi.all().to_pandas()\r\n```\r\n\r\nTo query data for a specific data lake measure, the following command takes you there:\r\n```python\r\nclient.dataLakeMeasureApi.get(identifier=\"flow-rate\").to_pandas()\r\n```\r\nThere are some parameters that allow you to query data more specifically, visit the [docs](https://streampipes.apache.org/docs/docs/python/latest/reference/endpoint/api/data_lake_measure/#streampipes.endpoint.api.data_lake_measure.MeasurementGetQueryConfig) for more detailed information.\r\n\r\nIf you are curious which features are available for StreamPipes Python, have a look at our [tutorial section](https://streampipes.apache.org/docs/docs/python/latest/tutorials/1-introduction-to-streampipes-python-client/).\r\n\r\nWe plan to further extend the Python library in the next releases - we welcome your ideas on any features you'd like to see!\r\n\r\n## Create Adapter without starting\r\n\r\nUntil now, when creating an adapter in StreamPipes, the adapter was started immediately after completion.\r\nFrom now on you can choose via the adapter overview in the last dialog whether the adapter should be started immediately or later (this is then possible in the adapter overview).\r\n\r\n<img src=\"/img/blog/2023-04-12/adapter-running.gif\" alt=\"demonstration how to disable automatic start of an adapter in form of a gif\"/>\r\n\r\n## Redirect after Login\r\n\r\nThis is another small user interface improvement: when a user opens a StreamPipes link even though they are not logged in, e.g.,\r\nhttp://streampipes.demo/#/connect, StreamPipes displays the login dialog and now redirects the user directly to the target view\r\n(in this case the connection overview).\r\n\r\n## Support Output Streams for Standalone Functions\r\nWithin the last release, [0.90.0](/docs/blog/2023/01/17/release-090.html), we introduced StreamPipes Functions as a lightweight alternative to processing elements.  \r\nStreamPipes Functions do now support having output streams, which means that they allow not only to consume but to send data to StreamPipes as well.\r\n\r\nBelow you can see a simple example function that demonstrates how events can be pushed back to StreamPipes again.\r\n```java\r\npublic class FunctionPublishExample extends StreamPipesFunction {\r\n\r\n  private static final Logger LOG = LoggerFactory.getLogger(FunctionPublishExample.class);\r\n\r\n  private static final String FUNCTION_ID = \"org.apache.streampipes.example.function.publish\";\r\n  private static final String STREAM_APP_ID = \"example-output-stream-1\";\r\n\r\n  private SpOutputCollector outputCollector;\r\n\r\n  @Override\r\n  public List<String> requiredStreamIds() {\r\n    return List.of(\"urn:streampipes.apache.org:eventstream:EtMUkN\");\r\n  }\r\n\r\n  @Override\r\n  public void onServiceStarted(FunctionContext context) {\r\n    LOG.info(\"Service started\");\r\n    this.outputCollector = context.getOutputCollectors().get(STREAM_APP_ID);\r\n  }\r\n\r\n  @Override\r\n  public void onEvent(Event event, String streamId) {\r\n    LOG.info(\"on event\");\r\n    var ev = new Event();\r\n    ev.addField(\"timestamp\", System.currentTimeMillis());\r\n    ev.addField(\"example-property\", \"abc\");\r\n    this.outputCollector.collect(ev);\r\n  }\r\n\r\n  @Override\r\n  public void onServiceStopped() {\r\n    LOG.info(\"service stopped\");\r\n  }\r\n\r\n  @Override\r\n  public FunctionConfig getFunctionConfig() {\r\n\r\n    return FunctionConfigBuilder\r\n        .create(FunctionId.from(FUNCTION_ID, 1))\r\n        .withOutputStream(DataStreamBuilder.create(STREAM_APP_ID, \"My Function Stream\", \"\")\r\n            .property(EpProperties.timestampProperty(\"timestamp\"))\r\n            .property(EpProperties.stringEp(\r\n                Labels.from(\"my-example-property\", \"test\", \"test\"),\r\n                \"example-property\",\r\n                SO.TEXT,\r\n                PropertyScope.MEASUREMENT_PROPERTY))\r\n            .format(Formats.jsonFormat())\r\n            .protocol(Protocols.kafka(\"localhost\", 9094, STREAM_APP_ID))\r\n            .build())\r\n        .build();\r\n  }\r\n}\r\n```\r\n\r\nThis functionality is also already supported in StreamPipes Python! 🚀\r\n\r\nThis means that you can write a StreamPipes function in Python that allows you to consume streams of data from StreamPipes,\r\nperform any data manipulation in Python, and send the data back to StreamPipes, where it can be further processed.\r\n\r\n\r\n<br/>\r\nTo get a comprehensive overview of all changes released within Apache StreamPipes 0.91.0\r\nplease visit our [release notes](https://github.com/apache/incubator-streampipes/blob/release/0.91.0/RELEASE_NOTES.md#0910)."
-    },
-    {
-      "id": "/2023/01/17/release-090",
-      "metadata": {
-        "permalink": "/blog/2023/01/17/release-090",
-        "source": "@site/blog/2023-01-17-release-090.md",
-        "title": "Apache StreamPipes release 0.90.0",
-        "description": "5 minutes to read",
-        "date": "2023-01-17T00:00:00.000Z",
-        "formattedDate": "January 17, 2023",
-        "tags": [],
-        "readingTime": 3.66,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Dominik Riemer",
-            "url": "https://github.com/dominikriemer",
-            "imageURL": "/img/riemer.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "Apache StreamPipes release 0.90.0",
-          "author": "Dominik Riemer",
-          "authorURL": "https://github.com/dominikriemer",
-          "authorImageURL": "/img/riemer.png"
-        },
-        "prevItem": {
-          "title": "Apache StreamPipes release 0.91.0",
-          "permalink": "/blog/2023/04/12/release-091"
-        },
-        "nextItem": {
-          "title": "Apache StreamPipes release 0.70.0",
-          "permalink": "/blog/2022/10/13/release-070"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\nThe Apache StreamPipes community is pleased to announce the immediate availability of Apache StreamPipes version 0.90.0!\r\nIn total, this release was focused on stabilization and closes 57 issues with improvements and bug fixes as well as some new features such as adapters and data sinks. \r\n\r\n<!--truncate-->\r\n\r\nThe current release can be downloaded <a href=\"https://streampipes.apache.org/download.html\">here</a>.\r\n\r\n\r\n## Improvements\r\nThe focus of this release cycle was on general usability improvements and bug fixes. We continued to harmonize the \r\nStreamPipes web interface, so that all views follow a similar navigation. Many improvements were added to the data explorer:\r\n\r\n* Incomplete events with missing values are now displayed in the data explorer\r\n* Improvements to the time selector and edit mode\r\n* More configuration options for data download\r\n* Improved overall data explorer performance\r\n\r\nIn addition, we improved features to monitor pipelines and extensions services. The pipeline monitoring component has been restructured and now works independent from the underlying message broker. \r\nIn addition, we extended the SDK so that runtime errors can be forwarded to the StreamPipes UI. \r\nFurther improvements to the monitoring stack will be added in the next versions.\r\n\r\n## New Adapters and Data Sinks\r\n\r\nThis version improves support for existing message brokers in form of adapters and sinks:\r\n\r\n* Improvements of the `Apache Pulsar` (which is also available as a data sink)\r\n* A new adapter and data sink for `Apache RocketMQ`\r\n* A new adapter for `NATS` (also available as a data sink)\r\n\r\n## GitHub Community Features\r\n\r\nApache StreamPipes is a community effort - everyone is welcome not only to contribute code, but also to provide feedback and other input which helps improving the product.\r\nTo improve community interaction, we switched our issue management from Jira to GitHub issues - making it much easier to create issues and to discuss future features.\r\nIn addition, we've enabled Github Discussions - feel free to participate in the existing discussions and ask questions if you have problems!\r\n\r\n* [GitHub Issues](https://github.com/apache/streampipes/issues)\r\n* [GitHub Discussions](https://github.com/apache/streampipes/discussions)\r\n\r\nAnd if you prefer the mailing list, subscribe to [dev@streampipes.apache.org](mailto:dev-subscribe@streampipes.apache.org) or [users@streampipes.apache.org](mailto:users-subscribe@streampipes.apache.org).\r\nTech-related and general project discussions as well as release votes will continue to happen on the dev list.\r\n\r\n<img src=\"/img/blog/2023-01-17/github-discussions.png\" alt=\"Github Discussions overview\"/>\r\n\r\n## Preview of Standalone Functions\r\nAn exciting new feature is available in preview mode: StreamPipes Functions are a new way to interact with connected data streams in StreamPipes.\r\nAs an open system, there are already several ways to extend the functionality of StreamPipes: New adapter can be added to connect to non-supported systems. \r\nIn addition, the SDK supports building custom data processors and sinks, so that StreamPipes can be easily extended at runtime in case new analytics operators are needed.\r\n\r\nBut providing extensions in form of pipeline elements are not always the best choice: E.g., in cases where non-generic algorithms should be executed on a specific data stream, \r\nproviding a reusable component for pipeline development is unsuitable.\r\n\r\nThis is where Functions come into play! StreamPipes Functions allow to define standalone components, which consume one or more connected data streams from StreamPipes and can be used to add custom processing logic.\r\nE.g., it becomes easy to apply an ML model on continuous data without the need to build a specific data processing pipeline.\r\n\r\nFunctions can be registered in an extensions service similar to data processors and sinks by extending a single class:\r\n\r\n```java\r\npublic class MyFunction extends StreamPipesFunction {\r\n  @Override\r\n  public FunctionId getFunctionId() {\r\n    return FunctionId.from(\"my-app-id\", 1);\r\n  }\r\n\r\n  @Override\r\n  public List<String> requiredStreamIds() {\r\n    return List.of(\"my-stream-id\");\r\n  }\r\n\r\n  @Override\r\n  public void onServiceStarted(FunctionContext context) {\r\n    // called on service startup\r\n  }\r\n\r\n  @Override\r\n  public void onEvent(Event event, String streamId) {\r\n    // called for each incoming event\r\n  }\r\n\r\n  @Override\r\n  public void onServiceStopped() {\r\n    // called on service shutdown\r\n  }\r\n}\r\n```\r\n\r\nThis concept, which will also come for more programming languages besides Java offer new ways for developers to interact with available data in StreamPipes and build custom extensions for IIoT analytics.\r\n\r\nFunctions are available in preview mode and their API should therefore be considered unstable.\r\n\r\n\r\n## Future Roadmap\r\n\r\nAfter this stabilization release, the next version will most probably bring a major new feature - Python support! \r\nThe community is currently working hard to bring the StreamPipes client and functions to the Python world. Stay tuned!\r\n\r\n<br/>\r\nTo get a comprehensive overview of all changes released within Apache StreamPipes 0.90.0\r\nplease visit our [release notes](https://github.com/apache/incubator-streampipes/blob/release/0.90.0/RELEASE_NOTES.md#0900)."
-    },
-    {
-      "id": "/2022/10/13/release-070",
-      "metadata": {
-        "permalink": "/blog/2022/10/13/release-070",
-        "source": "@site/blog/2022-10-13-release-070.md",
-        "title": "Apache StreamPipes release 0.70.0",
-        "description": "6 minutes to read",
-        "date": "2022-10-13T00:00:00.000Z",
-        "formattedDate": "October 13, 2022",
-        "tags": [],
-        "readingTime": 4.38,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Tim Bossenmaier",
-            "url": "https://github.com/bossenti",
-            "imageURL": "/img/bossenmaier.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "Apache StreamPipes release 0.70.0",
-          "author": "Tim Bossenmaier",
-          "authorURL": "https://github.com/bossenti",
-          "authorImageURL": "/img/bossenmaier.png"
-        },
-        "prevItem": {
-          "title": "Apache StreamPipes release 0.90.0",
-          "permalink": "/blog/2023/01/17/release-090"
-        },
-        "nextItem": {
-          "title": "Using Factory I/O with StreamPipes",
-          "permalink": "/blog/2022/09/05/using-factory.io-with-streampipes"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>6 minutes to read</div>**\r\n<br/>\r\n\r\nThe Apache StreamPipes (incubating) community is delighted to announce the release of Apache StreamPipes version 0.70.0!\r\nKey highlights of this release include many enhancements to the data explorer for fast exploration of IoT data and\r\na brand new asset management that allows importing and exporting of StreamPipes resources.\r\nIn addition, our new version includes more than 50 improvements and bug fixes.\r\n\r\n<!--truncate-->\r\n\r\nThe current release can be downloaded <a href=\"https://streampipes.apache.org/download.html\">here</a>.\r\n\r\n## Preview of Event Schema\r\nA very important and inevitable step when connecting to a data source with Apache StreamPipes \r\nis the definition of the event schema. By collecting some sample events, Apache StreamPipes is able to suggest \r\nan event schema that describes the data structure of the incoming events.\r\nAlthough this works quite well in the vast majority of cases, there is usually a need to modify the proposed\r\nevent schema to some degree or add additional fields. So far, a user has gotten little idea of what \r\nthe revised data source event schema looks like until the adapter has been created and some data was consumed.\r\nWith this release, we have included a before/after comparison of the events while defining the event schema.\r\nThis allows to compare the proposed events of Apache StreamPipes (`before`) with the events after \r\nall the user's changes have been applied (`after`).\r\nThe after view adapts to each interaction of the user.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-10-13/event-schema-preview.png\"/>\r\n\r\n## Export and Import StreamPipes Resource\r\nWith this release we introduce a completely new module called `Asset Management`.\r\nThis can be selected in the menu bar of the modules on the left side as the third last icon and \r\nis marked by a construction icon. This module allows to combine several StreamPipes resources to a so called `Asset`,\r\nwhich can be exported and re-imported later. To do this, a new asset must first be created.\r\nAfterwards the asset can be edited and the following detail view allows to link all resources \r\navailable in StreamPipes to the asset. After the asset has been finally saved, the asset (inlcuding all resources) can be downloaded \r\nwithin the configuration module by switching to the `Export/Import` tab. All existing assets are listed there and \r\ncan be selected for download.\r\nThe downloaded file can then be re-imported later in the same or another StreamPipes instance at the same place.\r\n\r\n<img src=\"/img/blog/2022-10-13/asset-manager.gif\" alt=\"demonstration how to create an asset and download it afterwards in form of a gif\"/>\r\n\r\n## Download Data of Configured Query from Data Lake\r\nAnother new feature is the ability to download or export data from the StreamPipes data lake\r\ndefined by a user-defined query. Previously, it was only possible to download all events belonging to a data lake index\r\nfrom the `Data Lake` tab of the configuration menu. In addition to this, each widget in the `Data Explorer`\r\noffers the possibility to download the corresponding data. The underlying query is created from the configuration \r\nof the widget and is also used to create the widget's figure.\r\nThe download supports both `CSV` and `JSON` format.\r\n\r\n<img src=\"/img/blog/2022-10-13/custom-query-download.gif\" alt=\"demonstration how to download the data of a custom data lake query in form of a gif\"/>\r\n\r\n## Slide View in Data Explorer\r\nTraditionally, the graphs created in the Data Explorer are displayed in a grid view, where the user can adjust\r\nthe arrangement of the figures as well as their height and width.\r\nWith this release, another option for displaying the dashboard widgets is available: the slide view.\r\nThis view allows to display a single graph in full-screen mode and switch between views using a horizontal menu bar.\r\nWhen a new `Data View` is created in the Data Explorer, a choice can be made between `grid view` and \r\n`slide view` as the default display mode.\r\nOnce a `Data View` is created, the display mode can be changed by clicking the icon in the upper left corner \r\nright next to the `Back` button.\r\n\r\n<img src=\"/img/blog/2022-10-13/slide-view.gif\" alt=\"demonstration how to use the slide view in the data explorer in form of a gif\"/>\r\n\r\n## Templates for Adapter Configuration\r\nSimilar to the processing elements, it is now possible to create templates for adapter configurations.\r\nThis allows you to start from a previously defined set of configuration settings when creating similar adapters.\r\nTo create a template for an adapter configuration, start by creating a new adapter and\r\nconfiguring all the settings that will be part of the template. Before proceeding to the field\r\nconfiguration (the second step of adapter creation), save the current configuration as a template.\r\nWhenever a new instance of the same adapter is created, the template can be selected from\r\nthe drop-down menu that appears. Templates are only available for the same type of adapter (obviously).\r\n\r\n<img src=\"/img/blog/2022-10-13/adapter-template.gif\" alt=\"demonstration how to create an adapter template in form of a gif\"/>\r\n\r\n## Upload Multiple Files at Once\r\nA rather small but very handy improvement is the possibility to upload multiple files at once to StreamPipes.\r\nWhen you click the `UPLOAD NEW FILE` button in the `File Management` module, it is now possible to select\r\nas many files as you want in the file upload dialog.\r\n\r\n<br/>\r\n\r\nTo get a comprehensive overview of all changes released within Apache StreamPipes 0.70.0\r\nplease visit our [release notes](https://github.com/apache/incubator-streampipes/blob/release/0.70.0/RELEASE_NOTES.md#0700)."
-    },
-    {
-      "id": "/2022/09/05/using-factory.io-with-streampipes",
-      "metadata": {
-        "permalink": "/blog/2022/09/05/using-factory.io-with-streampipes",
-        "source": "@site/blog/2022-09-05-using-factory.io-with-streampipes.md",
-        "title": "Using Factory I/O with StreamPipes",
-        "description": "10 minutes to read",
-        "date": "2022-09-05T00:00:00.000Z",
-        "formattedDate": "September 5, 2022",
-        "tags": [],
-        "readingTime": 5.5,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Sven Oehler"
-          }
-        ],
-        "frontMatter": {
-          "title": "Using Factory I/O with StreamPipes",
-          "author": "Sven Oehler"
-        },
-        "prevItem": {
-          "title": "Apache StreamPipes release 0.70.0",
-          "permalink": "/blog/2022/10/13/release-070"
-        },
-        "nextItem": {
-          "title": "Apache StreamPipes release 0.69.0",
-          "permalink": "/blog/2022/03/21/_release-0690"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>10 minutes to read</div>**<br/>\r\n\r\nThis tutorial shows how you can stream sensor data into StreamPipes from a simulation environment (Factory I/O). The\r\nsimulation environment is controlled by a \"Siemens S7-1200\" PLC and shows a conveyor belt which sorts packages by their\r\nheight. The tutorial is based on the upcoming version 0.70.0 and teaches you how to load the sensor data, build a\r\npipeline, preprocess the data and create visualizations.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '75%'}} src=\"/img/blog/2022-09-05/plc.jpg\" alt=\"plc\"/><br/>\r\n\r\n<!--truncate-->\r\n\r\n## 1. Factory I/O\r\n\r\n<a href=\"https://docs.factoryio.com/\">*Factory* I/O</a> is a 3D simulation for virtual factories and is commonly used as\r\na PLC training platform. We will need it to simulate the live data.\r\n\r\n- Set up Factory I/O and make sure that the <a href=\"https://docs.factoryio.com/tutorials/siemens/sample-s7-1200-1500/\">\r\n  *Sorting by Height (Basic)*</a> simulation works.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/factory.io.png\" alt=\"dataView\"/><br/>\r\n\r\n## 2. Adapter\r\n\r\nThe next step is to connect the PLC to StreamPipes. To achieve this we need to create an adapter.\r\n\r\n- Start <a href=\"https://streampipes.apache.org/docs/docs/user-guide-introduction.html\">*StreamPipes*</a>, go to the *\r\n  *CONNECT** menu and create a **NEW ADAPTER**.\r\n- Select the **PLC4X S7** adapter, insert the **IP-address** of your PLC and **import the file** with the PLC tags (see\r\n  below). Then click **NEXT** on the bottom right.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/adapter1.png\" alt=\"adapter1\"/>\r\n\r\n- If the warning \"MISSING TIMESTAMP\" appears, press **ADD TIMESTAMP** and then **NEXT**. This warning occurs because\r\n  some data sources don't provide a timestamp.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/adapter2.png\" alt=\"adapter2\"/>\r\n\r\n- You can name the adapter \"S7_sorting\" and select the option **PERSIST EVENTS** to make sure the data is persisted. The\r\n  adapter is now ready to **START**. (You can check if the adapter is working by pressing the **`?`** symbol in the\r\n  connect menu and clicking on **VALUES** to see a live preview).\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/adapter3.png\" alt=\"adapter3\"/><br/>\r\n\r\n## 3. Dashboard for raw data\r\n\r\nA dashboard is used to monitor live data from a data stream. We will use it to make sure that the sensor values are\r\nupdated when the simulation runs.\r\n\r\n- Go to the **DASHBOARD** menu and create a **NEW DASHBOARD** \"Dashboard_sorting\". Press the pen symbol to edit the\r\n  dashboard.\r\n- Click **ADD VISUALIZATION** and select the automatically created pipeline \"Persist S7_sorting\". Choose the **TABLE**\r\n  widget, configure it by pressing **SELECT ALL** and **CREATE** the widget.\r\n- Change the size of the table as you like and **SAVE** the dashboard.\r\n- The values should now update every 5 seconds. Test it by starting the simulation in Factory I/O.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/dashboard1.png\" alt=\"dashboard1\"/><br/>\r\n\r\n## 4. Creating a Data View\r\n\r\nThe Data View is used to create visualization for persisted data in a Data Lake. You can choose various visualization to\r\nexplore your data. We will create a table to see the stored data and a bar chart to take a closer look at a single\r\nsensor.\r\n\r\n- Create a **NEW DATA VIEW** \"Sorting\" in the **DATA EXPLORER** menu and edit the view.\r\n- Select the \"Persist S7_sorting\" pipeline at the **NEW WIDGET** menu, **SELECT ALL** fields and press **NEXT**.\r\n- Select the **TABLE** visualization. Click **SELECT ALL** and **CREATE**.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/dataView1.png\" alt=\"dataView1\"/>\r\n\r\n- Now we want to look closer at a single sensor value. Therefore click on the **`+`** symbol on the top left to add a\r\n  new widget.\r\n- Choose the \"Persist S7_sorting\" pipeline again, set the **LIMIT** to 1000 and only select the **I_At_right_entry**\r\n  field. Now select  **DISTRIBUTION** as visualization and press **CREATE**. This chart shows how often the sensor\r\n  returned true or false (package in front of it or not).\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/dataView2.png\" alt=\"dataView2\"/>\r\n\r\n## 5. Modifying the Pipeline\r\n\r\nThe next step is to change the pipeline to add some preproccessing steps. We want to count the number of large packages\r\nwhich get transported to the right side and we want to measure the time between two arriving packages.\r\n\r\n- Therefore **STOP** the running \"Persist S7_sorting\" pipeline in the **PIPELINE** menu and **MODIFY** the pipeline.\r\n- Add the **BOOLEAN COUNTER** as new pipeline element. Connect the data source to the counter and configure the element.\r\n  Select **I_At_right_entry** as boolean field and change the flank parameter to **FALSE -> TRUE**. Then add a **DATA\r\n  LAKE** and connect the **BOOLEAN COUNTER** to it. Use \"Boolean_Counter\" as identifier.\r\n- Add the **BOOLEAN TIMER** to the pipeline and connect the data source to it. Select **I_At_right_entry** as boolean\r\n  field too and select **TRUE** and **SECONDS** in the configuration window. Add another **DATA LAKE** and connect the *\r\n  *BOOLEAN TIMER** to it. Use \"Boolean_Timer\" as identifier.\r\n- **SAVE** the pipeline and click the checkbox **START PIPELINE IMMEDIATELY**.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/pipeline.png\" alt=\"pipeline\"/>\r\n\r\n## 6. Dashboard for preprocessed data\r\n\r\nAfter we created two new data field in the last step, we will monitor them in the dashboard.\r\n\r\n- Go to the **DASHBOARD** menu and **EDIT** the dashboard.\r\n- Click **ADD VISUALIZATION** and select \"Persist S7_sorting: Boolean_Counter\". Create a **TABLE** widget as before and\r\n  **SELECT ALL** fields.\r\n- Now add one last table. Choose \"Persist S7_sorting: Boolean_Timer\" and only select the **measured_time** field\r\n- Test your pipeline by starting the simulation again. The counter should now count up when a package passes the sensor\r\n  on the right side and the \"measured_time\" should show the time since the last package arrived.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/dashboard2.png\" alt=\"dashboard2\"/><br/>\r\n\r\n## 7. Final Data View\r\n\r\nFinally we want to improve the Data Explorer and create visualizations with the preprocessed data. We will create a time\r\nseries to verify when a new package arrived and a heat map to check the time between two packages.\r\n\r\n- Go to the **DATA EXPLORER** menu and edit the data view.\r\n- Click **ADD WIDGET** and choose the pipeline \"Persist S7_sorting: Boolean_Counter\". Select the **counter** field and\r\n  choose the **TIME SERIES** visualization.\r\n- Create another widget. Choose the \"Persist S7_sorting: BooleanCounter\" pipeline and select the **measured_time**\r\n  field. Then select the **HEATMAP** and use \"measured_time\" as **HEAT VALUE**\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/dataView3.png\" alt=\"dataView3\"/><br/>\r\n\r\n## Summary\r\n\r\nIn this tutorial we learned how to connect a PLC to StreamPipes, monitor the data stream with a dashboard, create a\r\npipeline with different preprocessing steps and visualize the data in the Data View. But we just focused on the basics,\r\nso feel free to try out your own ideas and use different preprocessing steps, create new visualizations or try out\r\nanother simulation environment.\r\n\r\n## CSV file for PLC tags\r\n\r\n```text\r\nRuntime Name,Path,Data Type,Node Name,Comment,Hmi Visible,Hmi Accessible,Hmi Writeable,Typeobject ID,Version ID\r\nI_High_sensor,Tag table_1,Bool,%I0.0,,True,True,True,,\r\nI_Low_sensor,Tag table_1,Bool,%I0.1,,True,True,True,,\r\nI_Pallet_sensor,Tag table_1,Bool,%I0.2,,True,True,True,,\r\nI_Loaded,Tag table_1,Bool,%I0.3,,True,True,True,,\r\nI_At_left_entry,Tag table_1,Bool,%I0.4,,True,True,True,,\r\nI_At_left_exit,Tag table_1,Bool,%I0.5,,True,True,True,,\r\nI_At_right_entry,Tag table_1,Bool,%I0.6,,True,True,True,,\r\nI_At_right_exit,Tag table_1,Bool,%I0.7,,True,True,True,,\r\nO_Conveyor_entry,Tag table_1,Bool,%Q0.0,,True,True,True,,\r\nO_Load,Tag table_1,Bool,%Q0.1,,True,True,True,,\r\nO_Unload,Tag table_1,Bool,%Q0.2,,True,True,True,,\r\nO_Transf_left,Tag table_1,Bool,%Q0.3,,True,True,True,,\r\nO_Tranf_right,Tag table_1,Bool,%Q0.4,,True,True,True,,\r\nO_Conveyor_left,Tag table_1,Bool,%Q0.5,,True,True,True,,\r\n```"
-    },
-    {
-      "id": "/2022/03/21/_release-0690",
-      "metadata": {
-        "permalink": "/blog/2022/03/21/_release-0690",
-        "source": "@site/blog/2022-03-21_release-0690.md",
-        "title": "Apache StreamPipes release 0.69.0",
-        "description": "5 minutes to read",
-        "date": "2022-03-21T00:00:00.000Z",
-        "formattedDate": "March 21, 2022",
-        "tags": [],
-        "readingTime": 3.79,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Dominik Riemer",
-            "url": "https://twitter.com/dominikjriemer",
-            "imageURL": "/img/riemer.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "Apache StreamPipes release 0.69.0",
-          "author": "Dominik Riemer",
-          "authorURL": "https://twitter.com/dominikjriemer",
-          "authorImageURL": "/img/riemer.png"
-        },
-        "prevItem": {
-          "title": "Using Factory I/O with StreamPipes",
-          "permalink": "/blog/2022/09/05/using-factory.io-with-streampipes"
-        },
-        "nextItem": {
-          "title": "Apache StreamPipes release 0.68.0",
-          "permalink": "/blog/2021/07/22/_release-0680"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\nThe Apache StreamPipes (incubating) community is pleased to announce Apache StreamPipes version 0.69.0!\r\nThe most notable highlights of this release include a completely reworked data explorer for quick exploration of IoT data and advanced user and access rights management.\r\nIn addition, our new release includes more than 80 improvements and bug fixes.\r\n\r\n<!--truncate-->\r\n\r\nThe current release can be downloaded <a href=\"https://streampipes.apache.org/download.html\">here</a>.\r\n\r\n## Data Explorer\r\n\r\nApache StreamPipes 0.69.0 includes a heavily improved data explorer. The new user interface allows to visually explore data streams within minutes.\r\nAny pipeline which uses the ``Data Lake`` sink can be visualized in the data explorer. The completely new query interface allows to easily select date and time ranges and users can choose from either displaying raw data or aggregated time series.\r\nThe widget library includes charts to visualize time-series data (e.g., line chart, scatter plots or heatmaps), value distributions (e.g., density or histograms) or single values.\r\nThe widget interface is completely customized and users can build rich dashboards.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-03-21/sp-data-explorer-2.png\" alt=\"Data Explorer\"/>\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-03-21/sp-data-explorer-3.png\" alt=\"Data Explorer\"/>\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-03-21/sp-data-explorer-4.png\" alt=\"Data Explorer\"/>\r\n\r\n## User and access rights management\r\nStreamPipes now supports multiple users and roles. The new ``User management`` section in the settings page allows to create individual users and groups.\r\nVarious roles can be assigned to users and groups to manage permissions and visible views. For instance, you can now create users which only see dashboards, but cannot create pipelines or connect new data streams.\r\nIn addition, individual permissions can be assigned to various resource objects such as pipelines, data streams and dashboards. \r\n\r\nCommunication between extensions services and the core are now authenticated by default. Service accounts can be created to allow extensions services to access StreamPipes resources.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-03-21/sp-user-management-2.png\" alt=\"User Management\"/>\r\n\r\n\r\n## Improved pipeline element modeling\r\nWe've removed one of the major drawbacks of previous StreamPipes versions: Pipelines can now be flexibly reconfigured. In previous versions, due to the validation of pipelines and their configuration, only root elements could be modified. \r\nThe new version now gives users full flexibility when modeling pipelines (e.g., by removing or modifying elements from the middle of a pipeline), while pipelines are still continuously validated and modeling errors are shown.\r\nUpdating pipelines should now be much less distracting and faster.\r\n\r\n## Other new features\r\n\r\n### Mail configuration\r\n\r\nStreamPipes now includes a configuration interface for mail server settings. These settings are used by the email data sink used to trigger email notifications.\r\nIn addition, several system-wide mail services exist, e.g., to restore forgotten passwords.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-03-21/sp-config-mail.png\" alt=\"Mail configuration\"/>\r\n\r\n\r\n### Login configuration\r\n\r\nThe login mechanism can now be configured directly in the user interface. A self-registration can be activated to allow users to create new accounts.\r\nIn addition, passwords can be restored by using a two-stage email confirmation process. The profile view allows users to change their passwords individually.\r\n\r\n### Redesign of pipeline editor\r\nThe pipeline editor has a new look: The pipeline element selection bar has been moved from the top to the left side. The icons are smaller and for each pipeline element, the name and description are shown by default.\r\nThis makes it easier to find the elements you're looking for.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-03-21/sp-pipeline-editor.png\" alt=\"Dark mode\"/>\r\n\r\n\r\n### Improved service discovery\r\nUnder the hood, we've improved the discovery of extensions services. This is part of a larger effort which will be further improved in the next versions.\r\nExtensions services now automatically register within the core depending on the IP address of the service. Pipeline element descriptions are now free of the hostname and can be easily updated.\r\nSeveral environment variables exist to manually assign the hostname to an extensions service.\r\n\r\n### Performance\r\nWe've improved the overall system performance by replacing the triple store with a standard NoSQL database. This leads to huge performance improvements in terms of system start time, pipeline element installation and overall loading time.\r\n\r\n### Dark mode ;-)\r\nWe know that you wanted this: An experimental dark mode has been added to StreamPipes. The color scheme can be flexibly changed in the profile view and is stored for each user.\r\nThe dark mode should be considered experimental, so please expect some layout flaws.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-03-21/sp-dark-mode.png\" alt=\"Dark mode\"/>\r\n\r\n\r\n## Migration\r\nWhile we are not yet ready for automatic migration, a [migration guide](dev-guide-migration.md) explains several new concepts introduced in this StreamPipes version.\r\nWe aim at providing a backwards compatible version with release 1.0, planned for later this year."
-    },
-    {
-      "id": "/2021/07/22/_release-0680",
-      "metadata": {
-        "permalink": "/blog/2021/07/22/_release-0680",
-        "source": "@site/blog/2021-07-22_release-0680.md",
-        "title": "Apache StreamPipes release 0.68.0",
-        "description": "8 minutes to read",
-        "date": "2021-07-22T00:00:00.000Z",
-        "formattedDate": "July 22, 2021",
-        "tags": [],
-        "readingTime": 4.505,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Dominik Riemer",
-            "url": "https://twitter.com/dominikjriemer",
-            "imageURL": "/img/riemer.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "Apache StreamPipes release 0.68.0",
-          "author": "Dominik Riemer",
-          "authorURL": "https://twitter.com/dominikjriemer",
-          "authorImageURL": "/img/riemer.png"
-        },
-        "prevItem": {
-          "title": "Apache StreamPipes release 0.69.0",
-          "permalink": "/blog/2022/03/21/_release-0690"
-        },
-        "nextItem": {
-          "title": "Running StreamPipes the Kubernetes-Way using k3s",
-          "permalink": "/blog/2020/05/27/streampipes_on_k3s"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>8 minutes to read</div>**\r\n<br/>\r\n\r\nThe Apache StreamPipes (incubating) community is pleased to announce Apache StreamPipes version 0.68.0!\r\nThe latest release brings many improvements related to health management of pipelines and pipeline monitoring, improved user guidance such as a live preview in the pipeline editor and better handling of pipeline updates as well as several new data processors and sinks such as support for NATS. \r\nIn addition, the release contains several bug fixes related to K8s deployment, PLC adapters and pipeline management.\r\n\r\n<!--truncate-->\r\n\r\nThe current release can be downloaded <a href=\"https://streampipes.apache.org/download.html\">here</a>.\r\n\r\n## User interface\r\nThe user interface brings several improvements for users when working with pipelines. \r\nFor this release, we focused on providing a better user experience when pipelines and associated dashboard widgets are updated.\r\n\r\n### Pipeline preview\r\n\r\nA new pipeline preview allows to quickly inspect the output of data streams and processors during pipeline development.\r\nThe preview can be enabled in the pipeline canvas and displays the latest value of each pipeline element every second.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2021-07-22/pipeline-preview.png\" alt=\"Pipeline preview\"/>\r\n\r\n### Editable dashboard widgets\r\n\r\nApache StreamPipes 0.68.0 improves the modification of existing dashboard widgets. In the live dashboard, the visualization type and the underlying pipeline can now easily be changed without recreating a widget. \r\nIn addition, the dashboard shows additional error messages and hints in case pipelines are stopped or have been deleted. In the first case, pipelines can be conveniently started directly from the dashboard.\r\n\r\nBesides that, the dashboard now provides more visualization types (e.g., bar race chart, status light and word cloud) based on [Apache ECharts](https://echarts.apache.org).\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2021-07-22/edit-visualizations.png\" alt=\"Modify existing dashboard visualizations\"/>\r\n\r\n## Monitoring & Resilience\r\n\r\nThe latest version comes with several improvements related to better monitoring of running pipelines and internal health checking. \r\nTo allow users to inspect currently running pipelines, a new pipeline monitoring module has been added to the user interface which shows the current throughput of each pipeline element.\r\nIndividual pipeline elements can be selected in the preview panel. For each pipeline element, the number of processed input events, produced output events and the lag is displayed.\r\nThe displayed numbers may be slightly inaccurate for higher throughputs, but give an estimate whether the pipeline is running smoothly or lagging behind.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2021-07-22/pipeline-monitoring.png\" alt=\"Pipeline Monitoring\"/>\r\n\r\nBesides monitoring, StreamPipes 0.68.0 brings many improvements in terms of system resilience. Pipelines are now gracefully stopped once the StreamPipes installation is stopped. \r\nRunning pipelines are flagged and restarted at startup time. In addition, StreamPipes checks at every startup for any pipelines that were not properly stopped and restarts these pipelines accordingly.\r\nFor all running pipelines, StreamPipes now regularly checks the state of all involved pipeline elements and detects any failures. Problems are displayed in the UI and pipeline elements are automatically re-invoked once they become available after a failure. \r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2021-07-22/pipeline-failed.png\" alt=\"Awareness of pipeline failures in the UI\"/>\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2021-07-22/pipeline-restored.png\" alt=\"Recovery of failed pipeline elements\"/>\r\n\r\nAltogether, Apache StreamPipes is now able to recover and resume its state even when the power plug is pulled!\r\nResiliency is part of an ongoing larger community effort and will be further improved with a new service discovery approach that will be part of the upcoming version 0.69.0.\r\n\r\nThe Docker Compose-based installation now restarts StreamPipes automatically after a system restart by default.\r\n\r\n## StreamPipes Client\r\n\r\nTo allow third-party applications to access concepts managed by Apache StreamPipes, version 0.68.0 brings a preview of the StreamPipes client and REST API.\r\nThe public REST API and the client expose several features that were previously only internally available to developers, such as reading pipelines, performing operations on pipelines and subscribing to data sources managed by StreamPipes.\r\nAn API token can be easily generated in the profile section of the user interface.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2021-07-22/api-key-generation.png\" alt=\"Generating an API key for the StreamPipes client & REST API\"/>\r\n\r\nCurrently provided REST interfaces can be seen in the Swagger documentation, which is linked on the login page.\r\nThe client is provided as a Java library, an example of its usage is provided in our [Examples Github repository](https://github.com/apache/incubator-streampipes-examples/blob/dev/streampipes-pipeline-elements-examples-processors-jvm/src/main/java/org/apache/streampipes/client/example/StreamPipesClientExample.java)\r\n\r\n## StreamPipes Extensions\r\n\r\nWe also added several new adapters to connect data sources and pipeline elements:\r\n\r\n* A new NATS sink allows to forward events to a NATS broker\r\n* The PLC adapter now makes use of the PooledPLCDriverManager\r\n* Improvements to the MQTT sink\r\n* The IoTDB adapter now uses the latest IoTDB version\r\n* All SQL-based sinks now share a common and more stable codebase\r\n\r\n\r\n## Other features and improvements\r\n\r\n* The connect-master module has been removed and integrated into the core\r\n* Library upgrades to Angular (11), Spring Boot, and others\r\n* Improvements to the helm chart for K8s deployment\r\n\r\nSee the [release notes](https://issues.apache.org/jira/projects/STREAMPIPES/versions/12348698) for a complete list of new features and improvements.\r\n\r\n# Upgrading\r\nStreamPipes 0.68.0 is an intermediate release towards a stable version 1.0. Under the hood, we are performing several code migrations to further improve the overall stability and performance of StreamPipes. \r\nTherefore, we currently recommend to start with a clean installation when upgrading. We are working towards an auto-update feature which will be available later this year.\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:users@streampipes.apache.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!\r\n\r\nAnd do not forget to subscribe to our new mailing lists: https://streampipes.apache.org/mailinglists.html"
-    },
-    {
-      "id": "/2020/05/27/streampipes_on_k3s",
-      "metadata": {
-        "permalink": "/blog/2020/05/27/streampipes_on_k3s",
-        "source": "@site/blog/2020-05-27-streampipes_on_k3s.md",
-        "title": "Running StreamPipes the Kubernetes-Way using k3s",
-        "description": "15 minutes to read",
-        "date": "2020-05-27T00:00:00.000Z",
-        "formattedDate": "May 27, 2020",
-        "tags": [],
-        "readingTime": 11.89,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Patrick Wiener",
-            "url": "https://twitter.com/patrickwiener",
-            "imageURL": "/img/wiener.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "Running StreamPipes the Kubernetes-Way using k3s",
-          "author": "Patrick Wiener",
-          "authorURL": "https://twitter.com/patrickwiener",
-          "authorImageURL": "/img/wiener.png"
-        },
-        "prevItem": {
-          "title": "Apache StreamPipes release 0.68.0",
-          "permalink": "/blog/2021/07/22/_release-0680"
-        },
-        "nextItem": {
-          "title": "Apache StreamPipes release 0.66.0",
-          "permalink": "/blog/2020/05/19/release-0660"
-        }
-      },
-      "content": "<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-05-27/streampipes_k3s.png\" alt=\"StreamPipes on k3s\"/>\r\n**<div style={{float: 'left', paddingRight: '40px'}}>15 minutes to read</div>**\r\n<br/>\r\n\r\n\r\nThis blog post is the second part of a series on how we want to bring StreamPipes closer to the edge. The [first part](/docs/blog/2020/01/23/streampipes_on_rpi) describes how we managed to build and deploy StreamPipes on one Raspberry Pi (Model 4), while the [second part](/docs/blog/2020/05/27/streampipes_on_k3s) further covers how to deploy StreamPipes over a Kubernetes cluster of two Raspberry Pi's via k3s using our StreamPipes helm chart.\r\n<!--truncate-->\r\n\r\n**<TL;DR>**\r\n\r\n**With new advancements that came in the last StreamPipes release, we managed to reduce the required resources (mainly memory) drastically. To this extent, we cross-compiled StreamPipes Docker images for ARM support and deployed our lite version on a Raspberry Pi (Model 4). We showcase, that it is feasible to run analytical pipelines with ease and operate StreamPipes at moderate load. Additionally, we demonstrate how to deploy StreamPipes over a two-node k3s cluster using our StreamPipes helm chart.**\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '80%'}} src=\"/img/blog/2020-05-27/k3s.png\" alt=\"K3s\"/>\r\n\r\n## Introduction\r\n\r\nWhile it is easy to get started with StreamPipes in no time using our single-node deployment [instructions](/docs/docs/user-guide-installation) using Docker and Docker-Compose, StreamPipes naturally is designed to run in a distributed cluster setup through its microservice architecture.\r\n\r\nThis architectural design paired with the advancements of multi-architecture StreamPipes images as described in the previous blog post allows us to run certain analytical pipeline element containers with ease on various target nodes as well as target hardware architecture wether it is X86, ARM32v7, or ARM64v8. This becomes more valuable, as we shift the focus away from centralized cloud or data center only deployments where we generally are provided with a homogenous compute landscape in terms of resources towards edge deployments that oftentimes envolve resource-limited, constrained devices that not only differ in terms of compute but also in terms of their chip architecture.\r\n\r\nThereby, having multi-architecture images in your repertoire is key to deal with the challenge of heterogeneity in compute resources along the edge-cloud continuum. However, there are other challenges that occur when dealing with distributed container deployments such as automating deployments itself, scaling them, managing the containerized applications, taking care of networking between services, or realizing fault-tolerance by comparing the desired state against the current one. If there wasn't some solution we could leverage that takes care of all of this.\r\n\r\n## Well, which K to use? Kubernetes, K3s\r\n\r\nFortunately, there exists a few solutions in the container ecosystem with the open source container orchestrator [Kubernetes](https://kubernetes.io) (K8s) being the defacto standard, thereby incorporating the best ideas of Google's internal large-scale container cluster management system [Borg](https://kubernetes.io/blog/2015/04/borg-predecessor-to-kubernetes/) (see academic paper about the details published at [EuroSys 2015](https://research.google/pubs/pub43438/)). Since we are not going to write \"yet another K8s basics blog post\", we refer to their docs or other awesome blog posts such as the [Kubernetes 101](https://medium.com/google-cloud/kubernetes-101-pods-nodes-containers-and-clusters-c1509e409e16) to get familiarized with the concepts and terminology. With all the power, concepts and terminology K8s provides, it is oftentimes hard for newcomers to get started. Additionally, not all use cases necessarily need these extra features that K8s adds.\r\n\r\nOn the other hand, there exists [K3s](https://k3s.io/), a lightweight Kubernetes distro by Rancher that was introduced early 2019 and has since then gained huge popularity. As it is stated on their website:\r\n\r\n* **Perfect for Edge**: _K3s is a highly available, certified Kubernetes distribution designed for production workloads in unattended, resource-constrained, remote locations or inside IoT appliances_\r\n* **Simplified & Secure**: _K3s is packaged as a single <40MB binary that reduces the dependencies and steps needed to install, run and auto-update a production Kubernetes cluster._\r\n* **Optimized for ARM**: _Both ARM64 and ARMv7 are supported with binaries and multiarch images available for both. K3s works great from something as small as a Raspberry Pi to an AWS a1.4xlarge 32GiB server._\r\n\r\nThus, this lead us to the point to say, hey why not use K3s to manage StreamPipes in all its glory. The containerized microservice design in addition to the newly available multiarch images are a great fit.\r\n\r\n\r\n## StreamPipes Helm Chart\r\nWhile you can easily write an deploy K8s YAML-based manifests for your deployments and services and so on the standard way, it is way more convenient to leverage  [Helm](https://helm.sh/), the package manager for K8s. Helm describes complex, distributed deployments using **charts** in order to provide repeatable application installation, easy updates, rollbacks etc.\r\n\r\nTo this extent, we wrote a Helm chart for StreamPipes that can be found on our Github [incubator-streampipes-installer](https://github.com/apache/incubator-streampipes-installer/tree/dev/helm-chart) repository. This allows to deploy StreamPipes as one liner as shown later. Helm charts follow a certain directory structure as depicted in the following:\r\n\r\n```\r\nhelm-chart/\r\n  Chart.yaml\r\n  values.yaml\r\n  templates/\r\n  ...\r\n```\r\nThe `Chart.yaml` file contains a description of the chart, e.g., metadata such as chart name, version, maintainers etc.\r\n\r\nThe `values.yaml` file contains default values for all charts and in our case serves the purpose to provide a central place to store all variable/values, e.g., `streampipes.registry: \"apachestreampipes\"`, that replace chart templates such as the registry and version of the StreamPipes backend image:\r\n\r\n```yaml\r\n...\r\nimage: {{ .Values.streampipes.registry }}/backend:{{ .Values.streampipes.version }}\r\n...\r\n```\r\n\r\nLastly, the `template/` directory is for template files. When Helm evaluates a chart, it sends all of the files in this directory through the template rendering engine before collecting the results and finally forwarding them to K8s. If interested, you can read more on this in the [official Helm documentation](https://helm.sh/docs/).\r\n\r\n\r\n## The almighty StreamPi K3s Cluster\r\nAs pointed out in the first part of the series, we have gained valueable insights on how to run and deploy StreamPipes on a Raspberry Pi. This worked out so greatly, that we thought, why not step up the game, use another Pi and built the **almighty StreamPi cluster** by leveraging K3s for orchestration and management.\r\n\r\n**Note**: We are aware that this is far off from a production-grade setup, especially running StreamPipes core services such as the central pipeline management backend, or the UI in a two-node cluster. However, it provides a solid starting point for more elaborate deployments along the edge-cloud continuum.\r\n\r\nAs shown in the following figure, starting from the multiarch images hosted on [Dockerhub](https://hub.docker.com/search?q=apachestreampipes&type=image), we first provisioned the two Pi's with Docker, install and setup K3s and finally deploy our StreamPipes helm chart in order for users to connect, analyze and exploit their IIoT data with StreamPipes.\r\n\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-05-27/deployment.png\" alt=\"Deployment\"/>\r\n\r\nIn the remainder, we cover how we installed Helm and K3s to form our almighty StreamPi K3s cluster. At the time of writing, we tested our deployment using the latest version of the Docker, Helm as well as K3s in the following setup\r\n\r\n* 2x Raspberry Pi Model 4 (4GiB RAM): `streampi-01`, `streampi-02`\r\n* Raspbian Buster 10\r\n* Docker 19.03.8\r\n* Helm 3.1.2\r\n* K3s v1.17.4+k3s1\r\n\r\n\r\n### 1. Install Docker\r\nSSH into your Raspberry Pi's and run the following command:\r\n```bash\r\ncurl -sSL https://get.docker.com | sh\r\n```\r\n\r\n### 2. Install K3s\r\nNow that we got Helm installed, we can proceed and install K3s. Thus, we must check wether we fulfill all the requirements. These are mainly network related, such that specific ports (server on `6443`) are accessible. You should carefully read about this in their [official documentation](https://rancher.com/docs/k3s/latest/en/installation/installation-requirements/).\r\n\r\nOther than that, lean back and enjoy - the installation happens so fast, you might miss it if you get a coffee :)\r\n\r\n#### SSH into K3s server (`streampi-01`)\r\nOn the server node, run the following command:\r\n\r\n```bash\r\nsudo curl -sfL https://get.k3s.io | sh -\r\n```\r\nA kubeconfig file is written to `/etc/rancher/k3s/k3s.yaml` and the service is automatically started or restarted. The install script will install k3s and additional utilities, such as `kubectl`, `crictl`, `k3s-killall.sh`, and `k3s-uninstall.sh`.\r\n\r\nThe K3s installer creates a systemd service which can be used to `stop`, `start`, `restart` and check the `status` of the K3s server.\r\n\r\n```bash\r\nsudo systemctl status k3s.service\r\n\r\n● k3s.service - Lightweight Kubernetes\r\n   Loaded: loaded (/etc/systemd/system/k3s.service; enabled; vendor preset: enabled)\r\n   Active: active (running) since Sat 2020-04-11 15:54:07 BST; 3 days ago\r\n     Docs: https://k3s.io\r\n  Process: 10193 ExecStartPre=/sbin/modprobe br_netfilter (code=exited, status=0/SUCCESS)\r\n  Process: 10194 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\r\n Main PID: 10195 (k3s-server)\r\n (...)\r\n```\r\n\r\nNext, copy the server node token in order to connect additional agent nodes to the cluster.\r\n```bash\r\nsudo cat /var/lib/rancher/k3s/server/node-token\r\n```\r\n\r\n#### SSH into K3s agent (`streampi-02`)\r\nNow, open a new terminal session and SSH into your agent and run the following command, thereby adding the copied `K3S_TOKEN` to connect to the server, that is specified using `K3S_URL`.\r\n\r\n```bash\r\nsudo curl -sfL https://get.k3s.io | K3S_URL=https://streampi-01:6443 \\\r\nK3S_TOKEN=<NODE_TOKEN> sh -\r\n```\r\n\r\nThe K3s installer creates a systemd service which can be used to `stop`, `start`, `restart` and check the `status` of the K3s agent.\r\n\r\n```bash\r\nsudo systemctl status k3s-agent.service\r\n\r\n● k3s-agent.service - Lightweight Kubernetes\r\n   Loaded: loaded (/etc/systemd/system/k3s-agent.service; enabled; vendor preset: enabled)\r\n   Active: active (running) since Sat 2020-04-11 16:05:37 BST; 3 days ago\r\n     Docs: https://k3s.io\r\n  Process: 24469 ExecStartPre=/sbin/modprobe br_netfilter (code=exited, status=0/SUCCESS)\r\n  Process: 24470 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\r\n Main PID: 24471 (k3s-agent)\r\n (...)\r\n```\r\n\r\nThat's it ... that's all!\r\n\r\nWhen you go back to the terminal session on the K3s server you can list all nodes in the cluster using standard `kubectl` commands.\r\n\r\n```bash\r\nkubectl get nodes\r\nNAME              STATUS   ROLES    AGE   VERSION\r\nstreampi-02   Ready    <none>   3d    v1.17.4+k3s1\r\nstreampi-01   Ready    master   3d    v1.17.4+k3s1\r\n```\r\n\r\nHmmm - but wait. We did only add one agent node to the cluster right? Well, that's true, however when installing K3s using the script the server automatically installs and runs an agent on the same node.\r\n\r\n### 3. Install Helm\r\nSSH into the RPi that should act as the K3s server later on - in our case this is `streampi-01` and install Helm. Since we are using Helm 3 there is no need to install tiller. Thus, installing helm is as simple as running the following command:\r\n\r\n```bash\r\ncurl -sSL https://get.helm.sh/helm-v3.1.2-linux-arm.tar.gz | sudo tar -xzf - -C /usr/local/bin/ linux-arm/helm --strip-components=1\r\n```\r\nThis command downloads the Helm binary release from Github, extracts only the binary and puts it in `/usr/local/bin`. Try go check `helm version` to see if it worked.\r\n\r\n```bash\r\nversion.BuildInfo{Version:\"v3.1.2\", GitCommit:\"d878d4d45863e42fd5cff6743294a11d28a9abce\", GitTreeState:\"clean\", GoVersion:\"go1.13.8\"}\r\n```\r\n\r\nTo use Helm, we can set and export `KUBECONFIG` environment variable to point to the kubeconfig under `/etc/rancher/k3s/k3s.yaml`.\r\n```bash\r\nexport KUBECONFIG=/etc/rancher/k3s/k3s.yaml\r\n```\r\nAlternatively, if you want this permanently you can either add it to your `.bashrc`/`.zshrc`, or create a `.kube` directory in your home directory and symlink the `k3s.yaml`.\r\n\r\n```bash\r\nmkdir $HOME/.kube\r\nln -s /etc/rancher/k3s/k3s.yaml $HOME/.kube/config\r\n```\r\n\r\n\r\n## Deploy StreamPipes on K3s using Helm\r\nNow, that we have all set up, we can go ahead and deploy StreamPipes using our Helm chart. Therefore, we go to the server node (`streampi-01`), where we installed Helm. Next, we clone our StreamPipes installer repository (`dev` branch) and navigate to the helm-chart directory.\r\n\r\n**Note**: At the point of writing, the helm chart is **only** available in the `dev` branch. This will change in the future as we update the repository.\r\n\r\n```bash\r\ngit clone -b dev --single-branch https://github.com/apache/incubator-streampipes-installer.git\r\ncd incubator-streampipes-installer\r\n```\r\n\r\nAt this point, we can leverage Helm's `install` command in order to install the StreamPipes Helm chart. Since Helm reads the K3s kubeconfig, it forwards the deployment request to K3s. As per default, we deploy StreamPipes `lite` version, where we only start standalone Java-based pipeline elements and disregard the ones building on top of our Flink wrapper.\r\n\r\n```bash\r\nhelm install streampipes helm-chart\r\n\r\nNAME: streampipes\r\nLAST DEPLOYED: Tue Apr 14 18:13:19 2020\r\nNAMESPACE: default\r\nSTATUS: deployed\r\nREVISION: 1\r\nTEST SUITE: None\r\n```\r\n\r\nNext, K3s receives this requests and goes ahead and downloads the corresponding Docker images and starts the deployments in the right order according to the specified dependencies, creates services as well as persistent volume claims when needed. This step takes some time depending on your internet connection and the hardware when starting the containers. You can check the status of the StreamPipes Helm installation using `kubectl get pods -o wide` (when adding `-w`, you can automatically watch for changes). You can also use the custom command below to only display the pod name, status as well as the node where it was scheduled and deployed to.\r\n\r\n```bash\r\nkubectl get pods -o=custom-columns=NAME:.metadata.name,STATUS:.status.phase,NODE:.spec.nodeName\r\n\r\nNAME                                           STATUS    NODE\r\nactivemq-66d58f47cf-b88nb                      Running   streampi-01\r\nzookeeper-5d9947686f-7vpjb                     Running   streampi-02\r\ncouchdb-77db98cf7b-6nn99                       Running   streampi-02\r\nconsul-55965f966b-tjcfb                        Running   streampi-02\r\ninfluxdb-b95b6479-mvgbg                        Running   streampi-02\r\nbackend-6cdfb7bbf9-b4vgh                       Running   streampi-02\r\npipeline-elements-all-jvm-64795974-g2xhv       Running   streampi-02\r\nkafka-657b5fb77-xtw8p                          Running   streampi-01\r\nconnect-master-56f5f947d-n2t5b                 Running   streampi-01\r\nsources-watertank-simulator-6958f7844c-2jv78   Running   streampi-01\r\nconnect-worker-fdbd6f464-m6vm8                 Running   streampi-01\r\nnginx-5d4498d4f5-fcccq                         Running   streampi-02\r\n```\r\n\r\nAs can be seen, a fair amount of StreamPipes containers aka pods were deployed on `streampi-01` and `streampi-02`. When everything goes well, you should see all containers in the status `RUNNING` after a couple of minutes. To access K8s cluster UI pod a `NodePort` was created. The `NodePort` publishes the UI (nginx) service on every node using using its public IP and a port. Then you can access the service using any of the cluster IPs and the assigned port.\r\n\r\n```yaml\r\napiVersion: v1\r\nkind: Service\r\nmetadata:\r\n  name: nginx\r\nspec:\r\n  selector:\r\n    app: nginx\r\n  type: NodePort\r\n  ports:\r\n    - name: main\r\n      protocol: TCP\r\n      port: 80 # container port\r\n      targetPort: 80 # node port\r\n```\r\n\r\nThat means, you can go and check the StreamPipes UI either on `http://streampi-01/` or `http://streampi-02/` - K8s service handles the routing to the nginx pod containing the UI - just to name one nice feature.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-05-27/streampi_installation.png\" alt=\"Installation\"/>\r\n\r\n## Sum up & Where to go from here?\r\nStarting out as a simple hack session on a late afternoon, we build multi-archicture StreamPipes Docker images and deployed them on a Raspberry Pi in the first part of the series. Though, this is was feasible StreamPipes architectural microservice design provides a natural fit for a distributed cluster deployment. To this extent, we provide a StreamPipes Helm chart that lets you easily deploy StreamPipes in a one-liner in a Kubernetes cluster as showcased using a testbed of two Raspberry Pi's and lightweight K3s.\r\n\r\nAs of now, we let K8s handle the scheduling of containers for us in a random fashion. From here, we can further explore K8s feature such as `nodeSelector` or `nodeAffinity` that helps you use labels (`key=value` pairs) for pod to node assignment.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '60%'}} src=\"/img/blog/2020-05-27/helm_k3s.png\" alt=\"HelmK3s\"/>\r\n\r\n- [Part 1: StreamPi(pes) - Running StreamPipes on Raspberry Pi](/docs/blog/2020/01/23/streampipes_on_rpi)\r\n- **[Part 2: Running StreamPipes the Kubernetes-Way using K3s](/docs/blog/2020/05/27/streampipes_on_k3s)**\r\n\r\n\r\n### Useful links\r\n\r\n- [1] [K3s - lightweight Kubernetes distro](https://k3s.io/)\r\n- [2] [Helm - the package manager for Kubernetes](https://helm.sh/)\r\n- [3] [Github: StreamPipes Helm chart](https://github.com/apache/incubator-streampipes-installer/tree/dev/helm-chart)"
-    },
-    {
-      "id": "/2020/05/19/release-0660",
-      "metadata": {
-        "permalink": "/blog/2020/05/19/release-0660",
-        "source": "@site/blog/2020-05-19-release-0660.md",
-        "title": "Apache StreamPipes release 0.66.0",
-        "description": "6 minutes to read",
-        "date": "2020-05-19T00:00:00.000Z",
-        "formattedDate": "May 19, 2020",
-        "tags": [],
-        "readingTime": 3.435,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Dominik Riemer",
-            "url": "https://twitter.com/dominikjriemer",
-            "imageURL": "/img/riemer.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "Apache StreamPipes release 0.66.0",
-          "author": "Dominik Riemer",
-          "authorURL": "https://twitter.com/dominikjriemer",
-          "authorImageURL": "/img/riemer.png"
-        },
-        "prevItem": {
-          "title": "Running StreamPipes the Kubernetes-Way using k3s",
-          "permalink": "/blog/2020/05/27/streampipes_on_k3s"
-        },
-        "nextItem": {
-          "title": "StreamPi(pes) - Running StreamPipes on Raspberry Pi",
-          "permalink": "/blog/2020/01/23/streampipes_on_rpi"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>6 minutes to read</div>**\r\n<br/>\r\n\r\nThe Apache StreamPipes (incubating) community is proud to announce Apache StreamPipes version 0.66.0! This release is our first official Apache release and brings some very cool features and improvements the community has worked on over the past months.\r\n<!--truncate-->\r\n\r\nThe latest release brings major improvements to the live dashboard, the notification system, multiple new pipeline elements and StreamPipes Connect adapters, a simplified installation, more deployment options and a variety of bug fixes and minor improvements.\r\nThe current release can be downloaded <a href=\"https://streampipes.apache.org/download.html\">here</a>.\r\n\r\n\r\n## User interface\r\n\r\nThis release introduces a completely redesigned live dashboard. The old dashboard had some issues, most importantly, widgets could not be freely moved on the dashboard panel and the layout of dashboard widget was not persisted. \r\nWith the new dashboard, users are able to customize and layout widgets in a much easier and more powerful way. The dashboard brings the following improvements:\r\n* Multiple dashboards can be created and viewed\r\n* Widgets can be flexibly resized on a grid\r\n* More configuration options for widgets, e.g., change the color and appearance of widgets.\r\n* A presentation mode allows to display a live dashboard without the navigation bars.\r\n\r\nThe new dashboard has full feature parity with the old dashboard in terms of available widgets. The new architecture allows us to integrate even more visualizations with less effort in the upcoming versions.\r\n\r\n<div class=\"my-carousel\">\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-05-19/dashboard-02.png\" alt=\"New dashboard\"/>\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-05-19/dashboard-01.png\" alt=\"New dashboard\"/>\r\n</div>\r\n\r\nIn addition, the notification system has been significantly improved. The new notification view now offers a chat-like interface which allows you to select notifications per pipeline. The history of notifications is fully available and can be opened by scrolling to the top - similar to the behaviour of popular messaging services:\r\n\r\n<div class=\"my-carousel\">\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-05-19/notification-01.png\" alt=\"New dashboard\"/>\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-05-19/notification-02.png\" alt=\"New dashboard\"/>\r\n</div> \r\n\r\nA technical note:\r\nBoth features are part of our current effort to gradually migrate AngularJS components to Angular 9 (2+), now leaving the pipeline editor the only component that is still implemented in AngularJS.\r\nOnce the editor has been migrated as well (which is currently targeted for the upcoming release 0.67.0), we'll be able to release global UI features (e.g., better user management) in a much faster way.\r\n\r\n\r\n## Apache StreamPipes Extensions\r\n\r\nWe also added several new adapters to connect data sources and pipeline elements:\r\n\r\n\r\n* We added several new processors for handling boolean values, which are targeted towards better processing of PLC data.\r\n* processors-geo-jvm includes more processors for geo operations, e.g., distance calculation, speed calculation and more.\r\n* processors-text-mining includes several processors relevant for text mining (e.g., chunking, language detection)\r\n* New adapters for NETIO power sockets, and several new sinks (e.g., MQTT and Eclipse Ditto) \r\n\r\n\r\n## Installation & Deployment\r\n\r\nThe community also improved the installation process. Now, the installer offered for download includes all three supported deployment options and tools:\r\n* The installer, targeted at users, with installation scripts for Linux, MacOS and Windows\r\n* The CLI, targeted at developers, for configurable deployment of individual services\r\n* Helm charts for Kubernetes\r\n\r\nA very cool new feature are Docker images for ARM, which allow to run StreamPipes on a Raspberry Pi. This will be part of an upcoming blog post on running Apache StreamPipes at the edge.\r\n\r\nFrom now on, users are no longer required to enter the server IP upon startup, which should further reduce errors at installation time.\r\n\r\n## Other features and improvements\r\n\r\n* Connect adapters expose their own icons and documentation.\r\n* The UI has been upgraded to Angular 9 and the build has more optimizations enabled, leading to significant performance gains.\r\n* Pipelines are now auto-saved, so that you can resume building your pipeline after refreshing the browser.\r\n\r\nSee the [release notes](https://issues.apache.org/jira/projects/STREAMPIPES/versions/12347025) for a complete list of new features and improvements.\r\n\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:users@streampipes.apache.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!\r\n\r\nAnd do not forget to subscribe to our new mailing lists: https://streampipes.apache.org/mailinglists.html"
-    },
-    {
-      "id": "/2020/01/23/streampipes_on_rpi",
-      "metadata": {
-        "permalink": "/blog/2020/01/23/streampipes_on_rpi",
-        "source": "@site/blog/2020-01-23-streampipes_on_rpi.md",
-        "title": "StreamPi(pes) - Running StreamPipes on Raspberry Pi",
-        "description": "5 minutes to read",
-        "date": "2020-01-23T00:00:00.000Z",
-        "formattedDate": "January 23, 2020",
-        "tags": [],
-        "readingTime": 5.315,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Patrick Wiener",
-            "url": "https://twitter.com/patrickwiener",
-            "imageURL": "/img/wiener.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "StreamPi(pes) - Running StreamPipes on Raspberry Pi",
-          "author": "Patrick Wiener",
-          "authorURL": "https://twitter.com/patrickwiener",
-          "authorImageURL": "/img/wiener.png"
-        },
-        "prevItem": {
-          "title": "Apache StreamPipes release 0.66.0",
-          "permalink": "/blog/2020/05/19/release-0660"
-        },
-        "nextItem": {
-          "title": "Moving to the Apache Incubator",
-          "permalink": "/blog/2019/11/25/moving-to-the-apache-incubator"
-        }
-      },
-      "content": "<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-01-23/streampipes_raspberrypi.png\" alt=\"StreamPipes on Raspberry Pi\"/>\r\n**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\n\r\nThis is the start of a two part series on how we want to bring StreamPipes closer to the edge. The [first part](/docs/blog/2020/01/23/streampipes_on_rpi) describes how we managed to build and deploy StreamPipes on one Raspberry Pi (Model 4), while the [second part](/docs/blog/2020/05/27/streampipes_on_k3s) further covers how to deploy StreamPipes over a Kubernetes cluster of two Raspberry Pi's via K3s using our StreamPipes helm chart.\r\n<!--truncate-->\r\n\r\n<TL;DR>\r\n\r\n_With new advancements that came in the last StreamPipes release, we managed to reduce the required resources (mainly memory) drastically. To this extent, we cross-compiled StreamPipes Docker images for ARM support and deployed our lite version on a Raspberry Pi (Model 4). We showcase, that it is feasible to run analytical pipelines with ease and operate StreamPipes at moderate load._\r\n\r\nApache StreamPipes (incubating) is a self-service (Industrial) IoT toolbox to enable non-technical users to easily connect, analyze and explore IoT data streams. Users can leverage algorithms from an extensible toolbox to model their analytical pipelines. By building on a microservice architecture, StreamPipes components can be distributed in a cluster (e.g. Kubernetes)  as well as run on a single node for prototypical and development purposes using Docker. With the latest release of StreamPipes (0.65.0), we managed to reduce the memory consumption drastically to use less than 2Gig‘s of RAM for the lite version. Since we had a Raspberry Pi Model 4 laying around, we thought: hey why not just deploy StreamPipes on a Pi - and that’s what we did. Along the way, we learned quite some interesting things, that we want to share in this blog post.\r\n\r\nWhen users model their analytical pipelines using the graphical pipeline editor, the corresponding pipeline element containers, hosting these algorithms, are invoked by a rest call from the backend to start a new thread with the corresponding algorithm. In typical edge use cases such as in the industrial internet of things (IIoT), it is oftentimes neither feasible nor necessary to simply send all raw data to the cloud to perform analytics. On the contrary, requirements often induce the challenges to either derive decisions in a time-sensitive manner (near realtime), preprocess  data to reduce and harmonize it, or anonymize it by pixeling personal information such as faces in video footages. In these scenarios, StreamPipes can aid by running dedicated pipeline element containers directly on the edge using edge nodes such as Raspberry Pi‘s close to where data origins to address the aforementioned challenges.\r\n\r\n<img class=\"blog-image\" align=\"center\" style={{maxWidth: '80%'}} src=\"/img/blog/2020-01-23/00_idea.png\" alt=\"StreamPipes lite on Raspberry Pi\"/>\r\n\r\nStreamPipes Docker images were only built for x86 based architectures. However, oftentimes edge devices such as Raspberry Pi's or Nvidia Jetson Nano's run ARM based 32 or 64bit architectures. Thus, we could not simply use our existing Docker images to deploy StreamPipes as is. Luckily, Docker offers solutions to cross-compile images. Together with Docker‘s experimental manifest feature, the deployment works like a charms [[1](https://docs.docker.com/engine/reference/commandline/manifest/)]. There are awesome blog posts online [[2](https://ownyourbits.com/2018/06/27/running-and-building-arm-docker-containers-in-x86/)] that guide you through the process of cross-compilation, so we are not going to cover it in this blog post. With that, we were able to build StreamPipes images for AMD, ARM32v7 and ARM64v8 by just adding a few lines to our Dockerfiles and CI/CD pipelines. After having built and pushed our newly created Docker images, we were able to use our existing installation workflow, e.g. StreamPipes CLI, to start StreamPipes on the Raspberry Pi.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-01-23/01_start.png\" alt=\"StreamPipes CLI starting StreamPipes lite version on Raspberry Pi 4\"/>\r\n\r\nThe figure shows StreamPipes CLI starting our internal `0.65.1-SNAPSHOT` version, where we tested the multiarch build of our images. As depicted, all StreamPipes lite services are started. Due to the fact, that we created a manifest for all our Docker images, we did not have to change a single image description specified in the various `docker-compose.yml` files in the service repository. This is pretty cool! The Docker daemon automatically pulls the correct image for the corresponding architecture - in our case ARM32v7. Taking a quick look at `htop` indicates that we operate on a constant level of consumed memory at around ~1.7GB.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-01-23/02_htop.png\" alt=\"htop showing around 1.7GB memory consumption\"/>\r\n\r\n### Demo: Temperature Monitoring Pipeline\r\nTo test our setup, we deployed a simple temperature monitoring pipeline, that throws a notification whenever the temperature value exceeds a certain threshold (in this case: 65°C) and visualizes the results in a basic dashboard (see figure). Therefore, we use existing pipeline elements of the algorithm toolbox provided within the lite version. Thereby, StreamPipes lite already hooks you up with sample data sources - in this case a flow rate sensor - producing temperature, as well as mass flow measurements. So our temperature monitoring pipeline consists of the following pipeline elements:\r\n\r\n- **Data source:** Flow rate sensor (mock data generating `<timestamp;sensorid;massflow;temperature>` each second)\r\n- **Data processor:** Numerical filter (specified temperature threshold: > 65°C)\r\n- **Data sinks:** Dashboard visualization, Notification (internal)\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-01-23/03_pipeline.png\" alt=\"Simple pipeline visualizing and notifying about temperature values above threshold (here 65°C)\"/>\r\n\r\nAfter saving and starting the pipeline, we built our dashboard based on the results of the pipeline, only showing values above 65°C. Additionally, we receive a notification for every event, that exceeds this temperature threshold.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-01-23/04_dashboard.png\" alt=\"Dashboard\"/>\r\n\r\n\r\n### So, what's next?\r\nStarting out as a simple hack session on a late afternoon, trying to test where we could potentially run StreamPipes on and push it to it's limits, we gained valueable insights on how to build and run it on various architectures. Even though we do not recommend deploying StreamPipes in it's full glory on single low-resourced devices such as Raspberry Pi's, we aim to bring certain algorithms closer to where data is generated - on the edge. Consequently - apart from x86 images - we plan on providing our StreamPipes Docker images for ARM based architectures in the future. As a sneak peak - we also plan on deploying StreamPipes over a K3s [[3](https://k3s.io/)] cluster, a lightweight Kubernetes distro especially suited for IoT and edge scenarios.\r\n\r\n- **[Part 1: StreamPi(pes) - Running StreamPipes on Raspberry Pi](/docs/blog/2020/01/23/streampipes_on_rpi)**\r\n- [Part 2: Running StreamPipes the Kubernetes-Way using K3s](/docs/blog/2020/05/27/streampipes_on_k3s)\r\n\r\n\r\n### Useful links\r\n- [1] [Docker manifest docs](https://docs.docker.com/engine/reference/commandline/manifest/)\r\n- [2] [Running and Building ARM Docker containers in x86](https://ownyourbits.com/2018/06/27/running-and-building-arm-docker-containers-in-x86/)\r\n- [3] [K3s - lightweight Kubernetes distro](https://k3s.io/)"
-    },
-    {
-      "id": "/2019/11/25/moving-to-the-apache-incubator",
-      "metadata": {
-        "permalink": "/blog/2019/11/25/moving-to-the-apache-incubator",
-        "source": "@site/blog/2019-11-25-moving-to-the-apache-incubator.md",
-        "title": "Moving to the Apache Incubator",
-        "description": "8 minutes to read",
-        "date": "2019-11-25T00:00:00.000Z",
-        "formattedDate": "November 25, 2019",
-        "tags": [],
-        "readingTime": 3.695,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Dominik Riemer",
-            "url": "https://twitter.com/dominikjriemer",
-            "imageURL": "/img/riemer.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "Moving to the Apache Incubator",
-          "author": "Dominik Riemer",
-          "authorURL": "https://twitter.com/dominikjriemer",
-          "authorImageURL": "/img/riemer.png"
-        },
-        "prevItem": {
-          "title": "StreamPi(pes) - Running StreamPipes on Raspberry Pi",
-          "permalink": "/blog/2020/01/23/streampipes_on_rpi"
-        },
-        "nextItem": {
-          "title": "StreamPipes release 0.65.0",
-          "permalink": "/blog/2019/11/23/release-0650"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>8 minutes to read</div>**\r\n<br/>\r\nGreat news: StreamPipes is moving to the Apache Incubator!\r\n\r\n<!--truncate-->\r\n\r\n## The StreamPipes journey so far\r\n\r\nWe started to build the early foundations of StreamPipes back in 2014 as part of the EU research project _ProaSense_.\r\nOur goal was to make event processing accessible to end users with a focus on the Industrial IoT, without the technical\r\nexpertise required by stream processing tooling.\r\nAfter some very early prototypes (see an early screenshot below :-)) demonstrating the usefulness of the pipeline editor\r\nand the underlying semantics-based data model in two manufacturing-related use cases, we open-sourced StreamPipes in\r\n2017 and continued development in various research projects.\r\nSince then, we presented and showcased StreamPipes at various events: fairs, meetups, conference talks and so on. For\r\ninstance, in 2019 we attended over 20 events where we gave demos or talked about StreamPipes.\r\nIt is great to see that the solution is now steadily getting increased traction in the Industrial IoT space.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '90%', marginBottom:'20px'}} src=\"/img/blog/2019-11-25/2019-11_StreamPipes-v0.png\" alt=\"1st prototype of the StreamPipes UI\"/>\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-11-25/2019-11_StreamPipes-now.png\" alt=\"1st prototype of the StreamPipes UI\"/>\r\n\r\n## Moving to the Apache Incubator\r\n\r\nEarlier this year, we discussed how to continue the development of StreamPipes. For the core team at FZI, our main goal\r\nwas to widen the developer base, attract external developers and to make StreamPipes a real community-driven open source\r\nproject.\r\nWe had a look at various open source foundations (namely Apache, CNCF and Eclipse), but from the beginning, there was no\r\ndoubt that we wanted to see StreamPipes in the Apache Software Foundation. Using a lot of Apache Big Data projects under\r\nthe hood ([Apache Kafka](https://kafka.apache.org), [Apache Flink](https://flink.apache.org) and others), an emerging\r\nApache IoT ecosystem, and the community-driven, open development process of ASF projects, this was an easy decision.\r\nFinally, a few weeks before we went to ApacheCon North America in Las Vegas in September this year to talk about\r\nStreamPipes, we discovered the awesome [Apache PLC4X](https://plc4x.apache.org) project, which perfectly aligns with\r\nStreamPipes tackling the hard task to connect proprietary industrial protocols with modern software tooling.\r\nWe met Chris Dutz together with other people from PLC4X and other Apache projects in Las Vegas and were overwhelmed by\r\nthe _Apache Way_ and the great collaboration between the various projects within the ASF.\r\n\r\nSo after coming back home, we immediately started to write the proposal to enter the Apache Incubator, which got\r\naccepted on 2019-11-11.\r\n\r\n## New project setup\r\n\r\nWith the great help from our mentors, we already performed some initial steps required to move our infrastructure over\r\nto the ASF, which will continue during the next week:\r\n\r\n* The new website will be soon available under [https://streampipes.apache.org](https://streampipes.apache.org)\r\n* We will move our code repositories over to the ASF on Github. Before that, we'll merge some repos to make future\r\n  releases easier: The **backend and user interface** will be merged to the\r\n  repository [https://www.github.com/apache/incubator-streampipes]([https://www.github.com/apache/incubator-streampipes).\r\n  Pipeline elements and StreamPipes Connect adapters will also be merged to a new repo called **streampipes-extensions\r\n  **, soon available\r\n  at [https://www.github.com/apache/incubator-streampipes-extensions](https://www.github.com/apache/incubator-streampipes-extensions).\r\n  Both **website and documentation** will be available\r\n  at [https://www.github.com/apache/incubator-streampipes-website](https://www.github.com/apache/incubator-streampipes-website).\r\n  Finally, the project **streampipes-installer**\r\n  at [https://www.github.com/apache/incubator-streampipes-installer](https://www.github.com/apache/incubator-streampipes-installer)\r\n  will contain the installer for Windows and OSX/Linux, the developer-oriented CLI tool and helm charts to install\r\n  StreamPipes in Kubernetes.\r\n* Apache project communication mainly relies on mailing lists. Subscribe to\r\n  the [user list](mailto:users-subscribe@streampipes.apache.org)\r\n  and [dev list](mailto:dev-subscribe@streampipes.apache.org) and help us to improve StreamPipes!\r\n* Issues can be created in the new [Jira](https://issues.apache.org/jira/projects/STREAMPIPES).\r\n* All previous releases will be marked as non-ASF-releases to clearly indicate that previous releases do not follow the\r\n  Apache release policy. Yesterday, we released the final pre-Apache\r\n  version [0.65.0](/docs/blog/2019/11/23/release-0650), the next release will be our first Apache release.\r\n\r\n## Thanks\r\n\r\nWe would like to thank Chris Dutz for his great support in doing the first steps in the Apache Incubator.\r\n\r\nWe would also like to thank our employee, [FZI Research Center for Information Technology](https://www.fzi.de/en), for\r\nthe continued great support - starting from giving us the opportunity to present StreamPipes at large fairs such as\r\nHannover Messe, over media support such as creating the great StreamPipes logo, up to the fast legal support we received\r\nwhen we got accepted by the Apache Incubator.\r\nIf you want to build cool stuff in a great applied research institute while pursuing a PhD at KIT, FZI is surely the\r\nbest place to be ;-)\r\n\r\nLet's continue development and transform Apache StreamPipes (incubating) into the next Apache community!"
-    },
-    {
-      "id": "/2019/11/23/release-0650",
-      "metadata": {
-        "permalink": "/blog/2019/11/23/release-0650",
-        "source": "@site/blog/2019-11-23-release-0650.md",
-        "title": "StreamPipes release 0.65.0",
-        "description": "5 minutes to read",
-        "date": "2019-11-23T00:00:00.000Z",
-        "formattedDate": "November 23, 2019",
-        "tags": [],
-        "readingTime": 2.145,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Dominik Riemer",
-            "url": "https://twitter.com/dominikjriemer",
-            "imageURL": "/img/riemer.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "StreamPipes release 0.65.0",
-          "author": "Dominik Riemer",
-          "authorURL": "https://twitter.com/dominikjriemer",
-          "authorImageURL": "/img/riemer.png"
-        },
-        "prevItem": {
-          "title": "Moving to the Apache Incubator",
-          "permalink": "/blog/2019/11/25/moving-to-the-apache-incubator"
-        },
-        "nextItem": {
-          "title": "StreamPipes release 0.64.0",
-          "permalink": "/blog/2019/09/19/release-0640"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\nWe are happy to announce StreamPipes version 0.65.0! This release brings performance improvements related to the installation process and further reduces the minimum hardware requirements to run StreamPipes.\r\n<!--truncate-->\r\n\r\n## Installation\r\n\r\nIf you're installing StreamPipes using the provided installer, you might have noticed that the initial setup takes some time: Docker images are downloaded, all dependent microservices are started and the RDF-based database that we use internally to store pipeline elements is initialized.\r\nOn less-performant hardware, this process could take a few minutes. For this release, we optimized the installation process:\r\n\r\n* You don't need to provide your IP address during the installation process anymore - StreamPipes now runs without manually providing an IP address.\r\n* A new initialization screen is shown in the StreamPipes user interface that automatically disappears and guides you to the setup process once all mandatory services are running.\r\n* The setup process in the user interface should now be much faster due to some changes related to the caching of pipeline elements.\r\n\r\n## Lite version\r\n\r\nTo further reduce the minimum hardware requirements to run StreamPipes, we added a new Docker container to the backend that includes all data processors and sinks that depend on the lightweight JVM wrapper. Flink and other modules are excluded.\r\nThis approach allows to test StreamPipes with less memory (e.g., on a laptop) while still having a larger set of pipeline elements installed.   \r\nWe now recommend a minimum of 4GB RAM for the StreamPipes Lite version (make sure that the RAM is also assigned to Docker Desktop), but our tests have shown that the memory consumption of the StreamPipes lite version is around 2GB.\r\n\r\n## Pipeline Elements\r\n\r\n* 0.65.0 includes some new data processors: A CSV enrichment processors that allows to enrich events with metadata from CSV files, an event counter and some processors that perform operations on boolean values, e.g., coming from PLCs.\r\n\r\n## Other features and improvements\r\n\r\n* Use the latest Flink version 1.9.1\r\n* We improved the OPC-UA adapter, e.g., you can now directly set the URL of the OPC-UA server.\r\n* Proper error messages are now shown in the pipeline view in case something goes wrong during the start of a pipeline.\r\n\r\nSee the [release notes](https://github.com/apache/incubator-streampipes/releases/tag/0.65.0) for a complete list of new features and improvements.\r\n\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:feedback@streampipes.org), [slack](https://slack.streampipes.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!\r\n\r\nAnd do not forget to subscribe to our new mailing lists: https://streampipes.apache.org/mailinglists.html"
-    },
-    {
-      "id": "/2019/09/19/release-0640",
-      "metadata": {
-        "permalink": "/blog/2019/09/19/release-0640",
-        "source": "@site/blog/2019-09-19-release-0640.md",
-        "title": "StreamPipes release 0.64.0",
-        "description": "5 minutes to read",
-        "date": "2019-09-19T00:00:00.000Z",
-        "formattedDate": "September 19, 2019",
-        "tags": [],
-        "readingTime": 2.115,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Dominik Riemer",
-            "url": "https://twitter.com/dominikjriemer",
-            "imageURL": "/img/riemer.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "StreamPipes release 0.64.0",
-          "author": "Dominik Riemer",
-          "authorURL": "https://twitter.com/dominikjriemer",
-          "authorImageURL": "/img/riemer.png"
-        },
-        "prevItem": {
-          "title": "StreamPipes release 0.65.0",
-          "permalink": "/blog/2019/11/23/release-0650"
-        },
-        "nextItem": {
-          "title": "StreamPipes release 0.63.0",
-          "permalink": "/blog/2019/09/05/release-0630"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\nUsually, we try to publish a new StreamPipes release every three months. But after attending a very exciting [ApacheCon](https://www.apachecon.com/acna19/) last week, where we worked with some Apache communities on a few really cool new features, we decided to release these features as soon as possible.\r\nSo here's StreamPipes 0.64.0!\r\n<!--truncate-->\r\n\r\n## StreamPipes Connect\r\n\r\n* StreamPipes Connect now has a new (experimental) connector for [ApachePLC4X](https://plc4x.apache.org/). PLC4X is a (really cool) universal protocol adapter for the Industrial IoT with many adapters for systems like Modbus, Beckhoff, S7 and OPC-UA. The new StreamPipes Connect adapter allows you to easily connect to an S7 device, we will add more integrations in the upcoming releases.\r\n* We added another adapter to retrieve data from the [Apache Pulsar](https://pulsar.apache.org) messaging system.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-09-19/spconnect.png\" alt=\"PLC4X adapter for StreamPipes Connect\"/>\r\n\r\n## Pipeline Elements\r\n\r\n* 0.64.0 also includes a new data sink to send data to Apache Pulsar.\r\n\r\n## Deployment\r\n\r\nStreamPipes relies on a microservice-based architecture and therefore requires quite a few services (> 15 for the full version) to be up and running. \r\nThis has impact on the memory consumption of the server where StreamPipes is running. On the other hand, we want to make it as easy as possible to try StreamPipes even on laptops with less powerful hardware. \r\n\r\nHowever, the lite version still required > 8G memory and the full version even more. Additionally, after the last release, we received feedback from the community indicating that the memory consumption has significantly increased.\r\nSo we looked deeper into the issue and discovered that the Docker base images we were using to deliver the StreamPipes services caused high memory consumption.\r\n\r\nBefore StreamPipes 0.63.0, we used the Alpine Oracle JDK image for most services. In 0.63.0, we switched to an OpenJDK/Alpine distribution. This had an enormous effect on memory, having individual services that reserved more than 1.5GB of memory.\r\n\r\nSo in this version, we switched to AdoptOpenJDK along with [OpenJ9](https://www.eclipse.org/openj9/). The results are fantastic: The full version including all pipeline elements now needs only 6GB memory (compared to > 16 in the last version).\r\n\r\nThe screenshot below shows that StreamPipes now is much less resource hungry:\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-09-19/memory.png\" alt=\"PLC4X adapter for StreamPipes Connect\"/>\r\n\r\nIn future versions, we will continue our efforts to decrease the memory consumption of StreamPipes.\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:feedback@streampipes.org), [slack](https://slack.streampipes.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!"
-    },
-    {
-      "id": "/2019/09/05/release-0630",
-      "metadata": {
-        "permalink": "/blog/2019/09/05/release-0630",
-        "source": "@site/blog/2019-09-05-release-0630.md",
-        "title": "StreamPipes release 0.63.0",
-        "description": "5 minutes to read",
-        "date": "2019-09-05T00:00:00.000Z",
-        "formattedDate": "September 5, 2019",
-        "tags": [],
-        "readingTime": 3.835,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Dominik Riemer",
-            "url": "https://twitter.com/dominikjriemer",
-            "imageURL": "/img/riemer.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "StreamPipes release 0.63.0",
-          "author": "Dominik Riemer",
-          "authorURL": "https://twitter.com/dominikjriemer",
-          "authorImageURL": "/img/riemer.png"
-        },
-        "prevItem": {
-          "title": "StreamPipes release 0.64.0",
-          "permalink": "/blog/2019/09/19/release-0640"
-        },
-        "nextItem": {
-          "title": "StreamPipes release 0.62.0",
-          "permalink": "/blog/2019/05/23/release-0620"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\nStreamPipes version 0.63.0 has been released! Following our release plan to alternate between user-faced and backend-oriented releases, this release contains many (more than 70) features and improvements, mainly on the backend side.\r\nThe new version is available on Docker Hub and can be downloaded using our [installer](https://github.com/apache/incubator-streampipes-installer).\r\n<!--truncate-->\r\n\r\nFor this release, we focused on improving the stability and resilience of StreamPipes, adding many new features \"under the hood\".\r\n\r\n## Backend & Data Model\r\n\r\n* First, v0.63.0 brings **support for binary messaging formats**. Prior to 0.63.0, the only messaging format used at runtime was JSON. Now, several other binary formats are supported: Smile and CBOR as binary JSON representations and FST, a fast Java-based serializer.\r\n* Second, we improved **resilience of pipelines**. Now, when StreamPipes is stopped, all running pipelines are stopped beforehand and can be restarted later on, so that you don't end up with orphaned pipelines anymore. \r\n\r\nWe also extended the data model and SDK with new features:\r\n\r\n* Pipeline elements can now provide their own assets such as documentation. Simply add an icon and a markdown file containing the documentation of the pipeline element and both will be visible directly in the pipeline editor after the installation of the pipeline element.\r\n* We added several new static properties to define required user input: **SecretStaticProperties** can be used to define secret values (e.g., passwords). In addition, **StaticPropertyAlternatives** were introduced to let users select between multiple combinations of static properties (e.g., a time window and a count window along with window settings).\r\n\r\nIn addition, we migrated all pipeline element container and the backend to Spring Boot applications. The triple store used to store pipeline element descriptions has been extracted to an own microservice. Btw, have you seen the new [helm chart](https://www.github.com/streampipes/streampipes-helm-chart) that simplifies running StreamPipes on Kubernetes?\r\n \r\n## UI and Pipeline Editor\r\nWe improved the **interactive user guide**, so that it now depends on pipeline elements that are also available in the lite version.\r\nThree different interactive guides exist: One that teaches you how to create pipelines, another one that illustrates how to connect data with StreamPipes connect and a third one that shows how to create live visualizations using the built-in dashboard.\r\n\r\nAs **user feedback** is absolutely important to help us improving StreamPipes, we added a feature that allows users to directly give feedback from the StreamPipes UI. Simply click the feedback icon in the top navigation bar and submit your anonymous feedback to us! \r\n\r\nFinally, there are also some functional improvements in the pipeline editor: **Pipeline validation** has improved and gives direct feedback. And, finally, you can now also add multiple dashboards sink to a single pipeline :-)\r\n\r\nAnd a nice feature you can't see but which you'll probably feel: All UI files are now **Gzip compressed** by default, so that StreamPipes will now load much faster. \r\n\r\n## Pipeline Elements\r\n\r\nStreamPipes 0.63.0 includes several new pipeline elements:\r\n* A sink for Apache IoTDB\r\n* A sink for PostgreSQL\r\n* A processor to convert boolean values\r\n* A processor to extract timestamps\r\n* A processor to compute trigonometric functions\r\n\r\n## StreamPipes Connect\r\nWe added more adapters and improved some adapters to StreamPipes Connect:\r\n\r\n* An improved MQTT adapter that can handle authentication\r\n* A new MySQL adapter\r\n* An improved OPC-UA adapter\r\n* A new random data generator that eases testing of pipeline elements\r\n\r\nIn addition, we completely reworked the Connect UI. The schema view now lets you edit events more conveniently and timestamp fields can be directly marked in the UI.\r\n\r\n\r\n## Documentation\r\nWe updated and restructured the user guide, which now consists of four parts: [Introduction](/docs/user-guide-introduction), [Tour](/docs/user-guide-tour), [Installation](/docs/user-guide-installation) and [First Steps](/docs/user-guide-first-steps).\r\nWe also updated all screenshots to reflect the current look and feel of StreamPipes.\r\n\r\nIn addition, the developer guide was further extended (e.g., there is now a new tutorial on creating data sinks). Maven archetypes are now the recommended way to create new pipeline elements.\r\n\r\n\r\n## Other features and improvements\r\n\r\n* An improved installer that lets you choose between two StreamPipes versions for different hardware setups (full or lite, previously named big data and desktop)\r\n* We updated some core libraries like Apache Flink and Apache Kafka to newer versions.\r\n* Improved support for Firefox and Edge: Besides Chrome, StreamPipes should also behave and look similar in Firefox and Edge browsers.\r\n\r\nSee the [release notes](https://github.com/apache/incubator-streampipes/releases/tag/0.63.0) for a complete list of new features and improvements.\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:feedback@streampipes.org), [slack](https://slack.streampipes.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!"
-    },
-    {
-      "id": "/2019/05/23/release-0620",
-      "metadata": {
-        "permalink": "/blog/2019/05/23/release-0620",
-        "source": "@site/blog/2019-05-23-release-0620.md",
-        "title": "StreamPipes release 0.62.0",
-        "description": "6 minutes to read",
-        "date": "2019-05-23T00:00:00.000Z",
-        "formattedDate": "May 23, 2019",
-        "tags": [],
-        "readingTime": 2.89,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Dominik Riemer",
-            "url": "http://twitter.com/dominikjriemer",
-            "imageURL": "/img/riemer.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "StreamPipes release 0.62.0",
-          "author": "Dominik Riemer",
-          "authorURL": "http://twitter.com/dominikjriemer",
-          "authorImageURL": "/img/riemer.png"
-        },
-        "prevItem": {
-          "title": "StreamPipes release 0.63.0",
-          "permalink": "/blog/2019/09/05/release-0630"
-        },
-        "nextItem": {
-          "title": "StreamPipes release 0.61.0",
-          "permalink": "/blog/2019/04/04/release-0610"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>6 minutes to read</div>**\r\n<br/>\r\n\r\nStreamPipes version 0.62.0 has been released! While the last version brought many features under the hood, this new version totally focuses on features and improvements visible to end users.\r\nThe new version is available on Docker Hub and can be downloaded using our [installer](https://github.com/streampipes/streampipes-installer).\r\n<!--truncate-->\r\n\r\nFor this release, we focused on improving error handling in the pipeline editor, added more pipeline elements, added more adapters to StreamPipes Connect and, added a documentation on available pipeline elements.\r\n\r\n## Pipeline Elements \r\nPipeline elements are the most important part of the StreamPipes toolbox. Although pipeline elements can be easily developed using our SDK, we aim to provide as many ready-to-use elements as possible to provide you with meaningful data harmonization and analytics features right from the beginning.\r\nStreamPipes v0.62.0 brings many new data processors and data sinks, an overview can be found [here](/docs/pipeline-elements). \r\n\r\n## Pipeline Editor\r\nTo better support users while developing pipelines, we improved the verification of user input in the pipeline editor.\r\nUsers now get hints (directly shown in the pipeline assembly) on missing pipeline elements and error messages are shown if invalid values are entered while configuring pipeline elements (see the screenshot below).\r\nIn addition, the editor now disallows adding new pipeline elements until the active pipeline element is fully configured, otherwise, the element is marked with a red alert symbol, which makes it much easier to discover modeling errors.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-05-23/pipeline-editor.png\" alt=\"Pipeline Element Verification\"/>\r\n\r\nOne feature request which was coming from one of our users was to better understand what pipeline elements are doing. For that reason, we now added a feature that allows to see a full documentation of any pipeline element directly in the pipeline editor.\r\nOnce users start to configure a new pipeline element, the documentation can be opened:\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-05-23/pipeline-element-documentation.png\" alt=\"Pipeline Element Documentation\"/>\r\n\r\n\r\n## StreamPipes Connect\r\nWe added more adapters to StreamPipes Connect. \r\nBesides generic adapters such as frequently used protocols like OPC UA, MQTT and Kafka, Connect now also includes some new open data adapters and adapters for web APIs to make starting with StreamPipes more funny and easier:\r\n\r\n* A Slack source to connect Slack channels with StreamPipes\r\n* A Coindesk sources that allows you to get the latest Bitcoin rates\r\n* A Wikipedia sources to get latest edits and created articles from Wikipedia\r\n* IEXCloud adapters to provide access to stock quotes and news from IEXCloud (an API token is required).\r\n* A ROS source to access data from the Robot Operating System (ROS)\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-05-23/connect.png\" alt=\"StreamPipes Connect\"/>\r\n\r\n\r\n## Documentation\r\nThe documentation for pipeline elements that is shown in the pipeline editor is now also available in the online documentation.\r\nNavigate to [pipeline elements](/docs/pipeline-elements) to see an overview of all pipeline elements that are currently provided by StreamPipes.\r\n\r\n## Other features and improvements\r\n\r\n* Adapters can be sorted and filtered in StreamPipes Connect.\r\n* Labels and descriptions of pipeline elements can be provided by external resources files as a first step towards internationalization.\r\n* We upgraded the UI to the latest Angular version 7 and drastically reduced the size of the UI source bundle, which reduces loading time.\r\n* Stream requirements are now correctly ordered\r\n\r\nSee the [release notes](https://github.com/streampipes/streampipes/releases/tag/0.62.0) for more details.\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:feedback@streampipes.org), [slack](https://slack.streampipes.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!"
-    },
-    {
-      "id": "/2019/04/04/release-0610",
-      "metadata": {
-        "permalink": "/blog/2019/04/04/release-0610",
-        "source": "@site/blog/2019-04-04-release-0610.md",
-        "title": "StreamPipes release 0.61.0",
-        "description": "5 minutes to read",
-        "date": "2019-04-04T00:00:00.000Z",
-        "formattedDate": "April 4, 2019",
-        "tags": [],
-        "readingTime": 3.555,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Dominik Riemer",
-            "url": "http://twitter.com/dominikjriemer",
-            "imageURL": "/img/riemer.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "StreamPipes release 0.61.0",
-          "author": "Dominik Riemer",
-          "authorURL": "http://twitter.com/dominikjriemer",
-          "authorImageURL": "/img/riemer.png"
-        },
-        "prevItem": {
-          "title": "StreamPipes release 0.62.0",
-          "permalink": "/blog/2019/05/23/release-0620"
-        },
-        "nextItem": {
-          "title": "ContainerCLI: A CLI tool for your Docker Application",
-          "permalink": "/blog/2018/11/24/container-cli"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\nWe are proud to release StreamPipes version 0.61.0, which brings many improvements and some exciting new features that simplify pipeline development!\r\nThe new version, which is already available on Docker Hub and can be downloaded using our [installer](https://github.com/streampipes/streampipes-installer) brings over 20 improvements. Under the hood, a reworked event model simplifies the development of new pipeline elements using the built-in SDK.\r\n<!--truncate-->\r\n\r\nOur main mission is to make IoT data management & analytics accessible to everyone.\r\nThis release focuses on better integrating StreamPipes with other systems and data sources and contains UX improvements to ease the development of pipelines.\r\n\r\n## StreamPipes Connect\r\nStreamPipes Connect, which aims to easily connect arbitrary data sources with StreamPipes, has been first introduced as a public beta in version 0.60.0.\r\nVersion 0.61.0 brings many new features to Connect and also implements many bug fixes that now make Connect the recommended way to connect data sources.\r\n\r\nStreamPipes Connect relies on an extensible architecture to connect either generic protocols or specific adapters.\r\n\r\nIn more detail, StreamPipes Connect supports the following protocols, with a completely code-free integration process:\r\n\r\n* Data Streams\r\n    * HTTP/REST\r\n    * MQTT\r\n    * Apache Kafka\r\n    * File\r\n    * ROS (preview)\r\n    * GDELT\r\n\r\n* Data Sets\r\n    * HTTP/REST\r\n    * HDFS\r\n    * File\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-04-04/connect.png\" alt=\"StreamPipes Connect\"/>\r\n\r\nThe next version will also include an adapter for OPC UA, which is currently being tested in a real setting.\r\n\r\nFor protocols that are not yet supported by StreamPipes Connect, a new Maven archetype for easily connecting data sources using the [SDK](/docs/dev-guide-tutorial-sources) is provided.\r\n\r\n## Improved Pipeline Modeling\r\n\r\nOn the UI side, we try to make the graphical modeling of pipelines as simple as possible. Besides some minor improvements (e.g., case-insensitive search for pipeline elements), pipelines are now constantly validated and users get feedback on steps that are still missing (e.g., missing pipeline elements).\r\nAs many other features we are currently implementing, this feature directly comes from a user request - so if you have any suggestions for improvement, let us know!\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-04-04/validation.png\" alt=\"Pipeline Validation\"/>\r\n\r\n\r\n## Reworked Event Model\r\n\r\nOne of the most important features of v0.61.0 is not directly visible to end users, but drastically eases the development of new pipeline elements with the SDK.\r\nFrom this release on, events at runtime are represented in form of a new ``Event Object`` instead of the former ``Map`` representation.\r\nThis feature allows us for much better support of complex data processors which have more than one input data stream and comes with many convenience methods to better extrat fields from an event for processing.\r\n\r\nFor instance, prior to v0.61.0 you had to extract fields from an incoming events as follows:\r\n\r\n```java\r\n@Override\r\n  public void onEvent(Map<String, Object> in, String s, SpOutputCollector out) {\r\n       Integer numberValue = Integer.parseInt(String.valueOf(in.get(MAPPING_PROPERTY_ID));\r\n  }\r\n```\r\n\r\nThe new event model is much simpler and less error-prone:\r\n\r\n```java\r\n public void onEvent(Event in, SpOutputCollector out) throws SpRuntimeException {\r\n    Integer numberValue = in\r\n        .getFieldBySelector(MAPPING_PROPERTY_SELECTOR)\r\n        .getAsPrimitive()\r\n        .getAsInteger();\r\n  }\r\n```\r\n\r\nThe new event model is even more useful in cases where your data streams have a complex nested structure or contain list fields.\r\nIf you connect two data streams containing the same fields to a processor, field names are automatically renamed in the background to avoid naming conflicts.\r\nA complete guide can be found in the [developer guide](/docs/dev-guide-event-model).\r\n\r\n## Documentation\r\n\r\nThe developer guide has been extended:\r\nBesides reworked tutorials on developing new data processors and data sources, the new documentation includes instructions on adding [stream requirements](/docs/dev-guide-stream-requirements), the new [event model](/docs/dev-guide-event-model), and in-depth guides on defining [static properties](/docs/dev-guide-static-properties) and [output strategies](/docs/dev-guide-output-strategies).\r\n\r\n## Other features and improvements\r\n\r\n* SSL support: The UI can now be configured to support SSL, see the [documentation](/docs/dev-guide-ssl) on required configurations in your docker-compose file.\r\n* A new map visualization to visualize spatial data streams\r\n* The customize dialog is now hidden in case no static properties are present\r\n* Adapter descriptions can be exported and imported\r\n* The UI does no longer load any external sources\r\n* Updated Maven archetypes\r\n\r\nSee the [release notes](https://github.com/streampipes/streampipes/releases/tag/0.61.0) for more details.\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:feedback@streampipes.org), [slack](https://slack.streampipes.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!"
-    },
-    {
-      "id": "/2018/11/24/container-cli",
-      "metadata": {
-        "permalink": "/blog/2018/11/24/container-cli",
-        "source": "@site/blog/2018-11-24-container-cli.md",
-        "title": "ContainerCLI: A CLI tool for your Docker Application",
-        "description": "6 minutes to read",
-        "date": "2018-11-24T00:00:00.000Z",
-        "formattedDate": "November 24, 2018",
-        "tags": [],
-        "readingTime": 3.91,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Philipp Zehnder",
-            "url": "http://twitter.com/philipp10der",
-            "imageURL": "/img/zehnder.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "ContainerCLI: A CLI tool for your Docker Application",
-          "author": "Philipp Zehnder",
-          "authorURL": "http://twitter.com/philipp10der",
-          "authorImageURL": "/img/zehnder.png"
-        },
-        "prevItem": {
-          "title": "StreamPipes release 0.61.0",
-          "permalink": "/blog/2019/04/04/release-0610"
-        },
-        "nextItem": {
-          "title": "Preview: StreamPipes release 0.60.0",
-          "permalink": "/blog/2018/09/17/preview-060"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>6 minutes to read</div>**\r\n<br/>\r\n\r\nIn this blog post, we show how we developed a CLI tool to install and manage StreamPipes.\r\nIn addition, we present a template project that enables you to easily create a CLI tool for your own docker application.\r\nAll you need is a working docker-compose.yml file.\r\n\r\n<!--truncate-->\r\n\r\nStreamPipes has a Microservice architecture and we use Docker and Docker Compose for all of our development, testing, and deployment processes.\r\nIn the beginning, we developed the CLI only to ease the installation process (e.g. managing multiple versions), but over time we realized that the tool is much more powerful.\r\nFor example, StreamPipes has multiple developer roles: Some developers are working on the frontend, others on the backend, and some are developing new algorithms and data sinks for StreamPipes.\r\nIn the figure below, you can see different configurations that are used by different developers.\r\nAll services are running in docker, except for the ones the developer is currently working on.\r\nAs a result, we had many different docker-compose.yml files and when we made changes, we had to synchronize them all.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '60%'}} src=\"/img/blog/2018-11-24/roles.png\" alt=\"Three different developer roles\"/>\r\n\r\nTherefore, our goal was to speed up the setup of a development environment, so that developers can focus on their specific programming task.\r\nThat’s why we developed a command line tool that automates the setup of different environments.\r\nAll what is needed is a docker-compose.yml file that describes all services of the application and the template CLI project from [GitHub](https://github.com/streampipes/container-cli).\r\nAfterwards, you need to split up your compose file and create an individual file for each service. Put those files in individual folders in the services folder.\r\nEach folder should have the same name as the service name in the docker-compose file. That’s it!\r\nNow you can use the CLI.\r\nWith the default commands you are able to start, stop, and configure the application. But how is this better than just using docker itself?\r\nThe advantage is the flexibility and extensibility of the tool.\r\nYou can extend the script with tasks you have to perform regularly, like cleaning up volumes, or setting up testing environments.\r\n\r\n\r\nIn the following we will describe the tool in more detail.\r\nYou can see all files and folders of the CLI Tool in the next listing.\r\nThe first file “container-cli.m4” contains the script.\r\nWe use [Argbash](https://argbash.io/), which eases the use of bash script parameters and flags.\r\nIn this file you can easily add new custom commands, flags or other functionalities.\r\nThe next file is the actual bash script. It is generated by argbash.\r\nSince this file is generated automatically, you should not change anything.\r\nThe docker-compose.yml file is the main file.\r\nThis should contain all services, networks, or volume information that is relevant for all the other services of your application.\r\nAll your other services are located in the services folder.\r\nFor each service, create a folder with the name of the service and place a docker-compose.yml in the folder configuring the service.\r\nTherefore, you can copy and paste the configuration from your current docker-compose.yml.\r\nThe script checks the services folder dynamically, this means you can add services at a later point in time without changing anything else.\r\nIn our example, we have four services: Backend, UI, database, and a test database containing data for the end2end tests.\r\nWhich services should be started when running the command **\"container-cli start\"** is defined in the active-service file.\r\nThis file contains the names of all services, each in one line, that should be started.\r\nOften it is required to have multiple configurations of your app. You can save them in the templates folder.\r\nBy running **“container-cli set-template ui_developer”**, you can select the template ui_developer.\r\nWith this command, all services defined in the template are written to the active-services file. (e.g. the ui_developer template contains just the database and backend and the e2e-test template contains the backend, ui, and test-database).\r\n\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '30%'}} src=\"/img/blog/2018-11-24/files.png\" alt=\"Structure of the containter cli project\"/>\r\n\r\n\r\nThe last file is the tmpl_env file.\r\nIt contains configuration variables for the individual services.\r\nThose variables can also be changed by the bash script dynamically, because the tmpl_env file is moved to the .env file in the same folder.\r\nWe use the configuration for example to dynamically set the IP Address of the host system or set the application version.\r\nTo use a variable in a docker-compose file just write it in braces, as shown below.\r\n\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2018-11-24/variables.png\" alt=\"How to use Environment Variables\"/>\r\n\r\nWe hope this tool is helpful for your use case.\r\nWhen you have any problems, feedback, or ideas for improvements, contact us or open an issue on [GitHub](https://github.com/streampipes/container-cli)."
-    },
-    {
-      "id": "/2018/09/17/preview-060",
-      "metadata": {
-        "permalink": "/blog/2018/09/17/preview-060",
-        "source": "@site/blog/2018-09-17-preview-060.md",
-        "title": "Preview: StreamPipes release 0.60.0",
-        "description": "5 minutes to read",
-        "date": "2018-09-17T00:00:00.000Z",
-        "formattedDate": "September 17, 2018",
-        "tags": [],
-        "readingTime": 3.38,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Dominik Riemer",
-            "url": "http://twitter.com/dominikjriemer",
-            "imageURL": "/img/riemer.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "Preview: StreamPipes release 0.60.0",
-          "author": "Dominik Riemer",
-          "authorURL": "http://twitter.com/dominikjriemer",
-          "authorImageURL": "/img/riemer.png"
-        },
-        "prevItem": {
-          "title": "ContainerCLI: A CLI tool for your Docker Application",
-          "permalink": "/blog/2018/11/24/container-cli"
-        },
-        "nextItem": {
-          "title": "How to understand your machine data?",
-          "permalink": "/blog/2018/06/18/how-to-understand-your-machine-data"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\nIt's been a while since our last blog post. However, in the background we are working hard to release the next version of StreamPipes which is currently in the final phase.\r\nIn this post, we'd like to give you a preview of the upcoming StreamPipes version 0.60.0, which brings many new features and improvements.\r\n\r\n<!--truncate-->\r\n\r\nOur first public release is now about 6 months ago. In the meantime, we gathered lots of feedback we got from users concerned with the installation, available pipeline elements and usability.\r\nWe learned what users expect from the tool and really tried to implement feature suggestions from the community.\r\n\r\nHere are the major things you'll find in the next version which will be released by the end of September:\r\n\r\n## Installation and first-time usage\r\nWe aim to make it as easy as possible for first-time users to try and test StreamPipes. Although we have provided Docker images and a docker-compose file from the beginning, we've learned that our target group looks for an easier way to install the tool, without the need to manually configuring things like ports or hostnames.\r\nFor that reason, we have implemented an installer that is already on [Github](https://www.github.com/streampipes/streampipes-installer). With the next release, you'll find an even easier installer along with a dev-installer targeted at more advanced users that allows to configure the services and pipeline element containers you'd like to use in your StreamPipes instance.\r\n\r\nIn addition, we wanted to provide better support for users that are trying to build a pipeline for the first time. Although we provide a tour and a user guide, we are aware that nobody likes reading documentations ;-)\r\nTherefore, the next release includes an interactive product tour that guides you through the first steps with StreamPipes and explains how to build pipelines - right in the pipeline editor!\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2018-09-17/streampipes-060-product-tour.png\" alt=\"Product Tour\"/>\r\n\r\n## StreamPipes Connect\r\n\r\nAlthough the SDK provides a developer-oriented way to connect new data sources, many users have asked us to provide an easier way to connect sources and data streams to StreamPipes.\r\nThe next release includes a beta release of StreamPipes Connect. Connect is a major effort that integrates work we've done over the past year and provides an easy way to integrate your data streams right from the UI.\r\nA data marketplace contains a list of pre-defined adapters (which can be rather generic by selecting a protocol and a data format or quite specific as, e.g., an openSenseMap source).\r\nThese adapters can be configured according to your needs and directly started on a set of worker nodes.\r\n\r\nStreamPipes Connect also lays the foundation for some cool new features that make it even easier to connect sources and will be added over the next months.\r\nIn addition, pre-processing features will be integrated that will support edge computing use cases.\r\n\r\nBe aware that StreamPipes Connect will be released in a rather early version, so don't use it for production yet.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2018-09-17/streampipes-060.png\" alt=\"StreamPipes Connect\"/>\r\n\r\n## Pipeline Elements\r\n\r\nPipeline elements (data processors and sinks) are the part of StreamPipes that generate added-value.\r\nWhile the first release contained a set of around 10 pipeline elements, the next release will provide many new elements that are already integrated.\r\nNew elements will include pattern detection algorithms, geospatial operators, image processing algorithms (e.g., a generic classifier) and even a Slack sink!\r\n\r\nIn total, the next version includes more than 40 pipeline elements and we will add many more during the next months.\r\nThe new pipeline elements are already available on [Github](https://www.github.com/streampipes/streampipes-pipeline-elements) and will be released as Docker images by the end of September.\r\n\r\n## Other features and improvements\r\n\r\n* A new wrapper for the [Siddhi](https://github.com/wso2/siddhi) CEP engine\r\n* various bug fixes and stability improvements\r\n* many UX improvements\r\n* many more, stay tuned for the next blog post!\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:feedback@streampipes.org), [slack](https://slack.streampipes.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!"
-    },
-    {
-      "id": "/2018/06/18/how-to-understand-your-machine-data",
-      "metadata": {
-        "permalink": "/blog/2018/06/18/how-to-understand-your-machine-data",
-        "source": "@site/blog/2018-06-18-how-to-understand-your-machine-data.md",
-        "title": "How to understand your machine data?",
-        "description": "8 minutes to read",
-        "date": "2018-06-18T00:00:00.000Z",
-        "formattedDate": "June 18, 2018",
-        "tags": [],
-        "readingTime": 6.7,
-        "hasTruncateMarker": true,
-        "authors": [
-          {
-            "name": "Philipp Zehnder",
-            "url": "http://twitter.com/philipp10der",
-            "imageURL": "/img/zehnder.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "How to understand your machine data?",
-          "author": "Philipp Zehnder",
-          "authorURL": "http://twitter.com/philipp10der",
-          "authorImageURL": "/img/zehnder.png"
-        },
-        "prevItem": {
-          "title": "Preview: StreamPipes release 0.60.0",
-          "permalink": "/blog/2018/09/17/preview-060"
-        },
-        "nextItem": {
-          "title": "Welcome to StreamPipes!",
-          "permalink": "/blog/2018/06/14/welcome"
-        }
-      },
-      "content": "**<div style={{float: 'left', paddingRight: '40px'}}>8 minutes to read</div>**\r\n<br/>\r\n\r\n\r\nData is the new oil. Probably everybody of you has heard or read this sentence before.\r\nIt is often stated how important data and data understanding is for companies today.\r\nBut what does this actually mean?  How does the data look like that is produced by your machines and systems?\r\nAnd how can we solve the big challenge to turn this raw data into insights that can be understood by humans?\r\n\r\n<!--truncate-->\r\n\r\nWhen it comes to data analytics people often talk about the big players like Google, Facebook, or Netflix which collect a lot of data about their users and their usage behavior.\r\nThe core of their business model is to use data and turn it into profit. Nowadays all companies have the requirement to analyze their data.\r\nBut since this was not originally part of their business model it is very challenging for them to catch up.\r\nTo gain insights from data, it is often referred to advanced analytics and machine learning. Before such techniques can be used some work must be done.\r\nA first, basic part of that is to understand your data. We do that in four steps, as can be seen in figure below.\r\nFirst data sources must be accessed, then they can be integrated and for example be stored in a data lake.\r\nAfter that, we employ rule-based analytics to find patterns and situations.\r\nIn the end, machine learning and advanced analytics algorithms can be used to get more out of the data.\r\nThe idea behind those steps is to generate value as early as possible by collecting the low-hanging fruits first.\r\nWe develop methodologies and tools for the individual steps to also allow domain experts to perform them to bridge the gap between the big tech companies and more traditional industries.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '50%'}} src=\"/img/blog/2018-06-18/01_motivation.png\" alt=\"Motivation Graphic\"/>\r\n\r\nThe questions we try to answer in these blog posts are:\r\n\r\n* **How does data produced by machines look like?**\r\n* **How can machines and other data sources be accessed?**\r\n* **How is it possible to process the continuously produced flow of data?**\r\n\r\nWe illustrate our ideas with an example which we also use during the whole blog series.\r\nThe example is a water circle of a cooling system. You can see such a system in the next image.\r\nIt contains multiple water tanks and pipes that connect those tanks.\r\nWithin the tanks and the pipes are multiple sensors, which measure for example the water level in the tank, the flow rate in the water pipe, or the temperature of the water.\r\nAll those sensors are very simple, they make iterative observations and send the sensed measurements to a computer system.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '70%'}} src=\"/img/blog/2018-06-18/02_anlage.png\" alt=\"Water Circle Image\"/>\r\n\r\nBefore we go into detail, we want to explain the term streaming data, because we focus on machine and sensor data which is continually produced in a streaming fashion.\r\nThe opposite of streaming data are fixed sized data sets, called batch data.\r\nSince always new data is produced by sensors, it is not possible to wait till all data is completely produced and then process it.\r\nDifferent to that is batch data.\r\nThe advantage of batch data is, when the processing starts no new data is added anymore.\r\nStreaming data can also be processed with batch processing systems.\r\nTherefore, a data stream must be separated into fixed chunks which are then processed in a batch fashion.\r\nThis is possible but the more natural fit is to use streaming systems since they were designed to process streaming data.\r\n\r\nIn an environment where we process machine data we have different components.\r\nThe individual components exchange information in the form of **events**.\r\nAll assets continually producing data are called **data sources** (i.e. a sensor, machine or a software system).\r\nTo access these data sources, **adapters** are needed.\r\nAdapters are software components (which can run anywhere, for example directly on the machine or separately on a edge device near the machine) that are able to connect to the data source, extract the sensor information and emit events to the **middleware**.\r\nThe middleware is a central component which is an intermediate between the individual components.\r\nEven if the middleware is a central component, it is not a bottleneck and also not a single point of failure since it is often realized in form of a distributed system.\r\n**Processing systems** can access data from the middleware, transform it and apply algorithms.\r\nThis is the component where the data is analyzed and higher-level information is generated.\r\nIn the end, results can be stored in **data bases**.\r\nFrom there, other applications like for example dashboards can access the calculated results.\r\nThis is the high-level architecture of processing data streams.\r\n\r\n<img class=\"blog-image\" src=\"/img/blog/2018-06-18/03_architecture.png\" alt=\"Overall architecture\"/>\r\n\r\nOnce the events are integrated into a middleware, it must be processed to detect situations and generate higher-level events.\r\nThis can be done in an **Event Processing Network (EPN)**.\r\nAn EPN consists of one or multiple **data sources, event processors** transforming and detecting patterns in the data and finally **data sinks**, which can be data bases, alarms or other systems.\r\nBelow such a pipeline is shown where we have two sensors as data sources: A flow rate sensor measuring the flow rate in a water pipe and a water level sensor in a water tank.\r\nIt further contains three processing elements, each with a different functionality.\r\nThe first one detects increases in the water tank, the second one filters out values under a defined threshold.\r\nThe last of the processing elements detects when both situations occur within a defined time window.\r\nIn the end, we employ a data sink, which triggers a notification for a service technician once the modeled situation occurs.\r\nWe call such instances of EPNs processing **pipelines**.\r\n\r\n<img class=\"blog-image\" src=\"/img/blog/2018-06-18/04_pipeline.png\" alt=\"Example Pipeline\"/>\r\n\r\nThe pipeline in the image before contains three different processing elements.\r\nThose elements contain the actual algorithms.\r\nSuch algorithms can be as easy as simple filters on a sensor value or can also be more complex, such as patterns that occur over a period of time.\r\nBut they can also contain machine learning and advanced analytics algorithms (e.g. neural networks) that perform predictions on data streams.\r\nEvent processors are just an abstraction that take a data stream as an input and expose a “new” data stream.\r\nFurthermore, they contain configuration parameters which can be defined by a user.\r\nWith this concept, we can create reusable components that can be used in many different pipelines.\r\n\r\nThe goal of StreamPipes is to enable domain experts to do their data analysis themselves by providing tooling, where such processing pipelines can be modeled in a graphical user interface and then executed automatically without the need of an IT expert.\r\nProcessing engines which are used as the basis of the processing elements in our solution often require a higher technological understanding.\r\nIf this understanding is available, they can also be used on their own.\r\nWe use such systems, like Apache Flink, Apache Spark or the brand-new KSQL by Confluent, for the processing but provide an abstraction over them to enable domain experts to model pipelines themselves.\r\nThis has also the advantages that individual runtime solutions can be exchanged over time.\r\nFurthermore, we provide a semantic layer for all elements, including data sources, processing elements, and data sinks.\r\nWith that layer, our system is capable of understanding the meaning and further support the user to ensure that just semantically correct pipelines are created.\r\n\r\nIn this first blog post of our series, we gave a first introduction how data produced by machines and systems can be analyzed and value can be generated out of it.\r\nIn the following blog posts we explain the individual parts in more detail to provide you with enough knowledge to start analyzing your own data.\r\n\r\n* **[Part 1: Overview](/docs/blog/2018/06/18/how-to-understand-your-machine-data)**\r\n* Part 2: Data Sources\r\n* Part 3: Data Processing Elements\r\n* Part 4: Data Sinks\r\n* Part 5: Putting it all together (Example Pipeline)\r\n* Part 6: Practical Tips"
-    },
-    {
-      "id": "/2018/06/14/welcome",
-      "metadata": {
-        "permalink": "/blog/2018/06/14/welcome",
-        "source": "@site/blog/2018-06-14-welcome.md",
-        "title": "Welcome to StreamPipes!",
-        "description": "Welcome to our new blog. StreamPipes is the new, easy-to-use self-service data analytics toolbox for the Industrial IoT. In the coming weeks, we'll publish a series of blog posts that explain some ideas of StreamPipes. You'll read about use cases, best practices as well as technical details.",
-        "date": "2018-06-14T00:00:00.000Z",
-        "formattedDate": "June 14, 2018",
-        "tags": [],
-        "readingTime": 0.245,
-        "hasTruncateMarker": false,
-        "authors": [
-          {
-            "name": "Dominik Riemer",
-            "url": "http://twitter.com/dominikjriemer",
-            "imageURL": "/img/riemer.png"
-          }
-        ],
-        "frontMatter": {
-          "title": "Welcome to StreamPipes!",
-          "author": "Dominik Riemer",
-          "authorURL": "http://twitter.com/dominikjriemer",
-          "authorImageURL": "/img/riemer.png"
-        },
-        "prevItem": {
-          "title": "How to understand your machine data?",
-          "permalink": "/blog/2018/06/18/how-to-understand-your-machine-data"
-        }
-      },
-      "content": "Welcome to our new blog. StreamPipes is the new, easy-to-use self-service data analytics toolbox for the Industrial IoT. In the coming weeks, we'll publish a series of blog posts that explain some ideas of StreamPipes. You'll read about use cases, best practices as well as technical details.\r\n\r\nStay tuned!"
-    }
-  ]
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/blog-c06.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/blog-c06.json
deleted file mode 100644
index c5cb132..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/blog-c06.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-  "permalink": "/blog",
-  "page": 1,
-  "postsPerPage": 10,
-  "totalPages": 2,
-  "totalCount": 20,
-  "nextPage": "/blog/page/2",
-  "blogDescription": "Blog",
-  "blogTitle": "Blog"
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/blog-page-2-677.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/blog-page-2-677.json
deleted file mode 100644
index 5a8bcf7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/blog-page-2-677.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-  "permalink": "/blog/page/2",
-  "page": 2,
-  "postsPerPage": 10,
-  "totalPages": 2,
-  "totalCount": 20,
-  "previousPage": "/blog",
-  "blogDescription": "Blog",
-  "blogTitle": "Blog"
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json
deleted file mode 100644
index ab19b0b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
-  "title": "Recent posts",
-  "items": [
-    {
-      "title": "Apache StreamPipes release 0.92.0",
-      "permalink": "/blog/2023/06/16/release-092"
-    },
-    {
-      "title": "Apache StreamPipes release 0.91.0",
-      "permalink": "/blog/2023/04/12/release-091"
-    },
-    {
-      "title": "Apache StreamPipes release 0.90.0",
-      "permalink": "/blog/2023/01/17/release-090"
-    },
-    {
-      "title": "Apache StreamPipes release 0.70.0",
-      "permalink": "/blog/2022/10/13/release-070"
-    },
-    {
-      "title": "Using Factory I/O with StreamPipes",
-      "permalink": "/blog/2022/09/05/using-factory.io-with-streampipes"
-    }
-  ]
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json
deleted file mode 100644
index 3206737..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "name": "docusaurus-plugin-content-blog",
-  "id": "default"
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2018-06-14-welcome-md-6dc.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2018-06-14-welcome-md-6dc.json
deleted file mode 100644
index cbcad8b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2018-06-14-welcome-md-6dc.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
-  "permalink": "/blog/2018/06/14/welcome",
-  "source": "@site/blog/2018-06-14-welcome.md",
-  "title": "Welcome to StreamPipes!",
-  "description": "Welcome to our new blog. StreamPipes is the new, easy-to-use self-service data analytics toolbox for the Industrial IoT. In the coming weeks, we'll publish a series of blog posts that explain some ideas of StreamPipes. You'll read about use cases, best practices as well as technical details.",
-  "date": "2018-06-14T00:00:00.000Z",
-  "formattedDate": "June 14, 2018",
-  "tags": [],
-  "readingTime": 0.245,
-  "hasTruncateMarker": false,
-  "authors": [
-    {
-      "name": "Dominik Riemer",
-      "url": "http://twitter.com/dominikjriemer",
-      "imageURL": "/img/riemer.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "Welcome to StreamPipes!",
-    "author": "Dominik Riemer",
-    "authorURL": "http://twitter.com/dominikjriemer",
-    "authorImageURL": "/img/riemer.png"
-  },
-  "prevItem": {
-    "title": "How to understand your machine data?",
-    "permalink": "/blog/2018/06/18/how-to-understand-your-machine-data"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2018-06-18-how-to-understand-your-machine-data-md-fdc.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2018-06-18-how-to-understand-your-machine-data-md-fdc.json
deleted file mode 100644
index 6e73d42..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2018-06-18-how-to-understand-your-machine-data-md-fdc.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2018/06/18/how-to-understand-your-machine-data",
-  "source": "@site/blog/2018-06-18-how-to-understand-your-machine-data.md",
-  "title": "How to understand your machine data?",
-  "description": "8 minutes to read",
-  "date": "2018-06-18T00:00:00.000Z",
-  "formattedDate": "June 18, 2018",
-  "tags": [],
-  "readingTime": 6.7,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Philipp Zehnder",
-      "url": "http://twitter.com/philipp10der",
-      "imageURL": "/img/zehnder.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "How to understand your machine data?",
-    "author": "Philipp Zehnder",
-    "authorURL": "http://twitter.com/philipp10der",
-    "authorImageURL": "/img/zehnder.png"
-  },
-  "prevItem": {
-    "title": "Preview: StreamPipes release 0.60.0",
-    "permalink": "/blog/2018/09/17/preview-060"
-  },
-  "nextItem": {
-    "title": "Welcome to StreamPipes!",
-    "permalink": "/blog/2018/06/14/welcome"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2018-09-17-preview-060-md-e09.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2018-09-17-preview-060-md-e09.json
deleted file mode 100644
index 0452115..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2018-09-17-preview-060-md-e09.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2018/09/17/preview-060",
-  "source": "@site/blog/2018-09-17-preview-060.md",
-  "title": "Preview: StreamPipes release 0.60.0",
-  "description": "5 minutes to read",
-  "date": "2018-09-17T00:00:00.000Z",
-  "formattedDate": "September 17, 2018",
-  "tags": [],
-  "readingTime": 3.38,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Dominik Riemer",
-      "url": "http://twitter.com/dominikjriemer",
-      "imageURL": "/img/riemer.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "Preview: StreamPipes release 0.60.0",
-    "author": "Dominik Riemer",
-    "authorURL": "http://twitter.com/dominikjriemer",
-    "authorImageURL": "/img/riemer.png"
-  },
-  "prevItem": {
-    "title": "ContainerCLI: A CLI tool for your Docker Application",
-    "permalink": "/blog/2018/11/24/container-cli"
-  },
-  "nextItem": {
-    "title": "How to understand your machine data?",
-    "permalink": "/blog/2018/06/18/how-to-understand-your-machine-data"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2018-11-24-container-cli-md-848.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2018-11-24-container-cli-md-848.json
deleted file mode 100644
index f3422f1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2018-11-24-container-cli-md-848.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2018/11/24/container-cli",
-  "source": "@site/blog/2018-11-24-container-cli.md",
-  "title": "ContainerCLI: A CLI tool for your Docker Application",
-  "description": "6 minutes to read",
-  "date": "2018-11-24T00:00:00.000Z",
-  "formattedDate": "November 24, 2018",
-  "tags": [],
-  "readingTime": 3.91,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Philipp Zehnder",
-      "url": "http://twitter.com/philipp10der",
-      "imageURL": "/img/zehnder.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "ContainerCLI: A CLI tool for your Docker Application",
-    "author": "Philipp Zehnder",
-    "authorURL": "http://twitter.com/philipp10der",
-    "authorImageURL": "/img/zehnder.png"
-  },
-  "prevItem": {
-    "title": "StreamPipes release 0.61.0",
-    "permalink": "/blog/2019/04/04/release-0610"
-  },
-  "nextItem": {
-    "title": "Preview: StreamPipes release 0.60.0",
-    "permalink": "/blog/2018/09/17/preview-060"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-04-04-release-0610-md-e94.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-04-04-release-0610-md-e94.json
deleted file mode 100644
index 7dd54b0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-04-04-release-0610-md-e94.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2019/04/04/release-0610",
-  "source": "@site/blog/2019-04-04-release-0610.md",
-  "title": "StreamPipes release 0.61.0",
-  "description": "5 minutes to read",
-  "date": "2019-04-04T00:00:00.000Z",
-  "formattedDate": "April 4, 2019",
-  "tags": [],
-  "readingTime": 3.555,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Dominik Riemer",
-      "url": "http://twitter.com/dominikjriemer",
-      "imageURL": "/img/riemer.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "StreamPipes release 0.61.0",
-    "author": "Dominik Riemer",
-    "authorURL": "http://twitter.com/dominikjriemer",
-    "authorImageURL": "/img/riemer.png"
-  },
-  "prevItem": {
-    "title": "StreamPipes release 0.62.0",
-    "permalink": "/blog/2019/05/23/release-0620"
-  },
-  "nextItem": {
-    "title": "ContainerCLI: A CLI tool for your Docker Application",
-    "permalink": "/blog/2018/11/24/container-cli"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-23-release-0620-md-d01.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-23-release-0620-md-d01.json
deleted file mode 100644
index ce518c9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-23-release-0620-md-d01.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2019/05/23/release-0620",
-  "source": "@site/blog/2019-05-23-release-0620.md",
-  "title": "StreamPipes release 0.62.0",
-  "description": "6 minutes to read",
-  "date": "2019-05-23T00:00:00.000Z",
-  "formattedDate": "May 23, 2019",
-  "tags": [],
-  "readingTime": 2.89,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Dominik Riemer",
-      "url": "http://twitter.com/dominikjriemer",
-      "imageURL": "/img/riemer.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "StreamPipes release 0.62.0",
-    "author": "Dominik Riemer",
-    "authorURL": "http://twitter.com/dominikjriemer",
-    "authorImageURL": "/img/riemer.png"
-  },
-  "prevItem": {
-    "title": "StreamPipes release 0.63.0",
-    "permalink": "/blog/2019/09/05/release-0630"
-  },
-  "nextItem": {
-    "title": "StreamPipes release 0.61.0",
-    "permalink": "/blog/2019/04/04/release-0610"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-09-05-release-0630-md-1e6.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-09-05-release-0630-md-1e6.json
deleted file mode 100644
index a800e1d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-09-05-release-0630-md-1e6.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2019/09/05/release-0630",
-  "source": "@site/blog/2019-09-05-release-0630.md",
-  "title": "StreamPipes release 0.63.0",
-  "description": "5 minutes to read",
-  "date": "2019-09-05T00:00:00.000Z",
-  "formattedDate": "September 5, 2019",
-  "tags": [],
-  "readingTime": 3.835,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Dominik Riemer",
-      "url": "https://twitter.com/dominikjriemer",
-      "imageURL": "/img/riemer.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "StreamPipes release 0.63.0",
-    "author": "Dominik Riemer",
-    "authorURL": "https://twitter.com/dominikjriemer",
-    "authorImageURL": "/img/riemer.png"
-  },
-  "prevItem": {
-    "title": "StreamPipes release 0.64.0",
-    "permalink": "/blog/2019/09/19/release-0640"
-  },
-  "nextItem": {
-    "title": "StreamPipes release 0.62.0",
-    "permalink": "/blog/2019/05/23/release-0620"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-09-19-release-0640-md-cce.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-09-19-release-0640-md-cce.json
deleted file mode 100644
index 3a2210d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-09-19-release-0640-md-cce.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2019/09/19/release-0640",
-  "source": "@site/blog/2019-09-19-release-0640.md",
-  "title": "StreamPipes release 0.64.0",
-  "description": "5 minutes to read",
-  "date": "2019-09-19T00:00:00.000Z",
-  "formattedDate": "September 19, 2019",
-  "tags": [],
-  "readingTime": 2.115,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Dominik Riemer",
-      "url": "https://twitter.com/dominikjriemer",
-      "imageURL": "/img/riemer.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "StreamPipes release 0.64.0",
-    "author": "Dominik Riemer",
-    "authorURL": "https://twitter.com/dominikjriemer",
-    "authorImageURL": "/img/riemer.png"
-  },
-  "prevItem": {
-    "title": "StreamPipes release 0.65.0",
-    "permalink": "/blog/2019/11/23/release-0650"
-  },
-  "nextItem": {
-    "title": "StreamPipes release 0.63.0",
-    "permalink": "/blog/2019/09/05/release-0630"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-11-23-release-0650-md-2c7.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-11-23-release-0650-md-2c7.json
deleted file mode 100644
index 51a53bd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-11-23-release-0650-md-2c7.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2019/11/23/release-0650",
-  "source": "@site/blog/2019-11-23-release-0650.md",
-  "title": "StreamPipes release 0.65.0",
-  "description": "5 minutes to read",
-  "date": "2019-11-23T00:00:00.000Z",
-  "formattedDate": "November 23, 2019",
-  "tags": [],
-  "readingTime": 2.145,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Dominik Riemer",
-      "url": "https://twitter.com/dominikjriemer",
-      "imageURL": "/img/riemer.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "StreamPipes release 0.65.0",
-    "author": "Dominik Riemer",
-    "authorURL": "https://twitter.com/dominikjriemer",
-    "authorImageURL": "/img/riemer.png"
-  },
-  "prevItem": {
-    "title": "Moving to the Apache Incubator",
-    "permalink": "/blog/2019/11/25/moving-to-the-apache-incubator"
-  },
-  "nextItem": {
-    "title": "StreamPipes release 0.64.0",
-    "permalink": "/blog/2019/09/19/release-0640"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-11-25-moving-to-the-apache-incubator-md-2c1.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-11-25-moving-to-the-apache-incubator-md-2c1.json
deleted file mode 100644
index 3deb274..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-11-25-moving-to-the-apache-incubator-md-2c1.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2019/11/25/moving-to-the-apache-incubator",
-  "source": "@site/blog/2019-11-25-moving-to-the-apache-incubator.md",
-  "title": "Moving to the Apache Incubator",
-  "description": "8 minutes to read",
-  "date": "2019-11-25T00:00:00.000Z",
-  "formattedDate": "November 25, 2019",
-  "tags": [],
-  "readingTime": 3.695,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Dominik Riemer",
-      "url": "https://twitter.com/dominikjriemer",
-      "imageURL": "/img/riemer.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "Moving to the Apache Incubator",
-    "author": "Dominik Riemer",
-    "authorURL": "https://twitter.com/dominikjriemer",
-    "authorImageURL": "/img/riemer.png"
-  },
-  "prevItem": {
-    "title": "StreamPi(pes) - Running StreamPipes on Raspberry Pi",
-    "permalink": "/blog/2020/01/23/streampipes_on_rpi"
-  },
-  "nextItem": {
-    "title": "StreamPipes release 0.65.0",
-    "permalink": "/blog/2019/11/23/release-0650"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2020-01-23-streampipes-on-rpi-md-77a.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2020-01-23-streampipes-on-rpi-md-77a.json
deleted file mode 100644
index e4efb9e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2020-01-23-streampipes-on-rpi-md-77a.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2020/01/23/streampipes_on_rpi",
-  "source": "@site/blog/2020-01-23-streampipes_on_rpi.md",
-  "title": "StreamPi(pes) - Running StreamPipes on Raspberry Pi",
-  "description": "5 minutes to read",
-  "date": "2020-01-23T00:00:00.000Z",
-  "formattedDate": "January 23, 2020",
-  "tags": [],
-  "readingTime": 5.315,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Patrick Wiener",
-      "url": "https://twitter.com/patrickwiener",
-      "imageURL": "/img/wiener.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "StreamPi(pes) - Running StreamPipes on Raspberry Pi",
-    "author": "Patrick Wiener",
-    "authorURL": "https://twitter.com/patrickwiener",
-    "authorImageURL": "/img/wiener.png"
-  },
-  "prevItem": {
-    "title": "Apache StreamPipes release 0.66.0",
-    "permalink": "/blog/2020/05/19/release-0660"
-  },
-  "nextItem": {
-    "title": "Moving to the Apache Incubator",
-    "permalink": "/blog/2019/11/25/moving-to-the-apache-incubator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2020-05-19-release-0660-md-cca.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2020-05-19-release-0660-md-cca.json
deleted file mode 100644
index 7959a7f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2020-05-19-release-0660-md-cca.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2020/05/19/release-0660",
-  "source": "@site/blog/2020-05-19-release-0660.md",
-  "title": "Apache StreamPipes release 0.66.0",
-  "description": "6 minutes to read",
-  "date": "2020-05-19T00:00:00.000Z",
-  "formattedDate": "May 19, 2020",
-  "tags": [],
-  "readingTime": 3.435,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Dominik Riemer",
-      "url": "https://twitter.com/dominikjriemer",
-      "imageURL": "/img/riemer.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "Apache StreamPipes release 0.66.0",
-    "author": "Dominik Riemer",
-    "authorURL": "https://twitter.com/dominikjriemer",
-    "authorImageURL": "/img/riemer.png"
-  },
-  "prevItem": {
-    "title": "Running StreamPipes the Kubernetes-Way using k3s",
-    "permalink": "/blog/2020/05/27/streampipes_on_k3s"
-  },
-  "nextItem": {
-    "title": "StreamPi(pes) - Running StreamPipes on Raspberry Pi",
-    "permalink": "/blog/2020/01/23/streampipes_on_rpi"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2020-05-27-streampipes-on-k-3-s-md-c78.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2020-05-27-streampipes-on-k-3-s-md-c78.json
deleted file mode 100644
index 95eec9b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2020-05-27-streampipes-on-k-3-s-md-c78.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2020/05/27/streampipes_on_k3s",
-  "source": "@site/blog/2020-05-27-streampipes_on_k3s.md",
-  "title": "Running StreamPipes the Kubernetes-Way using k3s",
-  "description": "15 minutes to read",
-  "date": "2020-05-27T00:00:00.000Z",
-  "formattedDate": "May 27, 2020",
-  "tags": [],
-  "readingTime": 11.89,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Patrick Wiener",
-      "url": "https://twitter.com/patrickwiener",
-      "imageURL": "/img/wiener.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "Running StreamPipes the Kubernetes-Way using k3s",
-    "author": "Patrick Wiener",
-    "authorURL": "https://twitter.com/patrickwiener",
-    "authorImageURL": "/img/wiener.png"
-  },
-  "prevItem": {
-    "title": "Apache StreamPipes release 0.68.0",
-    "permalink": "/blog/2021/07/22/_release-0680"
-  },
-  "nextItem": {
-    "title": "Apache StreamPipes release 0.66.0",
-    "permalink": "/blog/2020/05/19/release-0660"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-07-22-release-0680-md-dca.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-07-22-release-0680-md-dca.json
deleted file mode 100644
index e477e32..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-07-22-release-0680-md-dca.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2021/07/22/_release-0680",
-  "source": "@site/blog/2021-07-22_release-0680.md",
-  "title": "Apache StreamPipes release 0.68.0",
-  "description": "8 minutes to read",
-  "date": "2021-07-22T00:00:00.000Z",
-  "formattedDate": "July 22, 2021",
-  "tags": [],
-  "readingTime": 4.505,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Dominik Riemer",
-      "url": "https://twitter.com/dominikjriemer",
-      "imageURL": "/img/riemer.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "Apache StreamPipes release 0.68.0",
-    "author": "Dominik Riemer",
-    "authorURL": "https://twitter.com/dominikjriemer",
-    "authorImageURL": "/img/riemer.png"
-  },
-  "prevItem": {
-    "title": "Apache StreamPipes release 0.69.0",
-    "permalink": "/blog/2022/03/21/_release-0690"
-  },
-  "nextItem": {
-    "title": "Running StreamPipes the Kubernetes-Way using k3s",
-    "permalink": "/blog/2020/05/27/streampipes_on_k3s"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2022-03-21-release-0690-md-c1b.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2022-03-21-release-0690-md-c1b.json
deleted file mode 100644
index 3154857..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2022-03-21-release-0690-md-c1b.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2022/03/21/_release-0690",
-  "source": "@site/blog/2022-03-21_release-0690.md",
-  "title": "Apache StreamPipes release 0.69.0",
-  "description": "5 minutes to read",
-  "date": "2022-03-21T00:00:00.000Z",
-  "formattedDate": "March 21, 2022",
-  "tags": [],
-  "readingTime": 3.79,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Dominik Riemer",
-      "url": "https://twitter.com/dominikjriemer",
-      "imageURL": "/img/riemer.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "Apache StreamPipes release 0.69.0",
-    "author": "Dominik Riemer",
-    "authorURL": "https://twitter.com/dominikjriemer",
-    "authorImageURL": "/img/riemer.png"
-  },
-  "prevItem": {
-    "title": "Using Factory I/O with StreamPipes",
-    "permalink": "/blog/2022/09/05/using-factory.io-with-streampipes"
-  },
-  "nextItem": {
-    "title": "Apache StreamPipes release 0.68.0",
-    "permalink": "/blog/2021/07/22/_release-0680"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2022-09-05-using-factory-io-with-streampipes-md-2d4.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2022-09-05-using-factory-io-with-streampipes-md-2d4.json
deleted file mode 100644
index b4609e2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2022-09-05-using-factory-io-with-streampipes-md-2d4.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
-  "permalink": "/blog/2022/09/05/using-factory.io-with-streampipes",
-  "source": "@site/blog/2022-09-05-using-factory.io-with-streampipes.md",
-  "title": "Using Factory I/O with StreamPipes",
-  "description": "10 minutes to read",
-  "date": "2022-09-05T00:00:00.000Z",
-  "formattedDate": "September 5, 2022",
-  "tags": [],
-  "readingTime": 5.5,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Sven Oehler"
-    }
-  ],
-  "frontMatter": {
-    "title": "Using Factory I/O with StreamPipes",
-    "author": "Sven Oehler"
-  },
-  "prevItem": {
-    "title": "Apache StreamPipes release 0.70.0",
-    "permalink": "/blog/2022/10/13/release-070"
-  },
-  "nextItem": {
-    "title": "Apache StreamPipes release 0.69.0",
-    "permalink": "/blog/2022/03/21/_release-0690"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2022-10-13-release-070-md-71a.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2022-10-13-release-070-md-71a.json
deleted file mode 100644
index 6a2ec31..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2022-10-13-release-070-md-71a.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2022/10/13/release-070",
-  "source": "@site/blog/2022-10-13-release-070.md",
-  "title": "Apache StreamPipes release 0.70.0",
-  "description": "6 minutes to read",
-  "date": "2022-10-13T00:00:00.000Z",
-  "formattedDate": "October 13, 2022",
-  "tags": [],
-  "readingTime": 4.38,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Tim Bossenmaier",
-      "url": "https://github.com/bossenti",
-      "imageURL": "/img/bossenmaier.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "Apache StreamPipes release 0.70.0",
-    "author": "Tim Bossenmaier",
-    "authorURL": "https://github.com/bossenti",
-    "authorImageURL": "/img/bossenmaier.png"
-  },
-  "prevItem": {
-    "title": "Apache StreamPipes release 0.90.0",
-    "permalink": "/blog/2023/01/17/release-090"
-  },
-  "nextItem": {
-    "title": "Using Factory I/O with StreamPipes",
-    "permalink": "/blog/2022/09/05/using-factory.io-with-streampipes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2023-01-17-release-090-md-095.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2023-01-17-release-090-md-095.json
deleted file mode 100644
index b7297d1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2023-01-17-release-090-md-095.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2023/01/17/release-090",
-  "source": "@site/blog/2023-01-17-release-090.md",
-  "title": "Apache StreamPipes release 0.90.0",
-  "description": "5 minutes to read",
-  "date": "2023-01-17T00:00:00.000Z",
-  "formattedDate": "January 17, 2023",
-  "tags": [],
-  "readingTime": 3.66,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Dominik Riemer",
-      "url": "https://github.com/dominikriemer",
-      "imageURL": "/img/riemer.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "Apache StreamPipes release 0.90.0",
-    "author": "Dominik Riemer",
-    "authorURL": "https://github.com/dominikriemer",
-    "authorImageURL": "/img/riemer.png"
-  },
-  "prevItem": {
-    "title": "Apache StreamPipes release 0.91.0",
-    "permalink": "/blog/2023/04/12/release-091"
-  },
-  "nextItem": {
-    "title": "Apache StreamPipes release 0.70.0",
-    "permalink": "/blog/2022/10/13/release-070"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2023-04-12-release-091-md-7e3.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2023-04-12-release-091-md-7e3.json
deleted file mode 100644
index cefb472..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2023-04-12-release-091-md-7e3.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "permalink": "/blog/2023/04/12/release-091",
-  "source": "@site/blog/2023-04-12-release-091.md",
-  "title": "Apache StreamPipes release 0.91.0",
-  "description": "14 minutes to read",
-  "date": "2023-04-12T00:00:00.000Z",
-  "formattedDate": "April 12, 2023",
-  "tags": [],
-  "readingTime": 4.72,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Tim Bossenmaier",
-      "url": "https://github.com/bossenti",
-      "imageURL": "/img/bossenmaier.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "Apache StreamPipes release 0.91.0",
-    "author": "Tim Bossenmaier",
-    "authorURL": "https://github.com/bossenti",
-    "authorImageURL": "/img/bossenmaier.png"
-  },
-  "prevItem": {
-    "title": "Apache StreamPipes release 0.92.0",
-    "permalink": "/blog/2023/06/16/release-092"
-  },
-  "nextItem": {
-    "title": "Apache StreamPipes release 0.90.0",
-    "permalink": "/blog/2023/01/17/release-090"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2023-06-16-release-092-md-8a0.json b/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2023-06-16-release-092-md-8a0.json
deleted file mode 100644
index 5bb4ab0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2023-06-16-release-092-md-8a0.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
-  "permalink": "/blog/2023/06/16/release-092",
-  "source": "@site/blog/2023-06-16-release-092.md",
-  "title": "Apache StreamPipes release 0.92.0",
-  "description": "8 minutes to read",
-  "date": "2023-06-16T00:00:00.000Z",
-  "formattedDate": "June 16, 2023",
-  "tags": [],
-  "readingTime": 2.255,
-  "hasTruncateMarker": true,
-  "authors": [
-    {
-      "name": "Philipp Zehnder",
-      "url": "https://github.com/tenthe",
-      "imageURL": "/img/zehnder.png"
-    }
-  ],
-  "frontMatter": {
-    "title": "Apache StreamPipes release 0.92.0",
-    "author": "Philipp Zehnder",
-    "authorURL": "https://github.com/tenthe",
-    "authorImageURL": "/img/zehnder.png"
-  },
-  "nextItem": {
-    "title": "Apache StreamPipes release 0.91.0",
-    "permalink": "/blog/2023/04/12/release-091"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json
deleted file mode 100644
index 3818ad0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "name": "docusaurus-plugin-content-docs",
-  "id": "default"
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-01-try-installation-md-492.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-01-try-installation-md-492.json
deleted file mode 100644
index 1bb14ce..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-01-try-installation-md-492.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "try-installation",
-  "id": "try-installation",
-  "title": "Installation",
-  "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-  "source": "@site/../docs/01_try-installation.md",
-  "sourceDirName": ".",
-  "slug": "/try-installation",
-  "permalink": "/docs/next/try-installation",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Overview",
-    "permalink": "/docs/next/user-guide-introduction"
-  },
-  "next": {
-    "title": "Introduction",
-    "permalink": "/docs/next/introduction"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-01-try-overview-md-022.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-01-try-overview-md-022.json
deleted file mode 100644
index 6e8f014..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-01-try-overview-md-022.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction",
-  "id": "user-guide-introduction",
-  "title": "Apache StreamPipes Documentation",
-  "description": "This is the documentation of Apache StreamPipes.",
-  "source": "@site/../docs/01_try-overview.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction",
-  "permalink": "/docs/next/user-guide-introduction",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "user-guide-introduction",
-    "title": "Apache StreamPipes Documentation",
-    "sidebar_label": "Overview"
-  },
-  "sidebar": "documentation",
-  "next": {
-    "title": "Installation",
-    "permalink": "/docs/next/try-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-01-try-tutorial-md-fae.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-01-try-tutorial-md-fae.json
deleted file mode 100644
index b3c2cfd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-01-try-tutorial-md-fae.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "try-tutorial",
-  "id": "try-tutorial",
-  "title": "Interactive Tutorial",
-  "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox.",
-  "source": "@site/../docs/01_try-tutorial.md",
-  "sourceDirName": ".",
-  "slug": "/try-tutorial",
-  "permalink": "/docs/next/try-tutorial",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-tutorial",
-    "title": "Interactive Tutorial",
-    "sidebar_label": "Interactive Tutorial"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-concepts-adapter-md-12e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-concepts-adapter-md-12e.json
deleted file mode 100644
index c30a58d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-concepts-adapter-md-12e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "concepts-adapter",
-  "id": "concepts-adapter",
-  "title": "Data Adapters",
-  "description": "tbd",
-  "source": "@site/../docs/02_concepts-adapter.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-adapter",
-  "permalink": "/docs/next/concepts-adapter",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-adapter",
-    "title": "Data Adapters",
-    "sidebar_label": "Data Adapters"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-concepts-data-streams-md-29d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-concepts-data-streams-md-29d.json
deleted file mode 100644
index 9d243dc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-concepts-data-streams-md-29d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "concepts-data-streams",
-  "id": "concepts-data-streams",
-  "title": "Data Streams",
-  "description": "tbd",
-  "source": "@site/../docs/02_concepts-data-streams.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-data-streams",
-  "permalink": "/docs/next/concepts-data-streams",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-data-streams",
-    "title": "Data Streams",
-    "sidebar_label": "Data Streams"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-concepts-glossary-md-f71.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-concepts-glossary-md-f71.json
deleted file mode 100644
index fd65819..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-concepts-glossary-md-f71.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "concepts-glossary",
-  "id": "concepts-glossary",
-  "title": "Glossary",
-  "description": "tbd",
-  "source": "@site/../docs/02_concepts-glossary.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-glossary",
-  "permalink": "/docs/next/concepts-glossary",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-glossary",
-    "title": "Glossary",
-    "sidebar_label": "Glossary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-concepts-overview-md-a88.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-concepts-overview-md-a88.json
deleted file mode 100644
index 5acd919..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-concepts-overview-md-a88.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "concepts-overview",
-  "id": "concepts-overview",
-  "title": "StreamPipes Concepts",
-  "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-  "source": "@site/../docs/02_concepts-overview.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-overview",
-  "permalink": "/docs/next/concepts-overview",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-overview",
-    "title": "StreamPipes Concepts",
-    "sidebar_label": "Overview"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Introduction",
-    "permalink": "/docs/next/introduction"
-  },
-  "next": {
-    "title": "StreamPipes Connect",
-    "permalink": "/docs/next/use-connect"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-concepts-pipeline-md-cb9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-concepts-pipeline-md-cb9.json
deleted file mode 100644
index 8e30eba..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-concepts-pipeline-md-cb9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "concepts-pipelines",
-  "id": "concepts-pipelines",
-  "title": "Pipelines",
-  "description": "tbd",
-  "source": "@site/../docs/02_concepts-pipeline.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-pipelines",
-  "permalink": "/docs/next/concepts-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-pipelines",
-    "title": "Pipelines",
-    "sidebar_label": "Pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-introduction-md-9b6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-introduction-md-9b6.json
deleted file mode 100644
index 6b61df0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-02-introduction-md-9b6.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "introduction",
-  "id": "introduction",
-  "title": "Introduction",
-  "description": "What is StreamPipes?",
-  "source": "@site/../docs/02_introduction.md",
-  "sourceDirName": ".",
-  "slug": "/introduction",
-  "permalink": "/docs/next/introduction",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "introduction",
-    "title": "Introduction",
-    "sidebar_label": "Introduction"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Installation",
-    "permalink": "/docs/next/try-installation"
-  },
-  "next": {
-    "title": "Overview",
-    "permalink": "/docs/next/concepts-overview"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-configurations-md-03d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-configurations-md-03d.json
deleted file mode 100644
index 16f2458..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-configurations-md-03d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-configurations",
-  "id": "use-configurations",
-  "title": "Configurations",
-  "description": "The configuration section is an admin-only interface for system-wide settings.",
-  "source": "@site/../docs/03_use-configurations.md",
-  "sourceDirName": ".",
-  "slug": "/use-configurations",
-  "permalink": "/docs/next/use-configurations",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-configurations",
-    "title": "Configurations",
-    "sidebar_label": "Configurations"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Install Pipeline Elements",
-    "permalink": "/docs/next/use-install-pipeline-elements"
-  },
-  "next": {
-    "title": "Apache Kafka",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-connect-md-0df.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-connect-md-0df.json
deleted file mode 100644
index 3207523..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-connect-md-0df.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-connect",
-  "id": "use-connect",
-  "title": "StreamPipes Connect",
-  "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-  "source": "@site/../docs/03_use-connect.md",
-  "sourceDirName": ".",
-  "slug": "/use-connect",
-  "permalink": "/docs/next/use-connect",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-connect",
-    "title": "StreamPipes Connect",
-    "sidebar_label": "StreamPipes Connect"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Overview",
-    "permalink": "/docs/next/concepts-overview"
-  },
-  "next": {
-    "title": "Pipeline Editor",
-    "permalink": "/docs/next/use-pipeline-editor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-dashboard-md-d43.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-dashboard-md-d43.json
deleted file mode 100644
index 22a18aa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-dashboard-md-d43.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-dashboard",
-  "id": "use-dashboard",
-  "title": "Live Dashboard",
-  "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-  "source": "@site/../docs/03_use-dashboard.md",
-  "sourceDirName": ".",
-  "slug": "/use-dashboard",
-  "permalink": "/docs/next/use-dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-dashboard",
-    "title": "Live Dashboard",
-    "sidebar_label": "Live Dashboard"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Managing Pipelines",
-    "permalink": "/docs/next/use-managing-pipelines"
-  },
-  "next": {
-    "title": "Data Explorer",
-    "permalink": "/docs/next/use-data-explorer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-data-explorer-md-6d8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-data-explorer-md-6d8.json
deleted file mode 100644
index 0b2057f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-data-explorer-md-6d8.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-data-explorer",
-  "id": "use-data-explorer",
-  "title": "Data Explorer",
-  "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-  "source": "@site/../docs/03_use-data-explorer.md",
-  "sourceDirName": ".",
-  "slug": "/use-data-explorer",
-  "permalink": "/docs/next/use-data-explorer",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-data-explorer",
-    "title": "Data Explorer",
-    "sidebar_label": "Data Explorer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Live Dashboard",
-    "permalink": "/docs/next/use-dashboard"
-  },
-  "next": {
-    "title": "Notifications",
-    "permalink": "/docs/next/use-notifications"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-install-pipeline-elements-md-512.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-install-pipeline-elements-md-512.json
deleted file mode 100644
index bd8d6d6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-install-pipeline-elements-md-512.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-install-pipeline-elements",
-  "id": "use-install-pipeline-elements",
-  "title": "Install Pipeline Elements",
-  "description": "Install Pipeline Elements",
-  "source": "@site/../docs/03_use-install-pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/use-install-pipeline-elements",
-  "permalink": "/docs/next/use-install-pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-install-pipeline-elements",
-    "title": "Install Pipeline Elements",
-    "sidebar_label": "Install Pipeline Elements"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Notifications",
-    "permalink": "/docs/next/use-notifications"
-  },
-  "next": {
-    "title": "Configurations",
-    "permalink": "/docs/next/use-configurations"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-managing-pipelines-md-a7b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-managing-pipelines-md-a7b.json
deleted file mode 100644
index 464d589..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-managing-pipelines-md-a7b.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-managing-pipelines",
-  "id": "use-managing-pipelines",
-  "title": "Managing Pipelines",
-  "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-  "source": "@site/../docs/03_use-managing-pipelines.md",
-  "sourceDirName": ".",
-  "slug": "/use-managing-pipelines",
-  "permalink": "/docs/next/use-managing-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-managing-pipelines",
-    "title": "Managing Pipelines",
-    "sidebar_label": "Managing Pipelines"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Pipeline Editor",
-    "permalink": "/docs/next/use-pipeline-editor"
-  },
-  "next": {
-    "title": "Live Dashboard",
-    "permalink": "/docs/next/use-dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-notifications-md-ee1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-notifications-md-ee1.json
deleted file mode 100644
index 5d832f1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-notifications-md-ee1.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-notifications",
-  "id": "use-notifications",
-  "title": "Notifications",
-  "description": "The notification module can be used to create internal notifications.",
-  "source": "@site/../docs/03_use-notifications.md",
-  "sourceDirName": ".",
-  "slug": "/use-notifications",
-  "permalink": "/docs/next/use-notifications",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-notifications",
-    "title": "Notifications",
-    "sidebar_label": "Notifications"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Data Explorer",
-    "permalink": "/docs/next/use-data-explorer"
-  },
-  "next": {
-    "title": "Install Pipeline Elements",
-    "permalink": "/docs/next/use-install-pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-pipeline-editor-md-641.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-pipeline-editor-md-641.json
deleted file mode 100644
index 2dd4d24..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-03-use-pipeline-editor-md-641.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-pipeline-editor",
-  "id": "use-pipeline-editor",
-  "title": "Pipeline Editor",
-  "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-  "source": "@site/../docs/03_use-pipeline-editor.md",
-  "sourceDirName": ".",
-  "slug": "/use-pipeline-editor",
-  "permalink": "/docs/next/use-pipeline-editor",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-pipeline-editor",
-    "title": "Pipeline Editor",
-    "sidebar_label": "Pipeline Editor"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "StreamPipes Connect",
-    "permalink": "/docs/next/use-connect"
-  },
-  "next": {
-    "title": "Managing Pipelines",
-    "permalink": "/docs/next/use-managing-pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-05-deploy-docker-md-6ce.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-05-deploy-docker-md-6ce.json
deleted file mode 100644
index 379afc1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-05-deploy-docker-md-6ce.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "deploy-docker",
-  "id": "deploy-docker",
-  "title": "Docker Deployment",
-  "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-  "source": "@site/../docs/05_deploy-docker.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-docker",
-  "permalink": "/docs/next/deploy-docker",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-docker",
-    "title": "Docker Deployment",
-    "sidebar_label": "Docker Deployment"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Telegram Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-  },
-  "next": {
-    "title": "Kubernetes Deployment",
-    "permalink": "/docs/next/deploy-kubernetes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-05-deploy-environment-variables-md-8a7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-05-deploy-environment-variables-md-8a7.json
deleted file mode 100644
index 872e8dc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-05-deploy-environment-variables-md-8a7.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-  "unversionedId": "deploy-environment-variables",
-  "id": "deploy-environment-variables",
-  "title": "deploy-environment-variables",
-  "description": "---",
-  "source": "@site/../docs/05_deploy-environment-variables.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-environment-variables",
-  "permalink": "/docs/next/deploy-environment-variables",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {}
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-05-deploy-kubernetes-md-27a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-05-deploy-kubernetes-md-27a.json
deleted file mode 100644
index cc3fd5f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-05-deploy-kubernetes-md-27a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "deploy-kubernetes",
-  "id": "deploy-kubernetes",
-  "title": "Kubernetes Deployment",
-  "description": "Prerequisites",
-  "source": "@site/../docs/05_deploy-kubernetes.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-kubernetes",
-  "permalink": "/docs/next/deploy-kubernetes",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-kubernetes",
-    "title": "Kubernetes Deployment",
-    "sidebar_label": "Kubernetes Deployment"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Docker Deployment",
-    "permalink": "/docs/next/deploy-docker"
-  },
-  "next": {
-    "title": "Use SSL",
-    "permalink": "/docs/next/deploy-use-ssl"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-05-deploy-security-md-72d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-05-deploy-security-md-72d.json
deleted file mode 100644
index e7b7f37..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-05-deploy-security-md-72d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "deploy-security",
-  "id": "deploy-security",
-  "title": "Security",
-  "description": "Overriding default settings",
-  "source": "@site/../docs/05_deploy-security.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-security",
-  "permalink": "/docs/next/deploy-security",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-security",
-    "title": "Security",
-    "sidebar_label": "Security"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Use SSL",
-    "permalink": "/docs/next/deploy-use-ssl"
-  },
-  "next": {
-    "title": "Development Setup",
-    "permalink": "/docs/next/extend-setup"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-05-deploy-use-ssl-md-1d7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-05-deploy-use-ssl-md-1d7.json
deleted file mode 100644
index 9e35c57..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-05-deploy-use-ssl-md-1d7.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "deploy-use-ssl",
-  "id": "deploy-use-ssl",
-  "title": "Use SSL",
-  "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-  "source": "@site/../docs/05_deploy-use-ssl.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-use-ssl",
-  "permalink": "/docs/next/deploy-use-ssl",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-use-ssl",
-    "title": "Use SSL",
-    "sidebar_label": "Use SSL"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Kubernetes Deployment",
-    "permalink": "/docs/next/deploy-kubernetes"
-  },
-  "next": {
-    "title": "Security",
-    "permalink": "/docs/next/deploy-security"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-archetypes-md-ad6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-archetypes-md-ad6.json
deleted file mode 100644
index 30c63f4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-archetypes-md-ad6.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-archetypes",
-  "id": "extend-archetypes",
-  "title": "Maven Archetypes",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/../docs/06_extend-archetypes.md",
-  "sourceDirName": ".",
-  "slug": "/extend-archetypes",
-  "permalink": "/docs/next/extend-archetypes",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-archetypes",
-    "title": "Maven Archetypes",
-    "sidebar_label": "Maven Archetypes"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "StreamPipes CLI",
-    "permalink": "/docs/next/extend-cli"
-  },
-  "next": {
-    "title": "Your first data processor",
-    "permalink": "/docs/next/extend-first-processor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-cli-md-983.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-cli-md-983.json
deleted file mode 100644
index b04b46b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-cli-md-983.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-cli",
-  "id": "extend-cli",
-  "title": "StreamPipes CLI",
-  "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-  "source": "@site/../docs/06_extend-cli.md",
-  "sourceDirName": ".",
-  "slug": "/extend-cli",
-  "permalink": "/docs/next/extend-cli",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-cli",
-    "title": "StreamPipes CLI",
-    "sidebar_label": "StreamPipes CLI"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Development Setup",
-    "permalink": "/docs/next/extend-setup"
-  },
-  "next": {
-    "title": "Maven Archetypes",
-    "permalink": "/docs/next/extend-archetypes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-first-processor-md-1aa.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-first-processor-md-1aa.json
deleted file mode 100644
index b80b83d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-first-processor-md-1aa.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-first-processor",
-  "id": "extend-first-processor",
-  "title": "Your first data processor",
-  "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-  "source": "@site/../docs/06_extend-first-processor.md",
-  "sourceDirName": ".",
-  "slug": "/extend-first-processor",
-  "permalink": "/docs/next/extend-first-processor",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-first-processor",
-    "title": "Your first data processor",
-    "sidebar_label": "Your first data processor"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Maven Archetypes",
-    "permalink": "/docs/next/extend-archetypes"
-  },
-  "next": {
-    "title": "Tutorial: Data Sources",
-    "permalink": "/docs/next/extend-tutorial-data-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-event-model-md-075.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-event-model-md-075.json
deleted file mode 100644
index 87e26d4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-event-model-md-075.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-sdk-event-model",
-  "id": "extend-sdk-event-model",
-  "title": "SDK Guide: Event Model",
-  "description": "Introduction",
-  "source": "@site/../docs/06_extend-sdk-event-model.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-event-model",
-  "permalink": "/docs/next/extend-sdk-event-model",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-event-model",
-    "title": "SDK Guide: Event Model",
-    "sidebar_label": "SDK: Event Model"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Functions",
-    "permalink": "/docs/next/extend-sdk-functions"
-  },
-  "next": {
-    "title": "SDK: Stream Requirements",
-    "permalink": "/docs/next/extend-sdk-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-functions-md-e7d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-functions-md-e7d.json
deleted file mode 100644
index 13766e9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-functions-md-e7d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-sdk-functions",
-  "id": "extend-sdk-functions",
-  "title": "SDK Guide: Functions",
-  "description": "Introduction",
-  "source": "@site/../docs/06_extend-sdk-functions.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-functions",
-  "permalink": "/docs/next/extend-sdk-functions",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-functions",
-    "title": "SDK Guide: Functions",
-    "sidebar_label": "SDK: Functions"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tutorial: Data Sinks",
-    "permalink": "/docs/next/extend-tutorial-data-sinks"
-  },
-  "next": {
-    "title": "SDK: Event Model",
-    "permalink": "/docs/next/extend-sdk-event-model"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-migration-sd-md-94c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-migration-sd-md-94c.json
deleted file mode 100644
index 32f9e04..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-migration-sd-md-94c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-sdk-migration-service-discovery",
-  "id": "extend-sdk-migration-service-discovery",
-  "title": "Migration Guide: New Service Discovery in 0.69.0",
-  "description": "Introduction",
-  "source": "@site/../docs/06_extend-sdk-migration-sd.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-migration-service-discovery",
-  "permalink": "/docs/next/extend-sdk-migration-service-discovery",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-migration-service-discovery",
-    "title": "Migration Guide: New Service Discovery in 0.69.0",
-    "sidebar_label": "Migration Guide: 0.69.0"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Output Strategies",
-    "permalink": "/docs/next/extend-sdk-output-strategies"
-  },
-  "next": {
-    "title": "Architecture",
-    "permalink": "/docs/next/technicals-architecture"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-output-strategies-md-547.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-output-strategies-md-547.json
deleted file mode 100644
index ad6eeed..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-output-strategies-md-547.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-sdk-output-strategies",
-  "id": "extend-sdk-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/../docs/06_extend-sdk-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-output-strategies",
-  "permalink": "/docs/next/extend-sdk-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "SDK: Output Strategies"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Static Properties",
-    "permalink": "/docs/next/extend-sdk-static-properties"
-  },
-  "next": {
-    "title": "Migration Guide: 0.69.0",
-    "permalink": "/docs/next/extend-sdk-migration-service-discovery"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-static-properties-md-aeb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-static-properties-md-aeb.json
deleted file mode 100644
index ad5a385..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-static-properties-md-aeb.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-sdk-static-properties",
-  "id": "extend-sdk-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/../docs/06_extend-sdk-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-static-properties",
-  "permalink": "/docs/next/extend-sdk-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "SDK: Static Properties"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Stream Requirements",
-    "permalink": "/docs/next/extend-sdk-stream-requirements"
-  },
-  "next": {
-    "title": "SDK: Output Strategies",
-    "permalink": "/docs/next/extend-sdk-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-stream-requirements-md-176.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-stream-requirements-md-176.json
deleted file mode 100644
index 66be5e9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-sdk-stream-requirements-md-176.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-sdk-stream-requirements",
-  "id": "extend-sdk-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/../docs/06_extend-sdk-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-stream-requirements",
-  "permalink": "/docs/next/extend-sdk-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "SDK: Stream Requirements"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Event Model",
-    "permalink": "/docs/next/extend-sdk-event-model"
-  },
-  "next": {
-    "title": "SDK: Static Properties",
-    "permalink": "/docs/next/extend-sdk-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-setup-md-7ee.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-setup-md-7ee.json
deleted file mode 100644
index 7e53102..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-setup-md-7ee.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-setup",
-  "id": "extend-setup",
-  "title": "Development Setup",
-  "description": "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.",
-  "source": "@site/../docs/06_extend-setup.md",
-  "sourceDirName": ".",
-  "slug": "/extend-setup",
-  "permalink": "/docs/next/extend-setup",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-setup",
-    "title": "Development Setup",
-    "sidebar_label": "Development Setup"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Security",
-    "permalink": "/docs/next/deploy-security"
-  },
-  "next": {
-    "title": "StreamPipes CLI",
-    "permalink": "/docs/next/extend-cli"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-tutorial-data-processors-md-a57.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-tutorial-data-processors-md-a57.json
deleted file mode 100644
index a93ea6b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-tutorial-data-processors-md-a57.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-processors",
-  "id": "extend-tutorial-data-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor.",
-  "source": "@site/../docs/06_extend-tutorial-data-processors.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-processors",
-  "permalink": "/docs/next/extend-tutorial-data-processors",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tutorial: Data Sources",
-    "permalink": "/docs/next/extend-tutorial-data-sources"
-  },
-  "next": {
-    "title": "Tutorial: Data Sinks",
-    "permalink": "/docs/next/extend-tutorial-data-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-tutorial-data-sinks-md-954.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-tutorial-data-sinks-md-954.json
deleted file mode 100644
index 6a03b80..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-tutorial-data-sinks-md-954.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sinks",
-  "id": "extend-tutorial-data-sinks",
-  "title": "Tutorial: Data Sinks",
-  "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-  "source": "@site/../docs/06_extend-tutorial-data-sinks.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sinks",
-  "permalink": "/docs/next/extend-tutorial-data-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sinks",
-    "title": "Tutorial: Data Sinks",
-    "sidebar_label": "Tutorial: Data Sinks"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tutorial: Data Processors",
-    "permalink": "/docs/next/extend-tutorial-data-processors"
-  },
-  "next": {
-    "title": "SDK: Functions",
-    "permalink": "/docs/next/extend-sdk-functions"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-tutorial-data-sources-md-120.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-tutorial-data-sources-md-120.json
deleted file mode 100644
index 31fd689..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-06-extend-tutorial-data-sources-md-120.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sources",
-  "id": "extend-tutorial-data-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/../docs/06_extend-tutorial-data-sources.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sources",
-  "permalink": "/docs/next/extend-tutorial-data-sources",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Your first data processor",
-    "permalink": "/docs/next/extend-first-processor"
-  },
-  "next": {
-    "title": "Tutorial: Data Processors",
-    "permalink": "/docs/next/extend-tutorial-data-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-07-technicals-architecture-md-9cd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-07-technicals-architecture-md-9cd.json
deleted file mode 100644
index 1feba72..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-07-technicals-architecture-md-9cd.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "technicals-architecture",
-  "id": "technicals-architecture",
-  "title": "Architecture",
-  "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-  "source": "@site/../docs/07_technicals-architecture.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-architecture",
-  "permalink": "/docs/next/technicals-architecture",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-architecture",
-    "title": "Architecture",
-    "sidebar_label": "Architecture"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Migration Guide: 0.69.0",
-    "permalink": "/docs/next/extend-sdk-migration-service-discovery"
-  },
-  "next": {
-    "title": "User Guidance",
-    "permalink": "/docs/next/technicals-user-guidance"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-07-technicals-configuration-md-737.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-07-technicals-configuration-md-737.json
deleted file mode 100644
index ddc3f8f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-07-technicals-configuration-md-737.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "technicals-configuration",
-  "id": "technicals-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/../docs/07_technicals-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-configuration",
-  "permalink": "/docs/next/technicals-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Messaging",
-    "permalink": "/docs/next/technicals-messaging"
-  },
-  "next": {
-    "title": "Get Help",
-    "permalink": "/docs/next/community-get-help"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-07-technicals-messaging-md-e11.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-07-technicals-messaging-md-e11.json
deleted file mode 100644
index 50cfce0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-07-technicals-messaging-md-e11.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "technicals-messaging",
-  "id": "technicals-messaging",
-  "title": "Messaging",
-  "description": "tbd",
-  "source": "@site/../docs/07_technicals-messaging.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-messaging",
-  "permalink": "/docs/next/technicals-messaging",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-messaging",
-    "title": "Messaging",
-    "sidebar_label": "Messaging"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Runtime Wrappers",
-    "permalink": "/docs/next/technicals-runtime-wrappers"
-  },
-  "next": {
-    "title": "Configuration",
-    "permalink": "/docs/next/technicals-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-07-technicals-runtime-wrappers-md-307.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-07-technicals-runtime-wrappers-md-307.json
deleted file mode 100644
index 161dc95..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-07-technicals-runtime-wrappers-md-307.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "technicals-runtime-wrappers",
-  "id": "technicals-runtime-wrappers",
-  "title": "Runtime Wrappers",
-  "description": "tbd",
-  "source": "@site/../docs/07_technicals-runtime-wrappers.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-runtime-wrappers",
-  "permalink": "/docs/next/technicals-runtime-wrappers",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-runtime-wrappers",
-    "title": "Runtime Wrappers",
-    "sidebar_label": "Runtime Wrappers"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "User Guidance",
-    "permalink": "/docs/next/technicals-user-guidance"
-  },
-  "next": {
-    "title": "Messaging",
-    "permalink": "/docs/next/technicals-messaging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-07-technicals-user-guidance-md-84f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-07-technicals-user-guidance-md-84f.json
deleted file mode 100644
index 62a7de9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-07-technicals-user-guidance-md-84f.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "technicals-user-guidance",
-  "id": "technicals-user-guidance",
-  "title": "User Guidance",
-  "description": "tbd",
-  "source": "@site/../docs/07_technicals-user-guidance.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-user-guidance",
-  "permalink": "/docs/next/technicals-user-guidance",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-user-guidance",
-    "title": "User Guidance",
-    "sidebar_label": "User Guidance"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Architecture",
-    "permalink": "/docs/next/technicals-architecture"
-  },
-  "next": {
-    "title": "Runtime Wrappers",
-    "permalink": "/docs/next/technicals-runtime-wrappers"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-08-debugging-md-ed4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-08-debugging-md-ed4.json
deleted file mode 100644
index f67940f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-08-debugging-md-ed4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "debugging-debugging",
-  "id": "debugging-debugging",
-  "title": "Debugging",
-  "description": "tbd",
-  "source": "@site/../docs/08_debugging.md",
-  "sourceDirName": ".",
-  "slug": "/debugging-debugging",
-  "permalink": "/docs/next/debugging-debugging",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "debugging-debugging",
-    "title": "Debugging",
-    "sidebar_label": "Debugging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-08-monitoring-md-b24.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-08-monitoring-md-b24.json
deleted file mode 100644
index 9e1001f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-08-monitoring-md-b24.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "debugging-monitoring",
-  "id": "debugging-monitoring",
-  "title": "Monitoring",
-  "description": "tbd",
-  "source": "@site/../docs/08_monitoring.md",
-  "sourceDirName": ".",
-  "slug": "/debugging-monitoring",
-  "permalink": "/docs/next/debugging-monitoring",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "debugging-monitoring",
-    "title": "Monitoring",
-    "sidebar_label": "Monitoring"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-09-contribute-md-49a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-09-contribute-md-49a.json
deleted file mode 100644
index c4fa29e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-09-contribute-md-49a.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
-  "unversionedId": "community-contribute",
-  "id": "community-contribute",
-  "title": "Contribute",
-  "description": "Contribute",
-  "source": "@site/../docs/09_contribute.md",
-  "sourceDirName": ".",
-  "slug": "/community-contribute",
-  "permalink": "/docs/next/community-contribute",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-contribute",
-    "title": "Contribute",
-    "sidebar_label": "Contribute"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Get Help",
-    "permalink": "/docs/next/community-get-help"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-09-get-help-md-def.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-09-get-help-md-def.json
deleted file mode 100644
index ed2277d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-09-get-help-md-def.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "community-get-help",
-  "id": "community-get-help",
-  "title": "Get Help",
-  "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-  "source": "@site/../docs/09_get-help.md",
-  "sourceDirName": ".",
-  "slug": "/community-get-help",
-  "permalink": "/docs/next/community-get-help",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-get-help",
-    "title": "Get Help",
-    "sidebar_label": "Get Help"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Configuration",
-    "permalink": "/docs/next/technicals-configuration"
-  },
-  "next": {
-    "title": "Contribute",
-    "permalink": "/docs/next/community-contribute"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-faq-common-problems-md-aa1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-faq-common-problems-md-aa1.json
deleted file mode 100644
index 1a2f9a8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-faq-common-problems-md-aa1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "faq-common-problems",
-  "id": "faq-common-problems",
-  "title": "Common Problems",
-  "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-  "source": "@site/../docs/faq-common-problems.md",
-  "sourceDirName": ".",
-  "slug": "/faq-common-problems",
-  "permalink": "/docs/next/faq-common-problems",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "faq-common-problems",
-    "title": "Common Problems",
-    "sidebar_label": "Common Problems"
-  },
-  "sidebar": "faq"
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-license-md-a35.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-license-md-a35.json
deleted file mode 100644
index f9e1907..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-license-md-a35.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-  "unversionedId": "license",
-  "id": "license",
-  "title": "license",
-  "description": "---",
-  "source": "@site/../docs/license.md",
-  "sourceDirName": ".",
-  "slug": "/license",
-  "permalink": "/docs/next/license",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {}
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-coindesk-md-9dd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-coindesk-md-9dd.json
deleted file mode 100644
index 26032c4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-coindesk-md-9dd.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.coindesk",
-  "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-  "title": "Coindesk Bitcoin Price",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.coindesk.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.coindesk",
-    "title": "Coindesk Bitcoin Price",
-    "sidebar_label": "Coindesk Bitcoin Price"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Apache Pulsar",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-  },
-  "next": {
-    "title": "File Stream",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-15e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-15e.json
deleted file mode 100644
index f2e5d60..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-15e.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "title": "Flic MQTT",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.flic.mqtt",
-    "title": "Flic MQTT",
-    "sidebar_label": "Flic MQTT"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "File Set",
-    "permalink": "/docs/next/pe/org.apache.streampipes.protocol.set.file"
-  },
-  "next": {
-    "title": "GDELT",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.gdelt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-gdelt-md-787.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-gdelt-md-787.json
deleted file mode 100644
index 8ad5e41..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-gdelt-md-787.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.gdelt",
-  "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-  "title": "GDELT",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.gdelt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.gdelt",
-    "title": "GDELT",
-    "sidebar_label": "GDELT"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Flic MQTT",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-  },
-  "next": {
-    "title": "HTTP Server",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-iex-news-md-ea8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-iex-news-md-ea8.json
deleted file mode 100644
index 6964299..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-iex-news-md-ea8.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.news",
-  "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-  "title": "IEX Cloud News",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.iex.news.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.news",
-    "title": "IEX Cloud News",
-    "sidebar_label": "IEX Cloud News"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "HTTP Stream",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.http"
-  },
-  "next": {
-    "title": "IEX Cloud Stock Quotes",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-c9e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-c9e.json
deleted file mode 100644
index bedb896..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-c9e.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "title": "IEX Cloud Stock Quotes",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.iex.stocks.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.stocks",
-    "title": "IEX Cloud Stock Quotes",
-    "sidebar_label": "IEX Cloud Stock Quotes"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "IEX Cloud News",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.news"
-  },
-  "next": {
-    "title": "ISS Location",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iss"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-image-set-md-229.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-image-set-md-229.json
deleted file mode 100644
index 391ca5d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-image-set-md-229.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.set",
-  "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-  "title": "Image Upload (Set)",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.image.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.set",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.set",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.set",
-    "title": "Image Upload (Set)",
-    "sidebar_label": "Image Upload (Set)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "ISS Location",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iss"
-  },
-  "next": {
-    "title": "Image Upload (Stream)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-image-stream-md-2fb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-image-stream-md-2fb.json
deleted file mode 100644
index 7b46e7b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-image-stream-md-2fb.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.stream",
-  "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-  "title": "Image Upload (Stream)",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.image.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.stream",
-    "title": "Image Upload (Stream)",
-    "sidebar_label": "Image Upload (Stream)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Upload (Set)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.set"
-  },
-  "next": {
-    "title": "InfluxDB Set Adapter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-02f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-02f.json
deleted file mode 100644
index 44d0f50..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-02f.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "title": "InfluxDB Set Adapter",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.influxdb.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.set",
-    "title": "InfluxDB Set Adapter",
-    "sidebar_label": "InfluxDB Set Adapter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Upload (Stream)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.stream"
-  },
-  "next": {
-    "title": "InfluxDB Stream Adapter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-630.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-630.json
deleted file mode 100644
index bd8fa30..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-630.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "title": "InfluxDB Stream Adapter",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.stream",
-    "title": "InfluxDB Stream Adapter",
-    "sidebar_label": "InfluxDB Stream Adapter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "InfluxDB Set Adapter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-  },
-  "next": {
-    "title": "MQTT",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-iss-md-cb5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-iss-md-cb5.json
deleted file mode 100644
index 227f657..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-iss-md-cb5.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iss",
-  "id": "pe/org.apache.streampipes.connect.adapters.iss",
-  "title": "ISS Location",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.iss.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iss",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iss",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iss",
-    "title": "ISS Location",
-    "sidebar_label": "ISS Location"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "IEX Cloud Stock Quotes",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-  },
-  "next": {
-    "title": "Image Upload (Set)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-mysql-set-md-b68.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-mysql-set-md-b68.json
deleted file mode 100644
index 909f9d4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-mysql-set-md-b68.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "title": "MySQL Set Adapter",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.mysql.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.set",
-    "title": "MySQL Set Adapter",
-    "sidebar_label": "MySQL Set Adapter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Machine Data Simulator",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-  },
-  "next": {
-    "title": "MySql Stream Adapter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-775.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-775.json
deleted file mode 100644
index 32384cc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-775.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "title": "MySql Stream Adapter",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.mysql.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.stream",
-    "title": "MySql Stream Adapter",
-    "sidebar_label": "MySql Stream Adapter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MySQL Set Adapter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.set"
-  },
-  "next": {
-    "title": "NETIO MQTT M2M",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-16a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-16a.json
deleted file mode 100644
index daca409..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-16a.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "title": "NETIO MQTT M2M",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.mqtt",
-    "title": "NETIO MQTT M2M",
-    "sidebar_label": "NETIO MQTT M2M"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MySql Stream Adapter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-  },
-  "next": {
-    "title": "NETIO http JSON",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-netio-rest-md-14a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-netio-rest-md-14a.json
deleted file mode 100644
index bd5778f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-netio-rest-md-14a.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "title": "NETIO http JSON",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.netio.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.rest",
-    "title": "NETIO http JSON",
-    "sidebar_label": "NETIO http JSON"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NETIO MQTT M2M",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-  },
-  "next": {
-    "title": "NSW Traffic Cameras",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-f4b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-f4b.json
deleted file mode 100644
index 7999a30..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-f4b.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "title": "NSW Traffic Cameras",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-    "title": "NSW Traffic Cameras",
-    "sidebar_label": "NSW Traffic Cameras"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NETIO http JSON",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.rest"
-  },
-  "next": {
-    "title": "OPC UA",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-opcua-md-261.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-opcua-md-261.json
deleted file mode 100644
index ac9f19a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-opcua-md-261.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-  "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-  "title": "OPC UA",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.opcua",
-    "title": "OPC UA",
-    "sidebar_label": "OPC UA"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NSW Traffic Cameras",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  },
-  "next": {
-    "title": "PLC4X MODBUS",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-bf4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-bf4.json
deleted file mode 100644
index 67254d7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-bf4.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "title": "PLC4X MODBUS",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.modbus",
-    "title": "PLC4X MODBUS",
-    "sidebar_label": "PLC4X MODBUS"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "OPC UA",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.opcua"
-  },
-  "next": {
-    "title": "PLC4X S7",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-a7f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-a7f.json
deleted file mode 100644
index 2cc2c1d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-a7f.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "title": "PLC4X S7",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.s7",
-    "title": "PLC4X S7",
-    "sidebar_label": "PLC4X S7"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "PLC4X MODBUS",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-  },
-  "next": {
-    "title": "ROS Bridge",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.ros"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-ros-md-1c9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-ros-md-1c9.json
deleted file mode 100644
index 542b1b1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-ros-md-1c9.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ros",
-  "id": "pe/org.apache.streampipes.connect.adapters.ros",
-  "title": "ROS Bridge",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.ros.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ros",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.ros",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ros",
-    "title": "ROS Bridge",
-    "sidebar_label": "ROS Bridge"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "PLC4X S7",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-  },
-  "next": {
-    "title": "Random Data Simulator (Set)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-746.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-746.json
deleted file mode 100644
index 2a532f4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-746.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "title": "Machine Data Simulator",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.simulator.machine.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.machine",
-    "title": "Machine Data Simulator",
-    "sidebar_label": "Machine Data Simulator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MQTT",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-  },
-  "next": {
-    "title": "MySQL Set Adapter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-cff.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-cff.json
deleted file mode 100644
index 2e28927..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-cff.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "title": "Random Data Simulator (Set)",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdataset",
-    "title": "Random Data Simulator (Set)",
-    "sidebar_label": "Random Data Simulator (Set)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "ROS Bridge",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.ros"
-  },
-  "next": {
-    "title": "Random Data Simulator (Stream)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-e4e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-e4e.json
deleted file mode 100644
index 2629eb2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-e4e.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "title": "Random Data Simulator (Stream)",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-    "title": "Random Data Simulator (Stream)",
-    "sidebar_label": "Random Data Simulator (Stream)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Random Data Simulator (Set)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  },
-  "next": {
-    "title": "Slack",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-slack-md-0c0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-slack-md-0c0.json
deleted file mode 100644
index 1b5635d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-slack-md-0c0.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.slack",
-  "id": "pe/org.apache.streampipes.connect.adapters.slack",
-  "title": "Slack",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.slack",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.slack",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.slack",
-    "title": "Slack",
-    "sidebar_label": "Slack"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Random Data Simulator (Stream)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  },
-  "next": {
-    "title": "TI Sensor Tag",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.ti"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-ti-md-601.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-ti-md-601.json
deleted file mode 100644
index 781d406..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-ti-md-601.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ti",
-  "id": "pe/org.apache.streampipes.connect.adapters.ti",
-  "title": "TI Sensor Tag",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.ti.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ti",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.ti",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ti",
-    "title": "TI Sensor Tag",
-    "sidebar_label": "TI Sensor Tag"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Slack",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.slack"
-  },
-  "next": {
-    "title": "Wikipedia Edits",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-79d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-79d.json
deleted file mode 100644
index db64ba4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-79d.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "title": "Wikipedia Edits",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.edit",
-    "title": "Wikipedia Edits",
-    "sidebar_label": "Wikipedia Edits"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "TI Sensor Tag",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.ti"
-  },
-  "next": {
-    "title": "Wikipedia New Articles",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-5ab.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-5ab.json
deleted file mode 100644
index c997a83..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-5ab.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "title": "Wikipedia New Articles",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.new",
-    "title": "Wikipedia New Articles",
-    "sidebar_label": "Wikipedia New Articles"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Wikipedia Edits",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-  },
-  "next": {
-    "title": "Absence",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-file-md-fdb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-file-md-fdb.json
deleted file mode 100644
index 346d209..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-file-md-fdb.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.file",
-  "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-  "title": "File Stream",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.file",
-    "title": "File Stream",
-    "sidebar_label": "File Stream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Coindesk Bitcoin Price",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.coindesk"
-  },
-  "next": {
-    "title": "File Set",
-    "permalink": "/docs/next/pe/org.apache.streampipes.protocol.set.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-http-md-d7f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-http-md-d7f.json
deleted file mode 100644
index 3e535ca..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-http-md-d7f.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.http",
-  "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-  "title": "HTTP Stream",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.http",
-    "title": "HTTP Stream",
-    "sidebar_label": "HTTP Stream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "HTTP Set",
-    "permalink": "/docs/next/pe/org.apache.streampipes.protocol.set.http"
-  },
-  "next": {
-    "title": "IEX Cloud News",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.news"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-a8f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-a8f.json
deleted file mode 100644
index c2a38f0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-a8f.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "title": "HTTP Server",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.httpserver",
-    "title": "HTTP Server",
-    "sidebar_label": "HTTP Server"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "GDELT",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.gdelt"
-  },
-  "next": {
-    "title": "HTTP Set",
-    "permalink": "/docs/next/pe/org.apache.streampipes.protocol.set.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-b90.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-b90.json
deleted file mode 100644
index d65c219..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-b90.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "title": "Apache Kafka",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.kafka",
-    "title": "Apache Kafka",
-    "sidebar_label": "Apache Kafka"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Configurations",
-    "permalink": "/docs/next/use-configurations"
-  },
-  "next": {
-    "title": "Apache Pulsar",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-ffe.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-ffe.json
deleted file mode 100644
index 21ecc85..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-ffe.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "title": "MQTT",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.mqtt",
-    "title": "MQTT",
-    "sidebar_label": "MQTT"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "InfluxDB Stream Adapter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-  },
-  "next": {
-    "title": "Machine Data Simulator",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-3de.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-3de.json
deleted file mode 100644
index 4ebd072..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-3de.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "title": "Apache Pulsar",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.pulsar",
-    "title": "Apache Pulsar",
-    "sidebar_label": "Apache Pulsar"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Apache Kafka",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-  },
-  "next": {
-    "title": "Coindesk Bitcoin Price",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.coindesk"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-geo-flink-md-f13.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-geo-flink-md-f13.json
deleted file mode 100644
index 7f6718c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-geo-flink-md-f13.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.flink",
-  "id": "pe/org.apache.streampipes.processor.geo.flink",
-  "title": "Spatial Grid Enrichment",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processor.geo.flink.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.flink",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.flink",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.flink",
-    "title": "Spatial Grid Enrichment",
-    "sidebar_label": "Spatial Grid Enrichment"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Size Measure",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  },
-  "next": {
-    "title": "Speed Calculator",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-e6c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-e6c.json
deleted file mode 100644
index ea62bd9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-e6c.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "title": "Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-    "title": "Google Maps Geocoder",
-    "sidebar_label": "Google Maps Geocoder"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Generic Image Classification",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  },
-  "next": {
-    "title": "Image Cropper",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-5e7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-5e7.json
deleted file mode 100644
index 50dec13..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-5e7.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "title": "Reverse Geocoder",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-    "title": "Reverse Geocoder",
-    "sidebar_label": "Reverse Geocoder"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Rate Limit",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.limit"
-  },
-  "next": {
-    "title": "Sentence Detection (English)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-683.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-683.json
deleted file mode 100644
index 324d5a8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-683.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "title": "Static Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-    "title": "Static Google Maps Geocoder",
-    "sidebar_label": "Static Google Maps Geocoder"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Static Distance Calculator",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  },
-  "next": {
-    "title": "Static Math",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-11b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-11b.json
deleted file mode 100644
index 17ef2c6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-11b.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Frequency Change",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-  },
-  "next": {
-    "title": "Google Maps Geocoder",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-420.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-420.json
deleted file mode 100644
index f1b4757..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-420.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "title": "Image Cropper",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-    "title": "Image Cropper",
-    "sidebar_label": "Image Cropper"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Google Maps Geocoder",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-  },
-  "next": {
-    "title": "Image Enricher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-516.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-516.json
deleted file mode 100644
index 924c551..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-516.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Cropper",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  },
-  "next": {
-    "title": "Language Detection",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-9cc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-9cc.json
deleted file mode 100644
index aab958a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-9cc.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Projection",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.project"
-  },
-  "next": {
-    "title": "Rate Limit",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.limit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-d3f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-d3f.json
deleted file mode 100644
index bcd14a8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-d3f.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Absence",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-  },
-  "next": {
-    "title": "And",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-aggregation-flink-count-md-540.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-aggregation-flink-count-md-540.json
deleted file mode 100644
index 9261a49..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-aggregation-flink-count-md-540.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "title": "Count Aggregation",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.count",
-    "title": "Count Aggregation",
-    "sidebar_label": "Count Aggregation"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Compose",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.compose"
-  },
-  "next": {
-    "title": "Count Array",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-fdf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-fdf.json
deleted file mode 100644
index 1846e43..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-fdf.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "title": "Event Counter",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-    "title": "Event Counter",
-    "sidebar_label": "Event Counter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "EPSG Code",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  },
-  "next": {
-    "title": "Event Rate",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-0d2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-0d2.json
deleted file mode 100644
index 67791dd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-0d2.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Event Counter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-  },
-  "next": {
-    "title": "Field Converter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-2d5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-2d5.json
deleted file mode 100644
index 8000186..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-2d5.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "title": "Cusum",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.changedetection.jvm.cusum",
-    "title": "Cusum",
-    "sidebar_label": "Cusum"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Creates JTS Point",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  },
-  "next": {
-    "title": "Distance Calculator",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-6c3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-6c3.json
deleted file mode 100644
index 6301d7f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-6c3.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "title": "Math",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-    "title": "Math",
-    "sidebar_label": "Math"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Language Detection",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  },
-  "next": {
-    "title": "Measure Time Between Two Sensors",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-6f1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-6f1.json
deleted file mode 100644
index 1b55717..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-6f1.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "title": "Static Math",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-    "title": "Static Math",
-    "sidebar_label": "Static Math"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Static Google Maps Geocoder",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  },
-  "next": {
-    "title": "Statistics Summary",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-eaf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-eaf.json
deleted file mode 100644
index c8f40b7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-eaf.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "title": "Trigonometry Functions",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-    "title": "Trigonometry Functions",
-    "sidebar_label": "Trigonometry Functions"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Trend",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.increase"
-  },
-  "next": {
-    "title": "URL Dereferencing",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-a40.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-a40.json
deleted file mode 100644
index ab1f4d0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-a40.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "title": "URL Dereferencing",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-    "title": "URL Dereferencing",
-    "sidebar_label": "URL Dereferencing"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Trigonometry Functions",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  },
-  "next": {
-    "title": "Value Changed",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-bbe.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-bbe.json
deleted file mode 100644
index 22721a3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-bbe.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "title": "Timestamp Enricher",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-    "title": "Timestamp Enricher",
-    "sidebar_label": "Timestamp Enricher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Threshold Detector",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-  },
-  "next": {
-    "title": "Timestamp Extractor",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-5b1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-5b1.json
deleted file mode 100644
index 55e34b4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-5b1.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "title": "Size Measure",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-    "title": "Size Measure",
-    "sidebar_label": "Size Measure"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Single Trajectory Creator",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  },
-  "next": {
-    "title": "Spatial Grid Enrichment",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.flink"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-compose-md-433.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-compose-md-433.json
deleted file mode 100644
index 67ae27c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-compose-md-433.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "title": "Compose",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.compose.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.compose",
-    "title": "Compose",
-    "sidebar_label": "Compose"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Chunker (English)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-  },
-  "next": {
-    "title": "Count Aggregation",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.count"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-59c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-59c.json
deleted file mode 100644
index 06abc74..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-59c.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "title": "Merge Two Streams",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.enrich.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-    "title": "Merge Two Streams",
-    "sidebar_label": "Merge Two Streams"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Measurement Unit Converter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  },
-  "next": {
-    "title": "Name Finder",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-limit-md-fab.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-limit-md-fab.json
deleted file mode 100644
index 47f707f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-limit-md-fab.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "id": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "title": "Rate Limit",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.limit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.limit",
-    "title": "Rate Limit",
-    "sidebar_label": "Rate Limit"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "QR Code Reader",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-  },
-  "next": {
-    "title": "Reverse Geocoder",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-merge-md-8ba.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-merge-md-8ba.json
deleted file mode 100644
index a18c594..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-merge-md-8ba.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "title": "Synchronize Two Streams",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.merge",
-    "title": "Synchronize Two Streams",
-    "sidebar_label": "Synchronize Two Streams"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "String To State",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  },
-  "next": {
-    "title": "Task Duration",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-fab.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-fab.json
deleted file mode 100644
index 22a3887..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-fab.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "title": "Numerical Filter",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-    "title": "Numerical Filter",
-    "sidebar_label": "Numerical Filter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Number Labeler",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  },
-  "next": {
-    "title": "Numerical Filter (Siddhi)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-982.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-982.json
deleted file mode 100644
index 5a33a54..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-982.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "title": "Numerical Text Filter",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-    "title": "Numerical Text Filter",
-    "sidebar_label": "Numerical Text Filter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Numerical Filter (Siddhi)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-  },
-  "next": {
-    "title": "Part of Speech (English)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-project-md-c53.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-project-md-c53.json
deleted file mode 100644
index 7929977..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-project-md-c53.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.project",
-  "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-  "title": "Projection",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.project.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.project",
-    "title": "Projection",
-    "sidebar_label": "Projection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Peak Detection",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  },
-  "next": {
-    "title": "QR Code Reader",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-e83.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-e83.json
deleted file mode 100644
index a86bc16..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-e83.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "title": "Text Filter",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-    "title": "Text Filter",
-    "sidebar_label": "Text Filter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Task Duration",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-  },
-  "next": {
-    "title": "Threshold Detector",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-204.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-204.json
deleted file mode 100644
index 51bb68f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-204.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "title": "Threshold Detector",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.threshold.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-    "title": "Threshold Detector",
-    "sidebar_label": "Threshold Detector"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Text Filter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-  },
-  "next": {
-    "title": "Timestamp Enricher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-902.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-902.json
deleted file mode 100644
index 3f686f5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-902.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "title": "Creates JTS Point",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-    "title": "Creates JTS Point",
-    "sidebar_label": "Creates JTS Point"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Count Array",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-  },
-  "next": {
-    "title": "Cusum",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-314.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-314.json
deleted file mode 100644
index e22f6a5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-314.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "title": "EPSG Code",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-    "title": "EPSG Code",
-    "sidebar_label": "EPSG Code"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Distance Calculator",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  },
-  "next": {
-    "title": "Event Counter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-233.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-233.json
deleted file mode 100644
index 4b6c11a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-233.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "title": "Single Trajectory Creator",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-    "title": "Single Trajectory Creator",
-    "sidebar_label": "Single Trajectory Creator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Signal Edge Filter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  },
-  "next": {
-    "title": "Size Measure",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-b7b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-b7b.json
deleted file mode 100644
index 7256816..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-b7b.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "title": "Distance Calculator",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-    "title": "Distance Calculator",
-    "sidebar_label": "Distance Calculator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Cusum",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-  },
-  "next": {
-    "title": "EPSG Code",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-68c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-68c.json
deleted file mode 100644
index 6835d95..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-68c.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "title": "Speed Calculator",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.speed",
-    "title": "Speed Calculator",
-    "sidebar_label": "Speed Calculator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Spatial Grid Enrichment",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.flink"
-  },
-  "next": {
-    "title": "Split Array",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-c99.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-c99.json
deleted file mode 100644
index 1acf74e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-c99.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "title": "Static Distance Calculator",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-    "title": "Static Distance Calculator",
-    "sidebar_label": "Static Distance Calculator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "State Buffer Labeler",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  },
-  "next": {
-    "title": "Static Google Maps Geocoder",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-102.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-102.json
deleted file mode 100644
index 33c6468..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-102.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "title": "Absence",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-    "title": "Absence",
-    "sidebar_label": "Absence"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Wikipedia New Articles",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-  },
-  "next": {
-    "title": "Aggregation",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-44f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-44f.json
deleted file mode 100644
index 50db065..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-44f.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "title": "And",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-    "title": "And",
-    "sidebar_label": "And"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Aggregation",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-  },
-  "next": {
-    "title": "Boilerplate Removal",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-e1d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-e1d.json
deleted file mode 100644
index 87c4a94..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-e1d.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Part of Speech (English)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  },
-  "next": {
-    "title": "Projection",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.project"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-24c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-24c.json
deleted file mode 100644
index 5dc460f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-24c.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "title": "Sequence",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-    "title": "Sequence",
-    "sidebar_label": "Sequence"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Sentence Detection (English)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  },
-  "next": {
-    "title": "Sequence Detection",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-frequency-md-c95.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-frequency-md-c95.json
deleted file mode 100644
index 92d8866..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-frequency-md-c95.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-  "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Renamer",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-  },
-  "next": {
-    "title": "Frequency Change",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-b53.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-b53.json
deleted file mode 100644
index 13050f4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-b53.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Frequency Calculation",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequency"
-  },
-  "next": {
-    "title": "Generic Image Classification",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-increase-md-78d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-increase-md-78d.json
deleted file mode 100644
index 9a2d7b8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-increase-md-78d.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-  "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.siddhi.increase.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Transform to boolean",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  },
-  "next": {
-    "title": "Trigonometry Functions",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-89a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-89a.json
deleted file mode 100644
index 8fc2da6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-89a.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Numerical Filter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  },
-  "next": {
-    "title": "Numerical Text Filter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-sequence-md-532.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-sequence-md-532.json
deleted file mode 100644
index 788ea73..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-sequence-md-532.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.sequence",
-  "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-  "title": "Sequence Detection",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.siddhi.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.sequence",
-    "title": "Sequence Detection",
-    "sidebar_label": "Sequence Detection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Sequence",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  },
-  "next": {
-    "title": "Signal Edge Filter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-stop-md-13e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-stop-md-13e.json
deleted file mode 100644
index 926c423..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-siddhi-stop-md-13e.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-  "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.siddhi.stop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Statistics Summary",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  },
-  "next": {
-    "title": "String Counter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-b05.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-b05.json
deleted file mode 100644
index 7a8994b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-b05.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "title": "Statistics Summary",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.statistics.flink.statistics-summary",
-    "title": "Statistics Summary",
-    "sidebar_label": "Statistics Summary"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Static Math",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  },
-  "next": {
-    "title": "Stream Stop Detection",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-aa1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-aa1.json
deleted file mode 100644
index 002ad63..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-aa1.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Enricher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  },
-  "next": {
-    "title": "Language Detection",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-e5b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-e5b.json
deleted file mode 100644
index f63ec1a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-e5b.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Value Changed",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-  },
-  "next": {
-    "title": "Buffered REST Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-211.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-211.json
deleted file mode 100644
index c2d4474..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-211.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "title": "Chunker (English)",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-    "title": "Chunker (English)",
-    "sidebar_label": "Chunker (English)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Calculate Duration",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-  },
-  "next": {
-    "title": "Compose",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.compose"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-a31.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-a31.json
deleted file mode 100644
index 39245b5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-a31.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Language Detection",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-  },
-  "next": {
-    "title": "Math",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-e4d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-e4d.json
deleted file mode 100644
index db60338..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-e4d.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "title": "Name Finder",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-    "title": "Name Finder",
-    "sidebar_label": "Name Finder"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Merge Two Streams",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-  },
-  "next": {
-    "title": "Number Labeler",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-2ab.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-2ab.json
deleted file mode 100644
index 0ed7e29..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-2ab.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "title": "Part of Speech (English)",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-    "title": "Part of Speech (English)",
-    "sidebar_label": "Part of Speech (English)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Numerical Text Filter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  },
-  "next": {
-    "title": "Peak Detection",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-474.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-474.json
deleted file mode 100644
index fa76010..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-474.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "title": "Sentence Detection (English)",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-    "title": "Sentence Detection (English)",
-    "sidebar_label": "Sentence Detection (English)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Reverse Geocoder",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  },
-  "next": {
-    "title": "Sequence",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-06a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-06a.json
deleted file mode 100644
index b095d85..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-06a.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "title": "Tokenizer (English)",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-    "title": "Tokenizer (English)",
-    "sidebar_label": "Tokenizer (English)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Timestamp Extractor",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  },
-  "next": {
-    "title": "Transform to boolean",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-d6f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-d6f.json
deleted file mode 100644
index 5bf9072..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-d6f.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Event Rate",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-  },
-  "next": {
-    "title": "Field Hasher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-87b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-87b.json
deleted file mode 100644
index 7cb50b0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-87b.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "title": "Field Mapper",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-    "title": "Field Mapper",
-    "sidebar_label": "Field Mapper"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Hasher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  },
-  "next": {
-    "title": "Field Renamer",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-b0d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-b0d.json
deleted file mode 100644
index 980a492..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-b0d.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Mapper",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-  },
-  "next": {
-    "title": "Frequency Calculation",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-2d3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-2d3.json
deleted file mode 100644
index e57c5dc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-2d3.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Converter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-  },
-  "next": {
-    "title": "Field Mapper",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-582.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-582.json
deleted file mode 100644
index eca0212..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-582.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Measure Time Between Two Sensors",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  },
-  "next": {
-    "title": "Merge Two Streams",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-85d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-85d.json
deleted file mode 100644
index 0897581..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-85d.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "title": "Boilerplate Removal",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-    "title": "Boilerplate Removal",
-    "sidebar_label": "Boilerplate Removal"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "And",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-  },
-  "next": {
-    "title": "Boolean Counter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-8ec.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-8ec.json
deleted file mode 100644
index 2f1e149..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-8ec.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "title": "Boolean Counter",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-    "title": "Boolean Counter",
-    "sidebar_label": "Boolean Counter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boilerplate Removal",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  },
-  "next": {
-    "title": "Boolean Inverter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-0bd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-0bd.json
deleted file mode 100644
index 148757f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-0bd.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "title": "Boolean Inverter",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-    "title": "Boolean Inverter",
-    "sidebar_label": "Boolean Inverter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean Counter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  },
-  "next": {
-    "title": "Boolean Timer",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-334.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-334.json
deleted file mode 100644
index 90b64e7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-334.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "title": "Measure Time Between Two Sensors",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-    "title": "Measure Time Between Two Sensors",
-    "sidebar_label": "Measure Time Between Two Sensors"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Math",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  },
-  "next": {
-    "title": "Measurement Unit Converter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-7fa.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-7fa.json
deleted file mode 100644
index 1ff037c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-7fa.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "title": "Boolean Timer",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-    "title": "Boolean Timer",
-    "sidebar_label": "Boolean Timer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean Inverter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  },
-  "next": {
-    "title": "Boolean To State",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-c01.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-c01.json
deleted file mode 100644
index 9e80b77..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-c01.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "title": "Value Changed",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-    "title": "Value Changed",
-    "sidebar_label": "Value Changed"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "URL Dereferencing",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  },
-  "next": {
-    "title": "Word Count",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-69d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-69d.json
deleted file mode 100644
index 3481cfc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-69d.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "title": "Count Array",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-    "title": "Count Array",
-    "sidebar_label": "Count Array"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Count Aggregation",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.count"
-  },
-  "next": {
-    "title": "Creates JTS Point",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-9b3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-9b3.json
deleted file mode 100644
index 6755f19..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-9b3.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "title": "CSV Metadata Enricher",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-    "title": "CSV Metadata Enricher",
-    "sidebar_label": "CSV Metadata Enricher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean To State",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  },
-  "next": {
-    "title": "Calculate Duration",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-b86.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-b86.json
deleted file mode 100644
index 8fd5b9c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-b86.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "title": "Calculate Duration",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-    "title": "Calculate Duration",
-    "sidebar_label": "Calculate Duration"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "CSV Metadata Enricher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  },
-  "next": {
-    "title": "Chunker (English)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-65c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-65c.json
deleted file mode 100644
index dbc3ec0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-65c.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "title": "Signal Edge Filter",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-    "title": "Signal Edge Filter",
-    "sidebar_label": "Signal Edge Filter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Sequence Detection",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.sequence"
-  },
-  "next": {
-    "title": "Single Trajectory Creator",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-440.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-440.json
deleted file mode 100644
index a59ce53..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-440.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "title": "Boolean To State",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-    "title": "Boolean To State",
-    "sidebar_label": "Boolean To State"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean Timer",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  },
-  "next": {
-    "title": "CSV Metadata Enricher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-945.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-945.json
deleted file mode 100644
index 2b8f963..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-945.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "title": "State Buffer",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-    "title": "State Buffer",
-    "sidebar_label": "State Buffer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Split Array",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-  },
-  "next": {
-    "title": "State Buffer Labeler",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-1d7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-1d7.json
deleted file mode 100644
index bbe70b6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-1d7.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "title": "State Buffer Labeler",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-    "title": "State Buffer Labeler",
-    "sidebar_label": "State Buffer Labeler"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "State Buffer",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  },
-  "next": {
-    "title": "Static Distance Calculator",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-2e9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-2e9.json
deleted file mode 100644
index 6fc1bcf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-2e9.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "title": "Number Labeler",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-    "title": "Number Labeler",
-    "sidebar_label": "Number Labeler"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Name Finder",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-  },
-  "next": {
-    "title": "Numerical Filter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-073.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-073.json
deleted file mode 100644
index ef94605..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-073.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "title": "String To State",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-    "title": "String To State",
-    "sidebar_label": "String To State"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "String Timer",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  },
-  "next": {
-    "title": "Synchronize Two Streams",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.merge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-be2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-be2.json
deleted file mode 100644
index 2deda7a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-be2.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "title": "Timestamp Extractor",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-    "title": "Timestamp Extractor",
-    "sidebar_label": "Timestamp Extractor"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Timestamp Enricher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-  },
-  "next": {
-    "title": "Tokenizer (English)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-a82.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-a82.json
deleted file mode 100644
index dac6609..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-a82.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Speed Calculator",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-  },
-  "next": {
-    "title": "State Buffer",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-1c2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-1c2.json
deleted file mode 100644
index 33d8c13..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-1c2.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "title": "String Counter",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-    "title": "String Counter",
-    "sidebar_label": "String Counter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Stream Stop Detection",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.stop"
-  },
-  "next": {
-    "title": "String Timer",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-2ef.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-2ef.json
deleted file mode 100644
index ced7974..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-2ef.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "title": "String Timer",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-    "title": "String Timer",
-    "sidebar_label": "String Timer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "String Counter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  },
-  "next": {
-    "title": "String To State",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-544.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-544.json
deleted file mode 100644
index f9dab36..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-544.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "title": "Task Duration",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-    "title": "Task Duration",
-    "sidebar_label": "Task Duration"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Synchronize Two Streams",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.merge"
-  },
-  "next": {
-    "title": "Text Filter",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-492.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-492.json
deleted file mode 100644
index 3c3b8a7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-492.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "title": "Transform to boolean",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-    "title": "Transform to boolean",
-    "sidebar_label": "Transform to boolean"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tokenizer (English)",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  },
-  "next": {
-    "title": "Trend",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-protocol-set-file-md-4ea.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-protocol-set-file-md-4ea.json
deleted file mode 100644
index 80e35fd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-protocol-set-file-md-4ea.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.file",
-  "id": "pe/org.apache.streampipes.protocol.set.file",
-  "title": "File Set",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.protocol.set.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.file",
-  "permalink": "/docs/next/pe/org.apache.streampipes.protocol.set.file",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.file",
-    "title": "File Set",
-    "sidebar_label": "File Set"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "File Stream",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.file"
-  },
-  "next": {
-    "title": "Flic MQTT",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-protocol-set-http-md-6fa.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-protocol-set-http-md-6fa.json
deleted file mode 100644
index f6be846..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-protocol-set-http-md-6fa.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.http",
-  "id": "pe/org.apache.streampipes.protocol.set.http",
-  "title": "HTTP Set",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.protocol.set.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.http",
-  "permalink": "/docs/next/pe/org.apache.streampipes.protocol.set.http",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.http",
-    "title": "HTTP Set",
-    "sidebar_label": "HTTP Set"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "HTTP Server",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-  },
-  "next": {
-    "title": "HTTP Stream",
-    "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-c33.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-c33.json
deleted file mode 100644
index d0fd114..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-c33.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "title": "Buffered REST Publisher",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-    "title": "Buffered REST Publisher",
-    "sidebar_label": "Buffered REST Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Word Count",
-    "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-  },
-  "next": {
-    "title": "CouchDB",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-b50.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-b50.json
deleted file mode 100644
index 14c2e9a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-b50.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "title": "JMS Publisher",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-    "title": "JMS Publisher",
-    "sidebar_label": "JMS Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "IoTDB",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-  },
-  "next": {
-    "title": "Kafka Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-269.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-269.json
deleted file mode 100644
index 267faf7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-269.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "title": "Kafka Publisher",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-    "title": "Kafka Publisher",
-    "sidebar_label": "Kafka Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "JMS Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-  },
-  "next": {
-    "title": "MySQL Database",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-5cd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-5cd.json
deleted file mode 100644
index fb91cdb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-5cd.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "title": "NATS Publisher",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.nats",
-    "title": "NATS Publisher",
-    "sidebar_label": "NATS Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MySQL Database",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-  },
-  "next": {
-    "title": "Notification",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-a1f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-a1f.json
deleted file mode 100644
index 8cb6c00..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-a1f.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "title": "Pulsar Publisher",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-    "title": "Pulsar Publisher",
-    "sidebar_label": "Pulsar Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "PostgreSQL",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-  },
-  "next": {
-    "title": "REST Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-47a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-47a.json
deleted file mode 100644
index 1ac2aac..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-47a.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "REST Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-  },
-  "next": {
-    "title": "Slack Notification",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-db7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-db7.json
deleted file mode 100644
index 72ea275..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-db7.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "title": "REST Publisher",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-    "title": "REST Publisher",
-    "sidebar_label": "REST Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Pulsar Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  },
-  "next": {
-    "title": "RabbitMQ Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-ditto-md-af1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-ditto-md-af1.json
deleted file mode 100644
index 568b7fc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-ditto-md-af1.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-  "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-  "title": "Eclipse Ditto",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.ditto.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.ditto",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.ditto",
-    "title": "Eclipse Ditto",
-    "sidebar_label": "Eclipse Ditto"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Data Lake",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-  },
-  "next": {
-    "title": "Elasticsearch",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-3ed.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-3ed.json
deleted file mode 100644
index 689f2c2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-3ed.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "title": "Elasticsearch",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-    "title": "Elasticsearch",
-    "sidebar_label": "Elasticsearch"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Eclipse Ditto",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.ditto"
-  },
-  "next": {
-    "title": "Email Notification",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-878.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-878.json
deleted file mode 100644
index 239957c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-878.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "title": "CouchDB",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-    "title": "CouchDB",
-    "sidebar_label": "CouchDB"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Buffered REST Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  },
-  "next": {
-    "title": "Dashboard Sink",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-a66.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-a66.json
deleted file mode 100644
index 919a978..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-a66.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "title": "InfluxDB",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-    "title": "InfluxDB",
-    "sidebar_label": "InfluxDB"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Email Notification",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-  },
-  "next": {
-    "title": "IoTDB",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-811.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-811.json
deleted file mode 100644
index 5adb25d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-811.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "title": "IoTDB",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-    "title": "IoTDB",
-    "sidebar_label": "IoTDB"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "InfluxDB",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-  },
-  "next": {
-    "title": "JMS Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-9f9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-9f9.json
deleted file mode 100644
index 4487986..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-9f9.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "title": "MySQL Database",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.mysql",
-    "title": "MySQL Database",
-    "sidebar_label": "MySQL Database"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Kafka Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-  },
-  "next": {
-    "title": "NATS Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-f32.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-f32.json
deleted file mode 100644
index a2ebc93..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-f32.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "title": "OPC-UA",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-    "title": "OPC-UA",
-    "sidebar_label": "OPC-UA"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Notification",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-  },
-  "next": {
-    "title": "OneSignal",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-f7c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-f7c.json
deleted file mode 100644
index b2256b9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-f7c.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "title": "PostgreSQL",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-    "title": "PostgreSQL",
-    "sidebar_label": "PostgreSQL"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "OneSignal",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  },
-  "next": {
-    "title": "Pulsar Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-88a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-88a.json
deleted file mode 100644
index d19fd04..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-88a.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "title": "Dashboard Sink",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-    "title": "Dashboard Sink",
-    "sidebar_label": "Dashboard Sink"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "CouchDB",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-  },
-  "next": {
-    "title": "Data Lake",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-c85.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-c85.json
deleted file mode 100644
index e9a27f4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-c85.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "title": "Data Lake",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-    "title": "Data Lake",
-    "sidebar_label": "Data Lake"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Dashboard Sink",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-  },
-  "next": {
-    "title": "Eclipse Ditto",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.ditto"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-697.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-697.json
deleted file mode 100644
index 309f585..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-697.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NATS Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-  },
-  "next": {
-    "title": "OPC-UA",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-b88.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-b88.json
deleted file mode 100644
index f62f942..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-b88.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "title": "Email Notification",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.email.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-    "title": "Email Notification",
-    "sidebar_label": "Email Notification"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Elasticsearch",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  },
-  "next": {
-    "title": "InfluxDB",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-180.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-180.json
deleted file mode 100644
index 66c8e33..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-180.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "title": "OneSignal",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-    "title": "OneSignal",
-    "sidebar_label": "OneSignal"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "OPC-UA",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-  },
-  "next": {
-    "title": "PostgreSQL",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-a63.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-a63.json
deleted file mode 100644
index 70d3a63..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-a63.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "RabbitMQ Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  },
-  "next": {
-    "title": "Telegram Publisher",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-d11.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-d11.json
deleted file mode 100644
index 51eaa28..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-d11.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "title": "Telegram Publisher",
-  "description": "<!--",
-  "source": "@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.telegram",
-    "title": "Telegram Publisher",
-    "sidebar_label": "Telegram Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Slack Notification",
-    "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-  },
-  "next": {
-    "title": "Docker Deployment",
-    "permalink": "/docs/next/deploy-docker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pipeline-elements-md-488.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pipeline-elements-md-488.json
deleted file mode 100644
index 3584371..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-pipeline-elements-md-488.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "pipeline-elements",
-  "id": "pipeline-elements",
-  "title": "Overview",
-  "description": "<img class=\"pe-icon\"",
-  "source": "@site/../docs/pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/pipeline-elements",
-  "permalink": "/docs/next/pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "pipeline-elements",
-    "title": "Overview",
-    "sidebar_label": "Overview"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-privacy-md-59d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-privacy-md-59d.json
deleted file mode 100644
index a2501a6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-privacy-md-59d.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "privacy",
-  "id": "privacy",
-  "title": "Datenschutzerklärung",
-  "description": "Verantwortliche Stelle",
-  "source": "@site/../docs/privacy.md",
-  "sourceDirName": ".",
-  "slug": "/privacy",
-  "permalink": "/docs/next/privacy",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "privacy",
-    "title": "Datenschutzerklärung",
-    "sidebar_label": "Privacy Notice"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-first-steps-md-608.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-first-steps-md-608.json
deleted file mode 100644
index b90f228..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-first-steps-md-608.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-first-steps",
-  "id": "user-guide-first-steps",
-  "title": "First steps",
-  "description": "In this section, you'll learn how to create and run pipelines in StreamPipes.",
-  "source": "@site/../docs/user-guide-first-steps.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-first-steps",
-  "permalink": "/docs/next/user-guide-first-steps",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-first-steps",
-    "title": "First steps",
-    "sidebar_label": "First steps"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-installation-md-453.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-installation-md-453.json
deleted file mode 100644
index bcd3a6f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-installation-md-453.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-installation",
-  "id": "user-guide-installation",
-  "title": "Installation",
-  "description": "Prerequisites",
-  "source": "@site/../docs/user-guide-installation.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-installation",
-  "permalink": "/docs/next/user-guide-installation",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-introduction-md-1fb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-introduction-md-1fb.json
deleted file mode 100644
index 8e0a90c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-introduction-md-1fb.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction-old",
-  "id": "user-guide-introduction-old",
-  "title": "Introduction",
-  "description": "StreamPipes is a framework that enables users to work with data streams.",
-  "source": "@site/../docs/user-guide-introduction.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction-old",
-  "permalink": "/docs/next/user-guide-introduction-old",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-introduction-old",
-    "title": "Introduction",
-    "sidebar_label": "Introduction"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-software-components-md-e5b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-software-components-md-e5b.json
deleted file mode 100644
index 735fb48..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-software-components-md-e5b.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-software-components",
-  "id": "user-guide-software-components",
-  "title": "Software Components",
-  "description": "This page contains all the software components that can be used within the StreamPipes framework.",
-  "source": "@site/../docs/user-guide-software-components.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-software-components",
-  "permalink": "/docs/next/user-guide-software-components",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-software-components",
-    "title": "Software Components",
-    "sidebar_label": "Software Components"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-tour-md-3e9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-tour-md-3e9.json
deleted file mode 100644
index dda084e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-tour-md-3e9.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-tour",
-  "id": "user-guide-tour",
-  "title": "Tour",
-  "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure.",
-  "source": "@site/../docs/user-guide-tour.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-tour",
-  "permalink": "/docs/next/user-guide-tour",
-  "draft": false,
-  "tags": [],
-  "version": "current",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-tour",
-    "title": "Tour",
-    "sidebar_label": "Tour"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-archetype-md-c87.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-archetype-md-c87.json
deleted file mode 100644
index c4d742c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-archetype-md-c87.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-archetype",
-  "id": "version-0.55.2-pre-asf/dev-guide-archetype",
-  "title": "Start Developing",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-archetype.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-archetype",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-archetype",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-archetype",
-    "title": "Start Developing",
-    "sidebar_label": "Start Developing",
-    "original_id": "dev-guide-archetype"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-architecture-md-19b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-architecture-md-19b.json
deleted file mode 100644
index 5f4936c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-architecture-md-19b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-architecture",
-  "id": "version-0.55.2-pre-asf/dev-guide-architecture",
-  "title": "Architecture",
-  "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-architecture.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-architecture",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-architecture",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-architecture",
-    "title": "Architecture",
-    "sidebar_label": "Architecture",
-    "original_id": "dev-guide-architecture"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-configuration-md-522.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-configuration-md-522.json
deleted file mode 100644
index edd8e57..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-configuration-md-522.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-configuration",
-  "id": "version-0.55.2-pre-asf/dev-guide-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-configuration",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration",
-    "original_id": "dev-guide-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-environment-md-e03.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-environment-md-e03.json
deleted file mode 100644
index df38592..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-environment-md-e03.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-development-environment",
-  "id": "version-0.55.2-pre-asf/dev-guide-development-environment",
-  "title": "Development Environment",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-environment.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-development-environment",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-development-environment",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-development-environment",
-    "title": "Development Environment",
-    "sidebar_label": "Development Environment",
-    "original_id": "dev-guide-development-environment"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-event-model-md-dc5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-event-model-md-dc5.json
deleted file mode 100644
index 5b83002..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-event-model-md-dc5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-event-model",
-  "id": "version-0.55.2-pre-asf/dev-guide-event-model",
-  "title": "SDK Guide: Event Model",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-event-model.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-event-model",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-event-model",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-event-model",
-    "title": "SDK Guide: Event Model",
-    "sidebar_label": "Event Model",
-    "original_id": "dev-guide-event-model"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-introduction-md-44e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-introduction-md-44e.json
deleted file mode 100644
index 3c4262d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-introduction-md-44e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-introduction",
-  "id": "version-0.55.2-pre-asf/dev-guide-introduction",
-  "title": "Introduction",
-  "description": "StreamPipes is an open platform which can be easily extended at runtime by adding new data streams, data processors and data sinks.",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-introduction.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-introduction",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-introduction",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-introduction",
-    "title": "Introduction",
-    "sidebar_label": "Introduction",
-    "original_id": "dev-guide-introduction"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-migration-md-bf9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-migration-md-bf9.json
deleted file mode 100644
index 719fa26..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-migration-md-bf9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-migration",
-  "id": "version-0.55.2-pre-asf/dev-guide-migration",
-  "title": "Migration Guide v0.61",
-  "description": "Version 0.61.0 of StreamPipes comes with an improved event model. This model makes it easier to support more complex data streams (e.g., streams containing nested properties and lists) and includes features such as automatically resolving conflicts when merging two event streams.",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-migration.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-migration",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-migration",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-migration",
-    "title": "Migration Guide v0.61",
-    "sidebar_label": "Migration Guide",
-    "original_id": "dev-guide-migration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-output-strategies-md-10c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-output-strategies-md-10c.json
deleted file mode 100644
index 3f9a973..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-output-strategies-md-10c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-output-strategies",
-  "id": "version-0.55.2-pre-asf/dev-guide-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-output-strategies",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "Output Strategies",
-    "original_id": "dev-guide-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-processor-sdk-md-c26.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-processor-sdk-md-c26.json
deleted file mode 100644
index 3e5c669..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-processor-sdk-md-c26.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-processors",
-  "id": "version-0.55.2-pre-asf/dev-guide-sdk-guide-processors",
-  "title": "SDK Guide Processors",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-processor-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-processors",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-sdk-guide-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-processors",
-    "title": "SDK Guide Processors",
-    "sidebar_label": "SDK Guide Processors",
-    "original_id": "dev-guide-sdk-guide-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-sink-sdk-md-578.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-sink-sdk-md-578.json
deleted file mode 100644
index f7ee045..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-sink-sdk-md-578.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-sinks",
-  "id": "version-0.55.2-pre-asf/dev-guide-sdk-guide-sinks",
-  "title": "SDK Guide Sinks",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-sink-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-sinks",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-sdk-guide-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-sinks",
-    "title": "SDK Guide Sinks",
-    "sidebar_label": "SDK Guide Sinks",
-    "original_id": "dev-guide-sdk-guide-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-source-sdk-md-0fa.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-source-sdk-md-0fa.json
deleted file mode 100644
index d230ac3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-source-sdk-md-0fa.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-sources",
-  "id": "version-0.55.2-pre-asf/dev-guide-sdk-guide-sources",
-  "title": "SDK Guide Sources",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-source-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-sources",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-sdk-guide-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-sources",
-    "title": "SDK Guide Sources",
-    "sidebar_label": "SDK Guide Sources",
-    "original_id": "dev-guide-sdk-guide-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-ssl-md-195.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-ssl-md-195.json
deleted file mode 100644
index fb272c3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-ssl-md-195.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-ssl",
-  "id": "version-0.55.2-pre-asf/dev-guide-ssl",
-  "title": "Use SSL",
-  "description": "In this tutorial we explain how you can use SSL Certificates to provide transport layer security between your Browser and the Streampipes Backend.",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-ssl.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-ssl",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-ssl",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-ssl",
-    "title": "Use SSL",
-    "sidebar_label": "Use SSL",
-    "original_id": "dev-guide-ssl"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-static-properties-md-e8d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-static-properties-md-e8d.json
deleted file mode 100644
index 6046817..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-static-properties-md-e8d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-static-properties",
-  "id": "version-0.55.2-pre-asf/dev-guide-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-static-properties",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "Static Properties",
-    "original_id": "dev-guide-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-stream-requirements-md-a88.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-stream-requirements-md-a88.json
deleted file mode 100644
index f44bc49..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-stream-requirements-md-a88.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-stream-requirements",
-  "id": "version-0.55.2-pre-asf/dev-guide-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-stream-requirements",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "Stream Requirements",
-    "original_id": "dev-guide-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-tutorial-processors-md-421.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-tutorial-processors-md-421.json
deleted file mode 100644
index 93c28ea..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-tutorial-processors-md-421.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-processors",
-  "id": "version-0.55.2-pre-asf/dev-guide-tutorial-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper.",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-tutorial-processors.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-processors",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-tutorial-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors",
-    "original_id": "dev-guide-tutorial-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-tutorial-sources-md-303.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-tutorial-sources-md-303.json
deleted file mode 100644
index 279f34f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-dev-guide-tutorial-sources-md-303.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-sources",
-  "id": "version-0.55.2-pre-asf/dev-guide-tutorial-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/dev-guide-tutorial-sources.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-sources",
-  "permalink": "/docs/0.55.2-pre-asf/dev-guide-tutorial-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources",
-    "original_id": "dev-guide-tutorial-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-faq-common-problems-md-20b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-faq-common-problems-md-20b.json
deleted file mode 100644
index 4b257e9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-faq-common-problems-md-20b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "faq-common-problems",
-  "id": "version-0.55.2-pre-asf/faq-common-problems",
-  "title": "Common Problems",
-  "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/faq-common-problems.md",
-  "sourceDirName": ".",
-  "slug": "/faq-common-problems",
-  "permalink": "/docs/0.55.2-pre-asf/faq-common-problems",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "faq-common-problems",
-    "title": "Common Problems",
-    "sidebar_label": "Common Problems",
-    "original_id": "faq-common-problems"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processor-geo-flink-documentation-md-36f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processor-geo-flink-documentation-md-36f.json
deleted file mode 100644
index 114efe7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processor-geo-flink-documentation-md-36f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink",
-  "title": "Spatial Grid Enrichment",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processor.geo.flink/documentation.md",
-  "sourceDirName": "org.streampipes.processor.geo.flink",
-  "slug": "/org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processor.geo.flink",
-    "title": "Spatial Grid Enrichment",
-    "sidebar_label": "Spatial Grid Enrichment",
-    "original_id": "org.streampipes.processor.geo.flink"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-a1d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-a1d.json
deleted file mode 100644
index 1e9416f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-a1d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processor.imageclassification.jvm.generic-image-classification/documentation.md",
-  "sourceDirName": "org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "slug": "/org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification",
-    "original_id": "org.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-f02.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-f02.json
deleted file mode 100644
index 336b0ac..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-f02.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processor.imageclassification.jvm.image-enricher/documentation.md",
-  "sourceDirName": "org.streampipes.processor.imageclassification.jvm.image-enricher",
-  "slug": "/org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher",
-    "original_id": "org.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processor-imageclassification-qrcode-documentation-md-acb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processor-imageclassification-qrcode-documentation-md-acb.json
deleted file mode 100644
index dc5c461..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processor-imageclassification-qrcode-documentation-md-acb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processor.imageclassification.qrcode/documentation.md",
-  "sourceDirName": "org.streampipes.processor.imageclassification.qrcode",
-  "slug": "/org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader",
-    "original_id": "org.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-aggregation-flink-aggregation-documentation-md-d4a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-aggregation-flink-aggregation-documentation-md-d4a.json
deleted file mode 100644
index 0599f4f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-aggregation-flink-aggregation-documentation-md-d4a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.aggregation.flink.aggregation/documentation.md",
-  "sourceDirName": "org.streampipes.processors.aggregation.flink.aggregation",
-  "slug": "/org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation",
-    "original_id": "org.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-aggregation-flink-rate-documentation-md-6b1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-aggregation-flink-rate-documentation-md-6b1.json
deleted file mode 100644
index eafd2bb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-aggregation-flink-rate-documentation-md-6b1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.aggregation.flink.rate/documentation.md",
-  "sourceDirName": "org.streampipes.processors.aggregation.flink.rate",
-  "slug": "/org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate",
-    "original_id": "org.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-03b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-03b.json
deleted file mode 100644
index 3f04095..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-03b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-  "title": "Math",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.enricher.flink.processor.math.mathop/documentation.md",
-  "sourceDirName": "org.streampipes.processors.enricher.flink.processor.math.mathop",
-  "slug": "/org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-    "title": "Math",
-    "sidebar_label": "Math",
-    "original_id": "org.streampipes.processors.enricher.flink.processor.math.mathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-c4e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-c4e.json
deleted file mode 100644
index f52d073..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-c4e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "title": "Static Math",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.enricher.flink.processor.math.staticmathop/documentation.md",
-  "sourceDirName": "org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "slug": "/org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-    "title": "Static Math",
-    "sidebar_label": "Static Math",
-    "original_id": "org.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-aef.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-aef.json
deleted file mode 100644
index 17801f3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-aef.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-  "title": "Trigonometry Functions",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.enricher.flink.processor.trigonometry/documentation.md",
-  "sourceDirName": "org.streampipes.processors.enricher.flink.processor.trigonometry",
-  "slug": "/org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-    "title": "Trigonometry Functions",
-    "sidebar_label": "Trigonometry Functions",
-    "original_id": "org.streampipes.processors.enricher.flink.processor.trigonometry"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-72e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-72e.json
deleted file mode 100644
index 5707cef..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-72e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "title": "URL Dereferencing",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.enricher.flink.processor.urldereferencing/documentation.md",
-  "sourceDirName": "org.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "slug": "/org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-    "title": "URL Dereferencing",
-    "sidebar_label": "URL Dereferencing",
-    "original_id": "org.streampipes.processors.enricher.flink.processor.urldereferencing"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-enricher-flink-timestamp-documentation-md-63e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-enricher-flink-timestamp-documentation-md-63e.json
deleted file mode 100644
index 8900f3f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-enricher-flink-timestamp-documentation-md-63e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-  "title": "Timestamp Enricher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.enricher.flink.timestamp/documentation.md",
-  "sourceDirName": "org.streampipes.processors.enricher.flink.timestamp",
-  "slug": "/org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-    "title": "Timestamp Enricher",
-    "sidebar_label": "Timestamp Enricher",
-    "original_id": "org.streampipes.processors.enricher.flink.timestamp"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-filters-jvm-compose-documentation-md-257.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-filters-jvm-compose-documentation-md-257.json
deleted file mode 100644
index 7ca2cdb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-filters-jvm-compose-documentation-md-257.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-  "title": "Compose",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.filters.jvm.compose/documentation.md",
-  "sourceDirName": "org.streampipes.processors.filters.jvm.compose",
-  "slug": "/org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-    "title": "Compose",
-    "sidebar_label": "Compose",
-    "original_id": "org.streampipes.processors.filters.jvm.compose"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-filters-jvm-numericalfilter-documentation-md-e46.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-filters-jvm-numericalfilter-documentation-md-e46.json
deleted file mode 100644
index 91f1280..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-filters-jvm-numericalfilter-documentation-md-e46.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-  "title": "Numerical Filter",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.filters.jvm.numericalfilter/documentation.md",
-  "sourceDirName": "org.streampipes.processors.filters.jvm.numericalfilter",
-  "slug": "/org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-    "title": "Numerical Filter",
-    "sidebar_label": "Numerical Filter",
-    "original_id": "org.streampipes.processors.filters.jvm.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-filters-jvm-project-documentation-md-b17.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-filters-jvm-project-documentation-md-b17.json
deleted file mode 100644
index 6ad20f0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-filters-jvm-project-documentation-md-b17.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project",
-  "title": "Projection",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.filters.jvm.project/documentation.md",
-  "sourceDirName": "org.streampipes.processors.filters.jvm.project",
-  "slug": "/org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.filters.jvm.project",
-    "title": "Projection",
-    "sidebar_label": "Projection",
-    "original_id": "org.streampipes.processors.filters.jvm.project"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-filters-jvm-textfilter-documentation-md-078.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-filters-jvm-textfilter-documentation-md-078.json
deleted file mode 100644
index 7a9d5d9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-filters-jvm-textfilter-documentation-md-078.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-  "title": "Text Filter",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.filters.jvm.textfilter/documentation.md",
-  "sourceDirName": "org.streampipes.processors.filters.jvm.textfilter",
-  "slug": "/org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-    "title": "Text Filter",
-    "sidebar_label": "Text Filter",
-    "original_id": "org.streampipes.processors.filters.jvm.textfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-f44.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-f44.json
deleted file mode 100644
index e528cc7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-f44.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.pattern-detection.flink.peak-detection/documentation.md",
-  "sourceDirName": "org.streampipes.processors.pattern-detection.flink.peak-detection",
-  "slug": "/org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection",
-    "original_id": "org.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-frequency-documentation-md-be8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-frequency-documentation-md-be8.json
deleted file mode 100644
index 2bc46e9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-frequency-documentation-md-be8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.siddhi.frequency/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.frequency",
-  "slug": "/org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation",
-    "original_id": "org.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-frequencychange-documentation-md-6fe.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-frequencychange-documentation-md-6fe.json
deleted file mode 100644
index 546b1cd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-frequencychange-documentation-md-6fe.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.siddhi.frequencychange/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.frequencychange",
-  "slug": "/org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change",
-    "original_id": "org.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-increase-documentation-md-ccb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-increase-documentation-md-ccb.json
deleted file mode 100644
index 622288d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-increase-documentation-md-ccb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.siddhi.increase/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.increase",
-  "slug": "/org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend",
-    "original_id": "org.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-numericalfilter-documentation-md-e64.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-numericalfilter-documentation-md-e64.json
deleted file mode 100644
index 4fb2d49..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-numericalfilter-documentation-md-e64.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.siddhi.numericalfilter/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.numericalfilter",
-  "slug": "/org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)",
-    "original_id": "org.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-sequence-documentation-md-cb0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-sequence-documentation-md-cb0.json
deleted file mode 100644
index c860b3b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-sequence-documentation-md-cb0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence",
-  "title": "Sequence Detection",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.siddhi.sequence/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.sequence",
-  "slug": "/org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.sequence",
-    "title": "Sequence Detection",
-    "sidebar_label": "Sequence Detection",
-    "original_id": "org.streampipes.processors.siddhi.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-stop-documentation-md-8f1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-stop-documentation-md-8f1.json
deleted file mode 100644
index 519436b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-siddhi-stop-documentation-md-8f1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.siddhi.stop/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.stop",
-  "slug": "/org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection",
-    "original_id": "org.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-textmining-flink-languagedetection-documentation-md-577.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-textmining-flink-languagedetection-documentation-md-577.json
deleted file mode 100644
index ebc6fbb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-textmining-flink-languagedetection-documentation-md-577.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.textmining.flink.languagedetection/documentation.md",
-  "sourceDirName": "org.streampipes.processors.textmining.flink.languagedetection",
-  "slug": "/org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-textmining-flink-wordcount-documentation-md-5c2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-textmining-flink-wordcount-documentation-md-5c2.json
deleted file mode 100644
index 8e9c320..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-textmining-flink-wordcount-documentation-md-5c2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.textmining.flink.wordcount/documentation.md",
-  "sourceDirName": "org.streampipes.processors.textmining.flink.wordcount",
-  "slug": "/org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count",
-    "original_id": "org.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-field-converter-documentation-md-e91.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-field-converter-documentation-md-e91.json
deleted file mode 100644
index 7b3d7ee..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-field-converter-documentation-md-e91.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.transformation.flink.field-converter/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.field-converter",
-  "slug": "/org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter",
-    "original_id": "org.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-field-mapper-documentation-md-f82.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-field-mapper-documentation-md-f82.json
deleted file mode 100644
index 5ad44fd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-field-mapper-documentation-md-f82.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-  "title": "Field Mapper",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.transformation.flink.field-mapper/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.field-mapper",
-  "slug": "/org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-    "title": "Field Mapper",
-    "sidebar_label": "Field Mapper",
-    "original_id": "org.streampipes.processors.transformation.flink.field-mapper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-field-renamer-documentation-md-3f1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-field-renamer-documentation-md-3f1.json
deleted file mode 100644
index 0047d89..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-field-renamer-documentation-md-3f1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.transformation.flink.field-renamer/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.field-renamer",
-  "slug": "/org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer",
-    "original_id": "org.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-fieldhasher-documentation-md-e90.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-fieldhasher-documentation-md-e90.json
deleted file mode 100644
index aeae663..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-fieldhasher-documentation-md-e90.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.transformation.flink.fieldhasher/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.fieldhasher",
-  "slug": "/org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher",
-    "original_id": "org.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-96b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-96b.json
deleted file mode 100644
index cd76039..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-96b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.transformation.flink.measurement-unit-converter/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "slug": "/org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter",
-    "original_id": "org.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-aa2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-aa2.json
deleted file mode 100644
index 6abad12..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-aa2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-  "title": "Boilerplate Removal",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.transformation.flink.processor.boilerplate/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.processor.boilerplate",
-  "slug": "/org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-    "title": "Boilerplate Removal",
-    "sidebar_label": "Boilerplate Removal",
-    "original_id": "org.streampipes.processors.transformation.flink.processor.boilerplate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-jvm-changed-value-documentation-md-c00.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-jvm-changed-value-documentation-md-c00.json
deleted file mode 100644
index 199f393..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-jvm-changed-value-documentation-md-c00.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-  "title": "Value Changed",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.transformation.jvm.changed-value/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.jvm.changed-value",
-  "slug": "/org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-    "title": "Value Changed",
-    "sidebar_label": "Value Changed",
-    "original_id": "org.streampipes.processors.transformation.jvm.changed-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-jvm-count-array-documentation-md-271.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-jvm-count-array-documentation-md-271.json
deleted file mode 100644
index b360093..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-jvm-count-array-documentation-md-271.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-  "title": "Count Array",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.transformation.jvm.count-array/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.jvm.count-array",
-  "slug": "/org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-    "title": "Count Array",
-    "sidebar_label": "Count Array",
-    "original_id": "org.streampipes.processors.transformation.jvm.count-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-jvm-duration-value-documentation-md-ce4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-jvm-duration-value-documentation-md-ce4.json
deleted file mode 100644
index 8f95e98..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-jvm-duration-value-documentation-md-ce4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-  "title": "Calculate Duration",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.transformation.jvm.duration-value/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.jvm.duration-value",
-  "slug": "/org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-    "title": "Calculate Duration",
-    "sidebar_label": "Calculate Duration",
-    "original_id": "org.streampipes.processors.transformation.jvm.duration-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-4d7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-4d7.json
deleted file mode 100644
index 5c792ae..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-4d7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "title": "Timestamp Extractor",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.transformation.jvm.processor.timestampextractor/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "slug": "/org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-    "title": "Timestamp Extractor",
-    "sidebar_label": "Timestamp Extractor",
-    "original_id": "org.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-jvm-split-array-documentation-md-238.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-jvm-split-array-documentation-md-238.json
deleted file mode 100644
index a199586..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-processors-transformation-jvm-split-array-documentation-md-238.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.55.2-pre-asf/org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.processors.transformation.jvm.split-array/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.jvm.split-array",
-  "slug": "/org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array",
-    "original_id": "org.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-brokers-jvm-jms-documentation-md-818.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-brokers-jvm-jms-documentation-md-818.json
deleted file mode 100644
index 9a198ae..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-brokers-jvm-jms-documentation-md-818.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-  "id": "version-0.55.2-pre-asf/org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-  "title": "JMS Publisher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.sinks.brokers.jvm.jms/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.brokers.jvm.jms",
-  "slug": "/org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-    "title": "JMS Publisher",
-    "sidebar_label": "JMS Publisher",
-    "original_id": "org.streampipes.sinks.brokers.jvm.jms"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-brokers-jvm-kafka-documentation-md-492.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-brokers-jvm-kafka-documentation-md-492.json
deleted file mode 100644
index 244de1f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-brokers-jvm-kafka-documentation-md-492.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-  "id": "version-0.55.2-pre-asf/org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-  "title": "Kafka Publisher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.sinks.brokers.jvm.kafka/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.brokers.jvm.kafka",
-  "slug": "/org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-    "title": "Kafka Publisher",
-    "sidebar_label": "Kafka Publisher",
-    "original_id": "org.streampipes.sinks.brokers.jvm.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-8bf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-8bf.json
deleted file mode 100644
index f03195d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-8bf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.55.2-pre-asf/org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.sinks.brokers.jvm.rabbitmq/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.brokers.jvm.rabbitmq",
-  "slug": "/org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher",
-    "original_id": "org.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-brokers-jvm-rest-documentation-md-c27.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-brokers-jvm-rest-documentation-md-c27.json
deleted file mode 100644
index 131b1e0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-brokers-jvm-rest-documentation-md-c27.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-  "id": "version-0.55.2-pre-asf/org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-  "title": "REST Publisher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.sinks.brokers.jvm.rest/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.brokers.jvm.rest",
-  "slug": "/org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-    "title": "REST Publisher",
-    "sidebar_label": "REST Publisher",
-    "original_id": "org.streampipes.sinks.brokers.jvm.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-databases-flink-elasticsearch-documentation-md-4d2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-databases-flink-elasticsearch-documentation-md-4d2.json
deleted file mode 100644
index 3375426..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-databases-flink-elasticsearch-documentation-md-4d2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-  "id": "version-0.55.2-pre-asf/org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-  "title": "Elasticsearch",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.sinks.databases.flink.elasticsearch/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.databases.flink.elasticsearch",
-  "slug": "/org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-    "title": "Elasticsearch",
-    "sidebar_label": "Elasticsearch",
-    "original_id": "org.streampipes.sinks.databases.flink.elasticsearch"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-databases-jvm-couchdb-documentation-md-789.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-databases-jvm-couchdb-documentation-md-789.json
deleted file mode 100644
index 07c4550..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-databases-jvm-couchdb-documentation-md-789.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-  "id": "version-0.55.2-pre-asf/org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-  "title": "CouchDB",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.sinks.databases.jvm.couchdb/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.databases.jvm.couchdb",
-  "slug": "/org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-    "title": "CouchDB",
-    "sidebar_label": "CouchDB",
-    "original_id": "org.streampipes.sinks.databases.jvm.couchdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-databases-jvm-influxdb-documentation-md-cd4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-databases-jvm-influxdb-documentation-md-cd4.json
deleted file mode 100644
index bbc23af..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-databases-jvm-influxdb-documentation-md-cd4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-  "id": "version-0.55.2-pre-asf/org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-  "title": "InfluxDB",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.sinks.databases.jvm.influxdb/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.databases.jvm.influxdb",
-  "slug": "/org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-    "title": "InfluxDB",
-    "sidebar_label": "InfluxDB",
-    "original_id": "org.streampipes.sinks.databases.jvm.influxdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-databases-jvm-postgresql-documentation-md-480.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-databases-jvm-postgresql-documentation-md-480.json
deleted file mode 100644
index b035308..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-databases-jvm-postgresql-documentation-md-480.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-  "id": "version-0.55.2-pre-asf/org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-  "title": "PostgreSQL",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.sinks.databases.jvm.postgresql/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.databases.jvm.postgresql",
-  "slug": "/org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-    "title": "PostgreSQL",
-    "sidebar_label": "PostgreSQL",
-    "original_id": "org.streampipes.sinks.databases.jvm.postgresql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-internal-jvm-dashboard-documentation-md-de8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-internal-jvm-dashboard-documentation-md-de8.json
deleted file mode 100644
index 1c30592..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-internal-jvm-dashboard-documentation-md-de8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-  "id": "version-0.55.2-pre-asf/org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-  "title": "Dashboard Sink",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.sinks.internal.jvm.dashboard/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.internal.jvm.dashboard",
-  "slug": "/org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-    "title": "Dashboard Sink",
-    "sidebar_label": "Dashboard Sink",
-    "original_id": "org.streampipes.sinks.internal.jvm.dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-internal-jvm-notification-documentation-md-633.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-internal-jvm-notification-documentation-md-633.json
deleted file mode 100644
index cbd21d6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-internal-jvm-notification-documentation-md-633.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.55.2-pre-asf/org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.sinks.internal.jvm.notification/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.internal.jvm.notification",
-  "slug": "/org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification",
-    "original_id": "org.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-notifications-jvm-email-documentation-md-8df.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-notifications-jvm-email-documentation-md-8df.json
deleted file mode 100644
index b0fb9d9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-notifications-jvm-email-documentation-md-8df.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-  "id": "version-0.55.2-pre-asf/org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-  "title": "Email Notification",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.sinks.notifications.jvm.email/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.notifications.jvm.email",
-  "slug": "/org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-    "title": "Email Notification",
-    "sidebar_label": "Email Notification",
-    "original_id": "org.streampipes.sinks.notifications.jvm.email"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-notifications-jvm-onesignal-documentation-md-094.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-notifications-jvm-onesignal-documentation-md-094.json
deleted file mode 100644
index cb78801..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-notifications-jvm-onesignal-documentation-md-094.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-  "id": "version-0.55.2-pre-asf/org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-  "title": "OneSignal",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.sinks.notifications.jvm.onesignal/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.notifications.jvm.onesignal",
-  "slug": "/org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-    "title": "OneSignal",
-    "sidebar_label": "OneSignal",
-    "original_id": "org.streampipes.sinks.notifications.jvm.onesignal"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-notifications-jvm-slack-documentation-md-c92.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-notifications-jvm-slack-documentation-md-c92.json
deleted file mode 100644
index a19231e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-org-streampipes-sinks-notifications-jvm-slack-documentation-md-c92.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.55.2-pre-asf/org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/org.streampipes.sinks.notifications.jvm.slack/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.notifications.jvm.slack",
-  "slug": "/org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/0.55.2-pre-asf/org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification",
-    "original_id": "org.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-pipeline-elements-md-79c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-pipeline-elements-md-79c.json
deleted file mode 100644
index 9c154c8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-pipeline-elements-md-79c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pipeline-elements",
-  "id": "version-0.55.2-pre-asf/pipeline-elements",
-  "title": "Pipeline Elements",
-  "description": "Starting from StreamPipes version 0.62.0, this section will contain an overview of currently available pipeline elements.",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/pipeline-elements",
-  "permalink": "/docs/0.55.2-pre-asf/pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "pipeline-elements",
-    "title": "Pipeline Elements",
-    "sidebar_label": "Pipeline Elements",
-    "original_id": "pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-privacy-md-278.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-privacy-md-278.json
deleted file mode 100644
index 90d0ab5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-privacy-md-278.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "privacy",
-  "id": "version-0.55.2-pre-asf/privacy",
-  "title": "Datenschutzerklärung",
-  "description": "Verantwortliche Stelle",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/privacy.md",
-  "sourceDirName": ".",
-  "slug": "/privacy",
-  "permalink": "/docs/0.55.2-pre-asf/privacy",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "privacy",
-    "title": "Datenschutzerklärung",
-    "sidebar_label": "Privacy Notice",
-    "original_id": "privacy"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-getting-started-md-e61.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-getting-started-md-e61.json
deleted file mode 100644
index ef9c617..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-getting-started-md-e61.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-getting-started",
-  "id": "version-0.55.2-pre-asf/user-guide-getting-started",
-  "title": "Getting Started",
-  "description": "This quick start explains how StreamPipes can be set up in the browser.",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/user-guide-getting-started.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-getting-started",
-  "permalink": "/docs/0.55.2-pre-asf/user-guide-getting-started",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-getting-started",
-    "title": "Getting Started",
-    "sidebar_label": "Getting Started",
-    "original_id": "user-guide-getting-started"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-installation-md-159.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-installation-md-159.json
deleted file mode 100644
index d47c342..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-installation-md-159.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-installation",
-  "id": "version-0.55.2-pre-asf/user-guide-installation",
-  "title": "Installation",
-  "description": "StreamPipes desktop version",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/user-guide-installation.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-installation",
-  "permalink": "/docs/0.55.2-pre-asf/user-guide-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "user-guide-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-introduction-md-6ef.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-introduction-md-6ef.json
deleted file mode 100644
index 3054e36..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-introduction-md-6ef.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction",
-  "id": "version-0.55.2-pre-asf/user-guide-introduction",
-  "title": "Introduction",
-  "description": "StreamPipes is a framework that enables users to work with data streams.",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/user-guide-introduction.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction",
-  "permalink": "/docs/0.55.2-pre-asf/user-guide-introduction",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-introduction",
-    "title": "Introduction",
-    "sidebar_label": "Introduction",
-    "original_id": "user-guide-introduction"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-processing-elements-md-4c8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-processing-elements-md-4c8.json
deleted file mode 100644
index 42d034a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-processing-elements-md-4c8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-processing-elements",
-  "id": "version-0.55.2-pre-asf/user-guide-processing-elements",
-  "title": "Processing Elements",
-  "description": "This page explains all the Procesing Elements that are available in the StreamPipes Starter Kit.",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/user-guide-processing-elements.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-processing-elements",
-  "permalink": "/docs/0.55.2-pre-asf/user-guide-processing-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-processing-elements",
-    "title": "Processing Elements",
-    "sidebar_label": "Processing Elements",
-    "original_id": "user-guide-processing-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-software-components-md-554.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-software-components-md-554.json
deleted file mode 100644
index e1f49c2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-software-components-md-554.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-software-components",
-  "id": "version-0.55.2-pre-asf/user-guide-software-components",
-  "title": "Software Components",
-  "description": "This page contains all the software components that can be used within the StreamPipes framework.",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/user-guide-software-components.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-software-components",
-  "permalink": "/docs/0.55.2-pre-asf/user-guide-software-components",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-software-components",
-    "title": "Software Components",
-    "sidebar_label": "Software Components",
-    "original_id": "user-guide-software-components"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-tour-md-f4d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-tour-md-f4d.json
deleted file mode 100644
index 93d7a60..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-55-2-pre-asf-user-guide-tour-md-f4d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-tour",
-  "id": "version-0.55.2-pre-asf/user-guide-tour",
-  "title": "Tour",
-  "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure.",
-  "source": "@site/versioned_docs/version-0.55.2-pre-asf/user-guide-tour.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-tour",
-  "permalink": "/docs/0.55.2-pre-asf/user-guide-tour",
-  "draft": false,
-  "tags": [],
-  "version": "0.55.2-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-tour",
-    "title": "Tour",
-    "sidebar_label": "Tour",
-    "original_id": "user-guide-tour"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-archetype-md-995.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-archetype-md-995.json
deleted file mode 100644
index a3ad37c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-archetype-md-995.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-archetype",
-  "id": "version-0.61.0-pre-asf/dev-guide-archetype",
-  "title": "Start Developing",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/dev-guide-archetype.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-archetype",
-  "permalink": "/docs/0.61.0-pre-asf/dev-guide-archetype",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-archetype",
-    "title": "Start Developing",
-    "sidebar_label": "Start Developing",
-    "original_id": "dev-guide-archetype"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-architecture-md-e27.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-architecture-md-e27.json
deleted file mode 100644
index 33c0f20..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-architecture-md-e27.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-architecture",
-  "id": "version-0.61.0-pre-asf/dev-guide-architecture",
-  "title": "Architecture",
-  "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/dev-guide-architecture.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-architecture",
-  "permalink": "/docs/0.61.0-pre-asf/dev-guide-architecture",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-architecture",
-    "title": "Architecture",
-    "sidebar_label": "Architecture",
-    "original_id": "dev-guide-architecture"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-configuration-md-805.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-configuration-md-805.json
deleted file mode 100644
index 3ed6e2c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-configuration-md-805.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-configuration",
-  "id": "version-0.61.0-pre-asf/dev-guide-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/dev-guide-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-configuration",
-  "permalink": "/docs/0.61.0-pre-asf/dev-guide-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration",
-    "original_id": "dev-guide-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-environment-md-4d0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-environment-md-4d0.json
deleted file mode 100644
index 4168c2d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-environment-md-4d0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-development-environment",
-  "id": "version-0.61.0-pre-asf/dev-guide-development-environment",
-  "title": "Development Environment",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/dev-guide-environment.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-development-environment",
-  "permalink": "/docs/0.61.0-pre-asf/dev-guide-development-environment",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-development-environment",
-    "title": "Development Environment",
-    "sidebar_label": "Development Environment",
-    "original_id": "dev-guide-development-environment"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-event-model-md-a6e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-event-model-md-a6e.json
deleted file mode 100644
index 206cacb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-event-model-md-a6e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-event-model",
-  "id": "version-0.61.0-pre-asf/dev-guide-event-model",
-  "title": "SDK Guide: Event Model",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/dev-guide-event-model.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-event-model",
-  "permalink": "/docs/0.61.0-pre-asf/dev-guide-event-model",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-event-model",
-    "title": "SDK Guide: Event Model",
-    "sidebar_label": "Event Model",
-    "original_id": "dev-guide-event-model"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-migration-md-573.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-migration-md-573.json
deleted file mode 100644
index 7bfa6ed..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-migration-md-573.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-migration",
-  "id": "version-0.61.0-pre-asf/dev-guide-migration",
-  "title": "Migration Guide v0.61",
-  "description": "Version 0.61.0 of StreamPipes comes with an improved event model. This model makes it easier to support more complex data streams (e.g., streams containing nested properties and lists) and includes features such as automatically resolving conflicts when merging two event streams.",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/dev-guide-migration.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-migration",
-  "permalink": "/docs/0.61.0-pre-asf/dev-guide-migration",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-migration",
-    "title": "Migration Guide v0.61",
-    "sidebar_label": "Migration Guide",
-    "original_id": "dev-guide-migration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-output-strategies-md-bdc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-output-strategies-md-bdc.json
deleted file mode 100644
index 7d7438d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-output-strategies-md-bdc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-output-strategies",
-  "id": "version-0.61.0-pre-asf/dev-guide-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/dev-guide-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-output-strategies",
-  "permalink": "/docs/0.61.0-pre-asf/dev-guide-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "Output Strategies",
-    "original_id": "dev-guide-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-processor-sdk-md-6e1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-processor-sdk-md-6e1.json
deleted file mode 100644
index 555353d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-processor-sdk-md-6e1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-processors",
-  "id": "version-0.61.0-pre-asf/dev-guide-sdk-guide-processors",
-  "title": "SDK Guide: Data Processors",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/dev-guide-processor-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-processors",
-  "permalink": "/docs/0.61.0-pre-asf/dev-guide-sdk-guide-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-processors",
-    "title": "SDK Guide: Data Processors",
-    "sidebar_label": "SDK Guide: Data Processors",
-    "original_id": "dev-guide-sdk-guide-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-sink-sdk-md-4c3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-sink-sdk-md-4c3.json
deleted file mode 100644
index 1d8cadc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-sink-sdk-md-4c3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-sinks",
-  "id": "version-0.61.0-pre-asf/dev-guide-sdk-guide-sinks",
-  "title": "SDK Guide: Data Sinks",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/dev-guide-sink-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-sinks",
-  "permalink": "/docs/0.61.0-pre-asf/dev-guide-sdk-guide-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-sinks",
-    "title": "SDK Guide: Data Sinks",
-    "sidebar_label": "SDK Guide: Data Sinks",
-    "original_id": "dev-guide-sdk-guide-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-ssl-md-1e8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-ssl-md-1e8.json
deleted file mode 100644
index 60797d5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-ssl-md-1e8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-ssl",
-  "id": "version-0.61.0-pre-asf/dev-guide-ssl",
-  "title": "Use SSL",
-  "description": "In this tutorial we explain how you can use SSL Certificates to provide transport layer security between your Browser and the Streampipes Backend.",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/dev-guide-ssl.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-ssl",
-  "permalink": "/docs/0.61.0-pre-asf/dev-guide-ssl",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-ssl",
-    "title": "Use SSL",
-    "sidebar_label": "Use SSL",
-    "original_id": "dev-guide-ssl"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-static-properties-md-e15.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-static-properties-md-e15.json
deleted file mode 100644
index 63dd29e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-static-properties-md-e15.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-static-properties",
-  "id": "version-0.61.0-pre-asf/dev-guide-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/dev-guide-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-static-properties",
-  "permalink": "/docs/0.61.0-pre-asf/dev-guide-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "Static Properties",
-    "original_id": "dev-guide-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-stream-requirements-md-cf7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-stream-requirements-md-cf7.json
deleted file mode 100644
index 868c238..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-stream-requirements-md-cf7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-stream-requirements",
-  "id": "version-0.61.0-pre-asf/dev-guide-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/dev-guide-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-stream-requirements",
-  "permalink": "/docs/0.61.0-pre-asf/dev-guide-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "Stream Requirements",
-    "original_id": "dev-guide-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-tutorial-processors-md-de1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-tutorial-processors-md-de1.json
deleted file mode 100644
index 960c1cb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-tutorial-processors-md-de1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-processors",
-  "id": "version-0.61.0-pre-asf/dev-guide-tutorial-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper.",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/dev-guide-tutorial-processors.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-processors",
-  "permalink": "/docs/0.61.0-pre-asf/dev-guide-tutorial-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors",
-    "original_id": "dev-guide-tutorial-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-tutorial-sinks-md-25f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-tutorial-sinks-md-25f.json
deleted file mode 100644
index eea8d6c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-tutorial-sinks-md-25f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-sinks",
-  "id": "version-0.61.0-pre-asf/dev-guide-tutorial-sinks",
-  "title": "Tutorial: Data Sinks",
-  "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/dev-guide-tutorial-sinks.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-sinks",
-  "permalink": "/docs/0.61.0-pre-asf/dev-guide-tutorial-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-sinks",
-    "title": "Tutorial: Data Sinks",
-    "sidebar_label": "Tutorial: Data Sinks",
-    "original_id": "dev-guide-tutorial-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-tutorial-sources-md-162.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-tutorial-sources-md-162.json
deleted file mode 100644
index 7537a63..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-dev-guide-tutorial-sources-md-162.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-sources",
-  "id": "version-0.61.0-pre-asf/dev-guide-tutorial-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/dev-guide-tutorial-sources.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-sources",
-  "permalink": "/docs/0.61.0-pre-asf/dev-guide-tutorial-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources",
-    "original_id": "dev-guide-tutorial-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-faq-common-problems-md-f33.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-faq-common-problems-md-f33.json
deleted file mode 100644
index 2f83f57..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-faq-common-problems-md-f33.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "faq-common-problems",
-  "id": "version-0.61.0-pre-asf/faq-common-problems",
-  "title": "Common Problems",
-  "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/faq-common-problems.md",
-  "sourceDirName": ".",
-  "slug": "/faq-common-problems",
-  "permalink": "/docs/0.61.0-pre-asf/faq-common-problems",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "faq-common-problems",
-    "title": "Common Problems",
-    "sidebar_label": "Common Problems",
-    "original_id": "faq-common-problems"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processor-geo-flink-documentation-md-f21.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processor-geo-flink-documentation-md-f21.json
deleted file mode 100644
index d9e0789..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processor-geo-flink-documentation-md-f21.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink",
-  "title": "Spatial Grid Enrichment",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processor.geo.flink/documentation.md",
-  "sourceDirName": "org.streampipes.processor.geo.flink",
-  "slug": "/org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processor.geo.flink",
-    "title": "Spatial Grid Enrichment",
-    "sidebar_label": "Spatial Grid Enrichment",
-    "original_id": "org.streampipes.processor.geo.flink"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-bc3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-bc3.json
deleted file mode 100644
index d66b12d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-bc3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processor.imageclassification.jvm.generic-image-classification/documentation.md",
-  "sourceDirName": "org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "slug": "/org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification",
-    "original_id": "org.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-6dd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-6dd.json
deleted file mode 100644
index cb02bbd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-6dd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processor.imageclassification.jvm.image-enricher/documentation.md",
-  "sourceDirName": "org.streampipes.processor.imageclassification.jvm.image-enricher",
-  "slug": "/org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher",
-    "original_id": "org.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processor-imageclassification-qrcode-documentation-md-bf1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processor-imageclassification-qrcode-documentation-md-bf1.json
deleted file mode 100644
index bd56958..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processor-imageclassification-qrcode-documentation-md-bf1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processor.imageclassification.qrcode/documentation.md",
-  "sourceDirName": "org.streampipes.processor.imageclassification.qrcode",
-  "slug": "/org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader",
-    "original_id": "org.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-aggregation-flink-aggregation-documentation-md-34a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-aggregation-flink-aggregation-documentation-md-34a.json
deleted file mode 100644
index dd621ff..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-aggregation-flink-aggregation-documentation-md-34a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.aggregation.flink.aggregation/documentation.md",
-  "sourceDirName": "org.streampipes.processors.aggregation.flink.aggregation",
-  "slug": "/org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation",
-    "original_id": "org.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-aggregation-flink-rate-documentation-md-36d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-aggregation-flink-rate-documentation-md-36d.json
deleted file mode 100644
index 5e4ed87..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-aggregation-flink-rate-documentation-md-36d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.aggregation.flink.rate/documentation.md",
-  "sourceDirName": "org.streampipes.processors.aggregation.flink.rate",
-  "slug": "/org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate",
-    "original_id": "org.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-e6a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-e6a.json
deleted file mode 100644
index 42f264c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-e6a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-  "title": "Math",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.enricher.flink.processor.math.mathop/documentation.md",
-  "sourceDirName": "org.streampipes.processors.enricher.flink.processor.math.mathop",
-  "slug": "/org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-    "title": "Math",
-    "sidebar_label": "Math",
-    "original_id": "org.streampipes.processors.enricher.flink.processor.math.mathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-6ae.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-6ae.json
deleted file mode 100644
index a1149d5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-6ae.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "title": "Static Math",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.enricher.flink.processor.math.staticmathop/documentation.md",
-  "sourceDirName": "org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "slug": "/org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-    "title": "Static Math",
-    "sidebar_label": "Static Math",
-    "original_id": "org.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-c7c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-c7c.json
deleted file mode 100644
index f68aba9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-c7c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-  "title": "Trigonometry Functions",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.enricher.flink.processor.trigonometry/documentation.md",
-  "sourceDirName": "org.streampipes.processors.enricher.flink.processor.trigonometry",
-  "slug": "/org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-    "title": "Trigonometry Functions",
-    "sidebar_label": "Trigonometry Functions",
-    "original_id": "org.streampipes.processors.enricher.flink.processor.trigonometry"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-bcb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-bcb.json
deleted file mode 100644
index 77c53ca..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-bcb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "title": "URL Dereferencing",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.enricher.flink.processor.urldereferencing/documentation.md",
-  "sourceDirName": "org.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "slug": "/org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-    "title": "URL Dereferencing",
-    "sidebar_label": "URL Dereferencing",
-    "original_id": "org.streampipes.processors.enricher.flink.processor.urldereferencing"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-enricher-flink-timestamp-documentation-md-ce2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-enricher-flink-timestamp-documentation-md-ce2.json
deleted file mode 100644
index e47534a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-enricher-flink-timestamp-documentation-md-ce2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-  "title": "Timestamp Enricher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.enricher.flink.timestamp/documentation.md",
-  "sourceDirName": "org.streampipes.processors.enricher.flink.timestamp",
-  "slug": "/org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-    "title": "Timestamp Enricher",
-    "sidebar_label": "Timestamp Enricher",
-    "original_id": "org.streampipes.processors.enricher.flink.timestamp"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-filters-jvm-compose-documentation-md-1d1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-filters-jvm-compose-documentation-md-1d1.json
deleted file mode 100644
index 6743cdc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-filters-jvm-compose-documentation-md-1d1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-  "title": "Compose",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.filters.jvm.compose/documentation.md",
-  "sourceDirName": "org.streampipes.processors.filters.jvm.compose",
-  "slug": "/org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-    "title": "Compose",
-    "sidebar_label": "Compose",
-    "original_id": "org.streampipes.processors.filters.jvm.compose"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-filters-jvm-numericalfilter-documentation-md-7c5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-filters-jvm-numericalfilter-documentation-md-7c5.json
deleted file mode 100644
index 3bd7236..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-filters-jvm-numericalfilter-documentation-md-7c5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-  "title": "Numerical Filter",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.filters.jvm.numericalfilter/documentation.md",
-  "sourceDirName": "org.streampipes.processors.filters.jvm.numericalfilter",
-  "slug": "/org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-    "title": "Numerical Filter",
-    "sidebar_label": "Numerical Filter",
-    "original_id": "org.streampipes.processors.filters.jvm.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-filters-jvm-project-documentation-md-273.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-filters-jvm-project-documentation-md-273.json
deleted file mode 100644
index 5dab035..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-filters-jvm-project-documentation-md-273.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project",
-  "title": "Projection",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.filters.jvm.project/documentation.md",
-  "sourceDirName": "org.streampipes.processors.filters.jvm.project",
-  "slug": "/org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.filters.jvm.project",
-    "title": "Projection",
-    "sidebar_label": "Projection",
-    "original_id": "org.streampipes.processors.filters.jvm.project"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-filters-jvm-textfilter-documentation-md-e7d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-filters-jvm-textfilter-documentation-md-e7d.json
deleted file mode 100644
index 2d2ec1c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-filters-jvm-textfilter-documentation-md-e7d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-  "title": "Text Filter",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.filters.jvm.textfilter/documentation.md",
-  "sourceDirName": "org.streampipes.processors.filters.jvm.textfilter",
-  "slug": "/org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-    "title": "Text Filter",
-    "sidebar_label": "Text Filter",
-    "original_id": "org.streampipes.processors.filters.jvm.textfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-500.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-500.json
deleted file mode 100644
index f3feee2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-500.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.pattern-detection.flink.peak-detection/documentation.md",
-  "sourceDirName": "org.streampipes.processors.pattern-detection.flink.peak-detection",
-  "slug": "/org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection",
-    "original_id": "org.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-frequency-documentation-md-68b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-frequency-documentation-md-68b.json
deleted file mode 100644
index bca6910..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-frequency-documentation-md-68b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.siddhi.frequency/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.frequency",
-  "slug": "/org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation",
-    "original_id": "org.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-frequencychange-documentation-md-0b8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-frequencychange-documentation-md-0b8.json
deleted file mode 100644
index 0128842..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-frequencychange-documentation-md-0b8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.siddhi.frequencychange/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.frequencychange",
-  "slug": "/org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change",
-    "original_id": "org.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-increase-documentation-md-80f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-increase-documentation-md-80f.json
deleted file mode 100644
index 66ace5d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-increase-documentation-md-80f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.siddhi.increase/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.increase",
-  "slug": "/org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend",
-    "original_id": "org.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-numericalfilter-documentation-md-6fc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-numericalfilter-documentation-md-6fc.json
deleted file mode 100644
index 461dfba..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-numericalfilter-documentation-md-6fc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.siddhi.numericalfilter/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.numericalfilter",
-  "slug": "/org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)",
-    "original_id": "org.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-sequence-documentation-md-477.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-sequence-documentation-md-477.json
deleted file mode 100644
index 118f117..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-sequence-documentation-md-477.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence",
-  "title": "Sequence Detection",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.siddhi.sequence/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.sequence",
-  "slug": "/org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.sequence",
-    "title": "Sequence Detection",
-    "sidebar_label": "Sequence Detection",
-    "original_id": "org.streampipes.processors.siddhi.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-stop-documentation-md-85d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-stop-documentation-md-85d.json
deleted file mode 100644
index 52187c9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-siddhi-stop-documentation-md-85d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.siddhi.stop/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.stop",
-  "slug": "/org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection",
-    "original_id": "org.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-textmining-flink-languagedetection-documentation-md-bd8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-textmining-flink-languagedetection-documentation-md-bd8.json
deleted file mode 100644
index 646c623..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-textmining-flink-languagedetection-documentation-md-bd8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.textmining.flink.languagedetection/documentation.md",
-  "sourceDirName": "org.streampipes.processors.textmining.flink.languagedetection",
-  "slug": "/org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-textmining-flink-wordcount-documentation-md-350.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-textmining-flink-wordcount-documentation-md-350.json
deleted file mode 100644
index 265deb8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-textmining-flink-wordcount-documentation-md-350.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.textmining.flink.wordcount/documentation.md",
-  "sourceDirName": "org.streampipes.processors.textmining.flink.wordcount",
-  "slug": "/org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count",
-    "original_id": "org.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-field-converter-documentation-md-57d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-field-converter-documentation-md-57d.json
deleted file mode 100644
index b4bd2e6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-field-converter-documentation-md-57d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.transformation.flink.field-converter/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.field-converter",
-  "slug": "/org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter",
-    "original_id": "org.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-field-mapper-documentation-md-5fe.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-field-mapper-documentation-md-5fe.json
deleted file mode 100644
index c92e0c3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-field-mapper-documentation-md-5fe.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-  "title": "Field Mapper",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.transformation.flink.field-mapper/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.field-mapper",
-  "slug": "/org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-    "title": "Field Mapper",
-    "sidebar_label": "Field Mapper",
-    "original_id": "org.streampipes.processors.transformation.flink.field-mapper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-field-renamer-documentation-md-d49.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-field-renamer-documentation-md-d49.json
deleted file mode 100644
index 53444ec..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-field-renamer-documentation-md-d49.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.transformation.flink.field-renamer/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.field-renamer",
-  "slug": "/org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer",
-    "original_id": "org.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-fieldhasher-documentation-md-2f1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-fieldhasher-documentation-md-2f1.json
deleted file mode 100644
index d976ceb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-fieldhasher-documentation-md-2f1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.transformation.flink.fieldhasher/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.fieldhasher",
-  "slug": "/org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher",
-    "original_id": "org.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-956.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-956.json
deleted file mode 100644
index cab867e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-956.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.transformation.flink.measurement-unit-converter/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "slug": "/org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter",
-    "original_id": "org.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-62f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-62f.json
deleted file mode 100644
index 0f9502d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-62f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-  "title": "Boilerplate Removal",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.transformation.flink.processor.boilerplate/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.processor.boilerplate",
-  "slug": "/org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-    "title": "Boilerplate Removal",
-    "sidebar_label": "Boilerplate Removal",
-    "original_id": "org.streampipes.processors.transformation.flink.processor.boilerplate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-jvm-changed-value-documentation-md-265.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-jvm-changed-value-documentation-md-265.json
deleted file mode 100644
index 55e8f73..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-jvm-changed-value-documentation-md-265.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-  "title": "Value Changed",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.transformation.jvm.changed-value/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.jvm.changed-value",
-  "slug": "/org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-    "title": "Value Changed",
-    "sidebar_label": "Value Changed",
-    "original_id": "org.streampipes.processors.transformation.jvm.changed-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-jvm-count-array-documentation-md-25a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-jvm-count-array-documentation-md-25a.json
deleted file mode 100644
index bf5002e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-jvm-count-array-documentation-md-25a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-  "title": "Count Array",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.transformation.jvm.count-array/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.jvm.count-array",
-  "slug": "/org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-    "title": "Count Array",
-    "sidebar_label": "Count Array",
-    "original_id": "org.streampipes.processors.transformation.jvm.count-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-jvm-duration-value-documentation-md-6d6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-jvm-duration-value-documentation-md-6d6.json
deleted file mode 100644
index 0d83154..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-jvm-duration-value-documentation-md-6d6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-  "title": "Calculate Duration",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.transformation.jvm.duration-value/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.jvm.duration-value",
-  "slug": "/org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-    "title": "Calculate Duration",
-    "sidebar_label": "Calculate Duration",
-    "original_id": "org.streampipes.processors.transformation.jvm.duration-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-654.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-654.json
deleted file mode 100644
index 35eb358..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-654.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "title": "Timestamp Extractor",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.transformation.jvm.processor.timestampextractor/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "slug": "/org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-    "title": "Timestamp Extractor",
-    "sidebar_label": "Timestamp Extractor",
-    "original_id": "org.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-jvm-split-array-documentation-md-595.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-jvm-split-array-documentation-md-595.json
deleted file mode 100644
index ca10446..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-processors-transformation-jvm-split-array-documentation-md-595.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.61.0-pre-asf/org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.processors.transformation.jvm.split-array/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.jvm.split-array",
-  "slug": "/org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array",
-    "original_id": "org.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-brokers-jvm-jms-documentation-md-9c9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-brokers-jvm-jms-documentation-md-9c9.json
deleted file mode 100644
index f6d7d5f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-brokers-jvm-jms-documentation-md-9c9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-  "id": "version-0.61.0-pre-asf/org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-  "title": "JMS Publisher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.sinks.brokers.jvm.jms/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.brokers.jvm.jms",
-  "slug": "/org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-    "title": "JMS Publisher",
-    "sidebar_label": "JMS Publisher",
-    "original_id": "org.streampipes.sinks.brokers.jvm.jms"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-brokers-jvm-kafka-documentation-md-a5a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-brokers-jvm-kafka-documentation-md-a5a.json
deleted file mode 100644
index d492ef0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-brokers-jvm-kafka-documentation-md-a5a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-  "id": "version-0.61.0-pre-asf/org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-  "title": "Kafka Publisher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.sinks.brokers.jvm.kafka/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.brokers.jvm.kafka",
-  "slug": "/org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-    "title": "Kafka Publisher",
-    "sidebar_label": "Kafka Publisher",
-    "original_id": "org.streampipes.sinks.brokers.jvm.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-c52.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-c52.json
deleted file mode 100644
index 9048c5e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-c52.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.61.0-pre-asf/org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.sinks.brokers.jvm.rabbitmq/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.brokers.jvm.rabbitmq",
-  "slug": "/org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher",
-    "original_id": "org.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-brokers-jvm-rest-documentation-md-e47.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-brokers-jvm-rest-documentation-md-e47.json
deleted file mode 100644
index 57493a7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-brokers-jvm-rest-documentation-md-e47.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-  "id": "version-0.61.0-pre-asf/org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-  "title": "REST Publisher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.sinks.brokers.jvm.rest/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.brokers.jvm.rest",
-  "slug": "/org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-    "title": "REST Publisher",
-    "sidebar_label": "REST Publisher",
-    "original_id": "org.streampipes.sinks.brokers.jvm.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-databases-flink-elasticsearch-documentation-md-1f9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-databases-flink-elasticsearch-documentation-md-1f9.json
deleted file mode 100644
index 913a0ff..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-databases-flink-elasticsearch-documentation-md-1f9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-  "id": "version-0.61.0-pre-asf/org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-  "title": "Elasticsearch",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.sinks.databases.flink.elasticsearch/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.databases.flink.elasticsearch",
-  "slug": "/org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-    "title": "Elasticsearch",
-    "sidebar_label": "Elasticsearch",
-    "original_id": "org.streampipes.sinks.databases.flink.elasticsearch"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-databases-jvm-couchdb-documentation-md-9eb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-databases-jvm-couchdb-documentation-md-9eb.json
deleted file mode 100644
index 6c9a919..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-databases-jvm-couchdb-documentation-md-9eb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-  "id": "version-0.61.0-pre-asf/org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-  "title": "CouchDB",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.sinks.databases.jvm.couchdb/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.databases.jvm.couchdb",
-  "slug": "/org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-    "title": "CouchDB",
-    "sidebar_label": "CouchDB",
-    "original_id": "org.streampipes.sinks.databases.jvm.couchdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-databases-jvm-influxdb-documentation-md-9c3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-databases-jvm-influxdb-documentation-md-9c3.json
deleted file mode 100644
index d4fa597..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-databases-jvm-influxdb-documentation-md-9c3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-  "id": "version-0.61.0-pre-asf/org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-  "title": "InfluxDB",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.sinks.databases.jvm.influxdb/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.databases.jvm.influxdb",
-  "slug": "/org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-    "title": "InfluxDB",
-    "sidebar_label": "InfluxDB",
-    "original_id": "org.streampipes.sinks.databases.jvm.influxdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-databases-jvm-postgresql-documentation-md-644.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-databases-jvm-postgresql-documentation-md-644.json
deleted file mode 100644
index fb2f1f5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-databases-jvm-postgresql-documentation-md-644.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-  "id": "version-0.61.0-pre-asf/org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-  "title": "PostgreSQL",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.sinks.databases.jvm.postgresql/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.databases.jvm.postgresql",
-  "slug": "/org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-    "title": "PostgreSQL",
-    "sidebar_label": "PostgreSQL",
-    "original_id": "org.streampipes.sinks.databases.jvm.postgresql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-internal-jvm-dashboard-documentation-md-bf0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-internal-jvm-dashboard-documentation-md-bf0.json
deleted file mode 100644
index 15d5226..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-internal-jvm-dashboard-documentation-md-bf0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-  "id": "version-0.61.0-pre-asf/org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-  "title": "Dashboard Sink",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.sinks.internal.jvm.dashboard/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.internal.jvm.dashboard",
-  "slug": "/org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-    "title": "Dashboard Sink",
-    "sidebar_label": "Dashboard Sink",
-    "original_id": "org.streampipes.sinks.internal.jvm.dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-internal-jvm-notification-documentation-md-876.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-internal-jvm-notification-documentation-md-876.json
deleted file mode 100644
index 488ab3c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-internal-jvm-notification-documentation-md-876.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.61.0-pre-asf/org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.sinks.internal.jvm.notification/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.internal.jvm.notification",
-  "slug": "/org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification",
-    "original_id": "org.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-notifications-jvm-email-documentation-md-392.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-notifications-jvm-email-documentation-md-392.json
deleted file mode 100644
index 4a4a3c9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-notifications-jvm-email-documentation-md-392.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-  "id": "version-0.61.0-pre-asf/org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-  "title": "Email Notification",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.sinks.notifications.jvm.email/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.notifications.jvm.email",
-  "slug": "/org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-    "title": "Email Notification",
-    "sidebar_label": "Email Notification",
-    "original_id": "org.streampipes.sinks.notifications.jvm.email"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-notifications-jvm-onesignal-documentation-md-4a0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-notifications-jvm-onesignal-documentation-md-4a0.json
deleted file mode 100644
index 4a38e80..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-notifications-jvm-onesignal-documentation-md-4a0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-  "id": "version-0.61.0-pre-asf/org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-  "title": "OneSignal",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.sinks.notifications.jvm.onesignal/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.notifications.jvm.onesignal",
-  "slug": "/org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-    "title": "OneSignal",
-    "sidebar_label": "OneSignal",
-    "original_id": "org.streampipes.sinks.notifications.jvm.onesignal"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-notifications-jvm-slack-documentation-md-6cc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-notifications-jvm-slack-documentation-md-6cc.json
deleted file mode 100644
index ff16f0a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-org-streampipes-sinks-notifications-jvm-slack-documentation-md-6cc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.61.0-pre-asf/org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/org.streampipes.sinks.notifications.jvm.slack/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.notifications.jvm.slack",
-  "slug": "/org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/0.61.0-pre-asf/org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification",
-    "original_id": "org.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-pipeline-elements-md-acd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-pipeline-elements-md-acd.json
deleted file mode 100644
index 1fec7d9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-pipeline-elements-md-acd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pipeline-elements",
-  "id": "version-0.61.0-pre-asf/pipeline-elements",
-  "title": "Pipeline Elements",
-  "description": "Starting from StreamPipes version 0.62.0, this section will contain an overview of currently available pipeline elements.",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/pipeline-elements",
-  "permalink": "/docs/0.61.0-pre-asf/pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "pipeline-elements",
-    "title": "Pipeline Elements",
-    "sidebar_label": "Pipeline Elements",
-    "original_id": "pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-user-guide-first-steps-md-4f2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-user-guide-first-steps-md-4f2.json
deleted file mode 100644
index ea27659..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-user-guide-first-steps-md-4f2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-first-steps",
-  "id": "version-0.61.0-pre-asf/user-guide-first-steps",
-  "title": "First steps",
-  "description": "In this section, you'll learn how to create and run pipelines in StreamPipes.",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/user-guide-first-steps.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-first-steps",
-  "permalink": "/docs/0.61.0-pre-asf/user-guide-first-steps",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-first-steps",
-    "title": "First steps",
-    "sidebar_label": "First steps",
-    "original_id": "user-guide-first-steps"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-user-guide-installation-md-26c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-user-guide-installation-md-26c.json
deleted file mode 100644
index 4745676..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-user-guide-installation-md-26c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-installation",
-  "id": "version-0.61.0-pre-asf/user-guide-installation",
-  "title": "Installation",
-  "description": "StreamPipes desktop version",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/user-guide-installation.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-installation",
-  "permalink": "/docs/0.61.0-pre-asf/user-guide-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "user-guide-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-user-guide-processing-elements-md-61f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-user-guide-processing-elements-md-61f.json
deleted file mode 100644
index da508a8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-user-guide-processing-elements-md-61f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-processing-elements",
-  "id": "version-0.61.0-pre-asf/user-guide-processing-elements",
-  "title": "Processing Elements",
-  "description": "This page explains some processing elements (not including the full list) that are available in the StreamPipes Starter Kit.",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/user-guide-processing-elements.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-processing-elements",
-  "permalink": "/docs/0.61.0-pre-asf/user-guide-processing-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-processing-elements",
-    "title": "Processing Elements",
-    "sidebar_label": "Processing Elements",
-    "original_id": "user-guide-processing-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-user-guide-software-components-md-4ea.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-user-guide-software-components-md-4ea.json
deleted file mode 100644
index bac8995..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-user-guide-software-components-md-4ea.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-software-components",
-  "id": "version-0.61.0-pre-asf/user-guide-software-components",
-  "title": "Software Components",
-  "description": "This page contains all the software components that can be used within the StreamPipes framework.",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/user-guide-software-components.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-software-components",
-  "permalink": "/docs/0.61.0-pre-asf/user-guide-software-components",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-software-components",
-    "title": "Software Components",
-    "sidebar_label": "Software Components",
-    "original_id": "user-guide-software-components"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-user-guide-tour-md-4a9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-user-guide-tour-md-4a9.json
deleted file mode 100644
index 67c6d53..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-61-0-pre-asf-user-guide-tour-md-4a9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-tour",
-  "id": "version-0.61.0-pre-asf/user-guide-tour",
-  "title": "Tour",
-  "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure.",
-  "source": "@site/versioned_docs/version-0.61.0-pre-asf/user-guide-tour.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-tour",
-  "permalink": "/docs/0.61.0-pre-asf/user-guide-tour",
-  "draft": false,
-  "tags": [],
-  "version": "0.61.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-tour",
-    "title": "Tour",
-    "sidebar_label": "Tour",
-    "original_id": "user-guide-tour"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-archetype-md-f4d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-archetype-md-f4d.json
deleted file mode 100644
index 90ae5e1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-archetype-md-f4d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-archetype",
-  "id": "version-0.62.0-pre-asf/dev-guide-archetype",
-  "title": "Start Developing",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/dev-guide-archetype.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-archetype",
-  "permalink": "/docs/0.62.0-pre-asf/dev-guide-archetype",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-archetype",
-    "title": "Start Developing",
-    "sidebar_label": "Start Developing",
-    "original_id": "dev-guide-archetype"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-configuration-md-cec.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-configuration-md-cec.json
deleted file mode 100644
index d28d59a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-configuration-md-cec.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-configuration",
-  "id": "version-0.62.0-pre-asf/dev-guide-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/dev-guide-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-configuration",
-  "permalink": "/docs/0.62.0-pre-asf/dev-guide-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration",
-    "original_id": "dev-guide-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-environment-md-447.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-environment-md-447.json
deleted file mode 100644
index 80cd5e4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-environment-md-447.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-development-environment",
-  "id": "version-0.62.0-pre-asf/dev-guide-development-environment",
-  "title": "Development Environment",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/dev-guide-environment.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-development-environment",
-  "permalink": "/docs/0.62.0-pre-asf/dev-guide-development-environment",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-development-environment",
-    "title": "Development Environment",
-    "sidebar_label": "Development Environment",
-    "original_id": "dev-guide-development-environment"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-tutorial-processors-md-819.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-tutorial-processors-md-819.json
deleted file mode 100644
index e6dd0d0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-tutorial-processors-md-819.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-processors",
-  "id": "version-0.62.0-pre-asf/dev-guide-tutorial-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper.",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/dev-guide-tutorial-processors.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-processors",
-  "permalink": "/docs/0.62.0-pre-asf/dev-guide-tutorial-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors",
-    "original_id": "dev-guide-tutorial-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-tutorial-sinks-md-a68.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-tutorial-sinks-md-a68.json
deleted file mode 100644
index 2d60dd0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-tutorial-sinks-md-a68.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-sinks",
-  "id": "version-0.62.0-pre-asf/dev-guide-tutorial-sinks",
-  "title": "Tutorial: Data Sinks",
-  "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/dev-guide-tutorial-sinks.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-sinks",
-  "permalink": "/docs/0.62.0-pre-asf/dev-guide-tutorial-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-sinks",
-    "title": "Tutorial: Data Sinks",
-    "sidebar_label": "Tutorial: Data Sinks",
-    "original_id": "dev-guide-tutorial-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-tutorial-sources-md-5ae.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-tutorial-sources-md-5ae.json
deleted file mode 100644
index 83b1e61..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-dev-guide-tutorial-sources-md-5ae.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-sources",
-  "id": "version-0.62.0-pre-asf/dev-guide-tutorial-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/dev-guide-tutorial-sources.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-sources",
-  "permalink": "/docs/0.62.0-pre-asf/dev-guide-tutorial-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources",
-    "original_id": "dev-guide-tutorial-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processor-geo-flink-documentation-md-40b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processor-geo-flink-documentation-md-40b.json
deleted file mode 100644
index 5c8df33..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processor-geo-flink-documentation-md-40b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink",
-  "title": "Spatial Grid Enrichment",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processor.geo.flink/documentation.md",
-  "sourceDirName": "org.streampipes.processor.geo.flink",
-  "slug": "/org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processor.geo.flink",
-    "title": "Spatial Grid Enrichment",
-    "sidebar_label": "Spatial Grid Enrichment",
-    "original_id": "org.streampipes.processor.geo.flink"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-267.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-267.json
deleted file mode 100644
index dbe55b1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-267.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processor.imageclassification.jvm.generic-image-classification/documentation.md",
-  "sourceDirName": "org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "slug": "/org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification",
-    "original_id": "org.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-39e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-39e.json
deleted file mode 100644
index b83fe9c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-39e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processor.imageclassification.jvm.image-enricher/documentation.md",
-  "sourceDirName": "org.streampipes.processor.imageclassification.jvm.image-enricher",
-  "slug": "/org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher",
-    "original_id": "org.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processor-imageclassification-qrcode-documentation-md-91a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processor-imageclassification-qrcode-documentation-md-91a.json
deleted file mode 100644
index bd10117..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processor-imageclassification-qrcode-documentation-md-91a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processor.imageclassification.qrcode/documentation.md",
-  "sourceDirName": "org.streampipes.processor.imageclassification.qrcode",
-  "slug": "/org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader",
-    "original_id": "org.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-aggregation-flink-aggregation-documentation-md-fb8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-aggregation-flink-aggregation-documentation-md-fb8.json
deleted file mode 100644
index 27be701..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-aggregation-flink-aggregation-documentation-md-fb8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.aggregation.flink.aggregation/documentation.md",
-  "sourceDirName": "org.streampipes.processors.aggregation.flink.aggregation",
-  "slug": "/org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation",
-    "original_id": "org.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-aggregation-flink-rate-documentation-md-fa1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-aggregation-flink-rate-documentation-md-fa1.json
deleted file mode 100644
index 87d0936..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-aggregation-flink-rate-documentation-md-fa1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.aggregation.flink.rate/documentation.md",
-  "sourceDirName": "org.streampipes.processors.aggregation.flink.rate",
-  "slug": "/org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate",
-    "original_id": "org.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-83b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-83b.json
deleted file mode 100644
index 391b060..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-83b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-  "title": "Math",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.enricher.flink.processor.math.mathop/documentation.md",
-  "sourceDirName": "org.streampipes.processors.enricher.flink.processor.math.mathop",
-  "slug": "/org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-    "title": "Math",
-    "sidebar_label": "Math",
-    "original_id": "org.streampipes.processors.enricher.flink.processor.math.mathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-23b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-23b.json
deleted file mode 100644
index 169b3fe..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-23b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "title": "Static Math",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.enricher.flink.processor.math.staticmathop/documentation.md",
-  "sourceDirName": "org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "slug": "/org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-    "title": "Static Math",
-    "sidebar_label": "Static Math",
-    "original_id": "org.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-d95.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-d95.json
deleted file mode 100644
index b5585eb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-d95.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-  "title": "Trigonometry Functions",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.enricher.flink.processor.trigonometry/documentation.md",
-  "sourceDirName": "org.streampipes.processors.enricher.flink.processor.trigonometry",
-  "slug": "/org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-    "title": "Trigonometry Functions",
-    "sidebar_label": "Trigonometry Functions",
-    "original_id": "org.streampipes.processors.enricher.flink.processor.trigonometry"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-841.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-841.json
deleted file mode 100644
index 4729087..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-841.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "title": "URL Dereferencing",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.enricher.flink.processor.urldereferencing/documentation.md",
-  "sourceDirName": "org.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "slug": "/org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-    "title": "URL Dereferencing",
-    "sidebar_label": "URL Dereferencing",
-    "original_id": "org.streampipes.processors.enricher.flink.processor.urldereferencing"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-enricher-flink-timestamp-documentation-md-4c4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-enricher-flink-timestamp-documentation-md-4c4.json
deleted file mode 100644
index 05c1417..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-enricher-flink-timestamp-documentation-md-4c4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-  "title": "Timestamp Enricher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.enricher.flink.timestamp/documentation.md",
-  "sourceDirName": "org.streampipes.processors.enricher.flink.timestamp",
-  "slug": "/org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-    "title": "Timestamp Enricher",
-    "sidebar_label": "Timestamp Enricher",
-    "original_id": "org.streampipes.processors.enricher.flink.timestamp"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-filters-jvm-compose-documentation-md-8d8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-filters-jvm-compose-documentation-md-8d8.json
deleted file mode 100644
index 9829b9b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-filters-jvm-compose-documentation-md-8d8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-  "title": "Compose",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.filters.jvm.compose/documentation.md",
-  "sourceDirName": "org.streampipes.processors.filters.jvm.compose",
-  "slug": "/org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-    "title": "Compose",
-    "sidebar_label": "Compose",
-    "original_id": "org.streampipes.processors.filters.jvm.compose"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-filters-jvm-numericalfilter-documentation-md-7be.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-filters-jvm-numericalfilter-documentation-md-7be.json
deleted file mode 100644
index 14a65e9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-filters-jvm-numericalfilter-documentation-md-7be.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-  "title": "Numerical Filter",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.filters.jvm.numericalfilter/documentation.md",
-  "sourceDirName": "org.streampipes.processors.filters.jvm.numericalfilter",
-  "slug": "/org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-    "title": "Numerical Filter",
-    "sidebar_label": "Numerical Filter",
-    "original_id": "org.streampipes.processors.filters.jvm.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-filters-jvm-project-documentation-md-fb1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-filters-jvm-project-documentation-md-fb1.json
deleted file mode 100644
index 6d7427e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-filters-jvm-project-documentation-md-fb1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project",
-  "title": "Projection",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.filters.jvm.project/documentation.md",
-  "sourceDirName": "org.streampipes.processors.filters.jvm.project",
-  "slug": "/org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.filters.jvm.project",
-    "title": "Projection",
-    "sidebar_label": "Projection",
-    "original_id": "org.streampipes.processors.filters.jvm.project"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-filters-jvm-textfilter-documentation-md-1fc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-filters-jvm-textfilter-documentation-md-1fc.json
deleted file mode 100644
index 6421b85..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-filters-jvm-textfilter-documentation-md-1fc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-  "title": "Text Filter",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.filters.jvm.textfilter/documentation.md",
-  "sourceDirName": "org.streampipes.processors.filters.jvm.textfilter",
-  "slug": "/org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-    "title": "Text Filter",
-    "sidebar_label": "Text Filter",
-    "original_id": "org.streampipes.processors.filters.jvm.textfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-747.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-747.json
deleted file mode 100644
index 4959fa6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-747.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.pattern-detection.flink.peak-detection/documentation.md",
-  "sourceDirName": "org.streampipes.processors.pattern-detection.flink.peak-detection",
-  "slug": "/org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection",
-    "original_id": "org.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-frequency-documentation-md-d54.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-frequency-documentation-md-d54.json
deleted file mode 100644
index 1450b62..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-frequency-documentation-md-d54.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.siddhi.frequency/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.frequency",
-  "slug": "/org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation",
-    "original_id": "org.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-frequencychange-documentation-md-18f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-frequencychange-documentation-md-18f.json
deleted file mode 100644
index 274caeb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-frequencychange-documentation-md-18f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.siddhi.frequencychange/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.frequencychange",
-  "slug": "/org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change",
-    "original_id": "org.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-increase-documentation-md-8aa.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-increase-documentation-md-8aa.json
deleted file mode 100644
index bf6bda0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-increase-documentation-md-8aa.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.siddhi.increase/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.increase",
-  "slug": "/org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend",
-    "original_id": "org.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-numericalfilter-documentation-md-844.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-numericalfilter-documentation-md-844.json
deleted file mode 100644
index 5a6a402..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-numericalfilter-documentation-md-844.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.siddhi.numericalfilter/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.numericalfilter",
-  "slug": "/org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)",
-    "original_id": "org.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-sequence-documentation-md-b1b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-sequence-documentation-md-b1b.json
deleted file mode 100644
index eba2472..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-sequence-documentation-md-b1b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence",
-  "title": "Sequence Detection",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.siddhi.sequence/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.sequence",
-  "slug": "/org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.sequence",
-    "title": "Sequence Detection",
-    "sidebar_label": "Sequence Detection",
-    "original_id": "org.streampipes.processors.siddhi.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-stop-documentation-md-b09.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-stop-documentation-md-b09.json
deleted file mode 100644
index 496994d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-siddhi-stop-documentation-md-b09.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.siddhi.stop/documentation.md",
-  "sourceDirName": "org.streampipes.processors.siddhi.stop",
-  "slug": "/org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection",
-    "original_id": "org.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-textmining-flink-languagedetection-documentation-md-77c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-textmining-flink-languagedetection-documentation-md-77c.json
deleted file mode 100644
index 102760f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-textmining-flink-languagedetection-documentation-md-77c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.textmining.flink.languagedetection/documentation.md",
-  "sourceDirName": "org.streampipes.processors.textmining.flink.languagedetection",
-  "slug": "/org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-textmining-flink-wordcount-documentation-md-501.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-textmining-flink-wordcount-documentation-md-501.json
deleted file mode 100644
index 31e3bcf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-textmining-flink-wordcount-documentation-md-501.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.textmining.flink.wordcount/documentation.md",
-  "sourceDirName": "org.streampipes.processors.textmining.flink.wordcount",
-  "slug": "/org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count",
-    "original_id": "org.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-field-converter-documentation-md-7ac.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-field-converter-documentation-md-7ac.json
deleted file mode 100644
index e2bc865..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-field-converter-documentation-md-7ac.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.transformation.flink.field-converter/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.field-converter",
-  "slug": "/org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter",
-    "original_id": "org.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-field-mapper-documentation-md-c4c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-field-mapper-documentation-md-c4c.json
deleted file mode 100644
index 9a0d10f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-field-mapper-documentation-md-c4c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-  "title": "Field Mapper",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.transformation.flink.field-mapper/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.field-mapper",
-  "slug": "/org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-    "title": "Field Mapper",
-    "sidebar_label": "Field Mapper",
-    "original_id": "org.streampipes.processors.transformation.flink.field-mapper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-field-renamer-documentation-md-0a5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-field-renamer-documentation-md-0a5.json
deleted file mode 100644
index c8ba5d2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-field-renamer-documentation-md-0a5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.transformation.flink.field-renamer/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.field-renamer",
-  "slug": "/org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer",
-    "original_id": "org.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-fieldhasher-documentation-md-672.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-fieldhasher-documentation-md-672.json
deleted file mode 100644
index 1587275..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-fieldhasher-documentation-md-672.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.transformation.flink.fieldhasher/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.fieldhasher",
-  "slug": "/org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher",
-    "original_id": "org.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-655.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-655.json
deleted file mode 100644
index 7fa7492..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-655.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.transformation.flink.measurement-unit-converter/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "slug": "/org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter",
-    "original_id": "org.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-a6e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-a6e.json
deleted file mode 100644
index 3415678..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-a6e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-  "title": "Boilerplate Removal",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.transformation.flink.processor.boilerplate/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.flink.processor.boilerplate",
-  "slug": "/org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-    "title": "Boilerplate Removal",
-    "sidebar_label": "Boilerplate Removal",
-    "original_id": "org.streampipes.processors.transformation.flink.processor.boilerplate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-jvm-changed-value-documentation-md-927.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-jvm-changed-value-documentation-md-927.json
deleted file mode 100644
index 6a417ca..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-jvm-changed-value-documentation-md-927.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-  "title": "Value Changed",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.transformation.jvm.changed-value/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.jvm.changed-value",
-  "slug": "/org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-    "title": "Value Changed",
-    "sidebar_label": "Value Changed",
-    "original_id": "org.streampipes.processors.transformation.jvm.changed-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-jvm-count-array-documentation-md-c18.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-jvm-count-array-documentation-md-c18.json
deleted file mode 100644
index 66d090c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-jvm-count-array-documentation-md-c18.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-  "title": "Count Array",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.transformation.jvm.count-array/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.jvm.count-array",
-  "slug": "/org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-    "title": "Count Array",
-    "sidebar_label": "Count Array",
-    "original_id": "org.streampipes.processors.transformation.jvm.count-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-jvm-duration-value-documentation-md-8a8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-jvm-duration-value-documentation-md-8a8.json
deleted file mode 100644
index 86d7884..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-jvm-duration-value-documentation-md-8a8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-  "title": "Calculate Duration",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.transformation.jvm.duration-value/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.jvm.duration-value",
-  "slug": "/org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-    "title": "Calculate Duration",
-    "sidebar_label": "Calculate Duration",
-    "original_id": "org.streampipes.processors.transformation.jvm.duration-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-b99.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-b99.json
deleted file mode 100644
index 65d79fc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-b99.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "title": "Timestamp Extractor",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.transformation.jvm.processor.timestampextractor/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "slug": "/org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-    "title": "Timestamp Extractor",
-    "sidebar_label": "Timestamp Extractor",
-    "original_id": "org.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-jvm-split-array-documentation-md-939.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-jvm-split-array-documentation-md-939.json
deleted file mode 100644
index 1b350ab..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-processors-transformation-jvm-split-array-documentation-md-939.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.62.0-pre-asf/org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.processors.transformation.jvm.split-array/documentation.md",
-  "sourceDirName": "org.streampipes.processors.transformation.jvm.split-array",
-  "slug": "/org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array",
-    "original_id": "org.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-brokers-jvm-jms-documentation-md-e6d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-brokers-jvm-jms-documentation-md-e6d.json
deleted file mode 100644
index 88538da..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-brokers-jvm-jms-documentation-md-e6d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-  "id": "version-0.62.0-pre-asf/org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-  "title": "JMS Publisher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.sinks.brokers.jvm.jms/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.brokers.jvm.jms",
-  "slug": "/org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-    "title": "JMS Publisher",
-    "sidebar_label": "JMS Publisher",
-    "original_id": "org.streampipes.sinks.brokers.jvm.jms"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-brokers-jvm-kafka-documentation-md-aa9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-brokers-jvm-kafka-documentation-md-aa9.json
deleted file mode 100644
index 58556e9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-brokers-jvm-kafka-documentation-md-aa9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-  "id": "version-0.62.0-pre-asf/org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-  "title": "Kafka Publisher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.sinks.brokers.jvm.kafka/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.brokers.jvm.kafka",
-  "slug": "/org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-    "title": "Kafka Publisher",
-    "sidebar_label": "Kafka Publisher",
-    "original_id": "org.streampipes.sinks.brokers.jvm.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-06c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-06c.json
deleted file mode 100644
index bec8ddf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-06c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.62.0-pre-asf/org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.sinks.brokers.jvm.rabbitmq/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.brokers.jvm.rabbitmq",
-  "slug": "/org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher",
-    "original_id": "org.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-brokers-jvm-rest-documentation-md-958.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-brokers-jvm-rest-documentation-md-958.json
deleted file mode 100644
index 17be5de..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-brokers-jvm-rest-documentation-md-958.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-  "id": "version-0.62.0-pre-asf/org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-  "title": "REST Publisher",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.sinks.brokers.jvm.rest/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.brokers.jvm.rest",
-  "slug": "/org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-    "title": "REST Publisher",
-    "sidebar_label": "REST Publisher",
-    "original_id": "org.streampipes.sinks.brokers.jvm.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-databases-flink-elasticsearch-documentation-md-c4b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-databases-flink-elasticsearch-documentation-md-c4b.json
deleted file mode 100644
index 3a9a536..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-databases-flink-elasticsearch-documentation-md-c4b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-  "id": "version-0.62.0-pre-asf/org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-  "title": "Elasticsearch",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.sinks.databases.flink.elasticsearch/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.databases.flink.elasticsearch",
-  "slug": "/org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-    "title": "Elasticsearch",
-    "sidebar_label": "Elasticsearch",
-    "original_id": "org.streampipes.sinks.databases.flink.elasticsearch"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-databases-jvm-couchdb-documentation-md-762.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-databases-jvm-couchdb-documentation-md-762.json
deleted file mode 100644
index 3069517..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-databases-jvm-couchdb-documentation-md-762.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-  "id": "version-0.62.0-pre-asf/org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-  "title": "CouchDB",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.sinks.databases.jvm.couchdb/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.databases.jvm.couchdb",
-  "slug": "/org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-    "title": "CouchDB",
-    "sidebar_label": "CouchDB",
-    "original_id": "org.streampipes.sinks.databases.jvm.couchdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-databases-jvm-influxdb-documentation-md-4bf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-databases-jvm-influxdb-documentation-md-4bf.json
deleted file mode 100644
index 8ac262b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-databases-jvm-influxdb-documentation-md-4bf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-  "id": "version-0.62.0-pre-asf/org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-  "title": "InfluxDB",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.sinks.databases.jvm.influxdb/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.databases.jvm.influxdb",
-  "slug": "/org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-    "title": "InfluxDB",
-    "sidebar_label": "InfluxDB",
-    "original_id": "org.streampipes.sinks.databases.jvm.influxdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-databases-jvm-postgresql-documentation-md-584.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-databases-jvm-postgresql-documentation-md-584.json
deleted file mode 100644
index 4fbb2bf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-databases-jvm-postgresql-documentation-md-584.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-  "id": "version-0.62.0-pre-asf/org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-  "title": "PostgreSQL",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.sinks.databases.jvm.postgresql/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.databases.jvm.postgresql",
-  "slug": "/org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-    "title": "PostgreSQL",
-    "sidebar_label": "PostgreSQL",
-    "original_id": "org.streampipes.sinks.databases.jvm.postgresql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-internal-jvm-dashboard-documentation-md-3b9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-internal-jvm-dashboard-documentation-md-3b9.json
deleted file mode 100644
index d45f300..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-internal-jvm-dashboard-documentation-md-3b9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-  "id": "version-0.62.0-pre-asf/org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-  "title": "Dashboard Sink",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.sinks.internal.jvm.dashboard/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.internal.jvm.dashboard",
-  "slug": "/org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-    "title": "Dashboard Sink",
-    "sidebar_label": "Dashboard Sink",
-    "original_id": "org.streampipes.sinks.internal.jvm.dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-internal-jvm-notification-documentation-md-04d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-internal-jvm-notification-documentation-md-04d.json
deleted file mode 100644
index e2c17c2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-internal-jvm-notification-documentation-md-04d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.62.0-pre-asf/org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.sinks.internal.jvm.notification/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.internal.jvm.notification",
-  "slug": "/org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification",
-    "original_id": "org.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-notifications-jvm-email-documentation-md-833.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-notifications-jvm-email-documentation-md-833.json
deleted file mode 100644
index 3b011ed..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-notifications-jvm-email-documentation-md-833.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-  "id": "version-0.62.0-pre-asf/org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-  "title": "Email Notification",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.sinks.notifications.jvm.email/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.notifications.jvm.email",
-  "slug": "/org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-    "title": "Email Notification",
-    "sidebar_label": "Email Notification",
-    "original_id": "org.streampipes.sinks.notifications.jvm.email"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-notifications-jvm-onesignal-documentation-md-ec5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-notifications-jvm-onesignal-documentation-md-ec5.json
deleted file mode 100644
index 5ff61f5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-notifications-jvm-onesignal-documentation-md-ec5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-  "id": "version-0.62.0-pre-asf/org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-  "title": "OneSignal",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.sinks.notifications.jvm.onesignal/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.notifications.jvm.onesignal",
-  "slug": "/org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-    "title": "OneSignal",
-    "sidebar_label": "OneSignal",
-    "original_id": "org.streampipes.sinks.notifications.jvm.onesignal"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-notifications-jvm-slack-documentation-md-96e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-notifications-jvm-slack-documentation-md-96e.json
deleted file mode 100644
index 13a7f84..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-org-streampipes-sinks-notifications-jvm-slack-documentation-md-96e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.62.0-pre-asf/org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/org.streampipes.sinks.notifications.jvm.slack/documentation.md",
-  "sourceDirName": "org.streampipes.sinks.notifications.jvm.slack",
-  "slug": "/org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/0.62.0-pre-asf/org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification",
-    "original_id": "org.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-pipeline-elements-md-10f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-pipeline-elements-md-10f.json
deleted file mode 100644
index a57b27c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-pipeline-elements-md-10f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pipeline-elements",
-  "id": "version-0.62.0-pre-asf/pipeline-elements",
-  "title": "Overview",
-  "description": "Data ProcessorAggregationPerforms different aggregation functions  Documentation  Docker Container  Code on GithubData ProcessorBoilerplate RemovalRemoves boilerplate and extract fulltext from HTML  Documentation  Docker Container  Code on GithubData ProcessorCalculate DurationCalculates the time between two timestamps.  Documentation  Docker Container  Code on GithubData ProcessorComposeMerges two event streams  Documentation  Docker Container  Code on GithubData SinkCouchDBStores events in an Apache CouchDB database.  Documentation  Docker Container  Code on GithubData ProcessorCount ArrayCounts the size of list items.  Documentation  Docker Container  Code on GithubData SinkDashboard SinkVisualizes data streams in the StreamPipes dashboard  Documentation  Docker Container  Code on GithubData SinkElasticsearchStores data in an elasticsearch cluster  Documentation  Docker Container  Code on GithubData SinkEmail NotificationEmail service to send notifications emails  Documentation  Docker Container  Code on GithubData ProcessorEvent RateComputes current event rate. Output is a number representing events per second.  Documentation  Docker Container  Code on GithubData ProcessorField ConverterConverts a string value to a number data type  Documentation  Docker Container  Code on GithubData ProcessorField HasherHashes the value of a field using various hash functions.  Documentation  Docker Container  Code on GithubData ProcessorField MapperReplaces one or more field with a new field and computes a hash value of these fields  Documentation  Docker Container  Code on GithubData ProcessorField RenamerReplaces the runtime name of an event property with a custom defined name.  Documentation  Docker Container  Code on GithubData ProcessorFrequency CalculationCalculates the frequency of the event stream  Documentation  Docker Container  Code on GithubData ProcessorFrequency ChangeDetects when the frequency of the event stream changes  Documentation  Docker Container  Code on GithubData ProcessorGeneric Image ClassificationClassification Description (Generic Model)  Documentation  Docker Container  Code on GithubData ProcessorImage EnricherEnriches an image with a bounding box of given coordinates  Documentation  Docker Container  Code on GithubData SinkInfluxDBStores events in an InfluxDB.  Documentation  Docker Container  Code on GithubData SinkJMS PublisherPublishes events to a JMS topic  Documentation  Docker Container  Code on GithubData SinkKafka PublisherPublish events to Apache Kafka  Documentation  Docker Container  Code on GithubData ProcessorLanguage DetectionDetects the language of a written text.  Documentation  Docker Container  Code on GithubData ProcessorMathPerforms calculations on event properties (+, -, , /, %)  Documentation  Docker Container  Code on GithubData ProcessorMeasurement Unit ConverterConverts a unit of measurement to another one  Documentation  Docker Container  Code on GithubData SinkNotificationPublish a notification to the StreamPipes UI.  Documentation  Docker Container  Code on GithubData ProcessorNumerical FilterNumerical Filter Description  Documentation  Docker Container  Code on GithubData ProcessorNumerical Filter (Siddhi)  Documentation  Docker Container  Code on GithubData SinkOneSignalSend Push Message to OneSignal-Application  Documentation  Docker Container  Code on GithubData ProcessorPeak DetectionDetect peaks in time series data  Documentation  Docker Container  Code on GithubData SinkPostgreSQLStores events in a Postgres database.  Documentation  Docker Container  Code on GithubData ProcessorProjectionOutputs a selectable subset of an input event type  Documentation  Docker Container  Code on GithubData ProcessorQR Code ReaderDetects a QR Code in an image  Documentation  Docker Container  Code on GithubData SinkREST PublisherPosts events to a REST interface  Documentation  Docker Container  Code on GithubData SinkRabbitMQ PublisherForwards events to a RabbitMQ broker  Documentation  Docker Container  Code on GithubData ProcessorSequence DetectionMerges events from two event streams, when the top event arrives first and then the bottom event  Documentation  Docker Container  Code on GithubData SinkSlack NotificationSlack bot to send notifications to Slack  Documentation  Docker Container  Code on GithubData ProcessorSpatial Grid EnrichmentGroups spatial events into cells of a given size  Documentation  Docker Container  Code on GithubData ProcessorSplit ArrayOutputs an event for each entry of a list.  Documentation  Docker Container  Code on GithubData ProcessorStatic MathPerforms calculation on an event property with a static value (+, -, , /, %)  Documentation  Docker Container  Code on GithubData ProcessorStream Stop DetectionTriggers an event when the input data stream stops sending events  Documentation  Docker Container  Code on GithubData ProcessorText FilterText Filter Description  Documentation  Docker Container  Code on GithubData ProcessorTimestamp EnricherAppends the current time in ms to the event payload  Documentation  Docker Container  Code on GithubData ProcessorTimestamp ExtractorExtracts a timestamp into its individual time fields.  Documentation  Docker Container  Code on GithubData ProcessorTrendDetects the increase of a numerical field over a customizable time window. Example: A temperature value increases by 10 percent within 5 minutes.  Documentation  Docker Container  Code on GithubData ProcessorTrigonometry FunctionsPerforms Trigonometric functions on event properties  Documentation  Docker Container  Code on GithubData ProcessorURL DereferencingAppend the html page as a string to event  Documentation  Docker Container  Code on GithubData ProcessorValue ChangedOutpus an event every time a specific field changes.  Documentation  Docker Container  Code on GithubData ProcessorWord CountCounts words on continuous text-based streams  Documentation  Docker Container  Code on Github",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/pipeline-elements",
-  "permalink": "/docs/0.62.0-pre-asf/pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "pipeline-elements",
-    "title": "Overview",
-    "sidebar_label": "Overview",
-    "original_id": "pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-user-guide-first-steps-md-a73.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-user-guide-first-steps-md-a73.json
deleted file mode 100644
index 88b0c67..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-user-guide-first-steps-md-a73.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-first-steps",
-  "id": "version-0.62.0-pre-asf/user-guide-first-steps",
-  "title": "First steps",
-  "description": "In this section, you'll learn how to create and run pipelines in StreamPipes.",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/user-guide-first-steps.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-first-steps",
-  "permalink": "/docs/0.62.0-pre-asf/user-guide-first-steps",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-first-steps",
-    "title": "First steps",
-    "sidebar_label": "First steps",
-    "original_id": "user-guide-first-steps"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-user-guide-installation-md-111.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-user-guide-installation-md-111.json
deleted file mode 100644
index 2a35488..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-user-guide-installation-md-111.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-installation",
-  "id": "version-0.62.0-pre-asf/user-guide-installation",
-  "title": "Installation",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/user-guide-installation.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-installation",
-  "permalink": "/docs/0.62.0-pre-asf/user-guide-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "user-guide-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-user-guide-tour-md-31f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-user-guide-tour-md-31f.json
deleted file mode 100644
index a65aa14..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-62-0-pre-asf-user-guide-tour-md-31f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-tour",
-  "id": "version-0.62.0-pre-asf/user-guide-tour",
-  "title": "Tour",
-  "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure.",
-  "source": "@site/versioned_docs/version-0.62.0-pre-asf/user-guide-tour.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-tour",
-  "permalink": "/docs/0.62.0-pre-asf/user-guide-tour",
-  "draft": false,
-  "tags": [],
-  "version": "0.62.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-tour",
-    "title": "Tour",
-    "sidebar_label": "Tour",
-    "original_id": "user-guide-tour"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-archetype-md-8e5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-archetype-md-8e5.json
deleted file mode 100644
index 1d9ce39..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-archetype-md-8e5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-archetype",
-  "id": "version-0.63.0-pre-asf/dev-guide-archetype",
-  "title": "Start Developing",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/dev-guide-archetype.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-archetype",
-  "permalink": "/docs/0.63.0-pre-asf/dev-guide-archetype",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-archetype",
-    "title": "Start Developing",
-    "sidebar_label": "Start Developing",
-    "original_id": "dev-guide-archetype"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-configuration-md-8c7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-configuration-md-8c7.json
deleted file mode 100644
index 422f5c3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-configuration-md-8c7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-configuration",
-  "id": "version-0.63.0-pre-asf/dev-guide-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/dev-guide-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-configuration",
-  "permalink": "/docs/0.63.0-pre-asf/dev-guide-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration",
-    "original_id": "dev-guide-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-environment-md-2f9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-environment-md-2f9.json
deleted file mode 100644
index 09d7ae6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-environment-md-2f9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-development-environment",
-  "id": "version-0.63.0-pre-asf/dev-guide-development-environment",
-  "title": "Development Environment",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/dev-guide-environment.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-development-environment",
-  "permalink": "/docs/0.63.0-pre-asf/dev-guide-development-environment",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-development-environment",
-    "title": "Development Environment",
-    "sidebar_label": "Development Environment",
-    "original_id": "dev-guide-development-environment"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-output-strategies-md-e16.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-output-strategies-md-e16.json
deleted file mode 100644
index db026ae..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-output-strategies-md-e16.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-output-strategies",
-  "id": "version-0.63.0-pre-asf/dev-guide-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/dev-guide-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-output-strategies",
-  "permalink": "/docs/0.63.0-pre-asf/dev-guide-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "Output Strategies",
-    "original_id": "dev-guide-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-static-properties-md-11d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-static-properties-md-11d.json
deleted file mode 100644
index ce6ce18..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-static-properties-md-11d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-static-properties",
-  "id": "version-0.63.0-pre-asf/dev-guide-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/dev-guide-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-static-properties",
-  "permalink": "/docs/0.63.0-pre-asf/dev-guide-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "Static Properties",
-    "original_id": "dev-guide-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-stream-requirements-md-b63.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-stream-requirements-md-b63.json
deleted file mode 100644
index c404d64..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-stream-requirements-md-b63.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-stream-requirements",
-  "id": "version-0.63.0-pre-asf/dev-guide-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/dev-guide-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-stream-requirements",
-  "permalink": "/docs/0.63.0-pre-asf/dev-guide-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "Stream Requirements",
-    "original_id": "dev-guide-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-tutorial-processors-md-c4c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-tutorial-processors-md-c4c.json
deleted file mode 100644
index ec0b5a0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-tutorial-processors-md-c4c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-processors",
-  "id": "version-0.63.0-pre-asf/dev-guide-tutorial-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper.",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/dev-guide-tutorial-processors.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-processors",
-  "permalink": "/docs/0.63.0-pre-asf/dev-guide-tutorial-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors",
-    "original_id": "dev-guide-tutorial-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-tutorial-sinks-md-d04.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-tutorial-sinks-md-d04.json
deleted file mode 100644
index 7dcf376..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-tutorial-sinks-md-d04.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-sinks",
-  "id": "version-0.63.0-pre-asf/dev-guide-tutorial-sinks",
-  "title": "Tutorial: Data Sinks",
-  "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/dev-guide-tutorial-sinks.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-sinks",
-  "permalink": "/docs/0.63.0-pre-asf/dev-guide-tutorial-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-sinks",
-    "title": "Tutorial: Data Sinks",
-    "sidebar_label": "Tutorial: Data Sinks",
-    "original_id": "dev-guide-tutorial-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-tutorial-sources-md-2b0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-tutorial-sources-md-2b0.json
deleted file mode 100644
index ff6d192..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-dev-guide-tutorial-sources-md-2b0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-sources",
-  "id": "version-0.63.0-pre-asf/dev-guide-tutorial-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/dev-guide-tutorial-sources.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-sources",
-  "permalink": "/docs/0.63.0-pre-asf/dev-guide-tutorial-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources",
-    "original_id": "dev-guide-tutorial-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-geo-flink-documentation-md-e61.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-geo-flink-documentation-md-e61.json
deleted file mode 100644
index e2865e0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-geo-flink-documentation-md-e61.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink",
-  "title": "Spatial Grid Enrichment",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processor.geo.flink/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.geo.flink",
-  "slug": "/org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.flink",
-    "title": "Spatial Grid Enrichment",
-    "sidebar_label": "Spatial Grid Enrichment",
-    "original_id": "org.apache.streampipes.processor.geo.flink"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-geo-jvm-geocoding-documentation-md-6b1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-geo-jvm-geocoding-documentation-md-6b1.json
deleted file mode 100644
index 23dc232..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-geo-jvm-geocoding-documentation-md-6b1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "title": "Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processor.geo.jvm.geocoding/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.geo.jvm.geocoding",
-  "slug": "/org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-    "title": "Google Maps Geocoder",
-    "sidebar_label": "Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.geocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-geo-jvm-reversegeocoding-documentation-md-35f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-geo-jvm-reversegeocoding-documentation-md-35f.json
deleted file mode 100644
index b8417ef..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-geo-jvm-reversegeocoding-documentation-md-35f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "title": "Reverse Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processor.geo.jvm.reversegeocoding/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "slug": "/org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-    "title": "Reverse Geocoder",
-    "sidebar_label": "Reverse Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-geo-jvm-staticgeocoding-documentation-md-19f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-geo-jvm-staticgeocoding-documentation-md-19f.json
deleted file mode 100644
index 39df683..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-geo-jvm-staticgeocoding-documentation-md-19f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "title": "Static Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processor.geo.jvm.staticgeocoding/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "slug": "/org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-    "title": "Static Google Maps Geocoder",
-    "sidebar_label": "Static Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-632.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-632.json
deleted file mode 100644
index c2907ee..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-632.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "slug": "/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-4f0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-4f0.json
deleted file mode 100644
index e7c0e9d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-4f0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "slug": "/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-imageclassification-qrcode-documentation-md-b90.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-imageclassification-qrcode-documentation-md-b90.json
deleted file mode 100644
index a4bea72..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processor-imageclassification-qrcode-documentation-md-b90.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processor.imageclassification.qrcode/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.imageclassification.qrcode",
-  "slug": "/org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader",
-    "original_id": "org.apache.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-aggregation-documentation-md-c84.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-aggregation-documentation-md-c84.json
deleted file mode 100644
index 39f8f20..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-aggregation-documentation-md-c84.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.aggregation/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "slug": "/org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-eventcount-documentation-md-480.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-eventcount-documentation-md-480.json
deleted file mode 100644
index cf3c4be..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-eventcount-documentation-md-480.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "title": "Event Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.eventcount/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "slug": "/org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-    "title": "Event Counter",
-    "sidebar_label": "Event Counter",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.eventcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-rate-documentation-md-bf1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-rate-documentation-md-bf1.json
deleted file mode 100644
index 963d3b7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-rate-documentation-md-bf1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.rate/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.aggregation.flink.rate",
-  "slug": "/org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-fc6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-fc6.json
deleted file mode 100644
index 41e0b06..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-fc6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "title": "Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.mathop/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "slug": "/org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-    "title": "Math",
-    "sidebar_label": "Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-e36.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-e36.json
deleted file mode 100644
index 71c7d10..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-e36.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "title": "Static Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "slug": "/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-    "title": "Static Math",
-    "sidebar_label": "Static Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-b27.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-b27.json
deleted file mode 100644
index 3b63ba3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-b27.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "title": "Trigonometry Functions",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.trigonometry/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "slug": "/org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-    "title": "Trigonometry Functions",
-    "sidebar_label": "Trigonometry Functions",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-007.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-007.json
deleted file mode 100644
index 49b81ae..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-007.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "title": "URL Dereferencing",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "slug": "/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-    "title": "URL Dereferencing",
-    "sidebar_label": "URL Dereferencing",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-flink-timestamp-documentation-md-32b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-flink-timestamp-documentation-md-32b.json
deleted file mode 100644
index 2a33ca4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-flink-timestamp-documentation-md-32b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "title": "Timestamp Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.enricher.flink.timestamp/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.flink.timestamp",
-  "slug": "/org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-    "title": "Timestamp Enricher",
-    "sidebar_label": "Timestamp Enricher",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.timestamp"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-jvm-sizemeasure-documentation-md-63c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-jvm-sizemeasure-documentation-md-63c.json
deleted file mode 100644
index ce8bac1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-enricher-jvm-sizemeasure-documentation-md-63c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "title": "Size Measure",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.enricher.jvm.sizemeasure/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "slug": "/org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-    "title": "Size Measure",
-    "sidebar_label": "Size Measure",
-    "original_id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-compose-documentation-md-4f2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-compose-documentation-md-4f2.json
deleted file mode 100644
index 95c8659..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-compose-documentation-md-4f2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose",
-  "title": "Compose",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.compose/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.compose",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.compose",
-    "title": "Compose",
-    "sidebar_label": "Compose",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.compose"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-enrich-documentation-md-b53.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-enrich-documentation-md-b53.json
deleted file mode 100644
index 35595d0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-enrich-documentation-md-b53.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich",
-  "title": "Merge By Enrich",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.enrich/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.enrich",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-    "title": "Merge By Enrich",
-    "sidebar_label": "Merge By Enrich",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.enrich"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-merge-documentation-md-d8d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-merge-documentation-md-d8d.json
deleted file mode 100644
index 9d909ab..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-merge-documentation-md-d8d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge",
-  "title": "Merge By Time",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.merge/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.merge",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.merge",
-    "title": "Merge By Time",
-    "sidebar_label": "Merge By Time",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.merge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericalfilter-documentation-md-fb6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericalfilter-documentation-md-fb6.json
deleted file mode 100644
index 9ac20d7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericalfilter-documentation-md-fb6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "title": "Numerical Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericalfilter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-    "title": "Numerical Filter",
-    "sidebar_label": "Numerical Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-documentation-md-f4c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-documentation-md-f4c.json
deleted file mode 100644
index eea77bb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-documentation-md-f4c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "title": "Numerical Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericaltextfilter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-    "title": "Numerical Text Filter",
-    "sidebar_label": "Numerical Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-project-documentation-md-8fb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-project-documentation-md-8fb.json
deleted file mode 100644
index c2b158f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-project-documentation-md-8fb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project",
-  "title": "Projection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.project/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.project",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.project",
-    "title": "Projection",
-    "sidebar_label": "Projection",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.project"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-textfilter-documentation-md-c2c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-textfilter-documentation-md-c2c.json
deleted file mode 100644
index 176fed6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-textfilter-documentation-md-c2c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "title": "Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.textfilter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.textfilter",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-    "title": "Text Filter",
-    "sidebar_label": "Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.textfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-threshold-documentation-md-f5f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-threshold-documentation-md-f5f.json
deleted file mode 100644
index 3ace888..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-filters-jvm-threshold-documentation-md-f5f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold",
-  "title": "Threshold Detector",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.threshold/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.threshold",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-    "title": "Threshold Detector",
-    "sidebar_label": "Threshold Detector",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.threshold"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-documentation-md-349.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-documentation-md-349.json
deleted file mode 100644
index 60556fe..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-documentation-md-349.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "title": "Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "slug": "/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-    "title": "Distance Calculator",
-    "sidebar_label": "Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-af2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-af2.json
deleted file mode 100644
index 7339ac8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-af2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.pattern-detection.flink.peak-detection/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "slug": "/org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-frequency-documentation-md-355.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-frequency-documentation-md-355.json
deleted file mode 100644
index df7c7c4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-frequency-documentation-md-355.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.frequency/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.frequency",
-  "slug": "/org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-frequencychange-documentation-md-87f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-frequencychange-documentation-md-87f.json
deleted file mode 100644
index 82fc028..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-frequencychange-documentation-md-87f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.frequencychange/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.frequencychange",
-  "slug": "/org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-increase-documentation-md-27c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-increase-documentation-md-27c.json
deleted file mode 100644
index eaa57c5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-increase-documentation-md-27c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.increase/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.increase",
-  "slug": "/org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend",
-    "original_id": "org.apache.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-numericalfilter-documentation-md-c4f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-numericalfilter-documentation-md-c4f.json
deleted file mode 100644
index 90a3ad0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-numericalfilter-documentation-md-c4f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.numericalfilter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.numericalfilter",
-  "slug": "/org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)",
-    "original_id": "org.apache.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-sequence-documentation-md-a41.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-sequence-documentation-md-a41.json
deleted file mode 100644
index a59455f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-sequence-documentation-md-a41.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence",
-  "title": "Sequence Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.sequence/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.sequence",
-  "slug": "/org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.sequence",
-    "title": "Sequence Detection",
-    "sidebar_label": "Sequence Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-stop-documentation-md-adf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-stop-documentation-md-adf.json
deleted file mode 100644
index 1493aaf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-siddhi-stop-documentation-md-adf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.stop/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.stop",
-  "slug": "/org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-flink-languagedetection-documentation-md-684.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-flink-languagedetection-documentation-md-684.json
deleted file mode 100644
index bd458d9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-flink-languagedetection-documentation-md-684.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.flink.languagedetection/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "slug": "/org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-flink-wordcount-documentation-md-cbe.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-flink-wordcount-documentation-md-cbe.json
deleted file mode 100644
index c59ad55..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-flink-wordcount-documentation-md-cbe.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.flink.wordcount/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.flink.wordcount",
-  "slug": "/org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-chunker-documentation-md-d42.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-chunker-documentation-md-d42.json
deleted file mode 100644
index d2e8b1e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-chunker-documentation-md-d42.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "title": "Chunker (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.chunker/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.chunker",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-    "title": "Chunker (English)",
-    "sidebar_label": "Chunker (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.chunker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-languagedetection-documentation-md-ed5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-languagedetection-documentation-md-ed5.json
deleted file mode 100644
index 2cfdb76..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-languagedetection-documentation-md-ed5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.languagedetection/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-namefinder-documentation-md-33e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-namefinder-documentation-md-33e.json
deleted file mode 100644
index ebacccd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-namefinder-documentation-md-33e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "title": "Name Finder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.namefinder/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-    "title": "Name Finder",
-    "sidebar_label": "Name Finder",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.namefinder"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-partofspeech-documentation-md-b4b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-partofspeech-documentation-md-b4b.json
deleted file mode 100644
index f08f5df..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-partofspeech-documentation-md-b4b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "title": "Part of Speech (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.partofspeech/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-    "title": "Part of Speech (English)",
-    "sidebar_label": "Part of Speech (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-sentencedetection-documentation-md-cd2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-sentencedetection-documentation-md-cd2.json
deleted file mode 100644
index 199d2f8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-sentencedetection-documentation-md-cd2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "title": "Sentence Detection (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.sentencedetection/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-    "title": "Sentence Detection (English)",
-    "sidebar_label": "Sentence Detection (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-tokenizer-documentation-md-3e8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-tokenizer-documentation-md-3e8.json
deleted file mode 100644
index 8e57c51..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-tokenizer-documentation-md-3e8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "title": "Tokenizer (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.tokenizer/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-    "title": "Tokenizer (English)",
-    "sidebar_label": "Tokenizer (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-converter-documentation-md-ade.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-converter-documentation-md-ade.json
deleted file mode 100644
index 1938142..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-converter-documentation-md-ade.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-converter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.field-converter",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-mapper-documentation-md-1b6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-mapper-documentation-md-1b6.json
deleted file mode 100644
index 28e10bd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-mapper-documentation-md-1b6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "title": "Field Mapper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-mapper/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-    "title": "Field Mapper",
-    "sidebar_label": "Field Mapper",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-mapper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-renamer-documentation-md-053.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-renamer-documentation-md-053.json
deleted file mode 100644
index 0e3a6e2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-renamer-documentation-md-053.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-renamer/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-fieldhasher-documentation-md-64c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-fieldhasher-documentation-md-64c.json
deleted file mode 100644
index 4d34e8c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-fieldhasher-documentation-md-64c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.fieldhasher/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-b85.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-b85.json
deleted file mode 100644
index 44929d4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-b85.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-887.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-887.json
deleted file mode 100644
index 4e78d8e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-887.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "title": "Boilerplate Removal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.processor.boilerplate/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-    "title": "Boilerplate Removal",
-    "sidebar_label": "Boilerplate Removal",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-documentation-md-97e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-documentation-md-97e.json
deleted file mode 100644
index 20a4e93..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-documentation-md-97e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "title": "Boolean Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-    "title": "Boolean Counter",
-    "sidebar_label": "Boolean Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-documentation-md-04d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-documentation-md-04d.json
deleted file mode 100644
index 3c2d056..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-documentation-md-04d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "title": "Boolean Inverter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-    "title": "Boolean Inverter",
-    "sidebar_label": "Boolean Inverter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-documentation-md-7df.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-documentation-md-7df.json
deleted file mode 100644
index 08f5889..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-documentation-md-7df.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "title": "Measure Time Between Two Sensors",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-    "title": "Measure Time Between Two Sensors",
-    "sidebar_label": "Measure Time Between Two Sensors",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-documentation-md-beb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-documentation-md-beb.json
deleted file mode 100644
index d1753db..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-documentation-md-beb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "title": "Boolean Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timer/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-    "title": "Boolean Timer",
-    "sidebar_label": "Boolean Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-changed-value-documentation-md-0ae.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-changed-value-documentation-md-0ae.json
deleted file mode 100644
index 13d1ead..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-changed-value-documentation-md-0ae.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "title": "Value Changed",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.changed-value/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-    "title": "Value Changed",
-    "sidebar_label": "Value Changed",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.changed-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-count-array-documentation-md-717.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-count-array-documentation-md-717.json
deleted file mode 100644
index 0a1edc7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-count-array-documentation-md-717.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "title": "Count Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.count-array/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.count-array",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-    "title": "Count Array",
-    "sidebar_label": "Count Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.count-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-csvmetadata-documentation-md-db8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-csvmetadata-documentation-md-db8.json
deleted file mode 100644
index 93ce612..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-csvmetadata-documentation-md-db8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "title": "CSV Metadata Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.csvmetadata/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-    "title": "CSV Metadata Enricher",
-    "sidebar_label": "CSV Metadata Enricher",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-duration-value-documentation-md-c5a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-duration-value-documentation-md-c5a.json
deleted file mode 100644
index fcf294c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-duration-value-documentation-md-c5a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "title": "Calculate Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.duration-value/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-    "title": "Calculate Duration",
-    "sidebar_label": "Calculate Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.duration-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-d4d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-d4d.json
deleted file mode 100644
index e5ffdc4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-d4d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "title": "Timestamp Extractor",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-    "title": "Timestamp Extractor",
-    "sidebar_label": "Timestamp Extractor",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-split-array-documentation-md-a68.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-split-array-documentation-md-a68.json
deleted file mode 100644
index 9defdaa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-split-array-documentation-md-a68.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.split-array/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.split-array",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-taskduration-documentation-md-7cf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-taskduration-documentation-md-7cf.json
deleted file mode 100644
index 6158079..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-taskduration-documentation-md-7cf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "title": "Task Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.taskduration/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-    "title": "Task Duration",
-    "sidebar_label": "Task Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.taskduration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-documentation-md-35a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-documentation-md-35a.json
deleted file mode 100644
index 9d5dd50..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-documentation-md-35a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "title": "Transform to boolean",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-    "title": "Transform to boolean",
-    "sidebar_label": "Transform to boolean",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-bufferrest-documentation-md-1b3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-bufferrest-documentation-md-1b3.json
deleted file mode 100644
index 414c68c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-bufferrest-documentation-md-1b3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "title": "Buffered REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.bufferrest/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-    "title": "Buffered REST Publisher",
-    "sidebar_label": "Buffered REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-jms-documentation-md-49b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-jms-documentation-md-49b.json
deleted file mode 100644
index 6f4ab36..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-jms-documentation-md-49b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "title": "JMS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.jms/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.jms",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-    "title": "JMS Publisher",
-    "sidebar_label": "JMS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.jms"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-kafka-documentation-md-637.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-kafka-documentation-md-637.json
deleted file mode 100644
index f29e0cc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-kafka-documentation-md-637.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "title": "Kafka Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.kafka/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-    "title": "Kafka Publisher",
-    "sidebar_label": "Kafka Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-pulsar-documentation-md-12e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-pulsar-documentation-md-12e.json
deleted file mode 100644
index 3045283..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-pulsar-documentation-md-12e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "title": "Pulsar Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.pulsar/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-    "title": "Pulsar Publisher",
-    "sidebar_label": "Pulsar Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-fd2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-fd2.json
deleted file mode 100644
index c62490e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-fd2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rabbitmq/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rest-documentation-md-5e2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rest-documentation-md-5e2.json
deleted file mode 100644
index 18f80d0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rest-documentation-md-5e2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "title": "REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rest/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.rest",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-    "title": "REST Publisher",
-    "sidebar_label": "REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-ditto-documentation-md-d4d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-ditto-documentation-md-d4d.json
deleted file mode 100644
index 7524878..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-ditto-documentation-md-d4d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto",
-  "title": "Eclipse Ditto",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.databases.ditto/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.ditto",
-  "slug": "/org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.ditto",
-    "title": "Eclipse Ditto",
-    "sidebar_label": "Eclipse Ditto",
-    "original_id": "org.apache.streampipes.sinks.databases.ditto"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-flink-elasticsearch-documentation-md-061.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-flink-elasticsearch-documentation-md-061.json
deleted file mode 100644
index d5937c7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-flink-elasticsearch-documentation-md-061.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "title": "Elasticsearch",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.databases.flink.elasticsearch/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "slug": "/org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-    "title": "Elasticsearch",
-    "sidebar_label": "Elasticsearch",
-    "original_id": "org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-couchdb-documentation-md-3c2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-couchdb-documentation-md-3c2.json
deleted file mode 100644
index 81d9f10..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-couchdb-documentation-md-3c2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "title": "CouchDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.couchdb/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "slug": "/org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-    "title": "CouchDB",
-    "sidebar_label": "CouchDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.couchdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-influxdb-documentation-md-b39.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-influxdb-documentation-md-b39.json
deleted file mode 100644
index 03d4aa1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-influxdb-documentation-md-b39.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "title": "InfluxDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.influxdb/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "slug": "/org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-    "title": "InfluxDB",
-    "sidebar_label": "InfluxDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.influxdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-iotdb-documentation-md-bbb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-iotdb-documentation-md-bbb.json
deleted file mode 100644
index 29fd591..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-iotdb-documentation-md-bbb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "title": "IoTDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.iotdb/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "slug": "/org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-    "title": "IoTDB",
-    "sidebar_label": "IoTDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.iotdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-opcua-documentation-md-d41.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-opcua-documentation-md-d41.json
deleted file mode 100644
index ea907b1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-opcua-documentation-md-d41.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "title": "OPC-UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.opcua/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.jvm.opcua",
-  "slug": "/org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-    "title": "OPC-UA",
-    "sidebar_label": "OPC-UA",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-postgresql-documentation-md-8e2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-postgresql-documentation-md-8e2.json
deleted file mode 100644
index 5a92844..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-postgresql-documentation-md-8e2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "title": "PostgreSQL",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.postgresql/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "slug": "/org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-    "title": "PostgreSQL",
-    "sidebar_label": "PostgreSQL",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.postgresql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-dashboard-documentation-md-3be.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-dashboard-documentation-md-3be.json
deleted file mode 100644
index 11f920f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-dashboard-documentation-md-3be.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "title": "Dashboard Sink",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.dashboard/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "slug": "/org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-    "title": "Dashboard Sink",
-    "sidebar_label": "Dashboard Sink",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-datalake-documentation-md-e02.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-datalake-documentation-md-e02.json
deleted file mode 100644
index 77f48d4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-datalake-documentation-md-e02.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "title": "Data Lake",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.datalake/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.internal.jvm.datalake",
-  "slug": "/org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-    "title": "Data Lake",
-    "sidebar_label": "Data Lake",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.datalake"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-notification-documentation-md-607.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-notification-documentation-md-607.json
deleted file mode 100644
index 9ad9295..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-notification-documentation-md-607.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.notification/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.internal.jvm.notification",
-  "slug": "/org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-email-documentation-md-a3b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-email-documentation-md-a3b.json
deleted file mode 100644
index fd0ef60..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-email-documentation-md-a3b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email",
-  "title": "Email Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.email/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.notifications.jvm.email",
-  "slug": "/org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-    "title": "Email Notification",
-    "sidebar_label": "Email Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.email"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-onesignal-documentation-md-a41.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-onesignal-documentation-md-a41.json
deleted file mode 100644
index f8be660..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-onesignal-documentation-md-a41.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "title": "OneSignal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.onesignal/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "slug": "/org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-    "title": "OneSignal",
-    "sidebar_label": "OneSignal",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-slack-documentation-md-35c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-slack-documentation-md-35c.json
deleted file mode 100644
index 0f9099a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-slack-documentation-md-35c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.63.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.slack/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.notifications.jvm.slack",
-  "slug": "/org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/0.63.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-coindesk-md-ff2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-coindesk-md-ff2.json
deleted file mode 100644
index 28e8ca0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-coindesk-md-ff2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.coindesk",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "title": "Coindesk Bitcoin Price",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.coindesk.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.coindesk",
-    "title": "Coindesk Bitcoin Price",
-    "sidebar_label": "Coindesk Bitcoin Price",
-    "original_id": "org.apache.streampipes.connect.adapters.coindesk"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-gdelt-md-28b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-gdelt-md-28b.json
deleted file mode 100644
index 3a68d48..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-gdelt-md-28b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.gdelt",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "title": "GDELT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.gdelt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.gdelt",
-    "title": "GDELT",
-    "sidebar_label": "GDELT",
-    "original_id": "org.apache.streampipes.connect.adapters.gdelt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-news-md-72f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-news-md-72f.json
deleted file mode 100644
index f579c32..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-news-md-72f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.news",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "title": "IEX Cloud News",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.news.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.news",
-    "title": "IEX Cloud News",
-    "sidebar_label": "IEX Cloud News",
-    "original_id": "org.apache.streampipes.connect.adapters.iex.news"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-f48.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-f48.json
deleted file mode 100644
index 5094f83..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-f48.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "title": "IEX Cloud Stock Quotes",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.stocks.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.stocks",
-    "title": "IEX Cloud Stock Quotes",
-    "sidebar_label": "IEX Cloud Stock Quotes",
-    "original_id": "org.apache.streampipes.connect.adapters.iex.stocks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-set-md-447.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-set-md-447.json
deleted file mode 100644
index 110e76d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-set-md-447.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.set",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.set",
-  "title": "Image Upload (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.set",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.set",
-    "title": "Image Upload (Set)",
-    "sidebar_label": "Image Upload (Set)",
-    "original_id": "org.apache.streampipes.connect.adapters.image.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-stream-md-5cd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-stream-md-5cd.json
deleted file mode 100644
index b65eb21..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-stream-md-5cd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.stream",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "title": "Image Upload (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.stream",
-    "title": "Image Upload (Stream)",
-    "sidebar_label": "Image Upload (Stream)",
-    "original_id": "org.apache.streampipes.connect.adapters.image.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-e10.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-e10.json
deleted file mode 100644
index 7b5f60d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-e10.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "title": "InfluxDB Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.set",
-    "title": "InfluxDB Set Adapter",
-    "sidebar_label": "InfluxDB Set Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.influxdb.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-9f3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-9f3.json
deleted file mode 100644
index 36cdafc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-9f3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "title": "InfluxDB Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.stream",
-    "title": "InfluxDB Stream Adapter",
-    "sidebar_label": "InfluxDB Stream Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.influxdb.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iss-md-cec.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iss-md-cec.json
deleted file mode 100644
index 900a0f6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iss-md-cec.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iss",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iss",
-  "title": "ISS Location",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iss.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iss",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iss",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iss",
-    "title": "ISS Location",
-    "sidebar_label": "ISS Location",
-    "original_id": "org.apache.streampipes.connect.adapters.iss"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-set-md-69d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-set-md-69d.json
deleted file mode 100644
index 1f7831b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-set-md-69d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "title": "MySQL Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.set",
-    "title": "MySQL Set Adapter",
-    "sidebar_label": "MySQL Set Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.mysql.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-9e4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-9e4.json
deleted file mode 100644
index cfbbcad..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-9e4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "title": "MySql Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.stream",
-    "title": "MySql Stream Adapter",
-    "sidebar_label": "MySql Stream Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.mysql.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-844.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-844.json
deleted file mode 100644
index 84a9532..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-844.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "title": "NETIO MQTT M2M",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.mqtt",
-    "title": "NETIO MQTT M2M",
-    "sidebar_label": "NETIO MQTT M2M",
-    "original_id": "org.apache.streampipes.connect.adapters.netio.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-rest-md-10d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-rest-md-10d.json
deleted file mode 100644
index 225170b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-rest-md-10d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "title": "NETIO http JSON",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.rest",
-    "title": "NETIO http JSON",
-    "sidebar_label": "NETIO http JSON",
-    "original_id": "org.apache.streampipes.connect.adapters.netio.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-e08.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-e08.json
deleted file mode 100644
index d9f32bb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-e08.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "title": "NSW Traffic Cameras",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-    "title": "NSW Traffic Cameras",
-    "sidebar_label": "NSW Traffic Cameras",
-    "original_id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-opcua-md-ed6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-opcua-md-ed6.json
deleted file mode 100644
index 92da4ca..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-opcua-md-ed6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.opcua",
-  "title": "OPC UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.opcua",
-    "title": "OPC UA",
-    "sidebar_label": "OPC UA",
-    "original_id": "org.apache.streampipes.connect.adapters.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-422.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-422.json
deleted file mode 100644
index 9622a8f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-422.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "title": "PLC4X S7",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.s7",
-    "title": "PLC4X S7",
-    "sidebar_label": "PLC4X S7",
-    "original_id": "org.apache.streampipes.connect.adapters.plc4x.s7"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ros-md-7e1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ros-md-7e1.json
deleted file mode 100644
index c293b78..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ros-md-7e1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ros",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ros",
-  "title": "ROS Bridge",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ros.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ros",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ros",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ros",
-    "title": "ROS Bridge",
-    "sidebar_label": "ROS Bridge",
-    "original_id": "org.apache.streampipes.connect.adapters.ros"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-942.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-942.json
deleted file mode 100644
index 804c13a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-942.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "title": "Random Data Simulator (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdataset",
-    "title": "Random Data Simulator (Set)",
-    "sidebar_label": "Random Data Simulator (Set)",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-9f4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-9f4.json
deleted file mode 100644
index d772e9e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-9f4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "title": "Random Data Simulator (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-    "title": "Random Data Simulator (Stream)",
-    "sidebar_label": "Random Data Simulator (Stream)",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-slack-md-984.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-slack-md-984.json
deleted file mode 100644
index 394ec12..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-slack-md-984.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.slack",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.slack",
-  "title": "Slack",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.slack",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.slack",
-    "title": "Slack",
-    "sidebar_label": "Slack",
-    "original_id": "org.apache.streampipes.connect.adapters.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ti-md-a70.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ti-md-a70.json
deleted file mode 100644
index a70576b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ti-md-a70.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ti",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ti",
-  "title": "TI Sensor Tag",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ti.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ti",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ti",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ti",
-    "title": "TI Sensor Tag",
-    "sidebar_label": "TI Sensor Tag",
-    "original_id": "org.apache.streampipes.connect.adapters.ti"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-93f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-93f.json
deleted file mode 100644
index bc80db1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-93f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "title": "Wikipedia Edits",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.edit",
-    "title": "Wikipedia Edits",
-    "sidebar_label": "Wikipedia Edits",
-    "original_id": "org.apache.streampipes.connect.adapters.wikipedia.edit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-150.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-150.json
deleted file mode 100644
index 6f7eefa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-150.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "title": "Wikipedia New Articles",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.new",
-    "title": "Wikipedia New Articles",
-    "sidebar_label": "Wikipedia New Articles",
-    "original_id": "org.apache.streampipes.connect.adapters.wikipedia.new"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-file-md-55b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-file-md-55b.json
deleted file mode 100644
index c11a325..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-file-md-55b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.file",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "title": "File Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.file",
-    "title": "File Stream",
-    "sidebar_label": "File Stream",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-http-md-d39.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-http-md-d39.json
deleted file mode 100644
index a1d2bbc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-http-md-d39.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.http",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "title": "HTTP Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.http",
-    "title": "HTTP Stream",
-    "sidebar_label": "HTTP Stream",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-544.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-544.json
deleted file mode 100644
index 762c0a5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-544.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "title": "Apache Kafka",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.kafka",
-    "title": "Apache Kafka",
-    "sidebar_label": "Apache Kafka",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-d45.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-d45.json
deleted file mode 100644
index bb25a34..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-d45.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "title": "MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.mqtt",
-    "title": "MQTT",
-    "sidebar_label": "MQTT",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-e89.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-e89.json
deleted file mode 100644
index bc3d7ea..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-e89.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "title": "Apache Pulsar",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.pulsar",
-    "title": "Apache Pulsar",
-    "sidebar_label": "Apache Pulsar",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-geo-flink-md-657.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-geo-flink-md-657.json
deleted file mode 100644
index d73eb4b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-geo-flink-md-657.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.flink",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.geo.flink",
-  "title": "Spatial Grid Enrichment",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.geo.flink.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.flink",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processor.geo.flink",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.flink",
-    "title": "Spatial Grid Enrichment",
-    "sidebar_label": "Spatial Grid Enrichment",
-    "original_id": "org.apache.streampipes.processor.geo.flink"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-3d5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-3d5.json
deleted file mode 100644
index f90ce66..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-3d5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "title": "Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-    "title": "Google Maps Geocoder",
-    "sidebar_label": "Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.geocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-350.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-350.json
deleted file mode 100644
index b407cc1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-350.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "title": "Reverse Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-    "title": "Reverse Geocoder",
-    "sidebar_label": "Reverse Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-519.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-519.json
deleted file mode 100644
index c622d8b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-519.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "title": "Static Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-    "title": "Static Google Maps Geocoder",
-    "sidebar_label": "Static Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-07a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-07a.json
deleted file mode 100644
index 46559fe..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-07a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-217.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-217.json
deleted file mode 100644
index 677a19c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-217.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "title": "Image Cropper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-    "title": "Image Cropper",
-    "sidebar_label": "Image Cropper",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-a0f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-a0f.json
deleted file mode 100644
index a29e51f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-a0f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-8c2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-8c2.json
deleted file mode 100644
index 009e541..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-8c2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader",
-    "original_id": "org.apache.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-7a3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-7a3.json
deleted file mode 100644
index 2561f52..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-7a3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-count-md-dfb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-count-md-dfb.json
deleted file mode 100644
index 892a08b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-count-md-dfb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "title": "Count Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.count",
-    "title": "Count Aggregation",
-    "sidebar_label": "Count Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.count"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-8fb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-8fb.json
deleted file mode 100644
index c644f26..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-8fb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "title": "Event Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-    "title": "Event Counter",
-    "sidebar_label": "Event Counter",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.eventcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-390.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-390.json
deleted file mode 100644
index 53d0458..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-390.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-dd8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-dd8.json
deleted file mode 100644
index 29801d9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-dd8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "title": "Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-    "title": "Math",
-    "sidebar_label": "Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-463.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-463.json
deleted file mode 100644
index 817e0b2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-463.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "title": "Static Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-    "title": "Static Math",
-    "sidebar_label": "Static Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-65a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-65a.json
deleted file mode 100644
index 08b88d6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-65a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "title": "Trigonometry Functions",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-    "title": "Trigonometry Functions",
-    "sidebar_label": "Trigonometry Functions",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-f80.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-f80.json
deleted file mode 100644
index 335b696..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-f80.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "title": "URL Dereferencing",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-    "title": "URL Dereferencing",
-    "sidebar_label": "URL Dereferencing",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-024.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-024.json
deleted file mode 100644
index 66f15a9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-024.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "title": "Timestamp Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-    "title": "Timestamp Enricher",
-    "sidebar_label": "Timestamp Enricher",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.timestamp"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-a16.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-a16.json
deleted file mode 100644
index 386249c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-a16.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "title": "Size Measure",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-    "title": "Size Measure",
-    "sidebar_label": "Size Measure",
-    "original_id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-compose-md-519.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-compose-md-519.json
deleted file mode 100644
index e4e0ea3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-compose-md-519.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "title": "Compose",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.compose.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.compose",
-    "title": "Compose",
-    "sidebar_label": "Compose",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.compose"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-40d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-40d.json
deleted file mode 100644
index 765b3e8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-40d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "title": "Merge By Enrich",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.enrich.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-    "title": "Merge By Enrich",
-    "sidebar_label": "Merge By Enrich",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.enrich"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-merge-md-bf7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-merge-md-bf7.json
deleted file mode 100644
index 6ef1ae8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-merge-md-bf7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "title": "Merge By Time",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.merge",
-    "title": "Merge By Time",
-    "sidebar_label": "Merge By Time",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.merge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-7bf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-7bf.json
deleted file mode 100644
index 2a2bad5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-7bf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "title": "Numerical Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-    "title": "Numerical Filter",
-    "sidebar_label": "Numerical Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-ad4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-ad4.json
deleted file mode 100644
index 095ed23..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-ad4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "title": "Numerical Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-    "title": "Numerical Text Filter",
-    "sidebar_label": "Numerical Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-project-md-cc4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-project-md-cc4.json
deleted file mode 100644
index bc34f39..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-project-md-cc4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.project",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "title": "Projection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.project.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.project",
-    "title": "Projection",
-    "sidebar_label": "Projection",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.project"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-222.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-222.json
deleted file mode 100644
index fd2f0f7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-222.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "title": "Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-    "title": "Text Filter",
-    "sidebar_label": "Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.textfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-ec2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-ec2.json
deleted file mode 100644
index 0fa6207..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-ec2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "title": "Threshold Detector",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.threshold.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-    "title": "Threshold Detector",
-    "sidebar_label": "Threshold Detector",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.threshold"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-5e6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-5e6.json
deleted file mode 100644
index 07a2782..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-5e6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "title": "Creates JTS Point",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-    "title": "Creates JTS Point",
-    "sidebar_label": "Creates JTS Point",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-20b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-20b.json
deleted file mode 100644
index f929111..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-20b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "title": "EPSG Code",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-    "title": "EPSG Code",
-    "sidebar_label": "EPSG Code",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-0bb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-0bb.json
deleted file mode 100644
index 4b4a7a0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-0bb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "title": "Single Trajectory Creator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-    "title": "Single Trajectory Creator",
-    "sidebar_label": "Single Trajectory Creator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-f2c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-f2c.json
deleted file mode 100644
index 9bd8b2a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-f2c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "title": "Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-    "title": "Distance Calculator",
-    "sidebar_label": "Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-c48.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-c48.json
deleted file mode 100644
index 118cd26..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-c48.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "title": "Speed Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.speed",
-    "title": "Speed Calculator",
-    "sidebar_label": "Speed Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.speed"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-46e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-46e.json
deleted file mode 100644
index ecb06c9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-46e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "title": "Static Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-    "title": "Static Distance Calculator",
-    "sidebar_label": "Static Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-8b7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-8b7.json
deleted file mode 100644
index b3d7f32..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-8b7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "title": "Absence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-    "title": "Absence",
-    "sidebar_label": "Absence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.absence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-de8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-de8.json
deleted file mode 100644
index 739ba14..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-de8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "title": "And",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-    "title": "And",
-    "sidebar_label": "And",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.and"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-15d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-15d.json
deleted file mode 100644
index 8f6c554..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-15d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-1b2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-1b2.json
deleted file mode 100644
index 67424de..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-1b2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "title": "Sequence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-    "title": "Sequence",
-    "sidebar_label": "Sequence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequency-md-ddd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequency-md-ddd.json
deleted file mode 100644
index b42d95e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequency-md-ddd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-e96.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-e96.json
deleted file mode 100644
index c73fa5b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-e96.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-increase-md-296.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-increase-md-296.json
deleted file mode 100644
index 09cbfb6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-increase-md-296.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.increase.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend",
-    "original_id": "org.apache.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-0f0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-0f0.json
deleted file mode 100644
index 1781ae1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-0f0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)",
-    "original_id": "org.apache.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-sequence-md-ebd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-sequence-md-ebd.json
deleted file mode 100644
index 7ef90f3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-sequence-md-ebd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.sequence",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "title": "Sequence Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.sequence",
-    "title": "Sequence Detection",
-    "sidebar_label": "Sequence Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-stop-md-7e3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-stop-md-7e3.json
deleted file mode 100644
index 52de200..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-stop-md-7e3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.stop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-3dd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-3dd.json
deleted file mode 100644
index fa6caf2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-3dd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "title": "Statistics Summary",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.statistics.flink.statistics-summary",
-    "title": "Statistics Summary",
-    "sidebar_label": "Statistics Summary",
-    "original_id": "org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-2c6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-2c6.json
deleted file mode 100644
index 8f08545..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-2c6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-a7f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-a7f.json
deleted file mode 100644
index d5b3cd4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-a7f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-829.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-829.json
deleted file mode 100644
index 757214e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-829.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "title": "Chunker (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-    "title": "Chunker (English)",
-    "sidebar_label": "Chunker (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.chunker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-c5c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-c5c.json
deleted file mode 100644
index 8e797a0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-c5c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-c22.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-c22.json
deleted file mode 100644
index 8afb908..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-c22.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "title": "Name Finder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-    "title": "Name Finder",
-    "sidebar_label": "Name Finder",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.namefinder"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-1e0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-1e0.json
deleted file mode 100644
index b0033de..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-1e0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "title": "Part of Speech (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-    "title": "Part of Speech (English)",
-    "sidebar_label": "Part of Speech (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-b6c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-b6c.json
deleted file mode 100644
index e2e7e33..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-b6c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "title": "Sentence Detection (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-    "title": "Sentence Detection (English)",
-    "sidebar_label": "Sentence Detection (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-1c5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-1c5.json
deleted file mode 100644
index e2f6108..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-1c5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "title": "Tokenizer (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-    "title": "Tokenizer (English)",
-    "sidebar_label": "Tokenizer (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-526.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-526.json
deleted file mode 100644
index 22c4dee..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-526.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-d15.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-d15.json
deleted file mode 100644
index 4c50b5d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-d15.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "title": "Field Mapper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-    "title": "Field Mapper",
-    "sidebar_label": "Field Mapper",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-mapper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-463.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-463.json
deleted file mode 100644
index 8aaa114..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-463.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-1a7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-1a7.json
deleted file mode 100644
index bb5d18a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-1a7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-1d7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-1d7.json
deleted file mode 100644
index bc75297..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-1d7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-7f6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-7f6.json
deleted file mode 100644
index 05c8f11..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-7f6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "title": "Boilerplate Removal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-    "title": "Boilerplate Removal",
-    "sidebar_label": "Boilerplate Removal",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-5c4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-5c4.json
deleted file mode 100644
index 210d174..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-5c4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "title": "Boolean Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-    "title": "Boolean Counter",
-    "sidebar_label": "Boolean Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-a9f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-a9f.json
deleted file mode 100644
index 87a2991..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-a9f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "title": "Boolean Inverter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-    "title": "Boolean Inverter",
-    "sidebar_label": "Boolean Inverter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-f2e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-f2e.json
deleted file mode 100644
index 982aec4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-f2e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "title": "Measure Time Between Two Sensors",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-    "title": "Measure Time Between Two Sensors",
-    "sidebar_label": "Measure Time Between Two Sensors",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-956.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-956.json
deleted file mode 100644
index 1c5bd80..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-956.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "title": "Boolean Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-    "title": "Boolean Timer",
-    "sidebar_label": "Boolean Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-1e7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-1e7.json
deleted file mode 100644
index fe9155b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-1e7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "title": "Value Changed",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-    "title": "Value Changed",
-    "sidebar_label": "Value Changed",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.changed-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-eb3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-eb3.json
deleted file mode 100644
index 5dde474..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-eb3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "title": "Count Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-    "title": "Count Array",
-    "sidebar_label": "Count Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.count-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-8ef.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-8ef.json
deleted file mode 100644
index 44c185a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-8ef.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "title": "CSV Metadata Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-    "title": "CSV Metadata Enricher",
-    "sidebar_label": "CSV Metadata Enricher",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-587.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-587.json
deleted file mode 100644
index 1b14d36..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-587.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "title": "Calculate Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-    "title": "Calculate Duration",
-    "sidebar_label": "Calculate Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.duration-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-82e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-82e.json
deleted file mode 100644
index d0ef0c8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-82e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "title": "Timestamp Extractor",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-    "title": "Timestamp Extractor",
-    "sidebar_label": "Timestamp Extractor",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-3f7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-3f7.json
deleted file mode 100644
index 4b8141b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-3f7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-1d2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-1d2.json
deleted file mode 100644
index 677237a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-1d2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "title": "String Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-    "title": "String Counter",
-    "sidebar_label": "String Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-876.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-876.json
deleted file mode 100644
index e22c502..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-876.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "title": "String Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-    "title": "String Timer",
-    "sidebar_label": "String Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-77a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-77a.json
deleted file mode 100644
index 612a2ee..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-77a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "title": "Task Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-    "title": "Task Duration",
-    "sidebar_label": "Task Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.taskduration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-570.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-570.json
deleted file mode 100644
index 3f41d71..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-570.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "title": "Transform to boolean",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-    "title": "Transform to boolean",
-    "sidebar_label": "Transform to boolean",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-protocol-set-file-md-75b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-protocol-set-file-md-75b.json
deleted file mode 100644
index 4f485b5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-protocol-set-file-md-75b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.file",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.protocol.set.file",
-  "title": "File Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.protocol.set.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.file",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.protocol.set.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.file",
-    "title": "File Set",
-    "sidebar_label": "File Set",
-    "original_id": "org.apache.streampipes.protocol.set.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-protocol-set-http-md-2ae.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-protocol-set-http-md-2ae.json
deleted file mode 100644
index c622082..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-protocol-set-http-md-2ae.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.http",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.protocol.set.http",
-  "title": "HTTP Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.protocol.set.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.http",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.protocol.set.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.http",
-    "title": "HTTP Set",
-    "sidebar_label": "HTTP Set",
-    "original_id": "org.apache.streampipes.protocol.set.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-1ff.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-1ff.json
deleted file mode 100644
index 447aaad..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-1ff.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "title": "Buffered REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-    "title": "Buffered REST Publisher",
-    "sidebar_label": "Buffered REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-442.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-442.json
deleted file mode 100644
index d0649ca..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-442.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "title": "JMS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-    "title": "JMS Publisher",
-    "sidebar_label": "JMS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.jms"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-705.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-705.json
deleted file mode 100644
index 5ff03be..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-705.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "title": "Kafka Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-    "title": "Kafka Publisher",
-    "sidebar_label": "Kafka Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-116.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-116.json
deleted file mode 100644
index 488d94b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-116.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "title": "MQTT Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.mqtt",
-    "title": "MQTT Publisher",
-    "sidebar_label": "MQTT Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-f1e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-f1e.json
deleted file mode 100644
index 1ad4a19..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-f1e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "title": "Pulsar Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-    "title": "Pulsar Publisher",
-    "sidebar_label": "Pulsar Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-624.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-624.json
deleted file mode 100644
index 0744c9c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-624.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-8cd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-8cd.json
deleted file mode 100644
index 66dbc67..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-8cd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "title": "REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-    "title": "REST Publisher",
-    "sidebar_label": "REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-ditto-md-95f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-ditto-md-95f.json
deleted file mode 100644
index f4aa00b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-ditto-md-95f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.ditto",
-  "title": "Eclipse Ditto",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.ditto.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.ditto",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.ditto",
-    "title": "Eclipse Ditto",
-    "sidebar_label": "Eclipse Ditto",
-    "original_id": "org.apache.streampipes.sinks.databases.ditto"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-873.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-873.json
deleted file mode 100644
index f1b40f8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-873.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "title": "Elasticsearch",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-    "title": "Elasticsearch",
-    "sidebar_label": "Elasticsearch",
-    "original_id": "org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-a06.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-a06.json
deleted file mode 100644
index 589053e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-a06.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "title": "CouchDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-    "title": "CouchDB",
-    "sidebar_label": "CouchDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.couchdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-8eb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-8eb.json
deleted file mode 100644
index 083ebe9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-8eb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "title": "InfluxDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-    "title": "InfluxDB",
-    "sidebar_label": "InfluxDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.influxdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-200.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-200.json
deleted file mode 100644
index 9997ee3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-200.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "title": "IoTDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-    "title": "IoTDB",
-    "sidebar_label": "IoTDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.iotdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-11e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-11e.json
deleted file mode 100644
index a370c48..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-11e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "title": "OPC-UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-    "title": "OPC-UA",
-    "sidebar_label": "OPC-UA",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-c7f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-c7f.json
deleted file mode 100644
index 1eef5ac..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-c7f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "title": "PostgreSQL",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-    "title": "PostgreSQL",
-    "sidebar_label": "PostgreSQL",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.postgresql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-2ea.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-2ea.json
deleted file mode 100644
index 09f7e85..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-2ea.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "title": "Dashboard Sink",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-    "title": "Dashboard Sink",
-    "sidebar_label": "Dashboard Sink",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-ede.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-ede.json
deleted file mode 100644
index f6a7455..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-ede.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "title": "Data Lake",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-    "title": "Data Lake",
-    "sidebar_label": "Data Lake",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.datalake"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-96b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-96b.json
deleted file mode 100644
index 49ab46c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-96b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-d10.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-d10.json
deleted file mode 100644
index e1ba321..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-d10.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "title": "Email Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.email.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-    "title": "Email Notification",
-    "sidebar_label": "Email Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.email"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-60d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-60d.json
deleted file mode 100644
index c46c987..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-60d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "title": "OneSignal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-    "title": "OneSignal",
-    "sidebar_label": "OneSignal",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-6cf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-6cf.json
deleted file mode 100644
index 7bab6a8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-6cf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/0.63.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pipeline-elements-md-cd4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pipeline-elements-md-cd4.json
deleted file mode 100644
index 1ba1252..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-pipeline-elements-md-cd4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pipeline-elements",
-  "id": "version-0.63.0-pre-asf/pipeline-elements",
-  "title": "Overview",
-  "description": "Data ProcessorAggregationPerforms different aggregation functions  Documentation  Docker Container  Code on GithubData ProcessorBoilerplate RemovalRemoves boilerplate and extract fulltext from HTML  Documentation  Docker Container  Code on GithubData ProcessorBoolean CounterIncreases a counter on each change of a boolean value  Documentation  Docker Container  Code on GithubData ProcessorBoolean InverterInverts the boolean value of the selected field  Documentation  Docker Container  Code on GithubData ProcessorBoolean TimerMeasures how long a boolean measure does not change  Documentation  Docker Container  Code on GithubData SinkBuffered REST PublisherOnce a given amount of events is reached, events are posted to the given REST interface.  Documentation  Docker Container  Code on GithubData ProcessorCSV Metadata EnricherEnriches an event with additional fields from a  Documentation  Docker Container  Code on GithubData ProcessorCalculate DurationCalculates the time between two timestamps.  Documentation  Docker Container  Code on GithubData ProcessorChunker (English)Segments given tokens of a text into different chunks  Documentation  Docker Container  Code on GithubData ProcessorComposeMerges two event streams  Documentation  Docker Container  Code on GithubData SinkCouchDBStores events in an Apache CouchDB database.  Documentation  Docker Container  Code on GithubData ProcessorCount ArrayCounts the size of list items.  Documentation  Docker Container  Code on GithubData SinkDashboard SinkVisualizes data streams in the StreamPipes dashboard  Documentation  Docker Container  Code on GithubData SinkData LakeStores events in the StreamPipes data lake.  Documentation  Docker Container  Code on GithubData ProcessorDistance CalculatorCalculates the distance between two geo points  Documentation  Docker Container  Code on GithubData SinkEclipse DittoPublishes events to Eclipse Ditto.  Documentation  Docker Container  Code on GithubData SinkElasticsearchStores data in an elasticsearch cluster  Documentation  Docker Container  Code on GithubData SinkEmail NotificationEmail service to send notifications emails  Documentation  Docker Container  Code on GithubData ProcessorEvent CounterCounts the number of events within a time window.  Documentation  Docker Container  Code on GithubData ProcessorEvent RateComputes current event rate. Output is a number representing events per second.  Documentation  Docker Container  Code on GithubData ProcessorField ConverterConverts a string value to a number data type  Documentation  Docker Container  Code on GithubData ProcessorField HasherHashes the value of a field using various hash functions.  Documentation  Docker Container  Code on GithubData ProcessorField MapperReplaces one or more field with a new field and computes a hash value of these fields  Documentation  Docker Container  Code on GithubData ProcessorField RenamerReplaces the runtime name of an event property with a custom defined name.  Documentation  Docker Container  Code on GithubData ProcessorFrequency CalculationCalculates the frequency of the event stream  Documentation  Docker Container  Code on GithubData ProcessorFrequency ChangeDetects when the frequency of the event stream changes  Documentation  Docker Container  Code on GithubData ProcessorGeneric Image ClassificationClassification Description (Generic Model)  Documentation  Docker Container  Code on GithubData ProcessorGoogle Maps GeocoderGeocodes a placename to a latitude/longitude combination  Documentation  Docker Container  Code on GithubData ProcessorImage EnricherEnriches an image with a bounding box of given coordinates  Documentation  Docker Container  Code on GithubData SinkInfluxDBStores events in an InfluxDB.  Documentation  Docker Container  Code on GithubData SinkIoTDBStores events in a IoTDB database.  Documentation  Docker Container  Code on GithubData SinkJMS PublisherPublishes events to a JMS topic  Documentation  Docker Container  Code on GithubData SinkKafka PublisherPublish events to Apache Kafka  Documentation  Docker Container  Code on GithubData ProcessorLanguage DetectionDetects the language of a written text.  Documentation  Docker Container  Code on GithubData ProcessorLanguage DetectionDetects the language of a given text  Documentation  Docker Container  Code on GithubData ProcessorMathPerforms calculations on event properties (+, -, , /, %)  Documentation  Docker Container  Code on GithubData ProcessorMeasure Time Between Two SensorsRequires two booleans and measures the time between two signals  Documentation  Docker Container  Code on GithubData ProcessorMeasurement Unit ConverterConverts a unit of measurement to another one  Documentation  Docker Container  Code on GithubData ProcessorMerge By EnrichMerges two event streams by adding properties of one stream to the other  Documentation  Docker Container  Code on GithubData ProcessorMerge By TimeMerges two event streams by timestamp  Documentation  Docker Container  Code on GithubData ProcessorName FinderFinds a name in given Tokens of one document  Documentation  Docker Container  Code on GithubData SinkNotificationPublish a notification to the StreamPipes UI.  Documentation  Docker Container  Code on GithubData ProcessorNumerical FilterNumerical Filter Description  Documentation  Docker Container  Code on GithubData ProcessorNumerical Filter (Siddhi)  Documentation  Docker Container  Code on GithubData ProcessorNumerical Text FilterFilters numerical and text values.  Documentation  Docker Container  Code on GithubData SinkOPC-UAWrites values in an OPC-UA server  Documentation  Docker Container  Code on GithubData SinkOneSignalSend Push Message to OneSignal-Application  Documentation  Docker Container  Code on GithubData ProcessorPart of Speech (English)Takes in a stream of tokens and appends a tag at the end of the word corresponding to the part of speech  Documentation  Docker Container  Code on GithubData ProcessorPeak DetectionDetect peaks in time series data  Documentation  Docker Container  Code on GithubData SinkPostgreSQLStores events in a Postgres database.  Documentation  Docker Container  Code on GithubData ProcessorProjectionOutputs a selectable subset of an input event type  Documentation  Docker Container  Code on GithubData SinkPulsar PublisherPublish events to Apache Pulsar  Documentation  Docker Container  Code on GithubData ProcessorQR Code ReaderDetects a QR Code in an image  Documentation  Docker Container  Code on GithubData SinkREST PublisherPosts events to a REST interface  Documentation  Docker Container  Code on GithubData SinkRabbitMQ PublisherForwards events to a RabbitMQ broker  Documentation  Docker Container  Code on GithubData ProcessorReverse GeocoderFinds the nearest place based on latitude and longitude  Documentation  Docker Container  Code on GithubData ProcessorSentence Detection (English)Splits a text up in sentences  Documentation  Docker Container  Code on GithubData ProcessorSequence DetectionMerges events from two event streams, when the top event arrives first and then the bottom event  Documentation  Docker Container  Code on GithubData ProcessorSize MeasureMeasures the size of an event in Bytes, KB or MB  Documentation  Docker Container  Code on GithubData SinkSlack NotificationSlack bot to send notifications to Slack  Documentation  Docker Container  Code on GithubData ProcessorSpatial Grid EnrichmentGroups spatial events into cells of a given size  Documentation  Docker Container  Code on GithubData ProcessorSplit ArrayOutputs an event for each entry of a list.  Documentation  Docker Container  Code on GithubData ProcessorStatic Google Maps GeocoderGeocodes a fixed placename to lat/lng coordinates and  Documentation  Docker Container  Code on GithubData ProcessorStatic MathPerforms calculation on an event property with a static value (+, -, , /, %)  Documentation  Docker Container  Code on GithubData ProcessorStream Stop DetectionTriggers an event when the input data stream stops sending events  Documentation  Docker Container  Code on GithubData ProcessorTask DurationComputes the time difference between two events  Documentation  Docker Container  Code on GithubData ProcessorText FilterText Filter Description  Documentation  Docker Container  Code on GithubData ProcessorThreshold DetectorWhen threshold rule is fulfilled true is appended  Documentation  Docker Container  Code on GithubData ProcessorTimestamp EnricherAppends the current time in ms to the event payload  Documentation  Docker Container  Code on GithubData ProcessorTimestamp ExtractorExtracts a timestamp into its individual time fields.  Documentation  Docker Container  Code on GithubData ProcessorTokenizer (English)Segments a text into different tokens  Documentation  Docker Container  Code on GithubData ProcessorTransform to booleanTransforms a string or number to a boolean  Documentation  Docker Container  Code on GithubData ProcessorTrendDetects the increase of a numerical field over a customizable time window. Example: A temperature value increases by 10 percent within 5 minutes.  Documentation  Docker Container  Code on GithubData ProcessorTrigonometry FunctionsPerforms Trigonometric functions on event properties  Documentation  Docker Container  Code on GithubData ProcessorURL DereferencingAppend the html page as a string to event  Documentation  Docker Container  Code on GithubData ProcessorValue ChangedOutpus an event every time a specific field changes.  Documentation  Docker Container  Code on GithubData ProcessorWord CountCounts words on continuous text-based streams  Documentation  Docker Container  Code on Github",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/pipeline-elements",
-  "permalink": "/docs/0.63.0-pre-asf/pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "pipeline-elements",
-    "title": "Overview",
-    "sidebar_label": "Overview",
-    "original_id": "pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-user-guide-first-steps-md-8d0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-user-guide-first-steps-md-8d0.json
deleted file mode 100644
index 5298760..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-user-guide-first-steps-md-8d0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-first-steps",
-  "id": "version-0.63.0-pre-asf/user-guide-first-steps",
-  "title": "First steps",
-  "description": "In this section, you'll learn how to create and run pipelines in StreamPipes.",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/user-guide-first-steps.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-first-steps",
-  "permalink": "/docs/0.63.0-pre-asf/user-guide-first-steps",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-first-steps",
-    "title": "First steps",
-    "sidebar_label": "First steps",
-    "original_id": "user-guide-first-steps"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-user-guide-installation-md-f30.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-user-guide-installation-md-f30.json
deleted file mode 100644
index c2abd23..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-user-guide-installation-md-f30.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-installation",
-  "id": "version-0.63.0-pre-asf/user-guide-installation",
-  "title": "Installation",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/user-guide-installation.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-installation",
-  "permalink": "/docs/0.63.0-pre-asf/user-guide-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "user-guide-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-user-guide-tour-md-70b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-user-guide-tour-md-70b.json
deleted file mode 100644
index 9d622f1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-63-0-pre-asf-user-guide-tour-md-70b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-tour",
-  "id": "version-0.63.0-pre-asf/user-guide-tour",
-  "title": "Tour",
-  "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure.",
-  "source": "@site/versioned_docs/version-0.63.0-pre-asf/user-guide-tour.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-tour",
-  "permalink": "/docs/0.63.0-pre-asf/user-guide-tour",
-  "draft": false,
-  "tags": [],
-  "version": "0.63.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-tour",
-    "title": "Tour",
-    "sidebar_label": "Tour",
-    "original_id": "user-guide-tour"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-archetype-md-530.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-archetype-md-530.json
deleted file mode 100644
index 8407560..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-archetype-md-530.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-archetype",
-  "id": "version-0.64.0-pre-asf/dev-guide-archetype",
-  "title": "Start Developing",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/dev-guide-archetype.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-archetype",
-  "permalink": "/docs/0.64.0-pre-asf/dev-guide-archetype",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-archetype",
-    "title": "Start Developing",
-    "sidebar_label": "Start Developing",
-    "original_id": "dev-guide-archetype"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-configuration-md-9b5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-configuration-md-9b5.json
deleted file mode 100644
index 7ac77ae..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-configuration-md-9b5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-configuration",
-  "id": "version-0.64.0-pre-asf/dev-guide-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/dev-guide-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-configuration",
-  "permalink": "/docs/0.64.0-pre-asf/dev-guide-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration",
-    "original_id": "dev-guide-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-environment-md-af5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-environment-md-af5.json
deleted file mode 100644
index c1bbb16..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-environment-md-af5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-development-environment",
-  "id": "version-0.64.0-pre-asf/dev-guide-development-environment",
-  "title": "Development Environment",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/dev-guide-environment.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-development-environment",
-  "permalink": "/docs/0.64.0-pre-asf/dev-guide-development-environment",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-development-environment",
-    "title": "Development Environment",
-    "sidebar_label": "Development Environment",
-    "original_id": "dev-guide-development-environment"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-output-strategies-md-ed8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-output-strategies-md-ed8.json
deleted file mode 100644
index 666f5df..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-output-strategies-md-ed8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-output-strategies",
-  "id": "version-0.64.0-pre-asf/dev-guide-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/dev-guide-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-output-strategies",
-  "permalink": "/docs/0.64.0-pre-asf/dev-guide-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "Output Strategies",
-    "original_id": "dev-guide-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-static-properties-md-3ab.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-static-properties-md-3ab.json
deleted file mode 100644
index 7d6bc78..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-static-properties-md-3ab.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-static-properties",
-  "id": "version-0.64.0-pre-asf/dev-guide-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/dev-guide-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-static-properties",
-  "permalink": "/docs/0.64.0-pre-asf/dev-guide-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "Static Properties",
-    "original_id": "dev-guide-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-stream-requirements-md-32f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-stream-requirements-md-32f.json
deleted file mode 100644
index 3a4221e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-stream-requirements-md-32f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-stream-requirements",
-  "id": "version-0.64.0-pre-asf/dev-guide-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/dev-guide-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-stream-requirements",
-  "permalink": "/docs/0.64.0-pre-asf/dev-guide-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "Stream Requirements",
-    "original_id": "dev-guide-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-tutorial-processors-md-b32.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-tutorial-processors-md-b32.json
deleted file mode 100644
index 4e8b5e7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-tutorial-processors-md-b32.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-processors",
-  "id": "version-0.64.0-pre-asf/dev-guide-tutorial-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper.",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/dev-guide-tutorial-processors.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-processors",
-  "permalink": "/docs/0.64.0-pre-asf/dev-guide-tutorial-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors",
-    "original_id": "dev-guide-tutorial-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-tutorial-sinks-md-648.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-tutorial-sinks-md-648.json
deleted file mode 100644
index b288754..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-tutorial-sinks-md-648.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-sinks",
-  "id": "version-0.64.0-pre-asf/dev-guide-tutorial-sinks",
-  "title": "Tutorial: Data Sinks",
-  "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/dev-guide-tutorial-sinks.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-sinks",
-  "permalink": "/docs/0.64.0-pre-asf/dev-guide-tutorial-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-sinks",
-    "title": "Tutorial: Data Sinks",
-    "sidebar_label": "Tutorial: Data Sinks",
-    "original_id": "dev-guide-tutorial-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-tutorial-sources-md-04b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-tutorial-sources-md-04b.json
deleted file mode 100644
index 7b2ed0f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-dev-guide-tutorial-sources-md-04b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-sources",
-  "id": "version-0.64.0-pre-asf/dev-guide-tutorial-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/dev-guide-tutorial-sources.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-sources",
-  "permalink": "/docs/0.64.0-pre-asf/dev-guide-tutorial-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources",
-    "original_id": "dev-guide-tutorial-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-geo-flink-documentation-md-94d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-geo-flink-documentation-md-94d.json
deleted file mode 100644
index 21ae4ba..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-geo-flink-documentation-md-94d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink",
-  "title": "Spatial Grid Enrichment",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processor.geo.flink/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.geo.flink",
-  "slug": "/org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.flink",
-    "title": "Spatial Grid Enrichment",
-    "sidebar_label": "Spatial Grid Enrichment",
-    "original_id": "org.apache.streampipes.processor.geo.flink"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-geo-jvm-geocoding-documentation-md-62c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-geo-jvm-geocoding-documentation-md-62c.json
deleted file mode 100644
index 04fd161..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-geo-jvm-geocoding-documentation-md-62c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "title": "Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processor.geo.jvm.geocoding/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.geo.jvm.geocoding",
-  "slug": "/org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-    "title": "Google Maps Geocoder",
-    "sidebar_label": "Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.geocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-geo-jvm-reversegeocoding-documentation-md-3fd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-geo-jvm-reversegeocoding-documentation-md-3fd.json
deleted file mode 100644
index 48be21a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-geo-jvm-reversegeocoding-documentation-md-3fd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "title": "Reverse Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processor.geo.jvm.reversegeocoding/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "slug": "/org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-    "title": "Reverse Geocoder",
-    "sidebar_label": "Reverse Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-geo-jvm-staticgeocoding-documentation-md-24b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-geo-jvm-staticgeocoding-documentation-md-24b.json
deleted file mode 100644
index c59b5bb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-geo-jvm-staticgeocoding-documentation-md-24b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "title": "Static Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processor.geo.jvm.staticgeocoding/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "slug": "/org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-    "title": "Static Google Maps Geocoder",
-    "sidebar_label": "Static Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-7e2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-7e2.json
deleted file mode 100644
index d883c8f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-7e2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "slug": "/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-a82.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-a82.json
deleted file mode 100644
index fe69a51..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-a82.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "slug": "/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-imageclassification-qrcode-documentation-md-72f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-imageclassification-qrcode-documentation-md-72f.json
deleted file mode 100644
index 24223cd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processor-imageclassification-qrcode-documentation-md-72f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processor.imageclassification.qrcode/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.imageclassification.qrcode",
-  "slug": "/org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader",
-    "original_id": "org.apache.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-aggregation-documentation-md-2b2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-aggregation-documentation-md-2b2.json
deleted file mode 100644
index bf55b69..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-aggregation-documentation-md-2b2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.aggregation/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "slug": "/org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-eventcount-documentation-md-bf5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-eventcount-documentation-md-bf5.json
deleted file mode 100644
index 1085c2b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-eventcount-documentation-md-bf5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "title": "Event Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.eventcount/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "slug": "/org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-    "title": "Event Counter",
-    "sidebar_label": "Event Counter",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.eventcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-rate-documentation-md-1bc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-rate-documentation-md-1bc.json
deleted file mode 100644
index bab47cc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-rate-documentation-md-1bc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.rate/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.aggregation.flink.rate",
-  "slug": "/org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-1ed.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-1ed.json
deleted file mode 100644
index 964d6b0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-1ed.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "title": "Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.mathop/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "slug": "/org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-    "title": "Math",
-    "sidebar_label": "Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-d2a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-d2a.json
deleted file mode 100644
index b03d560..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-d2a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "title": "Static Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "slug": "/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-    "title": "Static Math",
-    "sidebar_label": "Static Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-650.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-650.json
deleted file mode 100644
index d2f3342..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-650.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "title": "Trigonometry Functions",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.trigonometry/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "slug": "/org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-    "title": "Trigonometry Functions",
-    "sidebar_label": "Trigonometry Functions",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-0d5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-0d5.json
deleted file mode 100644
index 6b6b98e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-0d5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "title": "URL Dereferencing",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "slug": "/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-    "title": "URL Dereferencing",
-    "sidebar_label": "URL Dereferencing",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-flink-timestamp-documentation-md-133.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-flink-timestamp-documentation-md-133.json
deleted file mode 100644
index 10fd6a9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-flink-timestamp-documentation-md-133.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "title": "Timestamp Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.enricher.flink.timestamp/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.flink.timestamp",
-  "slug": "/org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-    "title": "Timestamp Enricher",
-    "sidebar_label": "Timestamp Enricher",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.timestamp"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-jvm-sizemeasure-documentation-md-d5b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-jvm-sizemeasure-documentation-md-d5b.json
deleted file mode 100644
index 71b4a24..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-enricher-jvm-sizemeasure-documentation-md-d5b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "title": "Size Measure",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.enricher.jvm.sizemeasure/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "slug": "/org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-    "title": "Size Measure",
-    "sidebar_label": "Size Measure",
-    "original_id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-compose-documentation-md-545.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-compose-documentation-md-545.json
deleted file mode 100644
index 460fa41..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-compose-documentation-md-545.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose",
-  "title": "Compose",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.compose/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.compose",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.compose",
-    "title": "Compose",
-    "sidebar_label": "Compose",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.compose"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-enrich-documentation-md-952.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-enrich-documentation-md-952.json
deleted file mode 100644
index 6e459d4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-enrich-documentation-md-952.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich",
-  "title": "Merge By Enrich",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.enrich/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.enrich",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-    "title": "Merge By Enrich",
-    "sidebar_label": "Merge By Enrich",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.enrich"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-merge-documentation-md-034.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-merge-documentation-md-034.json
deleted file mode 100644
index a66a795..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-merge-documentation-md-034.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge",
-  "title": "Merge By Time",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.merge/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.merge",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.merge",
-    "title": "Merge By Time",
-    "sidebar_label": "Merge By Time",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.merge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericalfilter-documentation-md-0c1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericalfilter-documentation-md-0c1.json
deleted file mode 100644
index 75efdfc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericalfilter-documentation-md-0c1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "title": "Numerical Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericalfilter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-    "title": "Numerical Filter",
-    "sidebar_label": "Numerical Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-documentation-md-617.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-documentation-md-617.json
deleted file mode 100644
index f706f53..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-documentation-md-617.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "title": "Numerical Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericaltextfilter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-    "title": "Numerical Text Filter",
-    "sidebar_label": "Numerical Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-project-documentation-md-9fb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-project-documentation-md-9fb.json
deleted file mode 100644
index 147fb7c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-project-documentation-md-9fb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project",
-  "title": "Projection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.project/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.project",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.project",
-    "title": "Projection",
-    "sidebar_label": "Projection",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.project"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-textfilter-documentation-md-a11.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-textfilter-documentation-md-a11.json
deleted file mode 100644
index 0c8dbe0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-textfilter-documentation-md-a11.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "title": "Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.textfilter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.textfilter",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-    "title": "Text Filter",
-    "sidebar_label": "Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.textfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-threshold-documentation-md-36f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-threshold-documentation-md-36f.json
deleted file mode 100644
index 8137d0d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-filters-jvm-threshold-documentation-md-36f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold",
-  "title": "Threshold Detector",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.threshold/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.threshold",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-    "title": "Threshold Detector",
-    "sidebar_label": "Threshold Detector",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.threshold"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-documentation-md-4d7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-documentation-md-4d7.json
deleted file mode 100644
index 0544e49..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-documentation-md-4d7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "title": "Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "slug": "/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-    "title": "Distance Calculator",
-    "sidebar_label": "Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-190.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-190.json
deleted file mode 100644
index 9460b55..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-190.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.pattern-detection.flink.peak-detection/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "slug": "/org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-frequency-documentation-md-69e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-frequency-documentation-md-69e.json
deleted file mode 100644
index 9f1e62f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-frequency-documentation-md-69e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.frequency/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.frequency",
-  "slug": "/org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-frequencychange-documentation-md-25b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-frequencychange-documentation-md-25b.json
deleted file mode 100644
index 1fa3f71..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-frequencychange-documentation-md-25b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.frequencychange/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.frequencychange",
-  "slug": "/org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-increase-documentation-md-008.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-increase-documentation-md-008.json
deleted file mode 100644
index bc7bc4e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-increase-documentation-md-008.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.increase/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.increase",
-  "slug": "/org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend",
-    "original_id": "org.apache.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-numericalfilter-documentation-md-680.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-numericalfilter-documentation-md-680.json
deleted file mode 100644
index 691a9d8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-numericalfilter-documentation-md-680.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.numericalfilter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.numericalfilter",
-  "slug": "/org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)",
-    "original_id": "org.apache.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-sequence-documentation-md-84e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-sequence-documentation-md-84e.json
deleted file mode 100644
index f848534..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-sequence-documentation-md-84e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence",
-  "title": "Sequence Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.sequence/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.sequence",
-  "slug": "/org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.sequence",
-    "title": "Sequence Detection",
-    "sidebar_label": "Sequence Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-stop-documentation-md-11a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-stop-documentation-md-11a.json
deleted file mode 100644
index 41c5457..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-siddhi-stop-documentation-md-11a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.stop/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.stop",
-  "slug": "/org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-flink-languagedetection-documentation-md-46d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-flink-languagedetection-documentation-md-46d.json
deleted file mode 100644
index 36bed43..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-flink-languagedetection-documentation-md-46d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.flink.languagedetection/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "slug": "/org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-flink-wordcount-documentation-md-068.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-flink-wordcount-documentation-md-068.json
deleted file mode 100644
index 566e4e8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-flink-wordcount-documentation-md-068.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.flink.wordcount/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.flink.wordcount",
-  "slug": "/org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-chunker-documentation-md-13a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-chunker-documentation-md-13a.json
deleted file mode 100644
index ab07fef..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-chunker-documentation-md-13a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "title": "Chunker (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.chunker/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.chunker",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-    "title": "Chunker (English)",
-    "sidebar_label": "Chunker (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.chunker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-languagedetection-documentation-md-a9a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-languagedetection-documentation-md-a9a.json
deleted file mode 100644
index 1c821e8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-languagedetection-documentation-md-a9a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.languagedetection/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-namefinder-documentation-md-1d1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-namefinder-documentation-md-1d1.json
deleted file mode 100644
index 157d06e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-namefinder-documentation-md-1d1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "title": "Name Finder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.namefinder/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-    "title": "Name Finder",
-    "sidebar_label": "Name Finder",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.namefinder"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-partofspeech-documentation-md-98b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-partofspeech-documentation-md-98b.json
deleted file mode 100644
index 3243f31..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-partofspeech-documentation-md-98b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "title": "Part of Speech (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.partofspeech/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-    "title": "Part of Speech (English)",
-    "sidebar_label": "Part of Speech (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-sentencedetection-documentation-md-e1c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-sentencedetection-documentation-md-e1c.json
deleted file mode 100644
index 32f9f43..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-sentencedetection-documentation-md-e1c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "title": "Sentence Detection (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.sentencedetection/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-    "title": "Sentence Detection (English)",
-    "sidebar_label": "Sentence Detection (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-tokenizer-documentation-md-27b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-tokenizer-documentation-md-27b.json
deleted file mode 100644
index 97767c2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-tokenizer-documentation-md-27b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "title": "Tokenizer (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.tokenizer/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-    "title": "Tokenizer (English)",
-    "sidebar_label": "Tokenizer (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-converter-documentation-md-39c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-converter-documentation-md-39c.json
deleted file mode 100644
index 77197a8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-converter-documentation-md-39c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-converter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.field-converter",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-mapper-documentation-md-349.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-mapper-documentation-md-349.json
deleted file mode 100644
index 13c5837..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-mapper-documentation-md-349.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "title": "Field Mapper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-mapper/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-    "title": "Field Mapper",
-    "sidebar_label": "Field Mapper",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-mapper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-renamer-documentation-md-1f0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-renamer-documentation-md-1f0.json
deleted file mode 100644
index 59263c1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-renamer-documentation-md-1f0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-renamer/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-fieldhasher-documentation-md-d5e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-fieldhasher-documentation-md-d5e.json
deleted file mode 100644
index 3b0ce97..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-fieldhasher-documentation-md-d5e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.fieldhasher/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-bf3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-bf3.json
deleted file mode 100644
index da62447..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-bf3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-ad3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-ad3.json
deleted file mode 100644
index 2b692de..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-ad3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "title": "Boilerplate Removal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.processor.boilerplate/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-    "title": "Boilerplate Removal",
-    "sidebar_label": "Boilerplate Removal",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-documentation-md-011.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-documentation-md-011.json
deleted file mode 100644
index 04d110c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-documentation-md-011.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "title": "Boolean Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-    "title": "Boolean Counter",
-    "sidebar_label": "Boolean Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-documentation-md-ce7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-documentation-md-ce7.json
deleted file mode 100644
index 5742f81..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-documentation-md-ce7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "title": "Boolean Inverter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-    "title": "Boolean Inverter",
-    "sidebar_label": "Boolean Inverter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-documentation-md-e27.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-documentation-md-e27.json
deleted file mode 100644
index e709912..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-documentation-md-e27.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "title": "Measure Time Between Two Sensors",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-    "title": "Measure Time Between Two Sensors",
-    "sidebar_label": "Measure Time Between Two Sensors",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-documentation-md-598.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-documentation-md-598.json
deleted file mode 100644
index 0b952db..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-documentation-md-598.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "title": "Boolean Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timer/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-    "title": "Boolean Timer",
-    "sidebar_label": "Boolean Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-changed-value-documentation-md-34c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-changed-value-documentation-md-34c.json
deleted file mode 100644
index 6cf5134..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-changed-value-documentation-md-34c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "title": "Value Changed",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.changed-value/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-    "title": "Value Changed",
-    "sidebar_label": "Value Changed",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.changed-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-count-array-documentation-md-fc7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-count-array-documentation-md-fc7.json
deleted file mode 100644
index e3fedce..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-count-array-documentation-md-fc7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "title": "Count Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.count-array/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.count-array",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-    "title": "Count Array",
-    "sidebar_label": "Count Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.count-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-csvmetadata-documentation-md-89f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-csvmetadata-documentation-md-89f.json
deleted file mode 100644
index 46982c9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-csvmetadata-documentation-md-89f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "title": "CSV Metadata Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.csvmetadata/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-    "title": "CSV Metadata Enricher",
-    "sidebar_label": "CSV Metadata Enricher",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-duration-value-documentation-md-f57.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-duration-value-documentation-md-f57.json
deleted file mode 100644
index 17b57b3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-duration-value-documentation-md-f57.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "title": "Calculate Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.duration-value/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-    "title": "Calculate Duration",
-    "sidebar_label": "Calculate Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.duration-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-8b4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-8b4.json
deleted file mode 100644
index 225a71e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-8b4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "title": "Timestamp Extractor",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-    "title": "Timestamp Extractor",
-    "sidebar_label": "Timestamp Extractor",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-split-array-documentation-md-359.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-split-array-documentation-md-359.json
deleted file mode 100644
index 41dceb9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-split-array-documentation-md-359.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.split-array/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.split-array",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-taskduration-documentation-md-682.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-taskduration-documentation-md-682.json
deleted file mode 100644
index 2f3f633..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-taskduration-documentation-md-682.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "title": "Task Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.taskduration/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-    "title": "Task Duration",
-    "sidebar_label": "Task Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.taskduration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-documentation-md-a04.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-documentation-md-a04.json
deleted file mode 100644
index 54ab1ee..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-documentation-md-a04.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "title": "Transform to boolean",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-    "title": "Transform to boolean",
-    "sidebar_label": "Transform to boolean",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-bufferrest-documentation-md-41c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-bufferrest-documentation-md-41c.json
deleted file mode 100644
index 7d07ae2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-bufferrest-documentation-md-41c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "title": "Buffered REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.bufferrest/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-    "title": "Buffered REST Publisher",
-    "sidebar_label": "Buffered REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-jms-documentation-md-44e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-jms-documentation-md-44e.json
deleted file mode 100644
index 318920a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-jms-documentation-md-44e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "title": "JMS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.jms/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.jms",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-    "title": "JMS Publisher",
-    "sidebar_label": "JMS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.jms"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-kafka-documentation-md-f97.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-kafka-documentation-md-f97.json
deleted file mode 100644
index 437882f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-kafka-documentation-md-f97.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "title": "Kafka Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.kafka/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-    "title": "Kafka Publisher",
-    "sidebar_label": "Kafka Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-pulsar-documentation-md-753.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-pulsar-documentation-md-753.json
deleted file mode 100644
index 0ab2697..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-pulsar-documentation-md-753.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "title": "Pulsar Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.pulsar/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-    "title": "Pulsar Publisher",
-    "sidebar_label": "Pulsar Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-4b7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-4b7.json
deleted file mode 100644
index 4041382..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-4b7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rabbitmq/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rest-documentation-md-bfd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rest-documentation-md-bfd.json
deleted file mode 100644
index c3fadc0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rest-documentation-md-bfd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "title": "REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rest/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.rest",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-    "title": "REST Publisher",
-    "sidebar_label": "REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-ditto-documentation-md-30b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-ditto-documentation-md-30b.json
deleted file mode 100644
index f38f38c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-ditto-documentation-md-30b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto",
-  "title": "Eclipse Ditto",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.databases.ditto/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.ditto",
-  "slug": "/org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.ditto",
-    "title": "Eclipse Ditto",
-    "sidebar_label": "Eclipse Ditto",
-    "original_id": "org.apache.streampipes.sinks.databases.ditto"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-flink-elasticsearch-documentation-md-8ec.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-flink-elasticsearch-documentation-md-8ec.json
deleted file mode 100644
index 7a1f3d7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-flink-elasticsearch-documentation-md-8ec.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "title": "Elasticsearch",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.databases.flink.elasticsearch/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "slug": "/org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-    "title": "Elasticsearch",
-    "sidebar_label": "Elasticsearch",
-    "original_id": "org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-couchdb-documentation-md-6ee.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-couchdb-documentation-md-6ee.json
deleted file mode 100644
index 08fdb24..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-couchdb-documentation-md-6ee.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "title": "CouchDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.couchdb/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "slug": "/org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-    "title": "CouchDB",
-    "sidebar_label": "CouchDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.couchdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-influxdb-documentation-md-f04.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-influxdb-documentation-md-f04.json
deleted file mode 100644
index ea5f728..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-influxdb-documentation-md-f04.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "title": "InfluxDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.influxdb/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "slug": "/org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-    "title": "InfluxDB",
-    "sidebar_label": "InfluxDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.influxdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-iotdb-documentation-md-a41.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-iotdb-documentation-md-a41.json
deleted file mode 100644
index 80df376..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-iotdb-documentation-md-a41.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "title": "IoTDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.iotdb/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "slug": "/org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-    "title": "IoTDB",
-    "sidebar_label": "IoTDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.iotdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-opcua-documentation-md-f44.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-opcua-documentation-md-f44.json
deleted file mode 100644
index 2b8d794..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-opcua-documentation-md-f44.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "title": "OPC-UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.opcua/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.jvm.opcua",
-  "slug": "/org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-    "title": "OPC-UA",
-    "sidebar_label": "OPC-UA",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-postgresql-documentation-md-747.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-postgresql-documentation-md-747.json
deleted file mode 100644
index 2cc58bb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-postgresql-documentation-md-747.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "title": "PostgreSQL",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.postgresql/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "slug": "/org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-    "title": "PostgreSQL",
-    "sidebar_label": "PostgreSQL",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.postgresql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-dashboard-documentation-md-8b5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-dashboard-documentation-md-8b5.json
deleted file mode 100644
index 09d35af..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-dashboard-documentation-md-8b5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "title": "Dashboard Sink",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.dashboard/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "slug": "/org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-    "title": "Dashboard Sink",
-    "sidebar_label": "Dashboard Sink",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-datalake-documentation-md-dc4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-datalake-documentation-md-dc4.json
deleted file mode 100644
index 08fcce0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-datalake-documentation-md-dc4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "title": "Data Lake",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.datalake/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.internal.jvm.datalake",
-  "slug": "/org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-    "title": "Data Lake",
-    "sidebar_label": "Data Lake",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.datalake"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-notification-documentation-md-576.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-notification-documentation-md-576.json
deleted file mode 100644
index e4e82a7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-notification-documentation-md-576.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.notification/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.internal.jvm.notification",
-  "slug": "/org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-email-documentation-md-8cb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-email-documentation-md-8cb.json
deleted file mode 100644
index 7238cf8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-email-documentation-md-8cb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email",
-  "title": "Email Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.email/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.notifications.jvm.email",
-  "slug": "/org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-    "title": "Email Notification",
-    "sidebar_label": "Email Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.email"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-onesignal-documentation-md-e1d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-onesignal-documentation-md-e1d.json
deleted file mode 100644
index e45c186..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-onesignal-documentation-md-e1d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "title": "OneSignal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.onesignal/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "slug": "/org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-    "title": "OneSignal",
-    "sidebar_label": "OneSignal",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-slack-documentation-md-e96.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-slack-documentation-md-e96.json
deleted file mode 100644
index 37a035c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-slack-documentation-md-e96.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.64.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.slack/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.notifications.jvm.slack",
-  "slug": "/org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/0.64.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-coindesk-md-3ed.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-coindesk-md-3ed.json
deleted file mode 100644
index 86a235c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-coindesk-md-3ed.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.coindesk",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "title": "Coindesk Bitcoin Price",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.coindesk.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.coindesk",
-    "title": "Coindesk Bitcoin Price",
-    "sidebar_label": "Coindesk Bitcoin Price",
-    "original_id": "org.apache.streampipes.connect.adapters.coindesk"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-gdelt-md-934.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-gdelt-md-934.json
deleted file mode 100644
index 6213e0d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-gdelt-md-934.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.gdelt",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "title": "GDELT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.gdelt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.gdelt",
-    "title": "GDELT",
-    "sidebar_label": "GDELT",
-    "original_id": "org.apache.streampipes.connect.adapters.gdelt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-news-md-1ce.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-news-md-1ce.json
deleted file mode 100644
index 614935b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-news-md-1ce.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.news",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "title": "IEX Cloud News",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.news.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.news",
-    "title": "IEX Cloud News",
-    "sidebar_label": "IEX Cloud News",
-    "original_id": "org.apache.streampipes.connect.adapters.iex.news"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-42f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-42f.json
deleted file mode 100644
index c374c77..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-42f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "title": "IEX Cloud Stock Quotes",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.stocks.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.stocks",
-    "title": "IEX Cloud Stock Quotes",
-    "sidebar_label": "IEX Cloud Stock Quotes",
-    "original_id": "org.apache.streampipes.connect.adapters.iex.stocks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-set-md-0cd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-set-md-0cd.json
deleted file mode 100644
index 2a55095..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-set-md-0cd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.set",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.set",
-  "title": "Image Upload (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.set",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.set",
-    "title": "Image Upload (Set)",
-    "sidebar_label": "Image Upload (Set)",
-    "original_id": "org.apache.streampipes.connect.adapters.image.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-stream-md-31d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-stream-md-31d.json
deleted file mode 100644
index a7ca30c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-stream-md-31d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.stream",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "title": "Image Upload (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.stream",
-    "title": "Image Upload (Stream)",
-    "sidebar_label": "Image Upload (Stream)",
-    "original_id": "org.apache.streampipes.connect.adapters.image.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-f71.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-f71.json
deleted file mode 100644
index b597c15..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-f71.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "title": "InfluxDB Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.set",
-    "title": "InfluxDB Set Adapter",
-    "sidebar_label": "InfluxDB Set Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.influxdb.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-fb0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-fb0.json
deleted file mode 100644
index b7e6feb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-fb0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "title": "InfluxDB Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.stream",
-    "title": "InfluxDB Stream Adapter",
-    "sidebar_label": "InfluxDB Stream Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.influxdb.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iss-md-1ea.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iss-md-1ea.json
deleted file mode 100644
index 0ca5cce..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iss-md-1ea.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iss",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iss",
-  "title": "ISS Location",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iss.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iss",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iss",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iss",
-    "title": "ISS Location",
-    "sidebar_label": "ISS Location",
-    "original_id": "org.apache.streampipes.connect.adapters.iss"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-set-md-78c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-set-md-78c.json
deleted file mode 100644
index f4779e1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-set-md-78c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "title": "MySQL Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.set",
-    "title": "MySQL Set Adapter",
-    "sidebar_label": "MySQL Set Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.mysql.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-1fc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-1fc.json
deleted file mode 100644
index 4ff9aca..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-1fc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "title": "MySql Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.stream",
-    "title": "MySql Stream Adapter",
-    "sidebar_label": "MySql Stream Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.mysql.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-07b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-07b.json
deleted file mode 100644
index 7867ee1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-07b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "title": "NETIO MQTT M2M",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.mqtt",
-    "title": "NETIO MQTT M2M",
-    "sidebar_label": "NETIO MQTT M2M",
-    "original_id": "org.apache.streampipes.connect.adapters.netio.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-rest-md-1f6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-rest-md-1f6.json
deleted file mode 100644
index 84cb443..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-rest-md-1f6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "title": "NETIO http JSON",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.rest",
-    "title": "NETIO http JSON",
-    "sidebar_label": "NETIO http JSON",
-    "original_id": "org.apache.streampipes.connect.adapters.netio.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-58c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-58c.json
deleted file mode 100644
index ecd58c4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-58c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "title": "NSW Traffic Cameras",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-    "title": "NSW Traffic Cameras",
-    "sidebar_label": "NSW Traffic Cameras",
-    "original_id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-opcua-md-dad.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-opcua-md-dad.json
deleted file mode 100644
index 550ef45..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-opcua-md-dad.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.opcua",
-  "title": "OPC UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.opcua",
-    "title": "OPC UA",
-    "sidebar_label": "OPC UA",
-    "original_id": "org.apache.streampipes.connect.adapters.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-d87.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-d87.json
deleted file mode 100644
index e57b706..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-d87.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "title": "PLC4X S7",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.s7",
-    "title": "PLC4X S7",
-    "sidebar_label": "PLC4X S7",
-    "original_id": "org.apache.streampipes.connect.adapters.plc4x.s7"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ros-md-975.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ros-md-975.json
deleted file mode 100644
index 41f7c3f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ros-md-975.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ros",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ros",
-  "title": "ROS Bridge",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ros.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ros",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ros",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ros",
-    "title": "ROS Bridge",
-    "sidebar_label": "ROS Bridge",
-    "original_id": "org.apache.streampipes.connect.adapters.ros"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-807.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-807.json
deleted file mode 100644
index d909e26..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-807.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "title": "Random Data Simulator (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdataset",
-    "title": "Random Data Simulator (Set)",
-    "sidebar_label": "Random Data Simulator (Set)",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-35e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-35e.json
deleted file mode 100644
index 98af308..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-35e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "title": "Random Data Simulator (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-    "title": "Random Data Simulator (Stream)",
-    "sidebar_label": "Random Data Simulator (Stream)",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-slack-md-721.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-slack-md-721.json
deleted file mode 100644
index 191c46d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-slack-md-721.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.slack",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.slack",
-  "title": "Slack",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.slack",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.slack",
-    "title": "Slack",
-    "sidebar_label": "Slack",
-    "original_id": "org.apache.streampipes.connect.adapters.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ti-md-a9f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ti-md-a9f.json
deleted file mode 100644
index 906744a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ti-md-a9f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ti",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ti",
-  "title": "TI Sensor Tag",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ti.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ti",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ti",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ti",
-    "title": "TI Sensor Tag",
-    "sidebar_label": "TI Sensor Tag",
-    "original_id": "org.apache.streampipes.connect.adapters.ti"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-c08.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-c08.json
deleted file mode 100644
index 0811936..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-c08.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "title": "Wikipedia Edits",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.edit",
-    "title": "Wikipedia Edits",
-    "sidebar_label": "Wikipedia Edits",
-    "original_id": "org.apache.streampipes.connect.adapters.wikipedia.edit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-c00.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-c00.json
deleted file mode 100644
index 69a57ea..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-c00.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "title": "Wikipedia New Articles",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.new",
-    "title": "Wikipedia New Articles",
-    "sidebar_label": "Wikipedia New Articles",
-    "original_id": "org.apache.streampipes.connect.adapters.wikipedia.new"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-file-md-fe3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-file-md-fe3.json
deleted file mode 100644
index d8adc25..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-file-md-fe3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.file",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "title": "File Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.file",
-    "title": "File Stream",
-    "sidebar_label": "File Stream",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-http-md-094.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-http-md-094.json
deleted file mode 100644
index a4eac5e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-http-md-094.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.http",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "title": "HTTP Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.http",
-    "title": "HTTP Stream",
-    "sidebar_label": "HTTP Stream",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-bb6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-bb6.json
deleted file mode 100644
index 9b267fb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-bb6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "title": "Apache Kafka",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.kafka",
-    "title": "Apache Kafka",
-    "sidebar_label": "Apache Kafka",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-c2e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-c2e.json
deleted file mode 100644
index 2fcf570..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-c2e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "title": "MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.mqtt",
-    "title": "MQTT",
-    "sidebar_label": "MQTT",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-a72.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-a72.json
deleted file mode 100644
index 2cca2bf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-a72.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "title": "Apache Pulsar",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.pulsar",
-    "title": "Apache Pulsar",
-    "sidebar_label": "Apache Pulsar",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-geo-flink-md-cd2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-geo-flink-md-cd2.json
deleted file mode 100644
index a31c449..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-geo-flink-md-cd2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.flink",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.geo.flink",
-  "title": "Spatial Grid Enrichment",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.geo.flink.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.flink",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processor.geo.flink",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.flink",
-    "title": "Spatial Grid Enrichment",
-    "sidebar_label": "Spatial Grid Enrichment",
-    "original_id": "org.apache.streampipes.processor.geo.flink"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-b0c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-b0c.json
deleted file mode 100644
index 42190b2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-b0c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "title": "Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-    "title": "Google Maps Geocoder",
-    "sidebar_label": "Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.geocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-37c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-37c.json
deleted file mode 100644
index 17572ae..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-37c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "title": "Reverse Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-    "title": "Reverse Geocoder",
-    "sidebar_label": "Reverse Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-049.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-049.json
deleted file mode 100644
index 5976956..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-049.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "title": "Static Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-    "title": "Static Google Maps Geocoder",
-    "sidebar_label": "Static Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-5f1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-5f1.json
deleted file mode 100644
index 5907915..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-5f1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-0f1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-0f1.json
deleted file mode 100644
index b3f7879..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-0f1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "title": "Image Cropper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-    "title": "Image Cropper",
-    "sidebar_label": "Image Cropper",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-2fb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-2fb.json
deleted file mode 100644
index 8ab11fa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-2fb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-d03.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-d03.json
deleted file mode 100644
index 0e315fa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-d03.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader",
-    "original_id": "org.apache.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-631.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-631.json
deleted file mode 100644
index 64c7fef..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-631.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-count-md-79d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-count-md-79d.json
deleted file mode 100644
index 36298b2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-count-md-79d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "title": "Count Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.count",
-    "title": "Count Aggregation",
-    "sidebar_label": "Count Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.count"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-603.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-603.json
deleted file mode 100644
index 461cb2a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-603.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "title": "Event Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-    "title": "Event Counter",
-    "sidebar_label": "Event Counter",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.eventcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-7bf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-7bf.json
deleted file mode 100644
index fa34280..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-7bf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-95f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-95f.json
deleted file mode 100644
index f37f4b8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-95f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "title": "Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-    "title": "Math",
-    "sidebar_label": "Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-d9a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-d9a.json
deleted file mode 100644
index 8da653c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-d9a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "title": "Static Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-    "title": "Static Math",
-    "sidebar_label": "Static Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-db0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-db0.json
deleted file mode 100644
index aad33ab..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-db0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "title": "Trigonometry Functions",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-    "title": "Trigonometry Functions",
-    "sidebar_label": "Trigonometry Functions",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-a0f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-a0f.json
deleted file mode 100644
index 100cd6a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-a0f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "title": "URL Dereferencing",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-    "title": "URL Dereferencing",
-    "sidebar_label": "URL Dereferencing",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-960.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-960.json
deleted file mode 100644
index 183cd54..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-960.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "title": "Timestamp Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-    "title": "Timestamp Enricher",
-    "sidebar_label": "Timestamp Enricher",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.timestamp"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-803.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-803.json
deleted file mode 100644
index 18cf2e2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-803.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "title": "Size Measure",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-    "title": "Size Measure",
-    "sidebar_label": "Size Measure",
-    "original_id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-compose-md-1e5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-compose-md-1e5.json
deleted file mode 100644
index 00ee389..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-compose-md-1e5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "title": "Compose",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.compose.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.compose",
-    "title": "Compose",
-    "sidebar_label": "Compose",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.compose"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-d0d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-d0d.json
deleted file mode 100644
index 22b3740..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-d0d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "title": "Merge By Enrich",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.enrich.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-    "title": "Merge By Enrich",
-    "sidebar_label": "Merge By Enrich",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.enrich"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-merge-md-fb3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-merge-md-fb3.json
deleted file mode 100644
index 24c25b1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-merge-md-fb3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "title": "Merge By Time",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.merge",
-    "title": "Merge By Time",
-    "sidebar_label": "Merge By Time",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.merge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-b9d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-b9d.json
deleted file mode 100644
index 2e87068..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-b9d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "title": "Numerical Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-    "title": "Numerical Filter",
-    "sidebar_label": "Numerical Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-ecf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-ecf.json
deleted file mode 100644
index 2473dd7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-ecf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "title": "Numerical Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-    "title": "Numerical Text Filter",
-    "sidebar_label": "Numerical Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-project-md-640.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-project-md-640.json
deleted file mode 100644
index 15b549d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-project-md-640.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.project",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "title": "Projection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.project.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.project",
-    "title": "Projection",
-    "sidebar_label": "Projection",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.project"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-c3e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-c3e.json
deleted file mode 100644
index 524ef23..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-c3e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "title": "Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-    "title": "Text Filter",
-    "sidebar_label": "Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.textfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-e27.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-e27.json
deleted file mode 100644
index ad1c036..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-e27.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "title": "Threshold Detector",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.threshold.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-    "title": "Threshold Detector",
-    "sidebar_label": "Threshold Detector",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.threshold"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-546.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-546.json
deleted file mode 100644
index ee7e4a6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-546.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "title": "Creates JTS Point",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-    "title": "Creates JTS Point",
-    "sidebar_label": "Creates JTS Point",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-64f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-64f.json
deleted file mode 100644
index 2da3a10..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-64f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "title": "EPSG Code",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-    "title": "EPSG Code",
-    "sidebar_label": "EPSG Code",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-77e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-77e.json
deleted file mode 100644
index 77b72ce..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-77e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "title": "Single Trajectory Creator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-    "title": "Single Trajectory Creator",
-    "sidebar_label": "Single Trajectory Creator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-bc7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-bc7.json
deleted file mode 100644
index 690230e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-bc7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "title": "Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-    "title": "Distance Calculator",
-    "sidebar_label": "Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-c73.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-c73.json
deleted file mode 100644
index e2b32f1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-c73.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "title": "Speed Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.speed",
-    "title": "Speed Calculator",
-    "sidebar_label": "Speed Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.speed"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-38b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-38b.json
deleted file mode 100644
index c60460e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-38b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "title": "Static Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-    "title": "Static Distance Calculator",
-    "sidebar_label": "Static Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-431.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-431.json
deleted file mode 100644
index fc5b1f2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-431.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "title": "Absence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-    "title": "Absence",
-    "sidebar_label": "Absence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.absence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-75c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-75c.json
deleted file mode 100644
index f34f2f7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-75c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "title": "And",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-    "title": "And",
-    "sidebar_label": "And",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.and"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-11d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-11d.json
deleted file mode 100644
index 101285b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-11d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-dd9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-dd9.json
deleted file mode 100644
index 320b081..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-dd9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "title": "Sequence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-    "title": "Sequence",
-    "sidebar_label": "Sequence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequency-md-c89.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequency-md-c89.json
deleted file mode 100644
index 49063ef..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequency-md-c89.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-adf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-adf.json
deleted file mode 100644
index 5e6c861..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-adf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-increase-md-c63.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-increase-md-c63.json
deleted file mode 100644
index 1050f24..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-increase-md-c63.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.increase.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend",
-    "original_id": "org.apache.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-22d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-22d.json
deleted file mode 100644
index 64c91f1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-22d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)",
-    "original_id": "org.apache.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-sequence-md-706.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-sequence-md-706.json
deleted file mode 100644
index 16a6ab2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-sequence-md-706.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.sequence",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "title": "Sequence Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.sequence",
-    "title": "Sequence Detection",
-    "sidebar_label": "Sequence Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-stop-md-cef.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-stop-md-cef.json
deleted file mode 100644
index bcc3060..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-stop-md-cef.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.stop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-8cb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-8cb.json
deleted file mode 100644
index 37196ce..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-8cb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "title": "Statistics Summary",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.statistics.flink.statistics-summary",
-    "title": "Statistics Summary",
-    "sidebar_label": "Statistics Summary",
-    "original_id": "org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-7b5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-7b5.json
deleted file mode 100644
index 6c78db5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-7b5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-efd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-efd.json
deleted file mode 100644
index 6987b9d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-efd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-204.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-204.json
deleted file mode 100644
index c307b94..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-204.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "title": "Chunker (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-    "title": "Chunker (English)",
-    "sidebar_label": "Chunker (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.chunker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-4ae.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-4ae.json
deleted file mode 100644
index a6fdce9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-4ae.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-22b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-22b.json
deleted file mode 100644
index 79e5df0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-22b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "title": "Name Finder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-    "title": "Name Finder",
-    "sidebar_label": "Name Finder",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.namefinder"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-ddb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-ddb.json
deleted file mode 100644
index ab216ba..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-ddb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "title": "Part of Speech (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-    "title": "Part of Speech (English)",
-    "sidebar_label": "Part of Speech (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-43e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-43e.json
deleted file mode 100644
index 70149c5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-43e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "title": "Sentence Detection (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-    "title": "Sentence Detection (English)",
-    "sidebar_label": "Sentence Detection (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-7ed.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-7ed.json
deleted file mode 100644
index 79639b3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-7ed.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "title": "Tokenizer (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-    "title": "Tokenizer (English)",
-    "sidebar_label": "Tokenizer (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-3a8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-3a8.json
deleted file mode 100644
index deace44..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-3a8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-568.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-568.json
deleted file mode 100644
index 674f692..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-568.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "title": "Field Mapper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-    "title": "Field Mapper",
-    "sidebar_label": "Field Mapper",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-mapper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-d71.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-d71.json
deleted file mode 100644
index 069d18d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-d71.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-7ce.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-7ce.json
deleted file mode 100644
index 1cd639e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-7ce.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-62c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-62c.json
deleted file mode 100644
index 5e5e149..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-62c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-b09.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-b09.json
deleted file mode 100644
index a0a5a83..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-b09.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "title": "Boilerplate Removal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-    "title": "Boilerplate Removal",
-    "sidebar_label": "Boilerplate Removal",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-9d4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-9d4.json
deleted file mode 100644
index d2afc05..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-9d4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "title": "Boolean Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-    "title": "Boolean Counter",
-    "sidebar_label": "Boolean Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-feb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-feb.json
deleted file mode 100644
index 76623c3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-feb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "title": "Boolean Inverter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-    "title": "Boolean Inverter",
-    "sidebar_label": "Boolean Inverter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-9ad.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-9ad.json
deleted file mode 100644
index 66babfe..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-9ad.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "title": "Measure Time Between Two Sensors",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-    "title": "Measure Time Between Two Sensors",
-    "sidebar_label": "Measure Time Between Two Sensors",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-d0d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-d0d.json
deleted file mode 100644
index 2160fb1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-d0d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "title": "Boolean Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-    "title": "Boolean Timer",
-    "sidebar_label": "Boolean Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-f27.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-f27.json
deleted file mode 100644
index 4116244..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-f27.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "title": "Value Changed",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-    "title": "Value Changed",
-    "sidebar_label": "Value Changed",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.changed-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-1ed.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-1ed.json
deleted file mode 100644
index 753f612..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-1ed.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "title": "Count Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-    "title": "Count Array",
-    "sidebar_label": "Count Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.count-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-909.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-909.json
deleted file mode 100644
index 8c79e31..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-909.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "title": "CSV Metadata Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-    "title": "CSV Metadata Enricher",
-    "sidebar_label": "CSV Metadata Enricher",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-ab0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-ab0.json
deleted file mode 100644
index cf770f1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-ab0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "title": "Calculate Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-    "title": "Calculate Duration",
-    "sidebar_label": "Calculate Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.duration-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-d0e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-d0e.json
deleted file mode 100644
index 5b79f33..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-d0e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "title": "Timestamp Extractor",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-    "title": "Timestamp Extractor",
-    "sidebar_label": "Timestamp Extractor",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-dd5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-dd5.json
deleted file mode 100644
index de0c8e6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-dd5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-c87.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-c87.json
deleted file mode 100644
index ad8e46a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-c87.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "title": "String Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-    "title": "String Counter",
-    "sidebar_label": "String Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-b83.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-b83.json
deleted file mode 100644
index 3b85d94..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-b83.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "title": "String Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-    "title": "String Timer",
-    "sidebar_label": "String Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-8ed.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-8ed.json
deleted file mode 100644
index ae0c144..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-8ed.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "title": "Task Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-    "title": "Task Duration",
-    "sidebar_label": "Task Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.taskduration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-7a2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-7a2.json
deleted file mode 100644
index 9fcb2e0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-7a2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "title": "Transform to boolean",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-    "title": "Transform to boolean",
-    "sidebar_label": "Transform to boolean",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-protocol-set-file-md-ba1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-protocol-set-file-md-ba1.json
deleted file mode 100644
index eca73d0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-protocol-set-file-md-ba1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.file",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.protocol.set.file",
-  "title": "File Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.protocol.set.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.file",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.protocol.set.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.file",
-    "title": "File Set",
-    "sidebar_label": "File Set",
-    "original_id": "org.apache.streampipes.protocol.set.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-protocol-set-http-md-352.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-protocol-set-http-md-352.json
deleted file mode 100644
index 7d2f8bd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-protocol-set-http-md-352.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.http",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.protocol.set.http",
-  "title": "HTTP Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.protocol.set.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.http",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.protocol.set.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.http",
-    "title": "HTTP Set",
-    "sidebar_label": "HTTP Set",
-    "original_id": "org.apache.streampipes.protocol.set.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-c6f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-c6f.json
deleted file mode 100644
index 34e3210..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-c6f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "title": "Buffered REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-    "title": "Buffered REST Publisher",
-    "sidebar_label": "Buffered REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-db0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-db0.json
deleted file mode 100644
index fcb42d8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-db0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "title": "JMS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-    "title": "JMS Publisher",
-    "sidebar_label": "JMS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.jms"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-beb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-beb.json
deleted file mode 100644
index 3190808..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-beb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "title": "Kafka Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-    "title": "Kafka Publisher",
-    "sidebar_label": "Kafka Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-4e9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-4e9.json
deleted file mode 100644
index a785ba5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-4e9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "title": "MQTT Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.mqtt",
-    "title": "MQTT Publisher",
-    "sidebar_label": "MQTT Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-344.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-344.json
deleted file mode 100644
index 2ac99df..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-344.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "title": "Pulsar Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-    "title": "Pulsar Publisher",
-    "sidebar_label": "Pulsar Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-ef9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-ef9.json
deleted file mode 100644
index 1998d7d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-ef9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-403.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-403.json
deleted file mode 100644
index 6f7fa78..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-403.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "title": "REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-    "title": "REST Publisher",
-    "sidebar_label": "REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-ditto-md-062.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-ditto-md-062.json
deleted file mode 100644
index 06561da..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-ditto-md-062.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.ditto",
-  "title": "Eclipse Ditto",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.ditto.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.ditto",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.ditto",
-    "title": "Eclipse Ditto",
-    "sidebar_label": "Eclipse Ditto",
-    "original_id": "org.apache.streampipes.sinks.databases.ditto"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-727.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-727.json
deleted file mode 100644
index 3db76df..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-727.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "title": "Elasticsearch",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-    "title": "Elasticsearch",
-    "sidebar_label": "Elasticsearch",
-    "original_id": "org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-ea8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-ea8.json
deleted file mode 100644
index d5d120a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-ea8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "title": "CouchDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-    "title": "CouchDB",
-    "sidebar_label": "CouchDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.couchdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-3a6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-3a6.json
deleted file mode 100644
index c0bf2f7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-3a6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "title": "InfluxDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-    "title": "InfluxDB",
-    "sidebar_label": "InfluxDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.influxdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-4de.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-4de.json
deleted file mode 100644
index db642f0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-4de.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "title": "IoTDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-    "title": "IoTDB",
-    "sidebar_label": "IoTDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.iotdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-933.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-933.json
deleted file mode 100644
index 9dbbebb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-933.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "title": "OPC-UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-    "title": "OPC-UA",
-    "sidebar_label": "OPC-UA",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-b71.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-b71.json
deleted file mode 100644
index 3aa1980..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-b71.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "title": "PostgreSQL",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-    "title": "PostgreSQL",
-    "sidebar_label": "PostgreSQL",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.postgresql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-e86.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-e86.json
deleted file mode 100644
index aaf22c4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-e86.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "title": "Dashboard Sink",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-    "title": "Dashboard Sink",
-    "sidebar_label": "Dashboard Sink",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-710.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-710.json
deleted file mode 100644
index 8e28b9d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-710.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "title": "Data Lake",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-    "title": "Data Lake",
-    "sidebar_label": "Data Lake",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.datalake"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-cde.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-cde.json
deleted file mode 100644
index be816b5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-cde.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-832.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-832.json
deleted file mode 100644
index fc21060..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-832.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "title": "Email Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.email.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-    "title": "Email Notification",
-    "sidebar_label": "Email Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.email"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-68b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-68b.json
deleted file mode 100644
index e95fc67..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-68b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "title": "OneSignal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-    "title": "OneSignal",
-    "sidebar_label": "OneSignal",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-873.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-873.json
deleted file mode 100644
index 3061890..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-873.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/0.64.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pipeline-elements-md-a40.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pipeline-elements-md-a40.json
deleted file mode 100644
index 70b6e5f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-pipeline-elements-md-a40.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pipeline-elements",
-  "id": "version-0.64.0-pre-asf/pipeline-elements",
-  "title": "Overview",
-  "description": "Data ProcessorAggregationPerforms different aggregation functions  Documentation  Docker Container  Code on GithubData ProcessorBoilerplate RemovalRemoves boilerplate and extract fulltext from HTML  Documentation  Docker Container  Code on GithubData ProcessorBoolean CounterIncreases a counter on each change of a boolean value  Documentation  Docker Container  Code on GithubData ProcessorBoolean InverterInverts the boolean value of the selected field  Documentation  Docker Container  Code on GithubData ProcessorBoolean TimerMeasures how long a boolean measure does not change  Documentation  Docker Container  Code on GithubData SinkBuffered REST PublisherOnce a given amount of events is reached, events are posted to the given REST interface.  Documentation  Docker Container  Code on GithubData ProcessorCSV Metadata EnricherEnriches an event with additional fields from a  Documentation  Docker Container  Code on GithubData ProcessorCalculate DurationCalculates the time between two timestamps.  Documentation  Docker Container  Code on GithubData ProcessorChunker (English)Segments given tokens of a text into different chunks  Documentation  Docker Container  Code on GithubData ProcessorComposeMerges two event streams  Documentation  Docker Container  Code on GithubData SinkCouchDBStores events in an Apache CouchDB database.  Documentation  Docker Container  Code on GithubData ProcessorCount ArrayCounts the size of list items.  Documentation  Docker Container  Code on GithubData SinkDashboard SinkVisualizes data streams in the StreamPipes dashboard  Documentation  Docker Container  Code on GithubData SinkData LakeStores events in the StreamPipes data lake.  Documentation  Docker Container  Code on GithubData ProcessorDistance CalculatorCalculates the distance between two geo points  Documentation  Docker Container  Code on GithubData SinkEclipse DittoPublishes events to Eclipse Ditto.  Documentation  Docker Container  Code on GithubData SinkElasticsearchStores data in an elasticsearch cluster  Documentation  Docker Container  Code on GithubData SinkEmail NotificationEmail service to send notifications emails  Documentation  Docker Container  Code on GithubData ProcessorEvent CounterCounts the number of events within a time window.  Documentation  Docker Container  Code on GithubData ProcessorEvent RateComputes current event rate. Output is a number representing events per second.  Documentation  Docker Container  Code on GithubData ProcessorField ConverterConverts a string value to a number data type  Documentation  Docker Container  Code on GithubData ProcessorField HasherHashes the value of a field using various hash functions.  Documentation  Docker Container  Code on GithubData ProcessorField MapperReplaces one or more field with a new field and computes a hash value of these fields  Documentation  Docker Container  Code on GithubData ProcessorField RenamerReplaces the runtime name of an event property with a custom defined name.  Documentation  Docker Container  Code on GithubData ProcessorFrequency CalculationCalculates the frequency of the event stream  Documentation  Docker Container  Code on GithubData ProcessorFrequency ChangeDetects when the frequency of the event stream changes  Documentation  Docker Container  Code on GithubData ProcessorGeneric Image ClassificationClassification Description (Generic Model)  Documentation  Docker Container  Code on GithubData ProcessorGoogle Maps GeocoderGeocodes a placename to a latitude/longitude combination  Documentation  Docker Container  Code on GithubData ProcessorImage EnricherEnriches an image with a bounding box of given coordinates  Documentation  Docker Container  Code on GithubData SinkInfluxDBStores events in an InfluxDB.  Documentation  Docker Container  Code on GithubData SinkIoTDBStores events in a IoTDB database.  Documentation  Docker Container  Code on GithubData SinkJMS PublisherPublishes events to a JMS topic  Documentation  Docker Container  Code on GithubData SinkKafka PublisherPublish events to Apache Kafka  Documentation  Docker Container  Code on GithubData ProcessorLanguage DetectionDetects the language of a written text.  Documentation  Docker Container  Code on GithubData ProcessorLanguage DetectionDetects the language of a given text  Documentation  Docker Container  Code on GithubData ProcessorMathPerforms calculations on event properties (+, -, , /, %)  Documentation  Docker Container  Code on GithubData ProcessorMeasure Time Between Two SensorsRequires two booleans and measures the time between two signals  Documentation  Docker Container  Code on GithubData ProcessorMeasurement Unit ConverterConverts a unit of measurement to another one  Documentation  Docker Container  Code on GithubData ProcessorMerge By EnrichMerges two event streams by adding properties of one stream to the other  Documentation  Docker Container  Code on GithubData ProcessorMerge By TimeMerges two event streams by timestamp  Documentation  Docker Container  Code on GithubData ProcessorName FinderFinds a name in given Tokens of one document  Documentation  Docker Container  Code on GithubData SinkNotificationPublish a notification to the StreamPipes UI.  Documentation  Docker Container  Code on GithubData ProcessorNumerical FilterNumerical Filter Description  Documentation  Docker Container  Code on GithubData ProcessorNumerical Filter (Siddhi)  Documentation  Docker Container  Code on GithubData ProcessorNumerical Text FilterFilters numerical and text values.  Documentation  Docker Container  Code on GithubData SinkOPC-UAWrites values in an OPC-UA server  Documentation  Docker Container  Code on GithubData SinkOneSignalSend Push Message to OneSignal-Application  Documentation  Docker Container  Code on GithubData ProcessorPart of Speech (English)Takes in a stream of tokens and appends a tag at the end of the word corresponding to the part of speech  Documentation  Docker Container  Code on GithubData ProcessorPeak DetectionDetect peaks in time series data  Documentation  Docker Container  Code on GithubData SinkPostgreSQLStores events in a Postgres database.  Documentation  Docker Container  Code on GithubData ProcessorProjectionOutputs a selectable subset of an input event type  Documentation  Docker Container  Code on GithubData SinkPulsar PublisherPublish events to Apache Pulsar  Documentation  Docker Container  Code on GithubData ProcessorQR Code ReaderDetects a QR Code in an image  Documentation  Docker Container  Code on GithubData SinkREST PublisherPosts events to a REST interface  Documentation  Docker Container  Code on GithubData SinkRabbitMQ PublisherForwards events to a RabbitMQ broker  Documentation  Docker Container  Code on GithubData ProcessorReverse GeocoderFinds the nearest place based on latitude and longitude  Documentation  Docker Container  Code on GithubData ProcessorSentence Detection (English)Splits a text up in sentences  Documentation  Docker Container  Code on GithubData ProcessorSequence DetectionMerges events from two event streams, when the top event arrives first and then the bottom event  Documentation  Docker Container  Code on GithubData ProcessorSize MeasureMeasures the size of an event in Bytes, KB or MB  Documentation  Docker Container  Code on GithubData SinkSlack NotificationSlack bot to send notifications to Slack  Documentation  Docker Container  Code on GithubData ProcessorSpatial Grid EnrichmentGroups spatial events into cells of a given size  Documentation  Docker Container  Code on GithubData ProcessorSplit ArrayOutputs an event for each entry of a list.  Documentation  Docker Container  Code on GithubData ProcessorStatic Google Maps GeocoderGeocodes a fixed placename to lat/lng coordinates and  Documentation  Docker Container  Code on GithubData ProcessorStatic MathPerforms calculation on an event property with a static value (+, -, , /, %)  Documentation  Docker Container  Code on GithubData ProcessorStream Stop DetectionTriggers an event when the input data stream stops sending events  Documentation  Docker Container  Code on GithubData ProcessorTask DurationComputes the time difference between two events  Documentation  Docker Container  Code on GithubData ProcessorText FilterText Filter Description  Documentation  Docker Container  Code on GithubData ProcessorThreshold DetectorWhen threshold rule is fulfilled true is appended  Documentation  Docker Container  Code on GithubData ProcessorTimestamp EnricherAppends the current time in ms to the event payload  Documentation  Docker Container  Code on GithubData ProcessorTimestamp ExtractorExtracts a timestamp into its individual time fields.  Documentation  Docker Container  Code on GithubData ProcessorTokenizer (English)Segments a text into different tokens  Documentation  Docker Container  Code on GithubData ProcessorTransform to booleanTransforms a string or number to a boolean  Documentation  Docker Container  Code on GithubData ProcessorTrendDetects the increase of a numerical field over a customizable time window. Example: A temperature value increases by 10 percent within 5 minutes.  Documentation  Docker Container  Code on GithubData ProcessorTrigonometry FunctionsPerforms Trigonometric functions on event properties  Documentation  Docker Container  Code on GithubData ProcessorURL DereferencingAppend the html page as a string to event  Documentation  Docker Container  Code on GithubData ProcessorValue ChangedOutpus an event every time a specific field changes.  Documentation  Docker Container  Code on GithubData ProcessorWord CountCounts words on continuous text-based streams  Documentation  Docker Container  Code on Github",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/pipeline-elements",
-  "permalink": "/docs/0.64.0-pre-asf/pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "pipeline-elements",
-    "title": "Overview",
-    "sidebar_label": "Overview",
-    "original_id": "pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-user-guide-first-steps-md-5db.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-user-guide-first-steps-md-5db.json
deleted file mode 100644
index 59aaa6b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-user-guide-first-steps-md-5db.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-first-steps",
-  "id": "version-0.64.0-pre-asf/user-guide-first-steps",
-  "title": "First steps",
-  "description": "In this section, you'll learn how to create and run pipelines in StreamPipes.",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/user-guide-first-steps.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-first-steps",
-  "permalink": "/docs/0.64.0-pre-asf/user-guide-first-steps",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-first-steps",
-    "title": "First steps",
-    "sidebar_label": "First steps",
-    "original_id": "user-guide-first-steps"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-user-guide-installation-md-45a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-user-guide-installation-md-45a.json
deleted file mode 100644
index f687493..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-user-guide-installation-md-45a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-installation",
-  "id": "version-0.64.0-pre-asf/user-guide-installation",
-  "title": "Installation",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/user-guide-installation.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-installation",
-  "permalink": "/docs/0.64.0-pre-asf/user-guide-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "user-guide-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-user-guide-tour-md-4ee.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-user-guide-tour-md-4ee.json
deleted file mode 100644
index d8f5c4d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-64-0-pre-asf-user-guide-tour-md-4ee.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-tour",
-  "id": "version-0.64.0-pre-asf/user-guide-tour",
-  "title": "Tour",
-  "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure.",
-  "source": "@site/versioned_docs/version-0.64.0-pre-asf/user-guide-tour.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-tour",
-  "permalink": "/docs/0.64.0-pre-asf/user-guide-tour",
-  "draft": false,
-  "tags": [],
-  "version": "0.64.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-tour",
-    "title": "Tour",
-    "sidebar_label": "Tour",
-    "original_id": "user-guide-tour"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-01-try-installation-md-c36.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-01-try-installation-md-c36.json
deleted file mode 100644
index 5c9b181..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-01-try-installation-md-c36.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-try-installation",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-try-installation",
-  "title": "Installation",
-  "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/01_try-installation.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-try-installation",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-try-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "version-0.67.0-try-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "try-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-01-try-overview-md-64b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-01-try-overview-md-64b.json
deleted file mode 100644
index 7f505fa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-01-try-overview-md-64b.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-user-guide-introduction",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-user-guide-introduction",
-  "title": "Apache StreamPipes Documentation",
-  "description": "This is the documentation of Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/01_try-overview.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-user-guide-introduction",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-user-guide-introduction",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "version-0.67.0-user-guide-introduction",
-    "title": "Apache StreamPipes Documentation",
-    "sidebar_label": "Overview",
-    "original_id": "user-guide-introduction"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-01-try-tutorial-md-add.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-01-try-tutorial-md-add.json
deleted file mode 100644
index 9c60be1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-01-try-tutorial-md-add.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-try-tutorial",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-try-tutorial",
-  "title": "Interactive Tutorial",
-  "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/01_try-tutorial.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-try-tutorial",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-try-tutorial",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "version-0.67.0-try-tutorial",
-    "title": "Interactive Tutorial",
-    "sidebar_label": "Interactive Tutorial",
-    "original_id": "try-tutorial"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-02-concepts-adapter-md-d07.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-02-concepts-adapter-md-d07.json
deleted file mode 100644
index cd148c8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-02-concepts-adapter-md-d07.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-concepts-adapter",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-concepts-adapter",
-  "title": "Data Adapters",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/02_concepts-adapter.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-concepts-adapter",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-concepts-adapter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "version-0.67.0-concepts-adapter",
-    "title": "Data Adapters",
-    "sidebar_label": "Data Adapters",
-    "original_id": "concepts-adapter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-02-concepts-data-streams-md-945.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-02-concepts-data-streams-md-945.json
deleted file mode 100644
index 77e3e65..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-02-concepts-data-streams-md-945.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-concepts-data-streams",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-concepts-data-streams",
-  "title": "Data Streams",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/02_concepts-data-streams.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-concepts-data-streams",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-concepts-data-streams",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "version-0.67.0-concepts-data-streams",
-    "title": "Data Streams",
-    "sidebar_label": "Data Streams",
-    "original_id": "concepts-data-streams"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-02-concepts-glossary-md-e7e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-02-concepts-glossary-md-e7e.json
deleted file mode 100644
index 303c6a0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-02-concepts-glossary-md-e7e.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-concepts-glossary",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-concepts-glossary",
-  "title": "Glossary",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/02_concepts-glossary.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-concepts-glossary",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-concepts-glossary",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "version-0.67.0-concepts-glossary",
-    "title": "Glossary",
-    "sidebar_label": "Glossary",
-    "original_id": "concepts-glossary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-02-concepts-overview-md-4c3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-02-concepts-overview-md-4c3.json
deleted file mode 100644
index f8ea2e9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-02-concepts-overview-md-4c3.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-concepts-overview",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-concepts-overview",
-  "title": "StreamPipes Concepts",
-  "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/02_concepts-overview.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-concepts-overview",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-concepts-overview",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "version-0.67.0-concepts-overview",
-    "title": "StreamPipes Concepts",
-    "sidebar_label": "Overview",
-    "original_id": "concepts-overview"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-02-concepts-pipeline-md-5d9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-02-concepts-pipeline-md-5d9.json
deleted file mode 100644
index ed68e10..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-02-concepts-pipeline-md-5d9.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-concepts-pipelines",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-concepts-pipelines",
-  "title": "Pipelines",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/02_concepts-pipeline.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-concepts-pipelines",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-concepts-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "version-0.67.0-concepts-pipelines",
-    "title": "Pipelines",
-    "sidebar_label": "Pipelines",
-    "original_id": "concepts-pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-configurations-md-770.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-configurations-md-770.json
deleted file mode 100644
index c45a11e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-configurations-md-770.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-use-configurations",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-use-configurations",
-  "title": "Configurations",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/03_use-configurations.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-use-configurations",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-use-configurations",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "version-0.67.0-use-configurations",
-    "title": "Configurations",
-    "sidebar_label": "Configurations",
-    "original_id": "use-configurations"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-connect-md-042.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-connect-md-042.json
deleted file mode 100644
index cbaf7a2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-connect-md-042.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-use-connect",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-use-connect",
-  "title": "StreamPipes Connect",
-  "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/03_use-connect.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-use-connect",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-use-connect",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "version-0.67.0-use-connect",
-    "title": "StreamPipes Connect",
-    "sidebar_label": "StreamPipes Connect",
-    "original_id": "use-connect"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-dashboard-md-966.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-dashboard-md-966.json
deleted file mode 100644
index 6063b3a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-dashboard-md-966.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-use-dashboard",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-use-dashboard",
-  "title": "Live Dashboard",
-  "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/03_use-dashboard.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-use-dashboard",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-use-dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "version-0.67.0-use-dashboard",
-    "title": "Live Dashboard",
-    "sidebar_label": "Live Dashboard",
-    "original_id": "use-dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-data-explorer-md-c2d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-data-explorer-md-c2d.json
deleted file mode 100644
index dd5fb93..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-data-explorer-md-c2d.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-use-data-explorer",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-use-data-explorer",
-  "title": "Data Explorer",
-  "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/03_use-data-explorer.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-use-data-explorer",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-use-data-explorer",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "version-0.67.0-use-data-explorer",
-    "title": "Data Explorer",
-    "sidebar_label": "Data Explorer",
-    "original_id": "use-data-explorer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-install-pipeline-elements-md-790.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-install-pipeline-elements-md-790.json
deleted file mode 100644
index aedeac6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-install-pipeline-elements-md-790.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-use-install-pipeline-elements",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-use-install-pipeline-elements",
-  "title": "Install Pipeline Elements",
-  "description": "Install Pipeline Elements",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/03_use-install-pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-use-install-pipeline-elements",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-use-install-pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "version-0.67.0-use-install-pipeline-elements",
-    "title": "Install Pipeline Elements",
-    "sidebar_label": "Install Pipeline Elements",
-    "original_id": "use-install-pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-managing-pipelines-md-56a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-managing-pipelines-md-56a.json
deleted file mode 100644
index 3bca509..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-managing-pipelines-md-56a.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-use-managing-pipelines",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-use-managing-pipelines",
-  "title": "Managing Pipelines",
-  "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/03_use-managing-pipelines.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-use-managing-pipelines",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-use-managing-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "version-0.67.0-use-managing-pipelines",
-    "title": "Managing Pipelines",
-    "sidebar_label": "Managing Pipelines",
-    "original_id": "use-managing-pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-notifications-md-07b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-notifications-md-07b.json
deleted file mode 100644
index 84949a7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-notifications-md-07b.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-use-notifications",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-use-notifications",
-  "title": "Notifications",
-  "description": "The notification module can be used to create internal notifications.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/03_use-notifications.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-use-notifications",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-use-notifications",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "version-0.67.0-use-notifications",
-    "title": "Notifications",
-    "sidebar_label": "Notifications",
-    "original_id": "use-notifications"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-pipeline-editor-md-f13.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-pipeline-editor-md-f13.json
deleted file mode 100644
index cde5c90..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-03-use-pipeline-editor-md-f13.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-use-pipeline-editor",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-use-pipeline-editor",
-  "title": "Pipeline Editor",
-  "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/03_use-pipeline-editor.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-use-pipeline-editor",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-use-pipeline-editor",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "version-0.67.0-use-pipeline-editor",
-    "title": "Pipeline Editor",
-    "sidebar_label": "Pipeline Editor",
-    "original_id": "use-pipeline-editor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-05-deploy-docker-md-49c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-05-deploy-docker-md-49c.json
deleted file mode 100644
index 6ae26df..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-05-deploy-docker-md-49c.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-deploy-docker",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-deploy-docker",
-  "title": "Docker Deployment",
-  "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/05_deploy-docker.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-deploy-docker",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-deploy-docker",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "version-0.67.0-deploy-docker",
-    "title": "Docker Deployment",
-    "sidebar_label": "Docker Deployment",
-    "original_id": "deploy-docker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-05-deploy-kubernetes-md-a2f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-05-deploy-kubernetes-md-a2f.json
deleted file mode 100644
index 7d4f312..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-05-deploy-kubernetes-md-a2f.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-deploy-kubernetes",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-deploy-kubernetes",
-  "title": "Kubernetes Deployment",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/05_deploy-kubernetes.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-deploy-kubernetes",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-deploy-kubernetes",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "version-0.67.0-deploy-kubernetes",
-    "title": "Kubernetes Deployment",
-    "sidebar_label": "Kubernetes Deployment",
-    "original_id": "deploy-kubernetes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-05-deploy-use-ssl-md-7f7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-05-deploy-use-ssl-md-7f7.json
deleted file mode 100644
index 072584c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-05-deploy-use-ssl-md-7f7.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-deploy-use-ssl",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-deploy-use-ssl",
-  "title": "Use SSL",
-  "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/05_deploy-use-ssl.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-deploy-use-ssl",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-deploy-use-ssl",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "version-0.67.0-deploy-use-ssl",
-    "title": "Use SSL",
-    "sidebar_label": "Use SSL",
-    "original_id": "deploy-use-ssl"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-archetypes-md-d2c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-archetypes-md-d2c.json
deleted file mode 100644
index 8f0af67..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-archetypes-md-d2c.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-extend-archetypes",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-extend-archetypes",
-  "title": "Maven Archetypes",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/06_extend-archetypes.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-extend-archetypes",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-extend-archetypes",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "version-0.67.0-extend-archetypes",
-    "title": "Maven Archetypes",
-    "sidebar_label": "Maven Archetypes",
-    "original_id": "extend-archetypes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-cli-md-a01.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-cli-md-a01.json
deleted file mode 100644
index 83dc247..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-cli-md-a01.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-extend-cli",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-extend-cli",
-  "title": "StreamPipes CLI",
-  "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/06_extend-cli.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-extend-cli",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-extend-cli",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "version-0.67.0-extend-cli",
-    "title": "StreamPipes CLI",
-    "sidebar_label": "StreamPipes CLI",
-    "original_id": "extend-cli"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-sdk-event-model-md-abc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-sdk-event-model-md-abc.json
deleted file mode 100644
index 5ab80c0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-sdk-event-model-md-abc.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-event-model",
-  "id": "version-0.65.0-pre-asf/extend-sdk-event-model",
-  "title": "SDK Guide: Event Model",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/06_extend-sdk-event-model.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-event-model",
-  "permalink": "/docs/0.65.0-pre-asf/extend-sdk-event-model",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-event-model",
-    "title": "SDK Guide: Event Model",
-    "sidebar_label": "SDK: Event Model",
-    "original_id": "extend-sdk-event-model"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-sdk-output-strategies-md-724.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-sdk-output-strategies-md-724.json
deleted file mode 100644
index 05bec7e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-sdk-output-strategies-md-724.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-extend-sdk-output-strategies",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-extend-sdk-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/06_extend-sdk-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-extend-sdk-output-strategies",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-extend-sdk-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "version-0.67.0-extend-sdk-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "SDK: Output Strategies",
-    "original_id": "extend-sdk-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-sdk-static-properties-md-218.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-sdk-static-properties-md-218.json
deleted file mode 100644
index b6e2ef7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-sdk-static-properties-md-218.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-extend-sdk-static-properties",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-extend-sdk-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/06_extend-sdk-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-extend-sdk-static-properties",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-extend-sdk-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "version-0.67.0-extend-sdk-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "SDK: Static Properties",
-    "original_id": "extend-sdk-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-sdk-stream-requirements-md-f2f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-sdk-stream-requirements-md-f2f.json
deleted file mode 100644
index f0c7b6a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-sdk-stream-requirements-md-f2f.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-stream-requirements",
-  "id": "version-0.65.0-pre-asf/extend-sdk-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/06_extend-sdk-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-stream-requirements",
-  "permalink": "/docs/0.65.0-pre-asf/extend-sdk-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "SDK: Stream Requirements",
-    "original_id": "extend-sdk-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-setup-md-964.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-setup-md-964.json
deleted file mode 100644
index 0f90555..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-setup-md-964.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-setup",
-  "id": "version-0.65.0-pre-asf/extend-setup",
-  "title": "Development Setup",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/06_extend-setup.md",
-  "sourceDirName": ".",
-  "slug": "/extend-setup",
-  "permalink": "/docs/0.65.0-pre-asf/extend-setup",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-setup",
-    "title": "Development Setup",
-    "sidebar_label": "Development Setup",
-    "original_id": "extend-setup"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-tutorial-data-processors-md-1d6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-tutorial-data-processors-md-1d6.json
deleted file mode 100644
index 6caae82..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-tutorial-data-processors-md-1d6.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-processors",
-  "id": "version-0.65.0-pre-asf/extend-tutorial-data-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/06_extend-tutorial-data-processors.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-processors",
-  "permalink": "/docs/0.65.0-pre-asf/extend-tutorial-data-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors",
-    "original_id": "extend-tutorial-data-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-tutorial-data-sinks-md-7f2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-tutorial-data-sinks-md-7f2.json
deleted file mode 100644
index 34d9699..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-tutorial-data-sinks-md-7f2.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sinks",
-  "id": "version-0.65.0-pre-asf/extend-tutorial-data-sinks",
-  "title": "Tutorial: Data Sinks",
-  "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/06_extend-tutorial-data-sinks.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sinks",
-  "permalink": "/docs/0.65.0-pre-asf/extend-tutorial-data-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sinks",
-    "title": "Tutorial: Data Sinks",
-    "sidebar_label": "Tutorial: Data Sinks",
-    "original_id": "extend-tutorial-data-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-tutorial-data-sources-md-212.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-tutorial-data-sources-md-212.json
deleted file mode 100644
index 7bbf2d1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-06-extend-tutorial-data-sources-md-212.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sources",
-  "id": "version-0.65.0-pre-asf/extend-tutorial-data-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/06_extend-tutorial-data-sources.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sources",
-  "permalink": "/docs/0.65.0-pre-asf/extend-tutorial-data-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources",
-    "original_id": "extend-tutorial-data-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-07-technicals-architecture-md-6dd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-07-technicals-architecture-md-6dd.json
deleted file mode 100644
index 78847a9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-07-technicals-architecture-md-6dd.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-technicals-architecture",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-technicals-architecture",
-  "title": "Architecture",
-  "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/07_technicals-architecture.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-technicals-architecture",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-technicals-architecture",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "version-0.67.0-technicals-architecture",
-    "title": "Architecture",
-    "sidebar_label": "Architecture",
-    "original_id": "technicals-architecture"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-07-technicals-configuration-md-b5b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-07-technicals-configuration-md-b5b.json
deleted file mode 100644
index 7bb102e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-07-technicals-configuration-md-b5b.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-technicals-configuration",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-technicals-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/07_technicals-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-technicals-configuration",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-technicals-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "version-0.67.0-technicals-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration",
-    "original_id": "technicals-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-07-technicals-messaging-md-824.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-07-technicals-messaging-md-824.json
deleted file mode 100644
index 471912e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-07-technicals-messaging-md-824.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-technicals-messaging",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-technicals-messaging",
-  "title": "Messaging",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/07_technicals-messaging.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-technicals-messaging",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-technicals-messaging",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "version-0.67.0-technicals-messaging",
-    "title": "Messaging",
-    "sidebar_label": "Messaging",
-    "original_id": "technicals-messaging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-07-technicals-runtime-wrappers-md-9f9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-07-technicals-runtime-wrappers-md-9f9.json
deleted file mode 100644
index d7b021d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-07-technicals-runtime-wrappers-md-9f9.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-technicals-runtime-wrappers",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-technicals-runtime-wrappers",
-  "title": "Runtime Wrappers",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/07_technicals-runtime-wrappers.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-technicals-runtime-wrappers",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-technicals-runtime-wrappers",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "version-0.67.0-technicals-runtime-wrappers",
-    "title": "Runtime Wrappers",
-    "sidebar_label": "Runtime Wrappers",
-    "original_id": "technicals-runtime-wrappers"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-07-technicals-user-guidance-md-6dd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-07-technicals-user-guidance-md-6dd.json
deleted file mode 100644
index e21a341..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-07-technicals-user-guidance-md-6dd.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-technicals-user-guidance",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-technicals-user-guidance",
-  "title": "User Guidance",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/07_technicals-user-guidance.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-technicals-user-guidance",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-technicals-user-guidance",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "version-0.67.0-technicals-user-guidance",
-    "title": "User Guidance",
-    "sidebar_label": "User Guidance",
-    "original_id": "technicals-user-guidance"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-08-debugging-md-6a1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-08-debugging-md-6a1.json
deleted file mode 100644
index 7c71cf5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-08-debugging-md-6a1.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-debugging-debugging",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-debugging-debugging",
-  "title": "Debugging",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/08_debugging.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-debugging-debugging",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-debugging-debugging",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "version-0.67.0-debugging-debugging",
-    "title": "Debugging",
-    "sidebar_label": "Debugging",
-    "original_id": "debugging-debugging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-08-monitoring-md-611.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-08-monitoring-md-611.json
deleted file mode 100644
index 8ce8289..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-08-monitoring-md-611.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-debugging-monitoring",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-debugging-monitoring",
-  "title": "Monitoring",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/08_monitoring.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-debugging-monitoring",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-debugging-monitoring",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "version-0.67.0-debugging-monitoring",
-    "title": "Monitoring",
-    "sidebar_label": "Monitoring",
-    "original_id": "debugging-monitoring"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-09-contribute-md-2ab.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-09-contribute-md-2ab.json
deleted file mode 100644
index 4966acd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-09-contribute-md-2ab.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-community-contribute",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-community-contribute",
-  "title": "Contribute",
-  "description": "Contribute",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/09_contribute.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-community-contribute",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-community-contribute",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "version-0.67.0-community-contribute",
-    "title": "Contribute",
-    "sidebar_label": "Contribute",
-    "original_id": "community-contribute"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-09-get-help-md-db4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-09-get-help-md-db4.json
deleted file mode 100644
index a326248..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-09-get-help-md-db4.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "community-get-help",
-  "id": "version-0.65.0-pre-asf/community-get-help",
-  "title": "Get Help",
-  "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/09_get-help.md",
-  "sourceDirName": ".",
-  "slug": "/community-get-help",
-  "permalink": "/docs/0.65.0-pre-asf/community-get-help",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-get-help",
-    "title": "Get Help",
-    "sidebar_label": "Get Help",
-    "original_id": "community-get-help"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-archetype-md-f98.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-archetype-md-f98.json
deleted file mode 100644
index 4858e9f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-archetype-md-f98.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-archetype",
-  "id": "version-0.65.0-pre-asf/dev-guide-archetype",
-  "title": "Start Developing",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/dev-guide-archetype.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-archetype",
-  "permalink": "/docs/0.65.0-pre-asf/dev-guide-archetype",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-archetype",
-    "title": "Start Developing",
-    "sidebar_label": "Start Developing",
-    "original_id": "dev-guide-archetype"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-configuration-md-f8f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-configuration-md-f8f.json
deleted file mode 100644
index 6e52be4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-configuration-md-f8f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-configuration",
-  "id": "version-0.65.0-pre-asf/dev-guide-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/dev-guide-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-configuration",
-  "permalink": "/docs/0.65.0-pre-asf/dev-guide-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration",
-    "original_id": "dev-guide-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-environment-md-e22.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-environment-md-e22.json
deleted file mode 100644
index 29ba484..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-environment-md-e22.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-development-environment",
-  "id": "version-0.65.0-pre-asf/dev-guide-development-environment",
-  "title": "Development Environment",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/dev-guide-environment.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-development-environment",
-  "permalink": "/docs/0.65.0-pre-asf/dev-guide-development-environment",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-development-environment",
-    "title": "Development Environment",
-    "sidebar_label": "Development Environment",
-    "original_id": "dev-guide-development-environment"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-output-strategies-md-86c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-output-strategies-md-86c.json
deleted file mode 100644
index 2c76ab6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-output-strategies-md-86c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-output-strategies",
-  "id": "version-0.65.0-pre-asf/dev-guide-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/dev-guide-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-output-strategies",
-  "permalink": "/docs/0.65.0-pre-asf/dev-guide-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "Output Strategies",
-    "original_id": "dev-guide-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-static-properties-md-a83.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-static-properties-md-a83.json
deleted file mode 100644
index 8965b1d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-static-properties-md-a83.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-static-properties",
-  "id": "version-0.65.0-pre-asf/dev-guide-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/dev-guide-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-static-properties",
-  "permalink": "/docs/0.65.0-pre-asf/dev-guide-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "Static Properties",
-    "original_id": "dev-guide-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-stream-requirements-md-379.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-stream-requirements-md-379.json
deleted file mode 100644
index 8fc43bc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-stream-requirements-md-379.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-stream-requirements",
-  "id": "version-0.65.0-pre-asf/dev-guide-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/dev-guide-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-stream-requirements",
-  "permalink": "/docs/0.65.0-pre-asf/dev-guide-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "Stream Requirements",
-    "original_id": "dev-guide-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-tutorial-processors-md-53f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-tutorial-processors-md-53f.json
deleted file mode 100644
index 28bbcb8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-tutorial-processors-md-53f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-processors",
-  "id": "version-0.65.0-pre-asf/dev-guide-tutorial-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/dev-guide-tutorial-processors.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-processors",
-  "permalink": "/docs/0.65.0-pre-asf/dev-guide-tutorial-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors",
-    "original_id": "dev-guide-tutorial-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-tutorial-sinks-md-4bf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-tutorial-sinks-md-4bf.json
deleted file mode 100644
index 3c8a043..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-tutorial-sinks-md-4bf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-sinks",
-  "id": "version-0.65.0-pre-asf/dev-guide-tutorial-sinks",
-  "title": "Tutorial: Data Sinks",
-  "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/dev-guide-tutorial-sinks.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-sinks",
-  "permalink": "/docs/0.65.0-pre-asf/dev-guide-tutorial-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-sinks",
-    "title": "Tutorial: Data Sinks",
-    "sidebar_label": "Tutorial: Data Sinks",
-    "original_id": "dev-guide-tutorial-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-tutorial-sources-md-e8e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-tutorial-sources-md-e8e.json
deleted file mode 100644
index 3dfa56f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-dev-guide-tutorial-sources-md-e8e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-sources",
-  "id": "version-0.65.0-pre-asf/dev-guide-tutorial-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/dev-guide-tutorial-sources.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-sources",
-  "permalink": "/docs/0.65.0-pre-asf/dev-guide-tutorial-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources",
-    "original_id": "dev-guide-tutorial-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-geo-flink-documentation-md-d46.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-geo-flink-documentation-md-d46.json
deleted file mode 100644
index 418140b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-geo-flink-documentation-md-d46.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink",
-  "title": "Spatial Grid Enrichment",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processor.geo.flink/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.geo.flink",
-  "slug": "/org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.flink",
-    "title": "Spatial Grid Enrichment",
-    "sidebar_label": "Spatial Grid Enrichment",
-    "original_id": "org.apache.streampipes.processor.geo.flink"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-geo-jvm-geocoding-documentation-md-92e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-geo-jvm-geocoding-documentation-md-92e.json
deleted file mode 100644
index a8f5b84..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-geo-jvm-geocoding-documentation-md-92e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "title": "Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processor.geo.jvm.geocoding/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.geo.jvm.geocoding",
-  "slug": "/org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-    "title": "Google Maps Geocoder",
-    "sidebar_label": "Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.geocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-geo-jvm-reversegeocoding-documentation-md-3bb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-geo-jvm-reversegeocoding-documentation-md-3bb.json
deleted file mode 100644
index 86080be..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-geo-jvm-reversegeocoding-documentation-md-3bb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "title": "Reverse Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processor.geo.jvm.reversegeocoding/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "slug": "/org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-    "title": "Reverse Geocoder",
-    "sidebar_label": "Reverse Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-geo-jvm-staticgeocoding-documentation-md-00c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-geo-jvm-staticgeocoding-documentation-md-00c.json
deleted file mode 100644
index e7bb83b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-geo-jvm-staticgeocoding-documentation-md-00c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "title": "Static Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processor.geo.jvm.staticgeocoding/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "slug": "/org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-    "title": "Static Google Maps Geocoder",
-    "sidebar_label": "Static Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-352.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-352.json
deleted file mode 100644
index a449938..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-documentation-md-352.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "slug": "/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-b9c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-b9c.json
deleted file mode 100644
index a765465..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-documentation-md-b9c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "slug": "/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-imageclassification-qrcode-documentation-md-32e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-imageclassification-qrcode-documentation-md-32e.json
deleted file mode 100644
index d6e02c3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processor-imageclassification-qrcode-documentation-md-32e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processor.imageclassification.qrcode/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processor.imageclassification.qrcode",
-  "slug": "/org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader",
-    "original_id": "org.apache.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-aggregation-documentation-md-c1f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-aggregation-documentation-md-c1f.json
deleted file mode 100644
index 1b0b88a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-aggregation-documentation-md-c1f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.aggregation/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "slug": "/org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-eventcount-documentation-md-8ee.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-eventcount-documentation-md-8ee.json
deleted file mode 100644
index affb0c6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-eventcount-documentation-md-8ee.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "title": "Event Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.eventcount/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "slug": "/org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-    "title": "Event Counter",
-    "sidebar_label": "Event Counter",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.eventcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-rate-documentation-md-2e0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-rate-documentation-md-2e0.json
deleted file mode 100644
index c76fb96..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-aggregation-flink-rate-documentation-md-2e0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.rate/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.aggregation.flink.rate",
-  "slug": "/org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-3f4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-3f4.json
deleted file mode 100644
index 43ad627..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-documentation-md-3f4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "title": "Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.mathop/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "slug": "/org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-    "title": "Math",
-    "sidebar_label": "Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-450.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-450.json
deleted file mode 100644
index 6ab98af..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-documentation-md-450.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "title": "Static Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "slug": "/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-    "title": "Static Math",
-    "sidebar_label": "Static Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-636.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-636.json
deleted file mode 100644
index ce6eea7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-documentation-md-636.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "title": "Trigonometry Functions",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.trigonometry/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "slug": "/org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-    "title": "Trigonometry Functions",
-    "sidebar_label": "Trigonometry Functions",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-71f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-71f.json
deleted file mode 100644
index 951b2ff..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-documentation-md-71f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "title": "URL Dereferencing",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "slug": "/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-    "title": "URL Dereferencing",
-    "sidebar_label": "URL Dereferencing",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-flink-timestamp-documentation-md-64e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-flink-timestamp-documentation-md-64e.json
deleted file mode 100644
index a83614b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-flink-timestamp-documentation-md-64e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "title": "Timestamp Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.enricher.flink.timestamp/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.flink.timestamp",
-  "slug": "/org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-    "title": "Timestamp Enricher",
-    "sidebar_label": "Timestamp Enricher",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.timestamp"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-jvm-sizemeasure-documentation-md-bfd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-jvm-sizemeasure-documentation-md-bfd.json
deleted file mode 100644
index 66a650b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-enricher-jvm-sizemeasure-documentation-md-bfd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "title": "Size Measure",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.enricher.jvm.sizemeasure/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "slug": "/org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-    "title": "Size Measure",
-    "sidebar_label": "Size Measure",
-    "original_id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-compose-documentation-md-3d8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-compose-documentation-md-3d8.json
deleted file mode 100644
index 5131155..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-compose-documentation-md-3d8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose",
-  "title": "Compose",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.compose/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.compose",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.compose",
-    "title": "Compose",
-    "sidebar_label": "Compose",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.compose"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-enrich-documentation-md-c2f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-enrich-documentation-md-c2f.json
deleted file mode 100644
index 7da1102..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-enrich-documentation-md-c2f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich",
-  "title": "Merge By Enrich",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.enrich/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.enrich",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-    "title": "Merge By Enrich",
-    "sidebar_label": "Merge By Enrich",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.enrich"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-merge-documentation-md-b51.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-merge-documentation-md-b51.json
deleted file mode 100644
index 7fcda7e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-merge-documentation-md-b51.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge",
-  "title": "Merge By Time",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.merge/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.merge",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.merge",
-    "title": "Merge By Time",
-    "sidebar_label": "Merge By Time",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.merge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericalfilter-documentation-md-ebd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericalfilter-documentation-md-ebd.json
deleted file mode 100644
index f87e8fc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericalfilter-documentation-md-ebd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "title": "Numerical Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericalfilter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-    "title": "Numerical Filter",
-    "sidebar_label": "Numerical Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-documentation-md-ca3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-documentation-md-ca3.json
deleted file mode 100644
index 71d835a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-documentation-md-ca3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "title": "Numerical Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericaltextfilter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-    "title": "Numerical Text Filter",
-    "sidebar_label": "Numerical Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-project-documentation-md-377.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-project-documentation-md-377.json
deleted file mode 100644
index 52507cc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-project-documentation-md-377.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project",
-  "title": "Projection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.project/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.project",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.project",
-    "title": "Projection",
-    "sidebar_label": "Projection",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.project"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-textfilter-documentation-md-492.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-textfilter-documentation-md-492.json
deleted file mode 100644
index 994b4bd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-textfilter-documentation-md-492.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "title": "Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.textfilter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.textfilter",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-    "title": "Text Filter",
-    "sidebar_label": "Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.textfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-threshold-documentation-md-5ac.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-threshold-documentation-md-5ac.json
deleted file mode 100644
index dc06976..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-filters-jvm-threshold-documentation-md-5ac.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold",
-  "title": "Threshold Detector",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.threshold/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.filters.jvm.threshold",
-  "slug": "/org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-    "title": "Threshold Detector",
-    "sidebar_label": "Threshold Detector",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.threshold"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-documentation-md-033.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-documentation-md-033.json
deleted file mode 100644
index c2a86f8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-documentation-md-033.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "title": "Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "slug": "/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-    "title": "Distance Calculator",
-    "sidebar_label": "Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-ae8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-ae8.json
deleted file mode 100644
index 8915e07..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-documentation-md-ae8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.pattern-detection.flink.peak-detection/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "slug": "/org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-frequency-documentation-md-967.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-frequency-documentation-md-967.json
deleted file mode 100644
index ecca569..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-frequency-documentation-md-967.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.frequency/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.frequency",
-  "slug": "/org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-frequencychange-documentation-md-650.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-frequencychange-documentation-md-650.json
deleted file mode 100644
index dbd4c9f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-frequencychange-documentation-md-650.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.frequencychange/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.frequencychange",
-  "slug": "/org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-increase-documentation-md-963.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-increase-documentation-md-963.json
deleted file mode 100644
index 1502400..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-increase-documentation-md-963.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.increase/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.increase",
-  "slug": "/org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend",
-    "original_id": "org.apache.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-numericalfilter-documentation-md-681.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-numericalfilter-documentation-md-681.json
deleted file mode 100644
index da14391..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-numericalfilter-documentation-md-681.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.numericalfilter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.numericalfilter",
-  "slug": "/org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)",
-    "original_id": "org.apache.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-sequence-documentation-md-f7e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-sequence-documentation-md-f7e.json
deleted file mode 100644
index 556bfbb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-sequence-documentation-md-f7e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence",
-  "title": "Sequence Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.sequence/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.sequence",
-  "slug": "/org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.sequence",
-    "title": "Sequence Detection",
-    "sidebar_label": "Sequence Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-stop-documentation-md-54a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-stop-documentation-md-54a.json
deleted file mode 100644
index 6142def..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-siddhi-stop-documentation-md-54a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.stop/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.siddhi.stop",
-  "slug": "/org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-flink-languagedetection-documentation-md-64f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-flink-languagedetection-documentation-md-64f.json
deleted file mode 100644
index b421e03..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-flink-languagedetection-documentation-md-64f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.flink.languagedetection/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "slug": "/org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-flink-wordcount-documentation-md-120.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-flink-wordcount-documentation-md-120.json
deleted file mode 100644
index 05a04ea..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-flink-wordcount-documentation-md-120.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.flink.wordcount/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.flink.wordcount",
-  "slug": "/org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-chunker-documentation-md-cbf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-chunker-documentation-md-cbf.json
deleted file mode 100644
index 827ac2c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-chunker-documentation-md-cbf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "title": "Chunker (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.chunker/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.chunker",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-    "title": "Chunker (English)",
-    "sidebar_label": "Chunker (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.chunker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-languagedetection-documentation-md-954.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-languagedetection-documentation-md-954.json
deleted file mode 100644
index e3d5fe1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-languagedetection-documentation-md-954.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.languagedetection/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-namefinder-documentation-md-e06.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-namefinder-documentation-md-e06.json
deleted file mode 100644
index bea76b9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-namefinder-documentation-md-e06.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "title": "Name Finder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.namefinder/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-    "title": "Name Finder",
-    "sidebar_label": "Name Finder",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.namefinder"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-partofspeech-documentation-md-d5f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-partofspeech-documentation-md-d5f.json
deleted file mode 100644
index a439199..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-partofspeech-documentation-md-d5f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "title": "Part of Speech (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.partofspeech/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-    "title": "Part of Speech (English)",
-    "sidebar_label": "Part of Speech (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-sentencedetection-documentation-md-410.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-sentencedetection-documentation-md-410.json
deleted file mode 100644
index 217a5db..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-sentencedetection-documentation-md-410.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "title": "Sentence Detection (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.sentencedetection/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-    "title": "Sentence Detection (English)",
-    "sidebar_label": "Sentence Detection (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-tokenizer-documentation-md-7ed.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-tokenizer-documentation-md-7ed.json
deleted file mode 100644
index e7b204c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-textmining-jvm-tokenizer-documentation-md-7ed.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "title": "Tokenizer (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.tokenizer/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "slug": "/org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-    "title": "Tokenizer (English)",
-    "sidebar_label": "Tokenizer (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-converter-documentation-md-c95.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-converter-documentation-md-c95.json
deleted file mode 100644
index a4294bf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-converter-documentation-md-c95.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-converter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.field-converter",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-mapper-documentation-md-fc2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-mapper-documentation-md-fc2.json
deleted file mode 100644
index 47fc6ab..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-mapper-documentation-md-fc2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "title": "Field Mapper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-mapper/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-    "title": "Field Mapper",
-    "sidebar_label": "Field Mapper",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-mapper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-renamer-documentation-md-789.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-renamer-documentation-md-789.json
deleted file mode 100644
index 47788b2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-field-renamer-documentation-md-789.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-renamer/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-fieldhasher-documentation-md-11b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-fieldhasher-documentation-md-11b.json
deleted file mode 100644
index 0054331..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-fieldhasher-documentation-md-11b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.fieldhasher/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-388.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-388.json
deleted file mode 100644
index bebca00..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-documentation-md-388.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-15e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-15e.json
deleted file mode 100644
index 577b221..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-documentation-md-15e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "title": "Boilerplate Removal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.processor.boilerplate/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "slug": "/org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-    "title": "Boilerplate Removal",
-    "sidebar_label": "Boilerplate Removal",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-documentation-md-f1b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-documentation-md-f1b.json
deleted file mode 100644
index 64c5ab1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-documentation-md-f1b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "title": "Boolean Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-    "title": "Boolean Counter",
-    "sidebar_label": "Boolean Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-documentation-md-380.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-documentation-md-380.json
deleted file mode 100644
index 1a2aeba..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-documentation-md-380.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "title": "Boolean Inverter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-    "title": "Boolean Inverter",
-    "sidebar_label": "Boolean Inverter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-documentation-md-e55.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-documentation-md-e55.json
deleted file mode 100644
index 19fa398..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-documentation-md-e55.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "title": "Measure Time Between Two Sensors",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-    "title": "Measure Time Between Two Sensors",
-    "sidebar_label": "Measure Time Between Two Sensors",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-documentation-md-a3e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-documentation-md-a3e.json
deleted file mode 100644
index a14af33..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-documentation-md-a3e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "title": "Boolean Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timer/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-    "title": "Boolean Timer",
-    "sidebar_label": "Boolean Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-changed-value-documentation-md-76c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-changed-value-documentation-md-76c.json
deleted file mode 100644
index 29b0866..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-changed-value-documentation-md-76c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "title": "Value Changed",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.changed-value/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-    "title": "Value Changed",
-    "sidebar_label": "Value Changed",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.changed-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-count-array-documentation-md-a4c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-count-array-documentation-md-a4c.json
deleted file mode 100644
index 9c85459..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-count-array-documentation-md-a4c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "title": "Count Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.count-array/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.count-array",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-    "title": "Count Array",
-    "sidebar_label": "Count Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.count-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-csvmetadata-documentation-md-70d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-csvmetadata-documentation-md-70d.json
deleted file mode 100644
index bb42175..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-csvmetadata-documentation-md-70d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "title": "CSV Metadata Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.csvmetadata/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-    "title": "CSV Metadata Enricher",
-    "sidebar_label": "CSV Metadata Enricher",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-duration-value-documentation-md-233.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-duration-value-documentation-md-233.json
deleted file mode 100644
index 0d21efa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-duration-value-documentation-md-233.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "title": "Calculate Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.duration-value/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-    "title": "Calculate Duration",
-    "sidebar_label": "Calculate Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.duration-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-308.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-308.json
deleted file mode 100644
index 49e95e6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-documentation-md-308.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "title": "Timestamp Extractor",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-    "title": "Timestamp Extractor",
-    "sidebar_label": "Timestamp Extractor",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-split-array-documentation-md-1dd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-split-array-documentation-md-1dd.json
deleted file mode 100644
index b6987a5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-split-array-documentation-md-1dd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.split-array/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.split-array",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-taskduration-documentation-md-2f5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-taskduration-documentation-md-2f5.json
deleted file mode 100644
index a4540d4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-taskduration-documentation-md-2f5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "title": "Task Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.taskduration/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-    "title": "Task Duration",
-    "sidebar_label": "Task Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.taskduration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-documentation-md-07d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-documentation-md-07d.json
deleted file mode 100644
index c0a5e94..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-documentation-md-07d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "title": "Transform to boolean",
-  "description": "*",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/documentation.md",
-  "sourceDirName": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "slug": "/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-    "title": "Transform to boolean",
-    "sidebar_label": "Transform to boolean",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-bufferrest-documentation-md-b9c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-bufferrest-documentation-md-b9c.json
deleted file mode 100644
index 2a3ce75..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-bufferrest-documentation-md-b9c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "title": "Buffered REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.bufferrest/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-    "title": "Buffered REST Publisher",
-    "sidebar_label": "Buffered REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-jms-documentation-md-97e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-jms-documentation-md-97e.json
deleted file mode 100644
index 8b91e38..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-jms-documentation-md-97e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "title": "JMS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.jms/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.jms",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-    "title": "JMS Publisher",
-    "sidebar_label": "JMS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.jms"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-kafka-documentation-md-086.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-kafka-documentation-md-086.json
deleted file mode 100644
index eccfe61..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-kafka-documentation-md-086.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "title": "Kafka Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.kafka/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-    "title": "Kafka Publisher",
-    "sidebar_label": "Kafka Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-pulsar-documentation-md-214.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-pulsar-documentation-md-214.json
deleted file mode 100644
index f564835..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-pulsar-documentation-md-214.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "title": "Pulsar Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.pulsar/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-    "title": "Pulsar Publisher",
-    "sidebar_label": "Pulsar Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-77b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-77b.json
deleted file mode 100644
index 366bdaf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-documentation-md-77b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rabbitmq/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rest-documentation-md-c85.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rest-documentation-md-c85.json
deleted file mode 100644
index 5b6f04a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-brokers-jvm-rest-documentation-md-c85.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "title": "REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rest/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.brokers.jvm.rest",
-  "slug": "/org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-    "title": "REST Publisher",
-    "sidebar_label": "REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-ditto-documentation-md-c2a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-ditto-documentation-md-c2a.json
deleted file mode 100644
index 11646b9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-ditto-documentation-md-c2a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto",
-  "title": "Eclipse Ditto",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.databases.ditto/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.ditto",
-  "slug": "/org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.ditto",
-    "title": "Eclipse Ditto",
-    "sidebar_label": "Eclipse Ditto",
-    "original_id": "org.apache.streampipes.sinks.databases.ditto"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-flink-elasticsearch-documentation-md-7fa.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-flink-elasticsearch-documentation-md-7fa.json
deleted file mode 100644
index 762aedd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-flink-elasticsearch-documentation-md-7fa.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "title": "Elasticsearch",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.databases.flink.elasticsearch/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "slug": "/org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-    "title": "Elasticsearch",
-    "sidebar_label": "Elasticsearch",
-    "original_id": "org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-couchdb-documentation-md-5ae.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-couchdb-documentation-md-5ae.json
deleted file mode 100644
index 64662dc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-couchdb-documentation-md-5ae.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "title": "CouchDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.couchdb/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "slug": "/org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-    "title": "CouchDB",
-    "sidebar_label": "CouchDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.couchdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-influxdb-documentation-md-5c2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-influxdb-documentation-md-5c2.json
deleted file mode 100644
index db8d0c0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-influxdb-documentation-md-5c2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "title": "InfluxDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.influxdb/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "slug": "/org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-    "title": "InfluxDB",
-    "sidebar_label": "InfluxDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.influxdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-iotdb-documentation-md-002.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-iotdb-documentation-md-002.json
deleted file mode 100644
index 2fd8a51..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-iotdb-documentation-md-002.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "title": "IoTDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.iotdb/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "slug": "/org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-    "title": "IoTDB",
-    "sidebar_label": "IoTDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.iotdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-opcua-documentation-md-387.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-opcua-documentation-md-387.json
deleted file mode 100644
index 5266537..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-opcua-documentation-md-387.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "title": "OPC-UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.opcua/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.jvm.opcua",
-  "slug": "/org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-    "title": "OPC-UA",
-    "sidebar_label": "OPC-UA",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-postgresql-documentation-md-0c0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-postgresql-documentation-md-0c0.json
deleted file mode 100644
index c74e915..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-databases-jvm-postgresql-documentation-md-0c0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "title": "PostgreSQL",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.postgresql/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "slug": "/org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-    "title": "PostgreSQL",
-    "sidebar_label": "PostgreSQL",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.postgresql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-dashboard-documentation-md-81d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-dashboard-documentation-md-81d.json
deleted file mode 100644
index 62ef88a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-dashboard-documentation-md-81d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "title": "Dashboard Sink",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.dashboard/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "slug": "/org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-    "title": "Dashboard Sink",
-    "sidebar_label": "Dashboard Sink",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-datalake-documentation-md-e62.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-datalake-documentation-md-e62.json
deleted file mode 100644
index 3673e4e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-datalake-documentation-md-e62.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "title": "Data Lake",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.datalake/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.internal.jvm.datalake",
-  "slug": "/org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-    "title": "Data Lake",
-    "sidebar_label": "Data Lake",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.datalake"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-notification-documentation-md-ef0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-notification-documentation-md-ef0.json
deleted file mode 100644
index 85d63b0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-internal-jvm-notification-documentation-md-ef0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.notification/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.internal.jvm.notification",
-  "slug": "/org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-email-documentation-md-3f4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-email-documentation-md-3f4.json
deleted file mode 100644
index f346248..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-email-documentation-md-3f4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email",
-  "title": "Email Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.email/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.notifications.jvm.email",
-  "slug": "/org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-    "title": "Email Notification",
-    "sidebar_label": "Email Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.email"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-onesignal-documentation-md-321.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-onesignal-documentation-md-321.json
deleted file mode 100644
index 74f9bcd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-onesignal-documentation-md-321.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "title": "OneSignal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.onesignal/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "slug": "/org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-    "title": "OneSignal",
-    "sidebar_label": "OneSignal",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-slack-documentation-md-66d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-slack-documentation-md-66d.json
deleted file mode 100644
index de692e2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-org-apache-streampipes-sinks-notifications-jvm-slack-documentation-md-66d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.65.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.slack/documentation.md",
-  "sourceDirName": "org.apache.streampipes.sinks.notifications.jvm.slack",
-  "slug": "/org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/0.65.0-pre-asf/org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-coindesk-md-d22.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-coindesk-md-d22.json
deleted file mode 100644
index 02d8ef9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-coindesk-md-d22.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.coindesk",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "title": "Coindesk Bitcoin Price",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.coindesk.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.coindesk",
-    "title": "Coindesk Bitcoin Price",
-    "sidebar_label": "Coindesk Bitcoin Price",
-    "original_id": "org.apache.streampipes.connect.adapters.coindesk"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-126.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-126.json
deleted file mode 100644
index 548f525..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-126.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.connect.adapters.flic.mqtt",
-  "id": "version-0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.connect.adapters.flic.mqtt",
-  "title": "Flic MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.connect.adapters.flic.mqtt",
-  "permalink": "/docs/0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.connect.adapters.flic.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.connect.adapters.flic.mqtt",
-    "title": "Flic MQTT",
-    "sidebar_label": "Flic MQTT",
-    "original_id": "org.apache.streampipes.connect.adapters.flic.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-gdelt-md-540.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-gdelt-md-540.json
deleted file mode 100644
index 7b439f1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-gdelt-md-540.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.gdelt",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "title": "GDELT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.gdelt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.gdelt",
-    "title": "GDELT",
-    "sidebar_label": "GDELT",
-    "original_id": "org.apache.streampipes.connect.adapters.gdelt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-news-md-47c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-news-md-47c.json
deleted file mode 100644
index 6279838..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-news-md-47c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.news",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "title": "IEX Cloud News",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.news.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.news",
-    "title": "IEX Cloud News",
-    "sidebar_label": "IEX Cloud News",
-    "original_id": "org.apache.streampipes.connect.adapters.iex.news"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-c16.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-c16.json
deleted file mode 100644
index ab2cdf0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-c16.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "title": "IEX Cloud Stock Quotes",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.stocks.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.stocks",
-    "title": "IEX Cloud Stock Quotes",
-    "sidebar_label": "IEX Cloud Stock Quotes",
-    "original_id": "org.apache.streampipes.connect.adapters.iex.stocks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-set-md-c02.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-set-md-c02.json
deleted file mode 100644
index 6aa5002..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-set-md-c02.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.set",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.set",
-  "title": "Image Upload (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.set",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.set",
-    "title": "Image Upload (Set)",
-    "sidebar_label": "Image Upload (Set)",
-    "original_id": "org.apache.streampipes.connect.adapters.image.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-stream-md-352.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-stream-md-352.json
deleted file mode 100644
index f0d1f91..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-image-stream-md-352.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.stream",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "title": "Image Upload (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.stream",
-    "title": "Image Upload (Stream)",
-    "sidebar_label": "Image Upload (Stream)",
-    "original_id": "org.apache.streampipes.connect.adapters.image.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-993.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-993.json
deleted file mode 100644
index f6bb35f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-993.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "title": "InfluxDB Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.set",
-    "title": "InfluxDB Set Adapter",
-    "sidebar_label": "InfluxDB Set Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.influxdb.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-789.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-789.json
deleted file mode 100644
index b64f639..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-789.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "title": "InfluxDB Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.stream",
-    "title": "InfluxDB Stream Adapter",
-    "sidebar_label": "InfluxDB Stream Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.influxdb.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iss-md-36f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iss-md-36f.json
deleted file mode 100644
index d0fa390..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-iss-md-36f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iss",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iss",
-  "title": "ISS Location",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iss.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iss",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.iss",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iss",
-    "title": "ISS Location",
-    "sidebar_label": "ISS Location",
-    "original_id": "org.apache.streampipes.connect.adapters.iss"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-set-md-bd3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-set-md-bd3.json
deleted file mode 100644
index 2f770a8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-set-md-bd3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "title": "MySQL Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.set",
-    "title": "MySQL Set Adapter",
-    "sidebar_label": "MySQL Set Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.mysql.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-a49.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-a49.json
deleted file mode 100644
index ae08514..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-a49.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "title": "MySql Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.stream",
-    "title": "MySql Stream Adapter",
-    "sidebar_label": "MySql Stream Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.mysql.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-d81.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-d81.json
deleted file mode 100644
index c0a3952..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-d81.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "title": "NETIO MQTT M2M",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.mqtt",
-    "title": "NETIO MQTT M2M",
-    "sidebar_label": "NETIO MQTT M2M",
-    "original_id": "org.apache.streampipes.connect.adapters.netio.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-rest-md-89d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-rest-md-89d.json
deleted file mode 100644
index ed4f1b6a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-netio-rest-md-89d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "title": "NETIO http JSON",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.rest",
-    "title": "NETIO http JSON",
-    "sidebar_label": "NETIO http JSON",
-    "original_id": "org.apache.streampipes.connect.adapters.netio.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-693.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-693.json
deleted file mode 100644
index 3d8370a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-693.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "title": "NSW Traffic Cameras",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-    "title": "NSW Traffic Cameras",
-    "sidebar_label": "NSW Traffic Cameras",
-    "original_id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-opcua-md-4af.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-opcua-md-4af.json
deleted file mode 100644
index 6d33b8f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-opcua-md-4af.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.opcua",
-  "title": "OPC UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.opcua",
-    "title": "OPC UA",
-    "sidebar_label": "OPC UA",
-    "original_id": "org.apache.streampipes.connect.adapters.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-90e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-90e.json
deleted file mode 100644
index fc79701..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-90e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "id": "version-0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "title": "PLC4X MODBUS",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "permalink": "/docs/0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.connect.adapters.plc4x.modbus",
-    "title": "PLC4X MODBUS",
-    "sidebar_label": "PLC4X MODBUS",
-    "original_id": "org.apache.streampipes.connect.adapters.plc4x.modbus"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-698.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-698.json
deleted file mode 100644
index aa952af..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-698.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "title": "PLC4X S7",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.s7",
-    "title": "PLC4X S7",
-    "sidebar_label": "PLC4X S7",
-    "original_id": "org.apache.streampipes.connect.adapters.plc4x.s7"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ros-md-0b9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ros-md-0b9.json
deleted file mode 100644
index a5afd99..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ros-md-0b9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ros",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ros",
-  "title": "ROS Bridge",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ros.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ros",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ros",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ros",
-    "title": "ROS Bridge",
-    "sidebar_label": "ROS Bridge",
-    "original_id": "org.apache.streampipes.connect.adapters.ros"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-65b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-65b.json
deleted file mode 100644
index ad48662..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-65b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.connect.adapters.simulator.machine",
-  "id": "version-0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.connect.adapters.simulator.machine",
-  "title": "Machine Data Simulator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.machine.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.connect.adapters.simulator.machine",
-  "permalink": "/docs/0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.connect.adapters.simulator.machine",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.connect.adapters.simulator.machine",
-    "title": "Machine Data Simulator",
-    "sidebar_label": "Machine Data Simulator",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.machine"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-bd8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-bd8.json
deleted file mode 100644
index 8c8bd3b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-bd8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "title": "Random Data Simulator (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdataset",
-    "title": "Random Data Simulator (Set)",
-    "sidebar_label": "Random Data Simulator (Set)",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-3a1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-3a1.json
deleted file mode 100644
index f0cdc24..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-3a1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "title": "Random Data Simulator (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-    "title": "Random Data Simulator (Stream)",
-    "sidebar_label": "Random Data Simulator (Stream)",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-slack-md-783.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-slack-md-783.json
deleted file mode 100644
index 9d3730f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-slack-md-783.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.slack",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.slack",
-  "title": "Slack",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.slack",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.slack",
-    "title": "Slack",
-    "sidebar_label": "Slack",
-    "original_id": "org.apache.streampipes.connect.adapters.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ti-md-000.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ti-md-000.json
deleted file mode 100644
index 05311f6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-ti-md-000.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ti",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ti",
-  "title": "TI Sensor Tag",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ti.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ti",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.ti",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ti",
-    "title": "TI Sensor Tag",
-    "sidebar_label": "TI Sensor Tag",
-    "original_id": "org.apache.streampipes.connect.adapters.ti"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-153.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-153.json
deleted file mode 100644
index 435c31c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-153.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "title": "Wikipedia Edits",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.edit",
-    "title": "Wikipedia Edits",
-    "sidebar_label": "Wikipedia Edits",
-    "original_id": "org.apache.streampipes.connect.adapters.wikipedia.edit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-446.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-446.json
deleted file mode 100644
index 3e2f225..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-446.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "title": "Wikipedia New Articles",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.new",
-    "title": "Wikipedia New Articles",
-    "sidebar_label": "Wikipedia New Articles",
-    "original_id": "org.apache.streampipes.connect.adapters.wikipedia.new"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-file-md-bc1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-file-md-bc1.json
deleted file mode 100644
index e97003a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-file-md-bc1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.file",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "title": "File Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.file",
-    "title": "File Stream",
-    "sidebar_label": "File Stream",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-http-md-552.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-http-md-552.json
deleted file mode 100644
index ddec57f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-http-md-552.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.http",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "title": "HTTP Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.http",
-    "title": "HTTP Stream",
-    "sidebar_label": "HTTP Stream",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-990.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-990.json
deleted file mode 100644
index c73844e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-990.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.connect.protocol.stream.httpserver",
-  "id": "version-0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.connect.protocol.stream.httpserver",
-  "title": "HTTP Server",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.connect.protocol.stream.httpserver",
-  "permalink": "/docs/0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.connect.protocol.stream.httpserver",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.connect.protocol.stream.httpserver",
-    "title": "HTTP Server",
-    "sidebar_label": "HTTP Server",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.httpserver"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-814.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-814.json
deleted file mode 100644
index cb4079b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-814.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "title": "Apache Kafka",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.kafka",
-    "title": "Apache Kafka",
-    "sidebar_label": "Apache Kafka",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-3dd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-3dd.json
deleted file mode 100644
index 8fe3299..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-3dd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "title": "MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.mqtt",
-    "title": "MQTT",
-    "sidebar_label": "MQTT",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-309.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-309.json
deleted file mode 100644
index 182361a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-309.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "title": "Apache Pulsar",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.pulsar",
-    "title": "Apache Pulsar",
-    "sidebar_label": "Apache Pulsar",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-geo-flink-md-08e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-geo-flink-md-08e.json
deleted file mode 100644
index 7696285..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-geo-flink-md-08e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.flink",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.geo.flink",
-  "title": "Spatial Grid Enrichment",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.geo.flink.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.flink",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processor.geo.flink",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.flink",
-    "title": "Spatial Grid Enrichment",
-    "sidebar_label": "Spatial Grid Enrichment",
-    "original_id": "org.apache.streampipes.processor.geo.flink"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-69f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-69f.json
deleted file mode 100644
index a53f3aa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-69f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "title": "Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-    "title": "Google Maps Geocoder",
-    "sidebar_label": "Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.geocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-e88.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-e88.json
deleted file mode 100644
index ef8781a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-e88.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "title": "Reverse Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-    "title": "Reverse Geocoder",
-    "sidebar_label": "Reverse Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-811.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-811.json
deleted file mode 100644
index a57293d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-811.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "title": "Static Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-    "title": "Static Google Maps Geocoder",
-    "sidebar_label": "Static Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-cd2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-cd2.json
deleted file mode 100644
index ad213c5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-cd2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-7a3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-7a3.json
deleted file mode 100644
index b3976da..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-7a3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "title": "Image Cropper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-    "title": "Image Cropper",
-    "sidebar_label": "Image Cropper",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-e19.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-e19.json
deleted file mode 100644
index 1cb3bb0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-e19.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-045.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-045.json
deleted file mode 100644
index c25e418..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-045.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader",
-    "original_id": "org.apache.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-77c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-77c.json
deleted file mode 100644
index 3edc9a7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-77c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-count-md-3fc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-count-md-3fc.json
deleted file mode 100644
index c106371..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-count-md-3fc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "title": "Count Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.count",
-    "title": "Count Aggregation",
-    "sidebar_label": "Count Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.count"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-8ca.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-8ca.json
deleted file mode 100644
index 4021408..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-8ca.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "title": "Event Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-    "title": "Event Counter",
-    "sidebar_label": "Event Counter",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.eventcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-0f4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-0f4.json
deleted file mode 100644
index be3bfb6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-0f4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-9a5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-9a5.json
deleted file mode 100644
index 53e02af..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-9a5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "id": "version-0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "title": "Cusum",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "permalink": "/docs/0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.changedetection.jvm.cusum",
-    "title": "Cusum",
-    "sidebar_label": "Cusum",
-    "original_id": "org.apache.streampipes.processors.changedetection.jvm.cusum"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-bb5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-bb5.json
deleted file mode 100644
index 9dbf7cd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-bb5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "title": "Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-    "title": "Math",
-    "sidebar_label": "Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-fc5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-fc5.json
deleted file mode 100644
index a9c9607..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-fc5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "title": "Static Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-    "title": "Static Math",
-    "sidebar_label": "Static Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-b44.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-b44.json
deleted file mode 100644
index 5870b06..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-b44.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "title": "Trigonometry Functions",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-    "title": "Trigonometry Functions",
-    "sidebar_label": "Trigonometry Functions",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-ac7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-ac7.json
deleted file mode 100644
index 2b540cc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-ac7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "title": "URL Dereferencing",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-    "title": "URL Dereferencing",
-    "sidebar_label": "URL Dereferencing",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-41d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-41d.json
deleted file mode 100644
index 2695e55..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-41d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "title": "Timestamp Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-    "title": "Timestamp Enricher",
-    "sidebar_label": "Timestamp Enricher",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.timestamp"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-b53.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-b53.json
deleted file mode 100644
index d6ac603..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-b53.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "title": "Size Measure",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-    "title": "Size Measure",
-    "sidebar_label": "Size Measure",
-    "original_id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-compose-md-dfd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-compose-md-dfd.json
deleted file mode 100644
index 8228dde..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-compose-md-dfd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "title": "Compose",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.compose.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.compose",
-    "title": "Compose",
-    "sidebar_label": "Compose",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.compose"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-e0b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-e0b.json
deleted file mode 100644
index c77e117..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-e0b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "title": "Merge By Enrich",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.enrich.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-    "title": "Merge By Enrich",
-    "sidebar_label": "Merge By Enrich",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.enrich"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-limit-md-a3f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-limit-md-a3f.json
deleted file mode 100644
index 68c1192..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-limit-md-a3f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.filters.jvm.limit",
-  "id": "version-0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.filters.jvm.limit",
-  "title": "Rate Limit",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.limit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.filters.jvm.limit",
-  "permalink": "/docs/0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.filters.jvm.limit",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.filters.jvm.limit",
-    "title": "Rate Limit",
-    "sidebar_label": "Rate Limit",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.limit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-merge-md-afa.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-merge-md-afa.json
deleted file mode 100644
index f8a97e5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-merge-md-afa.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "title": "Merge By Time",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.merge",
-    "title": "Merge By Time",
-    "sidebar_label": "Merge By Time",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.merge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-fe3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-fe3.json
deleted file mode 100644
index db5ce52..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-fe3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "title": "Numerical Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-    "title": "Numerical Filter",
-    "sidebar_label": "Numerical Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-0b4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-0b4.json
deleted file mode 100644
index 2c008bd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-0b4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "title": "Numerical Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-    "title": "Numerical Text Filter",
-    "sidebar_label": "Numerical Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-project-md-2c8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-project-md-2c8.json
deleted file mode 100644
index a692f7a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-project-md-2c8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.project",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "title": "Projection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.project.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.project",
-    "title": "Projection",
-    "sidebar_label": "Projection",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.project"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-e56.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-e56.json
deleted file mode 100644
index dcb3f63..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-e56.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "title": "Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-    "title": "Text Filter",
-    "sidebar_label": "Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.textfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-e81.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-e81.json
deleted file mode 100644
index 9696cf3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-e81.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "title": "Threshold Detector",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.threshold.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-    "title": "Threshold Detector",
-    "sidebar_label": "Threshold Detector",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.threshold"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-04b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-04b.json
deleted file mode 100644
index 9a37b5c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-04b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "title": "Creates JTS Point",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-    "title": "Creates JTS Point",
-    "sidebar_label": "Creates JTS Point",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-242.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-242.json
deleted file mode 100644
index ff65522..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-242.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "title": "EPSG Code",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-    "title": "EPSG Code",
-    "sidebar_label": "EPSG Code",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-0f9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-0f9.json
deleted file mode 100644
index 7ffb299..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-0f9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "title": "Single Trajectory Creator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-    "title": "Single Trajectory Creator",
-    "sidebar_label": "Single Trajectory Creator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-327.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-327.json
deleted file mode 100644
index 0b95fb0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-327.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "title": "Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-    "title": "Distance Calculator",
-    "sidebar_label": "Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-45b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-45b.json
deleted file mode 100644
index 636c923..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-45b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "title": "Speed Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.speed",
-    "title": "Speed Calculator",
-    "sidebar_label": "Speed Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.speed"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-458.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-458.json
deleted file mode 100644
index 55b682d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-458.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "title": "Static Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-    "title": "Static Distance Calculator",
-    "sidebar_label": "Static Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-643.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-643.json
deleted file mode 100644
index ab24bfb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-643.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "title": "Absence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-    "title": "Absence",
-    "sidebar_label": "Absence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.absence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-f66.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-f66.json
deleted file mode 100644
index b2efae6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-f66.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "title": "And",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-    "title": "And",
-    "sidebar_label": "And",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.and"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-23a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-23a.json
deleted file mode 100644
index 20d8623..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-23a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-9ea.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-9ea.json
deleted file mode 100644
index e81543f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-9ea.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "title": "Sequence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-    "title": "Sequence",
-    "sidebar_label": "Sequence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequency-md-544.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequency-md-544.json
deleted file mode 100644
index 5f3db69..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequency-md-544.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-a4e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-a4e.json
deleted file mode 100644
index 543a4b0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-a4e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-increase-md-2fd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-increase-md-2fd.json
deleted file mode 100644
index dacd274..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-increase-md-2fd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.increase.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend",
-    "original_id": "org.apache.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-0f0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-0f0.json
deleted file mode 100644
index 71da44d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-0f0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)",
-    "original_id": "org.apache.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-sequence-md-d8c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-sequence-md-d8c.json
deleted file mode 100644
index 3dff302..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-sequence-md-d8c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.sequence",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "title": "Sequence Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.sequence",
-    "title": "Sequence Detection",
-    "sidebar_label": "Sequence Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-stop-md-7b3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-stop-md-7b3.json
deleted file mode 100644
index b880348..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-siddhi-stop-md-7b3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.stop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-4e0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-4e0.json
deleted file mode 100644
index a553d0d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-4e0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "title": "Statistics Summary",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.statistics.flink.statistics-summary",
-    "title": "Statistics Summary",
-    "sidebar_label": "Statistics Summary",
-    "original_id": "org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-c01.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-c01.json
deleted file mode 100644
index a608a51..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-c01.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-4a8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-4a8.json
deleted file mode 100644
index e3d6cfe..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-4a8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-bb1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-bb1.json
deleted file mode 100644
index abccab8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-bb1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "title": "Chunker (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-    "title": "Chunker (English)",
-    "sidebar_label": "Chunker (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.chunker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-36b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-36b.json
deleted file mode 100644
index 68010e0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-36b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-465.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-465.json
deleted file mode 100644
index d65b334..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-465.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "title": "Name Finder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-    "title": "Name Finder",
-    "sidebar_label": "Name Finder",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.namefinder"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-ac1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-ac1.json
deleted file mode 100644
index 8edb25f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-ac1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "title": "Part of Speech (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-    "title": "Part of Speech (English)",
-    "sidebar_label": "Part of Speech (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-5da.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-5da.json
deleted file mode 100644
index 84c096f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-5da.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "title": "Sentence Detection (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-    "title": "Sentence Detection (English)",
-    "sidebar_label": "Sentence Detection (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-834.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-834.json
deleted file mode 100644
index f1be34c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-834.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "title": "Tokenizer (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-    "title": "Tokenizer (English)",
-    "sidebar_label": "Tokenizer (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-6d7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-6d7.json
deleted file mode 100644
index 3b78e4b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-6d7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-f70.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-f70.json
deleted file mode 100644
index 18a00dd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-f70.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "title": "Field Mapper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-    "title": "Field Mapper",
-    "sidebar_label": "Field Mapper",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-mapper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-666.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-666.json
deleted file mode 100644
index bd92248..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-666.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-c06.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-c06.json
deleted file mode 100644
index 973f9d4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-c06.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-7be.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-7be.json
deleted file mode 100644
index 4e1c13f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-7be.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-0f2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-0f2.json
deleted file mode 100644
index 76d5e3a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-0f2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "title": "Boilerplate Removal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-    "title": "Boilerplate Removal",
-    "sidebar_label": "Boilerplate Removal",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-f7d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-f7d.json
deleted file mode 100644
index 81d73c0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-f7d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "title": "Boolean Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-    "title": "Boolean Counter",
-    "sidebar_label": "Boolean Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-c18.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-c18.json
deleted file mode 100644
index 96a5bb1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-c18.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "title": "Boolean Inverter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-    "title": "Boolean Inverter",
-    "sidebar_label": "Boolean Inverter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-b38.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-b38.json
deleted file mode 100644
index 0e15db2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-b38.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "title": "Measure Time Between Two Sensors",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-    "title": "Measure Time Between Two Sensors",
-    "sidebar_label": "Measure Time Between Two Sensors",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-fdd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-fdd.json
deleted file mode 100644
index 197d171..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-fdd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "title": "Boolean Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-    "title": "Boolean Timer",
-    "sidebar_label": "Boolean Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-dff.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-dff.json
deleted file mode 100644
index 695ed50..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-dff.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "title": "Value Changed",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-    "title": "Value Changed",
-    "sidebar_label": "Value Changed",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.changed-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-50d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-50d.json
deleted file mode 100644
index a2b3e31..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-50d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "title": "Count Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-    "title": "Count Array",
-    "sidebar_label": "Count Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.count-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-cf6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-cf6.json
deleted file mode 100644
index dfd5a3c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-cf6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "title": "CSV Metadata Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-    "title": "CSV Metadata Enricher",
-    "sidebar_label": "CSV Metadata Enricher",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-e48.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-e48.json
deleted file mode 100644
index 7f170cd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-e48.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "title": "Calculate Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-    "title": "Calculate Duration",
-    "sidebar_label": "Calculate Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.duration-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-2f8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-2f8.json
deleted file mode 100644
index 91c9517..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-2f8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "id": "version-0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "title": "Signal Edge Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "permalink": "/docs/0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-    "title": "Signal Edge Filter",
-    "sidebar_label": "Signal Edge Filter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-690.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-690.json
deleted file mode 100644
index 976edba..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-690.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "id": "version-0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "title": "Boolean To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "permalink": "/docs/0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-    "title": "Boolean To State",
-    "sidebar_label": "Boolean To State",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-7e3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-7e3.json
deleted file mode 100644
index 61f1f4a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-7e3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "id": "version-0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "title": "State Buffer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "permalink": "/docs/0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-    "title": "State Buffer",
-    "sidebar_label": "State Buffer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-a7c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-a7c.json
deleted file mode 100644
index 357e4b0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-a7c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "id": "version-0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "title": "State Buffer Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "permalink": "/docs/0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-    "title": "State Buffer Labeler",
-    "sidebar_label": "State Buffer Labeler",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-922.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-922.json
deleted file mode 100644
index fc45202..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-922.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "id": "version-0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "title": "Number Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "permalink": "/docs/0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-    "title": "Number Labeler",
-    "sidebar_label": "Number Labeler",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-ece.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-ece.json
deleted file mode 100644
index 9a05cd5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-ece.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "id": "version-0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "title": "String To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "permalink": "/docs/0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-    "title": "String To State",
-    "sidebar_label": "String To State",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-86f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-86f.json
deleted file mode 100644
index 1c17755..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-86f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "title": "Timestamp Extractor",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-    "title": "Timestamp Extractor",
-    "sidebar_label": "Timestamp Extractor",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-3ff.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-3ff.json
deleted file mode 100644
index bb2fe6e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-3ff.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-f33.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-f33.json
deleted file mode 100644
index 9284bbe..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-f33.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "title": "String Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-    "title": "String Counter",
-    "sidebar_label": "String Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-fd7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-fd7.json
deleted file mode 100644
index 3457aac..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-fd7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "title": "String Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-    "title": "String Timer",
-    "sidebar_label": "String Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-d66.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-d66.json
deleted file mode 100644
index 68ab9fc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-d66.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "title": "Task Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-    "title": "Task Duration",
-    "sidebar_label": "Task Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.taskduration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-e1e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-e1e.json
deleted file mode 100644
index 04c91bd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-e1e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "title": "Transform to boolean",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-    "title": "Transform to boolean",
-    "sidebar_label": "Transform to boolean",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-protocol-set-file-md-390.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-protocol-set-file-md-390.json
deleted file mode 100644
index c1c14dc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-protocol-set-file-md-390.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.file",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.protocol.set.file",
-  "title": "File Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.protocol.set.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.file",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.protocol.set.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.file",
-    "title": "File Set",
-    "sidebar_label": "File Set",
-    "original_id": "org.apache.streampipes.protocol.set.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-protocol-set-http-md-8de.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-protocol-set-http-md-8de.json
deleted file mode 100644
index 6817fd0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-protocol-set-http-md-8de.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.http",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.protocol.set.http",
-  "title": "HTTP Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.protocol.set.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.http",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.protocol.set.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.http",
-    "title": "HTTP Set",
-    "sidebar_label": "HTTP Set",
-    "original_id": "org.apache.streampipes.protocol.set.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-02e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-02e.json
deleted file mode 100644
index 1cf9c42..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-02e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "title": "Buffered REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-    "title": "Buffered REST Publisher",
-    "sidebar_label": "Buffered REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-b81.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-b81.json
deleted file mode 100644
index 7a4041c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-b81.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "title": "JMS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-    "title": "JMS Publisher",
-    "sidebar_label": "JMS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.jms"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-652.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-652.json
deleted file mode 100644
index 82a1e22..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-652.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "title": "Kafka Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-    "title": "Kafka Publisher",
-    "sidebar_label": "Kafka Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-820.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-820.json
deleted file mode 100644
index 10b5fbc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-820.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "title": "MQTT Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.mqtt",
-    "title": "MQTT Publisher",
-    "sidebar_label": "MQTT Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-ad3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-ad3.json
deleted file mode 100644
index adeb6ef..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-ad3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.sinks.brokers.jvm.nats",
-  "id": "version-0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.sinks.brokers.jvm.nats",
-  "title": "NATS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.sinks.brokers.jvm.nats",
-  "permalink": "/docs/0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.sinks.brokers.jvm.nats",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.sinks.brokers.jvm.nats",
-    "title": "NATS Publisher",
-    "sidebar_label": "NATS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.nats"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-7df.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-7df.json
deleted file mode 100644
index c8ee49e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-7df.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "title": "Pulsar Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-    "title": "Pulsar Publisher",
-    "sidebar_label": "Pulsar Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-755.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-755.json
deleted file mode 100644
index d826c7a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-755.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-575.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-575.json
deleted file mode 100644
index fc5f642..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-575.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "title": "REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-    "title": "REST Publisher",
-    "sidebar_label": "REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-ditto-md-440.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-ditto-md-440.json
deleted file mode 100644
index 0c604e7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-ditto-md-440.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.ditto",
-  "title": "Eclipse Ditto",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.ditto.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.ditto",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.ditto",
-    "title": "Eclipse Ditto",
-    "sidebar_label": "Eclipse Ditto",
-    "original_id": "org.apache.streampipes.sinks.databases.ditto"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-6cb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-6cb.json
deleted file mode 100644
index 13767e5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-6cb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "title": "Elasticsearch",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-    "title": "Elasticsearch",
-    "sidebar_label": "Elasticsearch",
-    "original_id": "org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-383.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-383.json
deleted file mode 100644
index b0f2d7e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-383.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "title": "CouchDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-    "title": "CouchDB",
-    "sidebar_label": "CouchDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.couchdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-ed5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-ed5.json
deleted file mode 100644
index 8bc8318..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-ed5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "title": "InfluxDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-    "title": "InfluxDB",
-    "sidebar_label": "InfluxDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.influxdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-dc5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-dc5.json
deleted file mode 100644
index aa3c1ca..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-dc5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "title": "IoTDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-    "title": "IoTDB",
-    "sidebar_label": "IoTDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.iotdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-94d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-94d.json
deleted file mode 100644
index 1a902b7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-94d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.sinks.databases.jvm.mysql",
-  "id": "version-0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.sinks.databases.jvm.mysql",
-  "title": "MySQL Database",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.sinks.databases.jvm.mysql",
-  "permalink": "/docs/0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.sinks.databases.jvm.mysql",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.sinks.databases.jvm.mysql",
-    "title": "MySQL Database",
-    "sidebar_label": "MySQL Database",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.mysql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-3d4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-3d4.json
deleted file mode 100644
index 900e0b7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-3d4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "title": "OPC-UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-    "title": "OPC-UA",
-    "sidebar_label": "OPC-UA",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-d9b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-d9b.json
deleted file mode 100644
index 2570e8d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-d9b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "title": "PostgreSQL",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-    "title": "PostgreSQL",
-    "sidebar_label": "PostgreSQL",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.postgresql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-d1b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-d1b.json
deleted file mode 100644
index 18f05f3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-d1b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "title": "Dashboard Sink",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-    "title": "Dashboard Sink",
-    "sidebar_label": "Dashboard Sink",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-4ec.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-4ec.json
deleted file mode 100644
index 641906e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-4ec.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "title": "Data Lake",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-    "title": "Data Lake",
-    "sidebar_label": "Data Lake",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.datalake"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-119.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-119.json
deleted file mode 100644
index b34e18d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-119.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-871.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-871.json
deleted file mode 100644
index 1e762bd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-871.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "title": "Email Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.email.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-    "title": "Email Notification",
-    "sidebar_label": "Email Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.email"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-44a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-44a.json
deleted file mode 100644
index 8f57362..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-44a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "title": "OneSignal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-    "title": "OneSignal",
-    "sidebar_label": "OneSignal",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-12c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-12c.json
deleted file mode 100644
index dd4361c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-12c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/0.65.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-6fd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-6fd.json
deleted file mode 100644
index 36c9481..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-6fd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "id": "version-0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "title": "Telegram Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "permalink": "/docs/0.65.0-pre-asf/pe/version-0.68.0-org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.sinks.notifications.jvm.telegram",
-    "title": "Telegram Publisher",
-    "sidebar_label": "Telegram Publisher",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.telegram"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pipeline-elements-md-c00.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pipeline-elements-md-c00.json
deleted file mode 100644
index c1fa856..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-pipeline-elements-md-c00.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pipeline-elements",
-  "id": "version-0.65.0-pre-asf/pipeline-elements",
-  "title": "Overview",
-  "description": "Data ProcessorAggregationPerforms different aggregation functions  Documentation  Docker Container  Code on GithubData ProcessorBoilerplate RemovalRemoves boilerplate and extract fulltext from HTML  Documentation  Docker Container  Code on GithubData ProcessorBoolean CounterIncreases a counter on each change of a boolean value  Documentation  Docker Container  Code on GithubData ProcessorBoolean InverterInverts the boolean value of the selected field  Documentation  Docker Container  Code on GithubData ProcessorBoolean TimerMeasures how long a boolean measure does not change  Documentation  Docker Container  Code on GithubData SinkBuffered REST PublisherOnce a given amount of events is reached, events are posted to the given REST interface.  Documentation  Docker Container  Code on GithubData ProcessorCSV Metadata EnricherEnriches an event with additional fields from a  Documentation  Docker Container  Code on GithubData ProcessorCalculate DurationCalculates the time between two timestamps.  Documentation  Docker Container  Code on GithubData ProcessorChunker (English)Segments given tokens of a text into different chunks  Documentation  Docker Container  Code on GithubData ProcessorComposeMerges two event streams  Documentation  Docker Container  Code on GithubData SinkCouchDBStores events in an Apache CouchDB database.  Documentation  Docker Container  Code on GithubData ProcessorCount ArrayCounts the size of list items.  Documentation  Docker Container  Code on GithubData SinkDashboard SinkVisualizes data streams in the StreamPipes dashboard  Documentation  Docker Container  Code on GithubData SinkData LakeStores events in the StreamPipes data lake.  Documentation  Docker Container  Code on GithubData ProcessorDistance CalculatorCalculates the distance between two geo points  Documentation  Docker Container  Code on GithubData SinkEclipse DittoPublishes events to Eclipse Ditto.  Documentation  Docker Container  Code on GithubData SinkElasticsearchStores data in an elasticsearch cluster  Documentation  Docker Container  Code on GithubData SinkEmail NotificationEmail service to send notifications emails  Documentation  Docker Container  Code on GithubData ProcessorEvent CounterCounts the number of events within a time window.  Documentation  Docker Container  Code on GithubData ProcessorEvent RateComputes current event rate. Output is a number representing events per second.  Documentation  Docker Container  Code on GithubData ProcessorField ConverterConverts a string value to a number data type  Documentation  Docker Container  Code on GithubData ProcessorField HasherHashes the value of a field using various hash functions.  Documentation  Docker Container  Code on GithubData ProcessorField MapperReplaces one or more field with a new field and computes a hash value of these fields  Documentation  Docker Container  Code on GithubData ProcessorField RenamerReplaces the runtime name of an event property with a custom defined name.  Documentation  Docker Container  Code on GithubData ProcessorFrequency CalculationCalculates the frequency of the event stream  Documentation  Docker Container  Code on GithubData ProcessorFrequency ChangeDetects when the frequency of the event stream changes  Documentation  Docker Container  Code on GithubData ProcessorGeneric Image ClassificationClassification Description (Generic Model)  Documentation  Docker Container  Code on GithubData ProcessorGoogle Maps GeocoderGeocodes a placename to a latitude/longitude combination  Documentation  Docker Container  Code on GithubData ProcessorImage EnricherEnriches an image with a bounding box of given coordinates  Documentation  Docker Container  Code on GithubData SinkInfluxDBStores events in an InfluxDB.  Documentation  Docker Container  Code on GithubData SinkIoTDBStores events in a IoTDB database.  Documentation  Docker Container  Code on GithubData SinkJMS PublisherPublishes events to a JMS topic  Documentation  Docker Container  Code on GithubData SinkKafka PublisherPublish events to Apache Kafka  Documentation  Docker Container  Code on GithubData ProcessorLanguage DetectionDetects the language of a written text.  Documentation  Docker Container  Code on GithubData ProcessorLanguage DetectionDetects the language of a given text  Documentation  Docker Container  Code on GithubData ProcessorMathPerforms calculations on event properties (+, -, , /, %)  Documentation  Docker Container  Code on GithubData ProcessorMeasure Time Between Two SensorsRequires two booleans and measures the time between two signals  Documentation  Docker Container  Code on GithubData ProcessorMeasurement Unit ConverterConverts a unit of measurement to another one  Documentation  Docker Container  Code on GithubData ProcessorMerge By EnrichMerges two event streams by adding properties of one stream to the other  Documentation  Docker Container  Code on GithubData ProcessorMerge By TimeMerges two event streams by timestamp  Documentation  Docker Container  Code on GithubData ProcessorName FinderFinds a name in given Tokens of one document  Documentation  Docker Container  Code on GithubData SinkNotificationPublish a notification to the StreamPipes UI.  Documentation  Docker Container  Code on GithubData ProcessorNumerical FilterNumerical Filter Description  Documentation  Docker Container  Code on GithubData ProcessorNumerical Filter (Siddhi)  Documentation  Docker Container  Code on GithubData ProcessorNumerical Text FilterFilters numerical and text values.  Documentation  Docker Container  Code on GithubData SinkOPC-UAWrites values in an OPC-UA server  Documentation  Docker Container  Code on GithubData SinkOneSignalSend Push Message to OneSignal-Application  Documentation  Docker Container  Code on GithubData ProcessorPart of Speech (English)Takes in a stream of tokens and appends a tag at the end of the word corresponding to the part of speech  Documentation  Docker Container  Code on GithubData ProcessorPeak DetectionDetect peaks in time series data  Documentation  Docker Container  Code on GithubData SinkPostgreSQLStores events in a Postgres database.  Documentation  Docker Container  Code on GithubData ProcessorProjectionOutputs a selectable subset of an input event type  Documentation  Docker Container  Code on GithubData SinkPulsar PublisherPublish events to Apache Pulsar  Documentation  Docker Container  Code on GithubData ProcessorQR Code ReaderDetects a QR Code in an image  Documentation  Docker Container  Code on GithubData SinkREST PublisherPosts events to a REST interface  Documentation  Docker Container  Code on GithubData SinkRabbitMQ PublisherForwards events to a RabbitMQ broker  Documentation  Docker Container  Code on GithubData ProcessorReverse GeocoderFinds the nearest place based on latitude and longitude  Documentation  Docker Container  Code on GithubData ProcessorSentence Detection (English)Splits a text up in sentences  Documentation  Docker Container  Code on GithubData ProcessorSequence DetectionMerges events from two event streams, when the top event arrives first and then the bottom event  Documentation  Docker Container  Code on GithubData ProcessorSize MeasureMeasures the size of an event in Bytes, KB or MB  Documentation  Docker Container  Code on GithubData SinkSlack NotificationSlack bot to send notifications to Slack  Documentation  Docker Container  Code on GithubData ProcessorSpatial Grid EnrichmentGroups spatial events into cells of a given size  Documentation  Docker Container  Code on GithubData ProcessorSplit ArrayOutputs an event for each entry of a list.  Documentation  Docker Container  Code on GithubData ProcessorStatic Google Maps GeocoderGeocodes a fixed placename to lat/lng coordinates and  Documentation  Docker Container  Code on GithubData ProcessorStatic MathPerforms calculation on an event property with a static value (+, -, , /, %)  Documentation  Docker Container  Code on GithubData ProcessorStream Stop DetectionTriggers an event when the input data stream stops sending events  Documentation  Docker Container  Code on GithubData ProcessorTask DurationComputes the time difference between two events  Documentation  Docker Container  Code on GithubData ProcessorText FilterText Filter Description  Documentation  Docker Container  Code on GithubData ProcessorThreshold DetectorWhen threshold rule is fulfilled true is appended  Documentation  Docker Container  Code on GithubData ProcessorTimestamp EnricherAppends the current time in ms to the event payload  Documentation  Docker Container  Code on GithubData ProcessorTimestamp ExtractorExtracts a timestamp into its individual time fields.  Documentation  Docker Container  Code on GithubData ProcessorTokenizer (English)Segments a text into different tokens  Documentation  Docker Container  Code on GithubData ProcessorTransform to booleanTransforms a string or number to a boolean  Documentation  Docker Container  Code on GithubData ProcessorTrendDetects the increase of a numerical field over a customizable time window. Example: A temperature value increases by 10 percent within 5 minutes.  Documentation  Docker Container  Code on GithubData ProcessorTrigonometry FunctionsPerforms Trigonometric functions on event properties  Documentation  Docker Container  Code on GithubData ProcessorURL DereferencingAppend the html page as a string to event  Documentation  Docker Container  Code on GithubData ProcessorValue ChangedOutpus an event every time a specific field changes.  Documentation  Docker Container  Code on GithubData ProcessorWord CountCounts words on continuous text-based streams  Documentation  Docker Container  Code on Github",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/pipeline-elements",
-  "permalink": "/docs/0.65.0-pre-asf/pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "pipeline-elements",
-    "title": "Overview",
-    "sidebar_label": "Overview",
-    "original_id": "pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-user-guide-first-steps-md-042.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-user-guide-first-steps-md-042.json
deleted file mode 100644
index 27781cd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-user-guide-first-steps-md-042.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-first-steps",
-  "id": "version-0.65.0-pre-asf/user-guide-first-steps",
-  "title": "First steps",
-  "description": "In this section, you'll learn how to create and run pipelines in StreamPipes.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/user-guide-first-steps.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-first-steps",
-  "permalink": "/docs/0.65.0-pre-asf/user-guide-first-steps",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-first-steps",
-    "title": "First steps",
-    "sidebar_label": "First steps",
-    "original_id": "user-guide-first-steps"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-user-guide-installation-md-3b8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-user-guide-installation-md-3b8.json
deleted file mode 100644
index 713e5a6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-user-guide-installation-md-3b8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-installation",
-  "id": "version-0.65.0-pre-asf/user-guide-installation",
-  "title": "Installation",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/user-guide-installation.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-installation",
-  "permalink": "/docs/0.65.0-pre-asf/user-guide-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "user-guide-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-user-guide-introduction-md-56a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-user-guide-introduction-md-56a.json
deleted file mode 100644
index 282737f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-user-guide-introduction-md-56a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "version-0.67.0-user-guide-introduction-old",
-  "id": "version-0.65.0-pre-asf/version-0.67.0-user-guide-introduction-old",
-  "title": "Introduction",
-  "description": "StreamPipes is a framework that enables users to work with data streams.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/user-guide-introduction.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.67.0-user-guide-introduction-old",
-  "permalink": "/docs/0.65.0-pre-asf/version-0.67.0-user-guide-introduction-old",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.67.0-user-guide-introduction-old",
-    "title": "Introduction",
-    "sidebar_label": "Introduction",
-    "original_id": "user-guide-introduction-old"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-user-guide-tour-md-bb5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-user-guide-tour-md-bb5.json
deleted file mode 100644
index 579a54d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-65-0-pre-asf-user-guide-tour-md-bb5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-tour",
-  "id": "version-0.65.0-pre-asf/user-guide-tour",
-  "title": "Tour",
-  "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure.",
-  "source": "@site/versioned_docs/version-0.65.0-pre-asf/user-guide-tour.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-tour",
-  "permalink": "/docs/0.65.0-pre-asf/user-guide-tour",
-  "draft": false,
-  "tags": [],
-  "version": "0.65.0-pre-asf",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-tour",
-    "title": "Tour",
-    "sidebar_label": "Tour",
-    "original_id": "user-guide-tour"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-01-try-installation-md-1d0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-01-try-installation-md-1d0.json
deleted file mode 100644
index e1bae74..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-01-try-installation-md-1d0.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "try-installation",
-  "id": "version-0.66.0/try-installation",
-  "title": "Installation",
-  "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-  "source": "@site/versioned_docs/version-0.66.0/01_try-installation.md",
-  "sourceDirName": ".",
-  "slug": "/try-installation",
-  "permalink": "/docs/0.66.0/try-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "try-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-01-try-overview-md-0da.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-01-try-overview-md-0da.json
deleted file mode 100644
index 1f16b6c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-01-try-overview-md-0da.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction",
-  "id": "version-0.66.0/user-guide-introduction",
-  "title": "Apache StreamPipes Documentation",
-  "description": "This is the documentation of Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.66.0/01_try-overview.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction",
-  "permalink": "/docs/0.66.0/user-guide-introduction",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "user-guide-introduction",
-    "title": "Apache StreamPipes Documentation",
-    "sidebar_label": "Overview",
-    "original_id": "user-guide-introduction"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-01-try-tutorial-md-be5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-01-try-tutorial-md-be5.json
deleted file mode 100644
index 2f11cd0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-01-try-tutorial-md-be5.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "try-tutorial",
-  "id": "version-0.66.0/try-tutorial",
-  "title": "Interactive Tutorial",
-  "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox.",
-  "source": "@site/versioned_docs/version-0.66.0/01_try-tutorial.md",
-  "sourceDirName": ".",
-  "slug": "/try-tutorial",
-  "permalink": "/docs/0.66.0/try-tutorial",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-tutorial",
-    "title": "Interactive Tutorial",
-    "sidebar_label": "Interactive Tutorial",
-    "original_id": "try-tutorial"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-02-concepts-adapter-md-35a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-02-concepts-adapter-md-35a.json
deleted file mode 100644
index 79b0234..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-02-concepts-adapter-md-35a.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-adapter",
-  "id": "version-0.66.0/concepts-adapter",
-  "title": "Data Adapters",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.66.0/02_concepts-adapter.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-adapter",
-  "permalink": "/docs/0.66.0/concepts-adapter",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-adapter",
-    "title": "Data Adapters",
-    "sidebar_label": "Data Adapters",
-    "original_id": "concepts-adapter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-02-concepts-data-streams-md-b20.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-02-concepts-data-streams-md-b20.json
deleted file mode 100644
index fdbd0ca..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-02-concepts-data-streams-md-b20.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-data-streams",
-  "id": "version-0.66.0/concepts-data-streams",
-  "title": "Data Streams",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.66.0/02_concepts-data-streams.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-data-streams",
-  "permalink": "/docs/0.66.0/concepts-data-streams",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-data-streams",
-    "title": "Data Streams",
-    "sidebar_label": "Data Streams",
-    "original_id": "concepts-data-streams"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-02-concepts-glossary-md-a8f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-02-concepts-glossary-md-a8f.json
deleted file mode 100644
index f8eb3b3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-02-concepts-glossary-md-a8f.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-glossary",
-  "id": "version-0.66.0/concepts-glossary",
-  "title": "Glossary",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.66.0/02_concepts-glossary.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-glossary",
-  "permalink": "/docs/0.66.0/concepts-glossary",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-glossary",
-    "title": "Glossary",
-    "sidebar_label": "Glossary",
-    "original_id": "concepts-glossary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-02-concepts-overview-md-e24.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-02-concepts-overview-md-e24.json
deleted file mode 100644
index 7e368e4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-02-concepts-overview-md-e24.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-overview",
-  "id": "version-0.66.0/concepts-overview",
-  "title": "StreamPipes Concepts",
-  "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-  "source": "@site/versioned_docs/version-0.66.0/02_concepts-overview.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-overview",
-  "permalink": "/docs/0.66.0/concepts-overview",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-overview",
-    "title": "StreamPipes Concepts",
-    "sidebar_label": "Overview",
-    "original_id": "concepts-overview"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-02-concepts-pipeline-md-53d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-02-concepts-pipeline-md-53d.json
deleted file mode 100644
index 4aab72a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-02-concepts-pipeline-md-53d.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-pipelines",
-  "id": "version-0.66.0/concepts-pipelines",
-  "title": "Pipelines",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.66.0/02_concepts-pipeline.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-pipelines",
-  "permalink": "/docs/0.66.0/concepts-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-pipelines",
-    "title": "Pipelines",
-    "sidebar_label": "Pipelines",
-    "original_id": "concepts-pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-configurations-md-191.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-configurations-md-191.json
deleted file mode 100644
index f79f685..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-configurations-md-191.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-configurations",
-  "id": "version-0.66.0/use-configurations",
-  "title": "Configurations",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.66.0/03_use-configurations.md",
-  "sourceDirName": ".",
-  "slug": "/use-configurations",
-  "permalink": "/docs/0.66.0/use-configurations",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-configurations",
-    "title": "Configurations",
-    "sidebar_label": "Configurations",
-    "original_id": "use-configurations"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-connect-md-5d5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-connect-md-5d5.json
deleted file mode 100644
index 3374e59..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-connect-md-5d5.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-connect",
-  "id": "version-0.66.0/use-connect",
-  "title": "StreamPipes Connect",
-  "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-  "source": "@site/versioned_docs/version-0.66.0/03_use-connect.md",
-  "sourceDirName": ".",
-  "slug": "/use-connect",
-  "permalink": "/docs/0.66.0/use-connect",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-connect",
-    "title": "StreamPipes Connect",
-    "sidebar_label": "StreamPipes Connect",
-    "original_id": "use-connect"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-dashboard-md-125.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-dashboard-md-125.json
deleted file mode 100644
index 7088465..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-dashboard-md-125.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-dashboard",
-  "id": "version-0.66.0/use-dashboard",
-  "title": "Live Dashboard",
-  "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-  "source": "@site/versioned_docs/version-0.66.0/03_use-dashboard.md",
-  "sourceDirName": ".",
-  "slug": "/use-dashboard",
-  "permalink": "/docs/0.66.0/use-dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-dashboard",
-    "title": "Live Dashboard",
-    "sidebar_label": "Live Dashboard",
-    "original_id": "use-dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-data-explorer-md-f85.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-data-explorer-md-f85.json
deleted file mode 100644
index a1d5c7c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-data-explorer-md-f85.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-data-explorer",
-  "id": "version-0.66.0/use-data-explorer",
-  "title": "Data Explorer",
-  "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-  "source": "@site/versioned_docs/version-0.66.0/03_use-data-explorer.md",
-  "sourceDirName": ".",
-  "slug": "/use-data-explorer",
-  "permalink": "/docs/0.66.0/use-data-explorer",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-data-explorer",
-    "title": "Data Explorer",
-    "sidebar_label": "Data Explorer",
-    "original_id": "use-data-explorer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-install-pipeline-elements-md-863.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-install-pipeline-elements-md-863.json
deleted file mode 100644
index dddc4b0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-install-pipeline-elements-md-863.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-install-pipeline-elements",
-  "id": "version-0.66.0/use-install-pipeline-elements",
-  "title": "Install Pipeline Elements",
-  "description": "Install Pipeline Elements",
-  "source": "@site/versioned_docs/version-0.66.0/03_use-install-pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/use-install-pipeline-elements",
-  "permalink": "/docs/0.66.0/use-install-pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-install-pipeline-elements",
-    "title": "Install Pipeline Elements",
-    "sidebar_label": "Install Pipeline Elements",
-    "original_id": "use-install-pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-managing-pipelines-md-8f6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-managing-pipelines-md-8f6.json
deleted file mode 100644
index 16bc610..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-managing-pipelines-md-8f6.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-managing-pipelines",
-  "id": "version-0.66.0/use-managing-pipelines",
-  "title": "Managing Pipelines",
-  "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-  "source": "@site/versioned_docs/version-0.66.0/03_use-managing-pipelines.md",
-  "sourceDirName": ".",
-  "slug": "/use-managing-pipelines",
-  "permalink": "/docs/0.66.0/use-managing-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-managing-pipelines",
-    "title": "Managing Pipelines",
-    "sidebar_label": "Managing Pipelines",
-    "original_id": "use-managing-pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-notifications-md-fbe.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-notifications-md-fbe.json
deleted file mode 100644
index 4c72337..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-notifications-md-fbe.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-notifications",
-  "id": "version-0.66.0/use-notifications",
-  "title": "Notifications",
-  "description": "The notification module can be used to create internal notifications.",
-  "source": "@site/versioned_docs/version-0.66.0/03_use-notifications.md",
-  "sourceDirName": ".",
-  "slug": "/use-notifications",
-  "permalink": "/docs/0.66.0/use-notifications",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-notifications",
-    "title": "Notifications",
-    "sidebar_label": "Notifications",
-    "original_id": "use-notifications"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-pipeline-editor-md-2fb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-pipeline-editor-md-2fb.json
deleted file mode 100644
index ee20849..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-03-use-pipeline-editor-md-2fb.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-pipeline-editor",
-  "id": "version-0.66.0/use-pipeline-editor",
-  "title": "Pipeline Editor",
-  "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-  "source": "@site/versioned_docs/version-0.66.0/03_use-pipeline-editor.md",
-  "sourceDirName": ".",
-  "slug": "/use-pipeline-editor",
-  "permalink": "/docs/0.66.0/use-pipeline-editor",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-pipeline-editor",
-    "title": "Pipeline Editor",
-    "sidebar_label": "Pipeline Editor",
-    "original_id": "use-pipeline-editor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-05-deploy-docker-md-fb2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-05-deploy-docker-md-fb2.json
deleted file mode 100644
index 6c16a4b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-05-deploy-docker-md-fb2.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "deploy-docker",
-  "id": "version-0.66.0/deploy-docker",
-  "title": "Docker Deployment",
-  "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.66.0/05_deploy-docker.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-docker",
-  "permalink": "/docs/0.66.0/deploy-docker",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-docker",
-    "title": "Docker Deployment",
-    "sidebar_label": "Docker Deployment",
-    "original_id": "deploy-docker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-05-deploy-kubernetes-md-43d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-05-deploy-kubernetes-md-43d.json
deleted file mode 100644
index df1a057..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-05-deploy-kubernetes-md-43d.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "deploy-kubernetes",
-  "id": "version-0.66.0/deploy-kubernetes",
-  "title": "Kubernetes Deployment",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.66.0/05_deploy-kubernetes.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-kubernetes",
-  "permalink": "/docs/0.66.0/deploy-kubernetes",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-kubernetes",
-    "title": "Kubernetes Deployment",
-    "sidebar_label": "Kubernetes Deployment",
-    "original_id": "deploy-kubernetes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-05-deploy-security-md-414.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-05-deploy-security-md-414.json
deleted file mode 100644
index 2e89d89..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-05-deploy-security-md-414.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "deploy-security",
-  "id": "version-0.66.0/deploy-security",
-  "title": "Security",
-  "description": "Overriding default settings",
-  "source": "@site/versioned_docs/version-0.66.0/05_deploy-security.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-security",
-  "permalink": "/docs/0.66.0/deploy-security",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-security",
-    "title": "Security",
-    "sidebar_label": "Security",
-    "original_id": "deploy-security"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-05-deploy-use-ssl-md-b02.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-05-deploy-use-ssl-md-b02.json
deleted file mode 100644
index a7a2eed..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-05-deploy-use-ssl-md-b02.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "deploy-use-ssl",
-  "id": "version-0.66.0/deploy-use-ssl",
-  "title": "Use SSL",
-  "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-  "source": "@site/versioned_docs/version-0.66.0/05_deploy-use-ssl.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-use-ssl",
-  "permalink": "/docs/0.66.0/deploy-use-ssl",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-use-ssl",
-    "title": "Use SSL",
-    "sidebar_label": "Use SSL",
-    "original_id": "deploy-use-ssl"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-archetypes-md-758.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-archetypes-md-758.json
deleted file mode 100644
index d7e79c0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-archetypes-md-758.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-archetypes",
-  "id": "version-0.66.0/extend-archetypes",
-  "title": "Maven Archetypes",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.66.0/06_extend-archetypes.md",
-  "sourceDirName": ".",
-  "slug": "/extend-archetypes",
-  "permalink": "/docs/0.66.0/extend-archetypes",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-archetypes",
-    "title": "Maven Archetypes",
-    "sidebar_label": "Maven Archetypes",
-    "original_id": "extend-archetypes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-cli-md-156.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-cli-md-156.json
deleted file mode 100644
index fe745f8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-cli-md-156.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-cli",
-  "id": "version-0.66.0/extend-cli",
-  "title": "StreamPipes CLI",
-  "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-  "source": "@site/versioned_docs/version-0.66.0/06_extend-cli.md",
-  "sourceDirName": ".",
-  "slug": "/extend-cli",
-  "permalink": "/docs/0.66.0/extend-cli",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-cli",
-    "title": "StreamPipes CLI",
-    "sidebar_label": "StreamPipes CLI",
-    "original_id": "extend-cli"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-first-processor-md-c3c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-first-processor-md-c3c.json
deleted file mode 100644
index 4f73908..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-first-processor-md-c3c.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-first-processor",
-  "id": "version-0.66.0/extend-first-processor",
-  "title": "Your first data processor",
-  "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-  "source": "@site/versioned_docs/version-0.66.0/06_extend-first-processor.md",
-  "sourceDirName": ".",
-  "slug": "/extend-first-processor",
-  "permalink": "/docs/0.66.0/extend-first-processor",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-first-processor",
-    "title": "Your first data processor",
-    "sidebar_label": "Your first data processor",
-    "original_id": "extend-first-processor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-sdk-event-model-md-2e6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-sdk-event-model-md-2e6.json
deleted file mode 100644
index e041ac8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-sdk-event-model-md-2e6.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-event-model",
-  "id": "version-0.66.0/extend-sdk-event-model",
-  "title": "SDK Guide: Event Model",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.66.0/06_extend-sdk-event-model.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-event-model",
-  "permalink": "/docs/0.66.0/extend-sdk-event-model",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-event-model",
-    "title": "SDK Guide: Event Model",
-    "sidebar_label": "SDK: Event Model",
-    "original_id": "extend-sdk-event-model"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-sdk-migration-sd-md-ddd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-sdk-migration-sd-md-ddd.json
deleted file mode 100644
index b85b719..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-sdk-migration-sd-md-ddd.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-migration-service-discovery",
-  "id": "version-0.66.0/extend-sdk-migration-service-discovery",
-  "title": "Migration Guide: New Service Discovery in 0.69.0",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.66.0/06_extend-sdk-migration-sd.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-migration-service-discovery",
-  "permalink": "/docs/0.66.0/extend-sdk-migration-service-discovery",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-migration-service-discovery",
-    "title": "Migration Guide: New Service Discovery in 0.69.0",
-    "sidebar_label": "Migration Guide: 0.69.0",
-    "original_id": "extend-sdk-migration-service-discovery"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-sdk-output-strategies-md-777.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-sdk-output-strategies-md-777.json
deleted file mode 100644
index 871e6e6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-sdk-output-strategies-md-777.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-output-strategies",
-  "id": "version-0.66.0/extend-sdk-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.66.0/06_extend-sdk-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-output-strategies",
-  "permalink": "/docs/0.66.0/extend-sdk-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "SDK: Output Strategies",
-    "original_id": "extend-sdk-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-sdk-static-properties-md-f8d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-sdk-static-properties-md-f8d.json
deleted file mode 100644
index 99d189b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-sdk-static-properties-md-f8d.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-static-properties",
-  "id": "version-0.66.0/extend-sdk-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.66.0/06_extend-sdk-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-static-properties",
-  "permalink": "/docs/0.66.0/extend-sdk-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "SDK: Static Properties",
-    "original_id": "extend-sdk-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-sdk-stream-requirements-md-51a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-sdk-stream-requirements-md-51a.json
deleted file mode 100644
index 23f5ee2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-sdk-stream-requirements-md-51a.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-stream-requirements",
-  "id": "version-0.66.0/extend-sdk-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.66.0/06_extend-sdk-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-stream-requirements",
-  "permalink": "/docs/0.66.0/extend-sdk-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "SDK: Stream Requirements",
-    "original_id": "extend-sdk-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-setup-md-b7b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-setup-md-b7b.json
deleted file mode 100644
index 65ec7d3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-setup-md-b7b.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-setup",
-  "id": "version-0.66.0/extend-setup",
-  "title": "Development Setup",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.66.0/06_extend-setup.md",
-  "sourceDirName": ".",
-  "slug": "/extend-setup",
-  "permalink": "/docs/0.66.0/extend-setup",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-setup",
-    "title": "Development Setup",
-    "sidebar_label": "Development Setup",
-    "original_id": "extend-setup"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-tutorial-data-processors-md-ca0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-tutorial-data-processors-md-ca0.json
deleted file mode 100644
index 6eea435..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-tutorial-data-processors-md-ca0.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-processors",
-  "id": "version-0.66.0/extend-tutorial-data-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper.",
-  "source": "@site/versioned_docs/version-0.66.0/06_extend-tutorial-data-processors.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-processors",
-  "permalink": "/docs/0.66.0/extend-tutorial-data-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors",
-    "original_id": "extend-tutorial-data-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-tutorial-data-sinks-md-c2d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-tutorial-data-sinks-md-c2d.json
deleted file mode 100644
index 5c7791d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-tutorial-data-sinks-md-c2d.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sinks",
-  "id": "version-0.66.0/extend-tutorial-data-sinks",
-  "title": "Tutorial: Data Sinks",
-  "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-  "source": "@site/versioned_docs/version-0.66.0/06_extend-tutorial-data-sinks.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sinks",
-  "permalink": "/docs/0.66.0/extend-tutorial-data-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sinks",
-    "title": "Tutorial: Data Sinks",
-    "sidebar_label": "Tutorial: Data Sinks",
-    "original_id": "extend-tutorial-data-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-tutorial-data-sources-md-7f1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-tutorial-data-sources-md-7f1.json
deleted file mode 100644
index 0638dce..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-06-extend-tutorial-data-sources-md-7f1.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sources",
-  "id": "version-0.66.0/extend-tutorial-data-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.66.0/06_extend-tutorial-data-sources.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sources",
-  "permalink": "/docs/0.66.0/extend-tutorial-data-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources",
-    "original_id": "extend-tutorial-data-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-07-technicals-architecture-md-bb9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-07-technicals-architecture-md-bb9.json
deleted file mode 100644
index 8807f00..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-07-technicals-architecture-md-bb9.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "technicals-architecture",
-  "id": "version-0.66.0/technicals-architecture",
-  "title": "Architecture",
-  "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-  "source": "@site/versioned_docs/version-0.66.0/07_technicals-architecture.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-architecture",
-  "permalink": "/docs/0.66.0/technicals-architecture",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-architecture",
-    "title": "Architecture",
-    "sidebar_label": "Architecture",
-    "original_id": "technicals-architecture"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-07-technicals-configuration-md-d68.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-07-technicals-configuration-md-d68.json
deleted file mode 100644
index 097c2de..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-07-technicals-configuration-md-d68.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "technicals-configuration",
-  "id": "version-0.66.0/technicals-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.66.0/07_technicals-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-configuration",
-  "permalink": "/docs/0.66.0/technicals-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration",
-    "original_id": "technicals-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-07-technicals-messaging-md-e3b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-07-technicals-messaging-md-e3b.json
deleted file mode 100644
index 1cfa0a7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-07-technicals-messaging-md-e3b.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "technicals-messaging",
-  "id": "version-0.66.0/technicals-messaging",
-  "title": "Messaging",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.66.0/07_technicals-messaging.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-messaging",
-  "permalink": "/docs/0.66.0/technicals-messaging",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-messaging",
-    "title": "Messaging",
-    "sidebar_label": "Messaging",
-    "original_id": "technicals-messaging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-07-technicals-runtime-wrappers-md-ed2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-07-technicals-runtime-wrappers-md-ed2.json
deleted file mode 100644
index 7a1df23..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-07-technicals-runtime-wrappers-md-ed2.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "technicals-runtime-wrappers",
-  "id": "version-0.66.0/technicals-runtime-wrappers",
-  "title": "Runtime Wrappers",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.66.0/07_technicals-runtime-wrappers.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-runtime-wrappers",
-  "permalink": "/docs/0.66.0/technicals-runtime-wrappers",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-runtime-wrappers",
-    "title": "Runtime Wrappers",
-    "sidebar_label": "Runtime Wrappers",
-    "original_id": "technicals-runtime-wrappers"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-07-technicals-user-guidance-md-830.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-07-technicals-user-guidance-md-830.json
deleted file mode 100644
index ad25435..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-07-technicals-user-guidance-md-830.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "technicals-user-guidance",
-  "id": "version-0.66.0/technicals-user-guidance",
-  "title": "User Guidance",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.66.0/07_technicals-user-guidance.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-user-guidance",
-  "permalink": "/docs/0.66.0/technicals-user-guidance",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-user-guidance",
-    "title": "User Guidance",
-    "sidebar_label": "User Guidance",
-    "original_id": "technicals-user-guidance"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-08-debugging-md-2a3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-08-debugging-md-2a3.json
deleted file mode 100644
index f40696e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-08-debugging-md-2a3.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "debugging-debugging",
-  "id": "version-0.66.0/debugging-debugging",
-  "title": "Debugging",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.66.0/08_debugging.md",
-  "sourceDirName": ".",
-  "slug": "/debugging-debugging",
-  "permalink": "/docs/0.66.0/debugging-debugging",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "debugging-debugging",
-    "title": "Debugging",
-    "sidebar_label": "Debugging",
-    "original_id": "debugging-debugging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-08-monitoring-md-f16.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-08-monitoring-md-f16.json
deleted file mode 100644
index dcba403..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-08-monitoring-md-f16.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "debugging-monitoring",
-  "id": "version-0.66.0/debugging-monitoring",
-  "title": "Monitoring",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.66.0/08_monitoring.md",
-  "sourceDirName": ".",
-  "slug": "/debugging-monitoring",
-  "permalink": "/docs/0.66.0/debugging-monitoring",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "debugging-monitoring",
-    "title": "Monitoring",
-    "sidebar_label": "Monitoring",
-    "original_id": "debugging-monitoring"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-09-contribute-md-d9b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-09-contribute-md-d9b.json
deleted file mode 100644
index 37b0987..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-09-contribute-md-d9b.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "community-contribute",
-  "id": "version-0.66.0/community-contribute",
-  "title": "Contribute",
-  "description": "Contribute",
-  "source": "@site/versioned_docs/version-0.66.0/09_contribute.md",
-  "sourceDirName": ".",
-  "slug": "/community-contribute",
-  "permalink": "/docs/0.66.0/community-contribute",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-contribute",
-    "title": "Contribute",
-    "sidebar_label": "Contribute",
-    "original_id": "community-contribute"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-09-get-help-md-279.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-09-get-help-md-279.json
deleted file mode 100644
index 5cece00..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-09-get-help-md-279.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "community-get-help",
-  "id": "version-0.66.0/community-get-help",
-  "title": "Get Help",
-  "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-  "source": "@site/versioned_docs/version-0.66.0/09_get-help.md",
-  "sourceDirName": ".",
-  "slug": "/community-get-help",
-  "permalink": "/docs/0.66.0/community-get-help",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-get-help",
-    "title": "Get Help",
-    "sidebar_label": "Get Help",
-    "original_id": "community-get-help"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-archetype-md-170.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-archetype-md-170.json
deleted file mode 100644
index 803ef32..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-archetype-md-170.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-archetype",
-  "id": "version-0.66.0/dev-guide-archetype",
-  "title": "Start Developing",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.66.0/dev-guide-archetype.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-archetype",
-  "permalink": "/docs/0.66.0/dev-guide-archetype",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-archetype",
-    "title": "Start Developing",
-    "sidebar_label": "Start Developing",
-    "original_id": "dev-guide-archetype"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-configuration-md-fc9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-configuration-md-fc9.json
deleted file mode 100644
index 7519d5a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-configuration-md-fc9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-configuration",
-  "id": "version-0.66.0/dev-guide-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.66.0/dev-guide-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-configuration",
-  "permalink": "/docs/0.66.0/dev-guide-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration",
-    "original_id": "dev-guide-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-environment-md-978.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-environment-md-978.json
deleted file mode 100644
index 430852b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-environment-md-978.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-development-environment",
-  "id": "version-0.66.0/dev-guide-development-environment",
-  "title": "Development Environment",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.66.0/dev-guide-environment.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-development-environment",
-  "permalink": "/docs/0.66.0/dev-guide-development-environment",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-development-environment",
-    "title": "Development Environment",
-    "sidebar_label": "Development Environment",
-    "original_id": "dev-guide-development-environment"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-output-strategies-md-f37.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-output-strategies-md-f37.json
deleted file mode 100644
index b50b146..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-output-strategies-md-f37.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-output-strategies",
-  "id": "version-0.66.0/dev-guide-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.66.0/dev-guide-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-output-strategies",
-  "permalink": "/docs/0.66.0/dev-guide-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "Output Strategies",
-    "original_id": "dev-guide-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-static-properties-md-3e5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-static-properties-md-3e5.json
deleted file mode 100644
index 37f5456..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-static-properties-md-3e5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-static-properties",
-  "id": "version-0.66.0/dev-guide-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.66.0/dev-guide-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-static-properties",
-  "permalink": "/docs/0.66.0/dev-guide-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "Static Properties",
-    "original_id": "dev-guide-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-stream-requirements-md-475.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-stream-requirements-md-475.json
deleted file mode 100644
index 2fad0c2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-stream-requirements-md-475.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-stream-requirements",
-  "id": "version-0.66.0/dev-guide-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.66.0/dev-guide-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-stream-requirements",
-  "permalink": "/docs/0.66.0/dev-guide-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "Stream Requirements",
-    "original_id": "dev-guide-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-tutorial-sources-md-1e3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-tutorial-sources-md-1e3.json
deleted file mode 100644
index a4c2e3a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-dev-guide-tutorial-sources-md-1e3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-tutorial-sources",
-  "id": "version-0.66.0/dev-guide-tutorial-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.66.0/dev-guide-tutorial-sources.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-tutorial-sources",
-  "permalink": "/docs/0.66.0/dev-guide-tutorial-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-tutorial-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources",
-    "original_id": "dev-guide-tutorial-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-coindesk-md-5f4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-coindesk-md-5f4.json
deleted file mode 100644
index 4cdd161..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-coindesk-md-5f4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.coindesk",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "title": "Coindesk Bitcoin Price",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.coindesk.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.coindesk",
-    "title": "Coindesk Bitcoin Price",
-    "sidebar_label": "Coindesk Bitcoin Price",
-    "original_id": "org.apache.streampipes.connect.adapters.coindesk"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-365.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-365.json
deleted file mode 100644
index d97d751..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-365.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.connect.adapters.flic.mqtt",
-  "id": "version-0.66.0/pe/version-0.68.0-org.apache.streampipes.connect.adapters.flic.mqtt",
-  "title": "Flic MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.connect.adapters.flic.mqtt",
-  "permalink": "/docs/0.66.0/pe/version-0.68.0-org.apache.streampipes.connect.adapters.flic.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.connect.adapters.flic.mqtt",
-    "title": "Flic MQTT",
-    "sidebar_label": "Flic MQTT",
-    "original_id": "org.apache.streampipes.connect.adapters.flic.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-gdelt-md-ee7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-gdelt-md-ee7.json
deleted file mode 100644
index 6e72db1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-gdelt-md-ee7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.gdelt",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "title": "GDELT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.gdelt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.gdelt",
-    "title": "GDELT",
-    "sidebar_label": "GDELT",
-    "original_id": "org.apache.streampipes.connect.adapters.gdelt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-iex-news-md-340.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-iex-news-md-340.json
deleted file mode 100644
index de76ac5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-iex-news-md-340.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.news",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "title": "IEX Cloud News",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.iex.news.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.news",
-    "title": "IEX Cloud News",
-    "sidebar_label": "IEX Cloud News",
-    "original_id": "org.apache.streampipes.connect.adapters.iex.news"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-4df.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-4df.json
deleted file mode 100644
index 98f6a54..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-4df.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "title": "IEX Cloud Stock Quotes",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.stocks",
-    "title": "IEX Cloud Stock Quotes",
-    "sidebar_label": "IEX Cloud Stock Quotes",
-    "original_id": "org.apache.streampipes.connect.adapters.iex.stocks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-image-set-md-490.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-image-set-md-490.json
deleted file mode 100644
index dd9d740..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-image-set-md-490.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.set",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.image.set",
-  "title": "Image Upload (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.image.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.set",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.image.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.set",
-    "title": "Image Upload (Set)",
-    "sidebar_label": "Image Upload (Set)",
-    "original_id": "org.apache.streampipes.connect.adapters.image.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-image-stream-md-2cc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-image-stream-md-2cc.json
deleted file mode 100644
index 354fe1f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-image-stream-md-2cc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.stream",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "title": "Image Upload (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.image.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.stream",
-    "title": "Image Upload (Stream)",
-    "sidebar_label": "Image Upload (Stream)",
-    "original_id": "org.apache.streampipes.connect.adapters.image.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-86f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-86f.json
deleted file mode 100644
index d077b61..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-86f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "title": "InfluxDB Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.set",
-    "title": "InfluxDB Set Adapter",
-    "sidebar_label": "InfluxDB Set Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.influxdb.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-c85.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-c85.json
deleted file mode 100644
index 31378c1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-c85.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "title": "InfluxDB Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.stream",
-    "title": "InfluxDB Stream Adapter",
-    "sidebar_label": "InfluxDB Stream Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.influxdb.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-iss-md-3fe.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-iss-md-3fe.json
deleted file mode 100644
index 37c5689..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-iss-md-3fe.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iss",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.iss",
-  "title": "ISS Location",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.iss.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iss",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.iss",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iss",
-    "title": "ISS Location",
-    "sidebar_label": "ISS Location",
-    "original_id": "org.apache.streampipes.connect.adapters.iss"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-mysql-set-md-74a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-mysql-set-md-74a.json
deleted file mode 100644
index d06ecbf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-mysql-set-md-74a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "title": "MySQL Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.set",
-    "title": "MySQL Set Adapter",
-    "sidebar_label": "MySQL Set Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.mysql.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-37d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-37d.json
deleted file mode 100644
index 98ffbbe..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-37d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "title": "MySql Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.stream",
-    "title": "MySql Stream Adapter",
-    "sidebar_label": "MySql Stream Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.mysql.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-4e9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-4e9.json
deleted file mode 100644
index 4f13346..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-4e9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "title": "NETIO MQTT M2M",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.mqtt",
-    "title": "NETIO MQTT M2M",
-    "sidebar_label": "NETIO MQTT M2M",
-    "original_id": "org.apache.streampipes.connect.adapters.netio.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-netio-rest-md-619.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-netio-rest-md-619.json
deleted file mode 100644
index 073894e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-netio-rest-md-619.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "title": "NETIO http JSON",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.rest",
-    "title": "NETIO http JSON",
-    "sidebar_label": "NETIO http JSON",
-    "original_id": "org.apache.streampipes.connect.adapters.netio.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-8f1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-8f1.json
deleted file mode 100644
index 76d3597..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-8f1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "title": "NSW Traffic Cameras",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-    "title": "NSW Traffic Cameras",
-    "sidebar_label": "NSW Traffic Cameras",
-    "original_id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-opcua-md-36e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-opcua-md-36e.json
deleted file mode 100644
index 923605c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-opcua-md-36e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.opcua",
-  "title": "OPC UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.opcua",
-    "title": "OPC UA",
-    "sidebar_label": "OPC UA",
-    "original_id": "org.apache.streampipes.connect.adapters.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-f23.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-f23.json
deleted file mode 100644
index 3d02b73..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-f23.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "id": "version-0.66.0/pe/version-0.68.0-org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "title": "PLC4X MODBUS",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "permalink": "/docs/0.66.0/pe/version-0.68.0-org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.connect.adapters.plc4x.modbus",
-    "title": "PLC4X MODBUS",
-    "sidebar_label": "PLC4X MODBUS",
-    "original_id": "org.apache.streampipes.connect.adapters.plc4x.modbus"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-611.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-611.json
deleted file mode 100644
index 9337f19..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-611.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "title": "PLC4X S7",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.s7",
-    "title": "PLC4X S7",
-    "sidebar_label": "PLC4X S7",
-    "original_id": "org.apache.streampipes.connect.adapters.plc4x.s7"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-ros-md-a4c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-ros-md-a4c.json
deleted file mode 100644
index 94424ed..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-ros-md-a4c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ros",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.ros",
-  "title": "ROS Bridge",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.ros.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ros",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.ros",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ros",
-    "title": "ROS Bridge",
-    "sidebar_label": "ROS Bridge",
-    "original_id": "org.apache.streampipes.connect.adapters.ros"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-37e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-37e.json
deleted file mode 100644
index 75ad7e8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-37e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.connect.adapters.simulator.machine",
-  "id": "version-0.66.0/pe/version-0.68.0-org.apache.streampipes.connect.adapters.simulator.machine",
-  "title": "Machine Data Simulator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.connect.adapters.simulator.machine",
-  "permalink": "/docs/0.66.0/pe/version-0.68.0-org.apache.streampipes.connect.adapters.simulator.machine",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.connect.adapters.simulator.machine",
-    "title": "Machine Data Simulator",
-    "sidebar_label": "Machine Data Simulator",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.machine"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-b6f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-b6f.json
deleted file mode 100644
index b95cd13..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-b6f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "title": "Random Data Simulator (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdataset",
-    "title": "Random Data Simulator (Set)",
-    "sidebar_label": "Random Data Simulator (Set)",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-374.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-374.json
deleted file mode 100644
index 18ee07c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-374.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "title": "Random Data Simulator (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-    "title": "Random Data Simulator (Stream)",
-    "sidebar_label": "Random Data Simulator (Stream)",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-slack-md-2f4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-slack-md-2f4.json
deleted file mode 100644
index cf01667..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-slack-md-2f4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.slack",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.slack",
-  "title": "Slack",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.slack",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.slack",
-    "title": "Slack",
-    "sidebar_label": "Slack",
-    "original_id": "org.apache.streampipes.connect.adapters.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-ti-md-009.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-ti-md-009.json
deleted file mode 100644
index 75e5665..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-ti-md-009.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ti",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.ti",
-  "title": "TI Sensor Tag",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.ti.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ti",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.ti",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ti",
-    "title": "TI Sensor Tag",
-    "sidebar_label": "TI Sensor Tag",
-    "original_id": "org.apache.streampipes.connect.adapters.ti"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-bab.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-bab.json
deleted file mode 100644
index ef4581b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-bab.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "title": "Wikipedia Edits",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.edit",
-    "title": "Wikipedia Edits",
-    "sidebar_label": "Wikipedia Edits",
-    "original_id": "org.apache.streampipes.connect.adapters.wikipedia.edit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-293.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-293.json
deleted file mode 100644
index fa1ab46..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-293.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "title": "Wikipedia New Articles",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.new",
-    "title": "Wikipedia New Articles",
-    "sidebar_label": "Wikipedia New Articles",
-    "original_id": "org.apache.streampipes.connect.adapters.wikipedia.new"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-file-md-d25.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-file-md-d25.json
deleted file mode 100644
index 3395180..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-file-md-d25.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.file",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "title": "File Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.protocol.stream.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.file",
-    "title": "File Stream",
-    "sidebar_label": "File Stream",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-http-md-b80.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-http-md-b80.json
deleted file mode 100644
index 4ed3998..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-http-md-b80.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.http",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "title": "HTTP Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.protocol.stream.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.http",
-    "title": "HTTP Stream",
-    "sidebar_label": "HTTP Stream",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-0e8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-0e8.json
deleted file mode 100644
index f512d4d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-0e8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.connect.protocol.stream.httpserver",
-  "id": "version-0.66.0/pe/version-0.68.0-org.apache.streampipes.connect.protocol.stream.httpserver",
-  "title": "HTTP Server",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.connect.protocol.stream.httpserver",
-  "permalink": "/docs/0.66.0/pe/version-0.68.0-org.apache.streampipes.connect.protocol.stream.httpserver",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.connect.protocol.stream.httpserver",
-    "title": "HTTP Server",
-    "sidebar_label": "HTTP Server",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.httpserver"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-1b1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-1b1.json
deleted file mode 100644
index 8957a5b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-1b1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "title": "Apache Kafka",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.kafka",
-    "title": "Apache Kafka",
-    "sidebar_label": "Apache Kafka",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-de2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-de2.json
deleted file mode 100644
index 68932fd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-de2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "title": "MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.mqtt",
-    "title": "MQTT",
-    "sidebar_label": "MQTT",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-559.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-559.json
deleted file mode 100644
index b6ec35b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-559.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "id": "version-0.66.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "title": "Apache Pulsar",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.pulsar",
-    "title": "Apache Pulsar",
-    "sidebar_label": "Apache Pulsar",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-geo-flink-md-b7e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-geo-flink-md-b7e.json
deleted file mode 100644
index 9130d74..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-geo-flink-md-b7e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.flink",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processor.geo.flink",
-  "title": "Spatial Grid Enrichment",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processor.geo.flink.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.flink",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processor.geo.flink",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.flink",
-    "title": "Spatial Grid Enrichment",
-    "sidebar_label": "Spatial Grid Enrichment",
-    "original_id": "org.apache.streampipes.processor.geo.flink"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-cfb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-cfb.json
deleted file mode 100644
index 4bd90fc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-cfb.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "title": "Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-    "title": "Google Maps Geocoder",
-    "sidebar_label": "Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.geocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-ed9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-ed9.json
deleted file mode 100644
index ee0b3ae..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-ed9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "title": "Reverse Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-    "title": "Reverse Geocoder",
-    "sidebar_label": "Reverse Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-669.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-669.json
deleted file mode 100644
index e4b5662..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-669.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "title": "Static Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-    "title": "Static Google Maps Geocoder",
-    "sidebar_label": "Static Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-e1b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-e1b.json
deleted file mode 100644
index f188457..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-e1b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-fce.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-fce.json
deleted file mode 100644
index 93840b6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-fce.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "title": "Image Cropper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-    "title": "Image Cropper",
-    "sidebar_label": "Image Cropper",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-aa0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-aa0.json
deleted file mode 100644
index fad69eb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-aa0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-3d5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-3d5.json
deleted file mode 100644
index 9448310..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-3d5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader",
-    "original_id": "org.apache.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-398.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-398.json
deleted file mode 100644
index 3aed87f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-398.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-063.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-063.json
deleted file mode 100644
index 46013e4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-063.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "title": "Count Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.count",
-    "title": "Count Aggregation",
-    "sidebar_label": "Count Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.count"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-096.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-096.json
deleted file mode 100644
index 9d9a949..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-096.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "title": "Event Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-    "title": "Event Counter",
-    "sidebar_label": "Event Counter",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.eventcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-e57.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-e57.json
deleted file mode 100644
index f952517..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-e57.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-4ba.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-4ba.json
deleted file mode 100644
index ebb765c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-4ba.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "id": "version-0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "title": "Cusum",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "permalink": "/docs/0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.changedetection.jvm.cusum",
-    "title": "Cusum",
-    "sidebar_label": "Cusum",
-    "original_id": "org.apache.streampipes.processors.changedetection.jvm.cusum"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-997.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-997.json
deleted file mode 100644
index fcb48a2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-997.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "title": "Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-    "title": "Math",
-    "sidebar_label": "Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-7a4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-7a4.json
deleted file mode 100644
index 98394b4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-7a4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "title": "Static Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-    "title": "Static Math",
-    "sidebar_label": "Static Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-006.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-006.json
deleted file mode 100644
index 9fb0623..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-006.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "title": "Trigonometry Functions",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-    "title": "Trigonometry Functions",
-    "sidebar_label": "Trigonometry Functions",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-dc3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-dc3.json
deleted file mode 100644
index 504d837..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-dc3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "title": "URL Dereferencing",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-    "title": "URL Dereferencing",
-    "sidebar_label": "URL Dereferencing",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-10f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-10f.json
deleted file mode 100644
index 76d13d3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-10f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "title": "Timestamp Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-    "title": "Timestamp Enricher",
-    "sidebar_label": "Timestamp Enricher",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.timestamp"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-9f1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-9f1.json
deleted file mode 100644
index ed1f224..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-9f1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "title": "Size Measure",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-    "title": "Size Measure",
-    "sidebar_label": "Size Measure",
-    "original_id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-compose-md-298.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-compose-md-298.json
deleted file mode 100644
index d07cd4b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-compose-md-298.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "title": "Compose",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.compose",
-    "title": "Compose",
-    "sidebar_label": "Compose",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.compose"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-bc9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-bc9.json
deleted file mode 100644
index 4e52878..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-bc9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "title": "Merge By Enrich",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-    "title": "Merge By Enrich",
-    "sidebar_label": "Merge By Enrich",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.enrich"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-d00.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-d00.json
deleted file mode 100644
index e03796d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-d00.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.filters.jvm.limit",
-  "id": "version-0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.filters.jvm.limit",
-  "title": "Rate Limit",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.filters.jvm.limit",
-  "permalink": "/docs/0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.filters.jvm.limit",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.filters.jvm.limit",
-    "title": "Rate Limit",
-    "sidebar_label": "Rate Limit",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.limit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-1a8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-1a8.json
deleted file mode 100644
index 03736a6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-1a8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "title": "Merge By Time",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.merge",
-    "title": "Merge By Time",
-    "sidebar_label": "Merge By Time",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.merge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-584.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-584.json
deleted file mode 100644
index 215b1a8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-584.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "title": "Numerical Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-    "title": "Numerical Filter",
-    "sidebar_label": "Numerical Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-0e3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-0e3.json
deleted file mode 100644
index 9daca8f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-0e3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "title": "Numerical Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-    "title": "Numerical Text Filter",
-    "sidebar_label": "Numerical Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-project-md-d76.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-project-md-d76.json
deleted file mode 100644
index 0de6a57..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-project-md-d76.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.project",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "title": "Projection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.project.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.project",
-    "title": "Projection",
-    "sidebar_label": "Projection",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.project"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-7c4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-7c4.json
deleted file mode 100644
index 12bf69e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-7c4.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "title": "Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-    "title": "Text Filter",
-    "sidebar_label": "Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.textfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-90b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-90b.json
deleted file mode 100644
index 5d34c8e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-90b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "title": "Threshold Detector",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-    "title": "Threshold Detector",
-    "sidebar_label": "Threshold Detector",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.threshold"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-9e0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-9e0.json
deleted file mode 100644
index b0d88bf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-9e0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "title": "Creates JTS Point",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-    "title": "Creates JTS Point",
-    "sidebar_label": "Creates JTS Point",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-7e3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-7e3.json
deleted file mode 100644
index 747261e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-7e3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "title": "EPSG Code",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-    "title": "EPSG Code",
-    "sidebar_label": "EPSG Code",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-ef3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-ef3.json
deleted file mode 100644
index 010a07f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-ef3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "title": "Single Trajectory Creator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-    "title": "Single Trajectory Creator",
-    "sidebar_label": "Single Trajectory Creator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-b86.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-b86.json
deleted file mode 100644
index 26def0a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-b86.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "title": "Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-    "title": "Distance Calculator",
-    "sidebar_label": "Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-2ce.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-2ce.json
deleted file mode 100644
index 650fd43..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-2ce.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "title": "Speed Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.speed",
-    "title": "Speed Calculator",
-    "sidebar_label": "Speed Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.speed"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-c04.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-c04.json
deleted file mode 100644
index 53e7ab8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-c04.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "title": "Static Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-    "title": "Static Distance Calculator",
-    "sidebar_label": "Static Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-ece.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-ece.json
deleted file mode 100644
index 276fb6e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-ece.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "title": "Absence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-    "title": "Absence",
-    "sidebar_label": "Absence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.absence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-766.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-766.json
deleted file mode 100644
index 3c1d7a1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-766.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "title": "And",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-    "title": "And",
-    "sidebar_label": "And",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.and"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-030.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-030.json
deleted file mode 100644
index 76a09e8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-030.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-3e3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-3e3.json
deleted file mode 100644
index 457f3b3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-3e3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "title": "Sequence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-    "title": "Sequence",
-    "sidebar_label": "Sequence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-857.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-857.json
deleted file mode 100644
index 3de8dc9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-857.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-de6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-de6.json
deleted file mode 100644
index 2484686..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-de6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-increase-md-e49.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-increase-md-e49.json
deleted file mode 100644
index 4abfd5d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-increase-md-e49.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.siddhi.increase.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend",
-    "original_id": "org.apache.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-664.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-664.json
deleted file mode 100644
index e25b5d3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-664.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)",
-    "original_id": "org.apache.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-sequence-md-b8c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-sequence-md-b8c.json
deleted file mode 100644
index 68e808e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-sequence-md-b8c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.sequence",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "title": "Sequence Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.siddhi.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.sequence",
-    "title": "Sequence Detection",
-    "sidebar_label": "Sequence Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-stop-md-f10.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-stop-md-f10.json
deleted file mode 100644
index 668ea93..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-siddhi-stop-md-f10.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.siddhi.stop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-b9b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-b9b.json
deleted file mode 100644
index 10b439f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-b9b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "title": "Statistics Summary",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.statistics.flink.statistics-summary",
-    "title": "Statistics Summary",
-    "sidebar_label": "Statistics Summary",
-    "original_id": "org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-f54.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-f54.json
deleted file mode 100644
index 2c5f2c6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-f54.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-c1b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-c1b.json
deleted file mode 100644
index c0713ee..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-c1b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-5a1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-5a1.json
deleted file mode 100644
index bed8917..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-5a1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "title": "Chunker (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-    "title": "Chunker (English)",
-    "sidebar_label": "Chunker (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.chunker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-908.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-908.json
deleted file mode 100644
index 603eb90..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-908.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-92d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-92d.json
deleted file mode 100644
index 2544c32..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-92d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "title": "Name Finder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-    "title": "Name Finder",
-    "sidebar_label": "Name Finder",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.namefinder"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-da5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-da5.json
deleted file mode 100644
index 3f4d2bd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-da5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "title": "Part of Speech (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-    "title": "Part of Speech (English)",
-    "sidebar_label": "Part of Speech (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-16a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-16a.json
deleted file mode 100644
index d437515..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-16a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "title": "Sentence Detection (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-    "title": "Sentence Detection (English)",
-    "sidebar_label": "Sentence Detection (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-34d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-34d.json
deleted file mode 100644
index 77ec86a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-34d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "title": "Tokenizer (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-    "title": "Tokenizer (English)",
-    "sidebar_label": "Tokenizer (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-014.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-014.json
deleted file mode 100644
index c48c7d1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-014.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-f0f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-f0f.json
deleted file mode 100644
index 2f3818e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-f0f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "title": "Field Mapper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-    "title": "Field Mapper",
-    "sidebar_label": "Field Mapper",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-mapper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-137.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-137.json
deleted file mode 100644
index e269182..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-137.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-1b2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-1b2.json
deleted file mode 100644
index fab08b2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-1b2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-03a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-03a.json
deleted file mode 100644
index 492381c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-03a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-f56.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-f56.json
deleted file mode 100644
index 85e6aea..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-f56.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "title": "Boilerplate Removal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-    "title": "Boilerplate Removal",
-    "sidebar_label": "Boilerplate Removal",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-77d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-77d.json
deleted file mode 100644
index 58e6340..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-77d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "title": "Boolean Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-    "title": "Boolean Counter",
-    "sidebar_label": "Boolean Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-2fd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-2fd.json
deleted file mode 100644
index 3952e6a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-2fd.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "title": "Boolean Inverter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-    "title": "Boolean Inverter",
-    "sidebar_label": "Boolean Inverter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-635.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-635.json
deleted file mode 100644
index 1ebd954..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-635.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "title": "Measure Time Between Two Sensors",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-    "title": "Measure Time Between Two Sensors",
-    "sidebar_label": "Measure Time Between Two Sensors",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-c5b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-c5b.json
deleted file mode 100644
index e8e4807..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-c5b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "title": "Boolean Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-    "title": "Boolean Timer",
-    "sidebar_label": "Boolean Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-1bc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-1bc.json
deleted file mode 100644
index cf76a6e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-1bc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "title": "Value Changed",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-    "title": "Value Changed",
-    "sidebar_label": "Value Changed",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.changed-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-3cf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-3cf.json
deleted file mode 100644
index 0f433bb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-3cf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "title": "Count Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-    "title": "Count Array",
-    "sidebar_label": "Count Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.count-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-aa5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-aa5.json
deleted file mode 100644
index fa259ac..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-aa5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "title": "CSV Metadata Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-    "title": "CSV Metadata Enricher",
-    "sidebar_label": "CSV Metadata Enricher",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-771.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-771.json
deleted file mode 100644
index 3acdbcc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-771.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "title": "Calculate Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-    "title": "Calculate Duration",
-    "sidebar_label": "Calculate Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.duration-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-30e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-30e.json
deleted file mode 100644
index 2203024..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-30e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "id": "version-0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "title": "Signal Edge Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "permalink": "/docs/0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-    "title": "Signal Edge Filter",
-    "sidebar_label": "Signal Edge Filter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-357.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-357.json
deleted file mode 100644
index 447b8a1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-357.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "id": "version-0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "title": "Boolean To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "permalink": "/docs/0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-    "title": "Boolean To State",
-    "sidebar_label": "Boolean To State",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-196.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-196.json
deleted file mode 100644
index 20db27d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-196.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "id": "version-0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "title": "State Buffer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "permalink": "/docs/0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-    "title": "State Buffer",
-    "sidebar_label": "State Buffer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-0bc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-0bc.json
deleted file mode 100644
index c996a85..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-0bc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "id": "version-0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "title": "State Buffer Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "permalink": "/docs/0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-    "title": "State Buffer Labeler",
-    "sidebar_label": "State Buffer Labeler",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-fe7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-fe7.json
deleted file mode 100644
index 80f55c8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-fe7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "id": "version-0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "title": "Number Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "permalink": "/docs/0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-    "title": "Number Labeler",
-    "sidebar_label": "Number Labeler",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-3f6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-3f6.json
deleted file mode 100644
index d4f4ee7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-3f6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "id": "version-0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "title": "String To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "permalink": "/docs/0.66.0/pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-    "title": "String To State",
-    "sidebar_label": "String To State",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-ffe.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-ffe.json
deleted file mode 100644
index 872d35c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-ffe.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "title": "Timestamp Extractor",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-    "title": "Timestamp Extractor",
-    "sidebar_label": "Timestamp Extractor",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-c28.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-c28.json
deleted file mode 100644
index a322676..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-c28.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-618.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-618.json
deleted file mode 100644
index 31dd2e6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-618.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "title": "String Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-    "title": "String Counter",
-    "sidebar_label": "String Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-25b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-25b.json
deleted file mode 100644
index b6b4ea9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-25b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "title": "String Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-    "title": "String Timer",
-    "sidebar_label": "String Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-92d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-92d.json
deleted file mode 100644
index cee02f9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-92d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "title": "Task Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-    "title": "Task Duration",
-    "sidebar_label": "Task Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.taskduration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-a8a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-a8a.json
deleted file mode 100644
index 1c28a14..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-a8a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "id": "version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "title": "Transform to boolean",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-    "title": "Transform to boolean",
-    "sidebar_label": "Transform to boolean",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-protocol-set-file-md-f97.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-protocol-set-file-md-f97.json
deleted file mode 100644
index 6714355..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-protocol-set-file-md-f97.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.file",
-  "id": "version-0.66.0/pe/org.apache.streampipes.protocol.set.file",
-  "title": "File Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.protocol.set.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.file",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.protocol.set.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.file",
-    "title": "File Set",
-    "sidebar_label": "File Set",
-    "original_id": "org.apache.streampipes.protocol.set.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-protocol-set-http-md-0e6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-protocol-set-http-md-0e6.json
deleted file mode 100644
index 8c34711..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-protocol-set-http-md-0e6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.http",
-  "id": "version-0.66.0/pe/org.apache.streampipes.protocol.set.http",
-  "title": "HTTP Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.protocol.set.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.http",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.protocol.set.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.http",
-    "title": "HTTP Set",
-    "sidebar_label": "HTTP Set",
-    "original_id": "org.apache.streampipes.protocol.set.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-ac3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-ac3.json
deleted file mode 100644
index 9167b1a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-ac3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "title": "Buffered REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-    "title": "Buffered REST Publisher",
-    "sidebar_label": "Buffered REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-40d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-40d.json
deleted file mode 100644
index f0c4a80..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-40d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "title": "JMS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-    "title": "JMS Publisher",
-    "sidebar_label": "JMS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.jms"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-919.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-919.json
deleted file mode 100644
index 3b4164d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-919.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "title": "Kafka Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-    "title": "Kafka Publisher",
-    "sidebar_label": "Kafka Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-1e7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-1e7.json
deleted file mode 100644
index ea788af..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-1e7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "title": "MQTT Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.mqtt",
-    "title": "MQTT Publisher",
-    "sidebar_label": "MQTT Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-aea.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-aea.json
deleted file mode 100644
index a671e83..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-aea.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.sinks.brokers.jvm.nats",
-  "id": "version-0.66.0/pe/version-0.68.0-org.apache.streampipes.sinks.brokers.jvm.nats",
-  "title": "NATS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.sinks.brokers.jvm.nats",
-  "permalink": "/docs/0.66.0/pe/version-0.68.0-org.apache.streampipes.sinks.brokers.jvm.nats",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.sinks.brokers.jvm.nats",
-    "title": "NATS Publisher",
-    "sidebar_label": "NATS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.nats"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-cd3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-cd3.json
deleted file mode 100644
index 3086c54..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-cd3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "title": "Pulsar Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-    "title": "Pulsar Publisher",
-    "sidebar_label": "Pulsar Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-783.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-783.json
deleted file mode 100644
index 3dd8149..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-783.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-5df.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-5df.json
deleted file mode 100644
index e0b70ae..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-5df.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "title": "REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-    "title": "REST Publisher",
-    "sidebar_label": "REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-ditto-md-dd5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-ditto-md-dd5.json
deleted file mode 100644
index 6d1348b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-ditto-md-dd5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.databases.ditto",
-  "title": "Eclipse Ditto",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.databases.ditto.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.databases.ditto",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.ditto",
-    "title": "Eclipse Ditto",
-    "sidebar_label": "Eclipse Ditto",
-    "original_id": "org.apache.streampipes.sinks.databases.ditto"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-512.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-512.json
deleted file mode 100644
index 9584c23..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-512.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "title": "Elasticsearch",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-    "title": "Elasticsearch",
-    "sidebar_label": "Elasticsearch",
-    "original_id": "org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-2ab.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-2ab.json
deleted file mode 100644
index ccdf1fe..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-2ab.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "title": "CouchDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-    "title": "CouchDB",
-    "sidebar_label": "CouchDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.couchdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-d15.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-d15.json
deleted file mode 100644
index 501b385..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-d15.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "title": "InfluxDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-    "title": "InfluxDB",
-    "sidebar_label": "InfluxDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.influxdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-65e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-65e.json
deleted file mode 100644
index 6bb3a05..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-65e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "title": "IoTDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-    "title": "IoTDB",
-    "sidebar_label": "IoTDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.iotdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-4d1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-4d1.json
deleted file mode 100644
index 41ab736..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-4d1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.sinks.databases.jvm.mysql",
-  "id": "version-0.66.0/pe/version-0.68.0-org.apache.streampipes.sinks.databases.jvm.mysql",
-  "title": "MySQL Database",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.sinks.databases.jvm.mysql",
-  "permalink": "/docs/0.66.0/pe/version-0.68.0-org.apache.streampipes.sinks.databases.jvm.mysql",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.sinks.databases.jvm.mysql",
-    "title": "MySQL Database",
-    "sidebar_label": "MySQL Database",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.mysql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-fa8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-fa8.json
deleted file mode 100644
index 3079361..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-fa8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "title": "OPC-UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-    "title": "OPC-UA",
-    "sidebar_label": "OPC-UA",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-e73.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-e73.json
deleted file mode 100644
index c3f3717..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-e73.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "title": "PostgreSQL",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-    "title": "PostgreSQL",
-    "sidebar_label": "PostgreSQL",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.postgresql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-9b0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-9b0.json
deleted file mode 100644
index 4e36910..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-9b0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "title": "Dashboard Sink",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-    "title": "Dashboard Sink",
-    "sidebar_label": "Dashboard Sink",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-447.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-447.json
deleted file mode 100644
index 2c9f931..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-447.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "title": "Data Lake",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-    "title": "Data Lake",
-    "sidebar_label": "Data Lake",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.datalake"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-225.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-225.json
deleted file mode 100644
index 2618c2d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-225.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-a29.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-a29.json
deleted file mode 100644
index 8f258e3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-a29.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "title": "Email Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-    "title": "Email Notification",
-    "sidebar_label": "Email Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.email"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-8f0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-8f0.json
deleted file mode 100644
index 8ad4531..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-8f0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "title": "OneSignal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-    "title": "OneSignal",
-    "sidebar_label": "OneSignal",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-2cf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-2cf.json
deleted file mode 100644
index f751457..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-2cf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.66.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/0.66.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-97d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-97d.json
deleted file mode 100644
index 293c572..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-97d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/version-0.68.0-org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "id": "version-0.66.0/pe/version-0.68.0-org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "title": "Telegram Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.66.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/version-0.68.0-org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "permalink": "/docs/0.66.0/pe/version-0.68.0-org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.68.0-org.apache.streampipes.sinks.notifications.jvm.telegram",
-    "title": "Telegram Publisher",
-    "sidebar_label": "Telegram Publisher",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.telegram"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pipeline-elements-md-e77.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pipeline-elements-md-e77.json
deleted file mode 100644
index c163832..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-pipeline-elements-md-e77.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pipeline-elements",
-  "id": "version-0.66.0/pipeline-elements",
-  "title": "Overview",
-  "description": "Data ProcessorAbsenceDetects whether an event does not arrive within a specified time after the occurrence of another event.  Documentation  Docker Container  Code on GithubData ProcessorAggregationPerforms different aggregation functions  Documentation  Docker Container  Code on GithubData ProcessorAndDetects whether an event co-occurs with another event within a given time.  Documentation  Docker Container  Code on GithubData SinkApache KafkaConsumes messages from an Apache Kafka broker  Documentation  Docker Container  Code on GithubData SinkApache PulsarConsumes messages from an Apache Pulsar broker  Documentation  Docker Container  Code on GithubData ProcessorBoilerplate RemovalRemoves boilerplate and extract fulltext from HTML  Documentation  Docker Container  Code on GithubData ProcessorBoolean CounterIncreases a counter on each change of a boolean value  Documentation  Docker Container  Code on GithubData ProcessorBoolean InverterInverts the boolean value of the selected field  Documentation  Docker Container  Code on GithubData ProcessorBoolean TimerMeasures how long a boolean measure does not change  Documentation  Docker Container  Code on GithubData SinkBuffered REST PublisherOnce a given amount of events is reached, events are posted to the given REST interface.  Documentation  Docker Container  Code on GithubData ProcessorCSV Metadata EnricherEnriches an event with additional fields from a  Documentation  Docker Container  Code on GithubData ProcessorCalculate DurationCalculates the time between two timestamps.  Documentation  Docker Container  Code on GithubData ProcessorChunker (English)Segments given tokens of a text into different chunks  Documentation  Docker Container  Code on GithubData SinkCoindesk Bitcoin PriceThe current bitcoin price from the Coindesk API.  Documentation  Docker Container  Code on GithubData ProcessorComposeMerges two event streams  Documentation  Docker Container  Code on GithubData SinkCouchDBStores events in an Apache CouchDB database.  Documentation  Docker Container  Code on GithubData ProcessorCount AggregationPerforms an aggregation based on a given event property and outputs the number of occurrences.  Documentation  Docker Container  Code on GithubData ProcessorCount ArrayCounts the size of list items.  Documentation  Docker Container  Code on GithubData ProcessorCreates JTS PointCreates a JTS Point from Latitude and Longitude values  Documentation  Docker Container  Code on GithubData SinkDashboard SinkVisualizes data streams in the StreamPipes dashboard  Documentation  Docker Container  Code on GithubData SinkData LakeStores events in the StreamPipes data lake.  Documentation  Docker Container  Code on GithubData ProcessorDistance CalculatorCalculates the distance between two geo points  Documentation  Docker Container  Code on GithubData ProcessorEPSG CodeAdds a corresponding EPSG Code to the Geo-Event  Documentation  Docker Container  Code on GithubData SinkEclipse DittoPublishes events to Eclipse Ditto.  Documentation  Docker Container  Code on GithubData SinkElasticsearchStores data in an elasticsearch cluster  Documentation  Docker Container  Code on GithubData SinkEmail NotificationEmail service to send notifications emails  Documentation  Docker Container  Code on GithubData ProcessorEvent CounterCounts the number of events within a time window.  Documentation  Docker Container  Code on GithubData ProcessorEvent RateComputes current event rate. Output is a number representing events per second.  Documentation  Docker Container  Code on GithubData ProcessorField ConverterConverts a string value to a number data type  Documentation  Docker Container  Code on GithubData ProcessorField HasherHashes the value of a field using various hash functions.  Documentation  Docker Container  Code on GithubData ProcessorField MapperReplaces one or more field with a new field and computes a hash value of these fields  Documentation  Docker Container  Code on GithubData ProcessorField RenamerReplaces the runtime name of an event property with a custom defined name.  Documentation  Docker Container  Code on GithubData SinkFile SetReads the content from a local file.  Documentation  Docker Container  Code on GithubData SinkFile Streamnull  Documentation  Docker Container  Code on GithubData ProcessorFrequency CalculationCalculates the frequency of the event stream  Documentation  Docker Container  Code on GithubData ProcessorFrequency ChangeDetects when the frequency of the event stream changes  Documentation  Docker Container  Code on GithubData SinkGDELTGlobal Database of Society  Documentation  Docker Container  Code on GithubData ProcessorGeneric Image ClassificationClassification Description (Generic Model)  Documentation  Docker Container  Code on GithubData ProcessorGoogle Maps GeocoderGeocodes a placename to a latitude/longitude combination  Documentation  Docker Container  Code on GithubData SinkHTTP SetRegularly poll an HTTP endpoint  Documentation  Docker Container  Code on GithubData SinkHTTP StreamContinuously fetched events from an HTTP REST endpoint.  Documentation  Docker Container  Code on GithubData SinkIEX Cloud NewsFetches news for a given company (10 news / minutes maximum)  Documentation  Docker Container  Code on GithubData SinkIEX Cloud Stock QuotesLive stock data provided by the IEXCloud API  Documentation  Docker Container  Code on GithubData SinkISS LocationCurrent Location of the International Space Station (ISS)  Documentation  Docker Container  Code on GithubData ProcessorImage CropperCrops an image based on given bounding box coordinates  Documentation  Docker Container  Code on GithubData ProcessorImage EnricherEnriches an image with a bounding box of given coordinates  Documentation  Docker Container  Code on GithubData SinkImage Upload (Set)  Documentation  Docker Container  Code on GithubData SinkImage Upload (Stream)  Documentation  Docker Container  Code on GithubData SinkInfluxDBStores events in an InfluxDB.  Documentation  Docker Container  Code on GithubData SinkInfluxDB Set AdapterCreates a data set for an InfluxDB measurement  Documentation  Docker Container  Code on GithubData SinkInfluxDB Stream AdapterCreates a data stream for an InfluxDB measurement  Documentation  Docker Container  Code on GithubData SinkIoTDBStores events in a IoTDB database.  Documentation  Docker Container  Code on GithubData SinkJMS PublisherPublishes events to a JMS topic  Documentation  Docker Container  Code on GithubData SinkKafka PublisherPublish events to Apache Kafka  Documentation  Docker Container  Code on GithubData ProcessorLanguage DetectionDetects the language of a written text.  Documentation  Docker Container  Code on GithubData ProcessorLanguage DetectionDetects the language of a given text  Documentation  Docker Container  Code on GithubData SinkMQTTnull  Documentation  Docker Container  Code on GithubData SinkMQTT PublisherPublishes events to a MQTT topic  Documentation  Docker Container  Code on GithubData ProcessorMathPerforms calculations on event properties (+, -, , /, %)  Documentation  Docker Container  Code on GithubData ProcessorMeasure Time Between Two SensorsRequires two booleans and measures the time between two signals  Documentation  Docker Container  Code on GithubData ProcessorMeasurement Unit ConverterConverts a unit of measurement to another one  Documentation  Docker Container  Code on GithubData ProcessorMerge By EnrichMerges two event streams by adding properties of one stream to the other  Documentation  Docker Container  Code on GithubData ProcessorMerge By TimeMerges two event streams by timestamp  Documentation  Docker Container  Code on GithubData SinkMySQL Set AdapterCreates a data set from an SQL table  Documentation  Docker Container  Code on GithubData SinkMySql Stream AdapterCreates a data stream for a SQL table  Documentation  Docker Container  Code on GithubData SinkNETIO MQTT M2MConnect a NETIO power plugs over MQTT  Documentation  Docker Container  Code on GithubData SinkNETIO http JSONConnect a NETIO REST power plug  Documentation  Docker Container  Code on GithubData SinkNSW Traffic CamerasTraffic camera images produced by NSW Australia  Documentation  Docker Container  Code on GithubData ProcessorName FinderFinds a name in given Tokens of one document  Documentation  Docker Container  Code on GithubData SinkNotificationPublish a notification to the StreamPipes UI.  Documentation  Docker Container  Code on GithubData ProcessorNumerical FilterNumerical Filter Description  Documentation  Docker Container  Code on GithubData ProcessorNumerical Filter (Siddhi)  Documentation  Docker Container  Code on GithubData ProcessorNumerical Text FilterFilters numerical and text values.  Documentation  Docker Container  Code on GithubData SinkOPC UAReads values from an OPC-UA server  Documentation  Docker Container  Code on GithubData SinkOPC-UAWrites values in an OPC-UA server  Documentation  Docker Container  Code on GithubData SinkOneSignalSend Push Message to OneSignal-Application  Documentation  Docker Container  Code on GithubData SinkPLC4X S7Connect directly to your PLC  Documentation  Docker Container  Code on GithubData ProcessorPart of Speech (English)Takes in a stream of tokens and appends a tag at the end of the word corresponding to the part of speech  Documentation  Docker Container  Code on GithubData ProcessorPeak DetectionDetect peaks in time series data  Documentation  Docker Container  Code on GithubData SinkPostgreSQLStores events in a Postgres database.  Documentation  Docker Container  Code on GithubData ProcessorProjectionOutputs a selectable subset of an input event type  Documentation  Docker Container  Code on GithubData SinkPulsar PublisherPublish events to Apache Pulsar  Documentation  Docker Container  Code on GithubData ProcessorQR Code ReaderDetects a QR Code in an image  Documentation  Docker Container  Code on GithubData SinkREST PublisherPosts events to a REST interface  Documentation  Docker Container  Code on GithubData SinkROS BridgeConnect Robots running on ROS.  Documentation  Docker Container  Code on GithubData SinkRabbitMQ PublisherForwards events to a RabbitMQ broker  Documentation  Docker Container  Code on GithubData SinkRandom Data Simulator (Set)Publishes a bounded stream of random events  Documentation  Docker Container  Code on GithubData SinkRandom Data Simulator (Stream)Publishes a continuous stream of random events  Documentation  Docker Container  Code on GithubData ProcessorReverse GeocoderFinds the nearest place based on latitude and longitude  Documentation  Docker Container  Code on GithubData ProcessorSentence Detection (English)Splits a text up in sentences  Documentation  Docker Container  Code on GithubData ProcessorSequenceDetects a sequence of events.  Documentation  Docker Container  Code on GithubData ProcessorSequence DetectionMerges events from two event streams, when the top event arrives first and then the bottom event  Documentation  Docker Container  Code on GithubData ProcessorSingle Trajectory CreatorCreates a trajectory from JTS point events  Documentation  Docker Container  Code on GithubData ProcessorSize MeasureMeasures the size of an event in Bytes, KB or MB  Documentation  Docker Container  Code on GithubData SinkSlackSubscribes to a Slack channel  Documentation  Docker Container  Code on GithubData SinkSlack NotificationSlack bot to send notifications to Slack  Documentation  Docker Container  Code on GithubData ProcessorSpatial Grid EnrichmentGroups spatial events into cells of a given size  Documentation  Docker Container  Code on GithubData ProcessorSpeed CalculatorCalculates the speed of two latlng pairs in kilometers per hour  Documentation  Docker Container  Code on GithubData ProcessorSplit ArrayOutputs an event for each entry of a list.  Documentation  Docker Container  Code on GithubData ProcessorStatic Distance CalculatorCalculates the distance between a fixed location and a moving location  Documentation  Docker Container  Code on GithubData ProcessorStatic Google Maps GeocoderGeocodes a fixed placename to lat/lng coordinates and  Documentation  Docker Container  Code on GithubData ProcessorStatic MathPerforms calculation on an event property with a static value (+, -, , /, %)  Documentation  Docker Container  Code on GithubData ProcessorStatistics SummaryCalculate simple descriptive summary statistics  Documentation  Docker Container  Code on GithubData ProcessorStream Stop DetectionTriggers an event when the input data stream stops sending events  Documentation  Docker Container  Code on GithubData ProcessorString CounterIncreases a counter on each change of a string value.  Documentation  Docker Container  Code on GithubData ProcessorString TimerMeasures how long a string value does not change  Documentation  Docker Container  Code on GithubData SinkTI Sensor Tagnull  Documentation  Docker Container  Code on GithubData ProcessorTask DurationComputes the time difference between two events  Documentation  Docker Container  Code on GithubData ProcessorText FilterText Filter Description  Documentation  Docker Container  Code on GithubData ProcessorThreshold DetectorWhen threshold rule is fulfilled true is appended  Documentation  Docker Container  Code on GithubData ProcessorTimestamp EnricherAppends the current time in ms to the event payload  Documentation  Docker Container  Code on GithubData ProcessorTimestamp ExtractorExtracts a timestamp into its individual time fields.  Documentation  Docker Container  Code on GithubData ProcessorTokenizer (English)Segments a text into different tokens  Documentation  Docker Container  Code on GithubData ProcessorTransform to booleanTransforms a string or number to a boolean  Documentation  Docker Container  Code on GithubData ProcessorTrendDetects the increase of a numerical field over a customizable time window. Example: A temperature value increases by 10 percent within 5 minutes.  Documentation  Docker Container  Code on GithubData ProcessorTrigonometry FunctionsPerforms Trigonometric functions on event properties  Documentation  Docker Container  Code on GithubData ProcessorURL DereferencingAppend the html page as a string to event  Documentation  Docker Container  Code on GithubData ProcessorValue ChangedOutpus an event every time a specific field changes.  Documentation  Docker Container  Code on GithubData SinkWikipedia EditsContinuously publishes recent Wikipedia edits  Documentation  Docker Container  Code on GithubData SinkWikipedia New ArticlesContinuously publishes articles created on Wikipedia  Documentation  Docker Container  Code on GithubData ProcessorWord CountCounts words on continuous text-based streams  Documentation  Docker Container  Code on Github",
-  "source": "@site/versioned_docs/version-0.66.0/pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/pipeline-elements",
-  "permalink": "/docs/0.66.0/pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "pipeline-elements",
-    "title": "Overview",
-    "sidebar_label": "Overview",
-    "original_id": "pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-user-guide-first-steps-md-766.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-user-guide-first-steps-md-766.json
deleted file mode 100644
index 9c4c78c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-user-guide-first-steps-md-766.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-first-steps",
-  "id": "version-0.66.0/user-guide-first-steps",
-  "title": "First steps",
-  "description": "In this section, you'll learn how to create and run pipelines in StreamPipes.",
-  "source": "@site/versioned_docs/version-0.66.0/user-guide-first-steps.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-first-steps",
-  "permalink": "/docs/0.66.0/user-guide-first-steps",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-first-steps",
-    "title": "First steps",
-    "sidebar_label": "First steps",
-    "original_id": "user-guide-first-steps"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-user-guide-installation-md-8b6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-user-guide-installation-md-8b6.json
deleted file mode 100644
index f3d2f39..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-user-guide-installation-md-8b6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-installation",
-  "id": "version-0.66.0/user-guide-installation",
-  "title": "Installation",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.66.0/user-guide-installation.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-installation",
-  "permalink": "/docs/0.66.0/user-guide-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "user-guide-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-user-guide-introduction-md-d52.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-user-guide-introduction-md-d52.json
deleted file mode 100644
index a00ace0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-66-0-user-guide-introduction-md-d52.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction-old",
-  "id": "version-0.66.0/user-guide-introduction-old",
-  "title": "Introduction",
-  "description": "StreamPipes is a framework that enables users to work with data streams.",
-  "source": "@site/versioned_docs/version-0.66.0/user-guide-introduction.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction-old",
-  "permalink": "/docs/0.66.0/user-guide-introduction-old",
-  "draft": false,
-  "tags": [],
-  "version": "0.66.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-introduction-old",
-    "title": "Introduction",
-    "sidebar_label": "Introduction",
-    "original_id": "user-guide-introduction-old"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-01-try-installation-md-b48.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-01-try-installation-md-b48.json
deleted file mode 100644
index 51c0925..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-01-try-installation-md-b48.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "try-installation",
-  "id": "version-0.67.0/try-installation",
-  "title": "Installation",
-  "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-  "source": "@site/versioned_docs/version-0.67.0/01_try-installation.md",
-  "sourceDirName": ".",
-  "slug": "/try-installation",
-  "permalink": "/docs/0.67.0/try-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "try-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-01-try-overview-md-34b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-01-try-overview-md-34b.json
deleted file mode 100644
index 384d7e3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-01-try-overview-md-34b.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction",
-  "id": "version-0.67.0/user-guide-introduction",
-  "title": "Apache StreamPipes Documentation",
-  "description": "This is the documentation of Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.67.0/01_try-overview.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction",
-  "permalink": "/docs/0.67.0/user-guide-introduction",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "user-guide-introduction",
-    "title": "Apache StreamPipes Documentation",
-    "sidebar_label": "Overview",
-    "original_id": "user-guide-introduction"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-01-try-tutorial-md-f2b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-01-try-tutorial-md-f2b.json
deleted file mode 100644
index 78f515e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-01-try-tutorial-md-f2b.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "try-tutorial",
-  "id": "version-0.67.0/try-tutorial",
-  "title": "Interactive Tutorial",
-  "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox.",
-  "source": "@site/versioned_docs/version-0.67.0/01_try-tutorial.md",
-  "sourceDirName": ".",
-  "slug": "/try-tutorial",
-  "permalink": "/docs/0.67.0/try-tutorial",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-tutorial",
-    "title": "Interactive Tutorial",
-    "sidebar_label": "Interactive Tutorial",
-    "original_id": "try-tutorial"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-02-concepts-adapter-md-5c4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-02-concepts-adapter-md-5c4.json
deleted file mode 100644
index 670dc61..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-02-concepts-adapter-md-5c4.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-adapter",
-  "id": "version-0.67.0/concepts-adapter",
-  "title": "Data Adapters",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.67.0/02_concepts-adapter.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-adapter",
-  "permalink": "/docs/0.67.0/concepts-adapter",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-adapter",
-    "title": "Data Adapters",
-    "sidebar_label": "Data Adapters",
-    "original_id": "concepts-adapter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-02-concepts-data-streams-md-2aa.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-02-concepts-data-streams-md-2aa.json
deleted file mode 100644
index 883bfb1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-02-concepts-data-streams-md-2aa.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-data-streams",
-  "id": "version-0.67.0/concepts-data-streams",
-  "title": "Data Streams",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.67.0/02_concepts-data-streams.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-data-streams",
-  "permalink": "/docs/0.67.0/concepts-data-streams",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-data-streams",
-    "title": "Data Streams",
-    "sidebar_label": "Data Streams",
-    "original_id": "concepts-data-streams"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-02-concepts-glossary-md-c5c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-02-concepts-glossary-md-c5c.json
deleted file mode 100644
index 59c7654..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-02-concepts-glossary-md-c5c.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-glossary",
-  "id": "version-0.67.0/concepts-glossary",
-  "title": "Glossary",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.67.0/02_concepts-glossary.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-glossary",
-  "permalink": "/docs/0.67.0/concepts-glossary",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-glossary",
-    "title": "Glossary",
-    "sidebar_label": "Glossary",
-    "original_id": "concepts-glossary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-02-concepts-overview-md-33a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-02-concepts-overview-md-33a.json
deleted file mode 100644
index f10d157..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-02-concepts-overview-md-33a.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-overview",
-  "id": "version-0.67.0/concepts-overview",
-  "title": "StreamPipes Concepts",
-  "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-  "source": "@site/versioned_docs/version-0.67.0/02_concepts-overview.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-overview",
-  "permalink": "/docs/0.67.0/concepts-overview",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-overview",
-    "title": "StreamPipes Concepts",
-    "sidebar_label": "Overview",
-    "original_id": "concepts-overview"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-02-concepts-pipeline-md-14f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-02-concepts-pipeline-md-14f.json
deleted file mode 100644
index 69dc265..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-02-concepts-pipeline-md-14f.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-pipelines",
-  "id": "version-0.67.0/concepts-pipelines",
-  "title": "Pipelines",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.67.0/02_concepts-pipeline.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-pipelines",
-  "permalink": "/docs/0.67.0/concepts-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-pipelines",
-    "title": "Pipelines",
-    "sidebar_label": "Pipelines",
-    "original_id": "concepts-pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-configurations-md-46a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-configurations-md-46a.json
deleted file mode 100644
index 3898ebe..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-configurations-md-46a.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-configurations",
-  "id": "version-0.67.0/use-configurations",
-  "title": "Configurations",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.67.0/03_use-configurations.md",
-  "sourceDirName": ".",
-  "slug": "/use-configurations",
-  "permalink": "/docs/0.67.0/use-configurations",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-configurations",
-    "title": "Configurations",
-    "sidebar_label": "Configurations",
-    "original_id": "use-configurations"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-connect-md-bf0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-connect-md-bf0.json
deleted file mode 100644
index 16703d5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-connect-md-bf0.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-connect",
-  "id": "version-0.67.0/use-connect",
-  "title": "StreamPipes Connect",
-  "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-  "source": "@site/versioned_docs/version-0.67.0/03_use-connect.md",
-  "sourceDirName": ".",
-  "slug": "/use-connect",
-  "permalink": "/docs/0.67.0/use-connect",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-connect",
-    "title": "StreamPipes Connect",
-    "sidebar_label": "StreamPipes Connect",
-    "original_id": "use-connect"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-dashboard-md-0ea.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-dashboard-md-0ea.json
deleted file mode 100644
index a9ed63f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-dashboard-md-0ea.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-dashboard",
-  "id": "version-0.67.0/use-dashboard",
-  "title": "Live Dashboard",
-  "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-  "source": "@site/versioned_docs/version-0.67.0/03_use-dashboard.md",
-  "sourceDirName": ".",
-  "slug": "/use-dashboard",
-  "permalink": "/docs/0.67.0/use-dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-dashboard",
-    "title": "Live Dashboard",
-    "sidebar_label": "Live Dashboard",
-    "original_id": "use-dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-data-explorer-md-dc4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-data-explorer-md-dc4.json
deleted file mode 100644
index 9714a08..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-data-explorer-md-dc4.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-data-explorer",
-  "id": "version-0.67.0/use-data-explorer",
-  "title": "Data Explorer",
-  "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-  "source": "@site/versioned_docs/version-0.67.0/03_use-data-explorer.md",
-  "sourceDirName": ".",
-  "slug": "/use-data-explorer",
-  "permalink": "/docs/0.67.0/use-data-explorer",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-data-explorer",
-    "title": "Data Explorer",
-    "sidebar_label": "Data Explorer",
-    "original_id": "use-data-explorer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-install-pipeline-elements-md-ea3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-install-pipeline-elements-md-ea3.json
deleted file mode 100644
index 9f68dc5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-install-pipeline-elements-md-ea3.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-install-pipeline-elements",
-  "id": "version-0.67.0/use-install-pipeline-elements",
-  "title": "Install Pipeline Elements",
-  "description": "Install Pipeline Elements",
-  "source": "@site/versioned_docs/version-0.67.0/03_use-install-pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/use-install-pipeline-elements",
-  "permalink": "/docs/0.67.0/use-install-pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-install-pipeline-elements",
-    "title": "Install Pipeline Elements",
-    "sidebar_label": "Install Pipeline Elements",
-    "original_id": "use-install-pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-managing-pipelines-md-75f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-managing-pipelines-md-75f.json
deleted file mode 100644
index 3d001ff..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-managing-pipelines-md-75f.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-managing-pipelines",
-  "id": "version-0.67.0/use-managing-pipelines",
-  "title": "Managing Pipelines",
-  "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-  "source": "@site/versioned_docs/version-0.67.0/03_use-managing-pipelines.md",
-  "sourceDirName": ".",
-  "slug": "/use-managing-pipelines",
-  "permalink": "/docs/0.67.0/use-managing-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-managing-pipelines",
-    "title": "Managing Pipelines",
-    "sidebar_label": "Managing Pipelines",
-    "original_id": "use-managing-pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-notifications-md-62d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-notifications-md-62d.json
deleted file mode 100644
index f05c578..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-notifications-md-62d.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-notifications",
-  "id": "version-0.67.0/use-notifications",
-  "title": "Notifications",
-  "description": "The notification module can be used to create internal notifications.",
-  "source": "@site/versioned_docs/version-0.67.0/03_use-notifications.md",
-  "sourceDirName": ".",
-  "slug": "/use-notifications",
-  "permalink": "/docs/0.67.0/use-notifications",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-notifications",
-    "title": "Notifications",
-    "sidebar_label": "Notifications",
-    "original_id": "use-notifications"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-pipeline-editor-md-618.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-pipeline-editor-md-618.json
deleted file mode 100644
index b1c2ada..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-03-use-pipeline-editor-md-618.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-pipeline-editor",
-  "id": "version-0.67.0/use-pipeline-editor",
-  "title": "Pipeline Editor",
-  "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-  "source": "@site/versioned_docs/version-0.67.0/03_use-pipeline-editor.md",
-  "sourceDirName": ".",
-  "slug": "/use-pipeline-editor",
-  "permalink": "/docs/0.67.0/use-pipeline-editor",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-pipeline-editor",
-    "title": "Pipeline Editor",
-    "sidebar_label": "Pipeline Editor",
-    "original_id": "use-pipeline-editor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-05-deploy-docker-md-0a0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-05-deploy-docker-md-0a0.json
deleted file mode 100644
index 28b2248..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-05-deploy-docker-md-0a0.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "deploy-docker",
-  "id": "version-0.67.0/deploy-docker",
-  "title": "Docker Deployment",
-  "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.67.0/05_deploy-docker.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-docker",
-  "permalink": "/docs/0.67.0/deploy-docker",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-docker",
-    "title": "Docker Deployment",
-    "sidebar_label": "Docker Deployment",
-    "original_id": "deploy-docker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-05-deploy-kubernetes-md-4c5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-05-deploy-kubernetes-md-4c5.json
deleted file mode 100644
index f3e0b92..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-05-deploy-kubernetes-md-4c5.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "deploy-kubernetes",
-  "id": "version-0.67.0/deploy-kubernetes",
-  "title": "Kubernetes Deployment",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.67.0/05_deploy-kubernetes.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-kubernetes",
-  "permalink": "/docs/0.67.0/deploy-kubernetes",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-kubernetes",
-    "title": "Kubernetes Deployment",
-    "sidebar_label": "Kubernetes Deployment",
-    "original_id": "deploy-kubernetes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-05-deploy-security-md-918.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-05-deploy-security-md-918.json
deleted file mode 100644
index c1e565c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-05-deploy-security-md-918.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "deploy-security",
-  "id": "version-0.67.0/deploy-security",
-  "title": "Security",
-  "description": "Overriding default settings",
-  "source": "@site/versioned_docs/version-0.67.0/05_deploy-security.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-security",
-  "permalink": "/docs/0.67.0/deploy-security",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-security",
-    "title": "Security",
-    "sidebar_label": "Security",
-    "original_id": "deploy-security"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-05-deploy-use-ssl-md-2b3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-05-deploy-use-ssl-md-2b3.json
deleted file mode 100644
index 6eb108a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-05-deploy-use-ssl-md-2b3.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "deploy-use-ssl",
-  "id": "version-0.67.0/deploy-use-ssl",
-  "title": "Use SSL",
-  "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-  "source": "@site/versioned_docs/version-0.67.0/05_deploy-use-ssl.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-use-ssl",
-  "permalink": "/docs/0.67.0/deploy-use-ssl",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-use-ssl",
-    "title": "Use SSL",
-    "sidebar_label": "Use SSL",
-    "original_id": "deploy-use-ssl"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-archetypes-md-024.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-archetypes-md-024.json
deleted file mode 100644
index df92dc1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-archetypes-md-024.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-archetypes",
-  "id": "version-0.67.0/extend-archetypes",
-  "title": "Maven Archetypes",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.67.0/06_extend-archetypes.md",
-  "sourceDirName": ".",
-  "slug": "/extend-archetypes",
-  "permalink": "/docs/0.67.0/extend-archetypes",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-archetypes",
-    "title": "Maven Archetypes",
-    "sidebar_label": "Maven Archetypes",
-    "original_id": "extend-archetypes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-cli-md-dc3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-cli-md-dc3.json
deleted file mode 100644
index f538bc8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-cli-md-dc3.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-cli",
-  "id": "version-0.67.0/extend-cli",
-  "title": "StreamPipes CLI",
-  "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-  "source": "@site/versioned_docs/version-0.67.0/06_extend-cli.md",
-  "sourceDirName": ".",
-  "slug": "/extend-cli",
-  "permalink": "/docs/0.67.0/extend-cli",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-cli",
-    "title": "StreamPipes CLI",
-    "sidebar_label": "StreamPipes CLI",
-    "original_id": "extend-cli"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-first-processor-md-247.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-first-processor-md-247.json
deleted file mode 100644
index 1a00c6e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-first-processor-md-247.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-first-processor",
-  "id": "version-0.67.0/extend-first-processor",
-  "title": "Your first data processor",
-  "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-  "source": "@site/versioned_docs/version-0.67.0/06_extend-first-processor.md",
-  "sourceDirName": ".",
-  "slug": "/extend-first-processor",
-  "permalink": "/docs/0.67.0/extend-first-processor",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-first-processor",
-    "title": "Your first data processor",
-    "sidebar_label": "Your first data processor",
-    "original_id": "extend-first-processor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-event-model-md-88b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-event-model-md-88b.json
deleted file mode 100644
index 68c4a31..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-event-model-md-88b.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-event-model",
-  "id": "version-0.67.0/extend-sdk-event-model",
-  "title": "SDK Guide: Event Model",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.67.0/06_extend-sdk-event-model.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-event-model",
-  "permalink": "/docs/0.67.0/extend-sdk-event-model",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-event-model",
-    "title": "SDK Guide: Event Model",
-    "sidebar_label": "SDK: Event Model",
-    "original_id": "extend-sdk-event-model"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-functions-md-079.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-functions-md-079.json
deleted file mode 100644
index d6db512..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-functions-md-079.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-functions",
-  "id": "version-0.67.0/extend-sdk-functions",
-  "title": "SDK Guide: Functions",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.67.0/06_extend-sdk-functions.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-functions",
-  "permalink": "/docs/0.67.0/extend-sdk-functions",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-functions",
-    "title": "SDK Guide: Functions",
-    "sidebar_label": "SDK: Functions",
-    "original_id": "extend-sdk-functions"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-migration-sd-md-fd3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-migration-sd-md-fd3.json
deleted file mode 100644
index cb07e36..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-migration-sd-md-fd3.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-migration-service-discovery",
-  "id": "version-0.67.0/extend-sdk-migration-service-discovery",
-  "title": "Migration Guide: New Service Discovery in 0.69.0",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.67.0/06_extend-sdk-migration-sd.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-migration-service-discovery",
-  "permalink": "/docs/0.67.0/extend-sdk-migration-service-discovery",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-migration-service-discovery",
-    "title": "Migration Guide: New Service Discovery in 0.69.0",
-    "sidebar_label": "Migration Guide: 0.69.0",
-    "original_id": "extend-sdk-migration-service-discovery"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-output-strategies-md-b93.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-output-strategies-md-b93.json
deleted file mode 100644
index c4211d0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-output-strategies-md-b93.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-output-strategies",
-  "id": "version-0.67.0/extend-sdk-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.67.0/06_extend-sdk-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-output-strategies",
-  "permalink": "/docs/0.67.0/extend-sdk-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "SDK: Output Strategies",
-    "original_id": "extend-sdk-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-static-properties-md-ce0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-static-properties-md-ce0.json
deleted file mode 100644
index 9cf2710..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-static-properties-md-ce0.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-static-properties",
-  "id": "version-0.67.0/extend-sdk-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.67.0/06_extend-sdk-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-static-properties",
-  "permalink": "/docs/0.67.0/extend-sdk-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "SDK: Static Properties",
-    "original_id": "extend-sdk-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-stream-requirements-md-d67.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-stream-requirements-md-d67.json
deleted file mode 100644
index e9f6981..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-sdk-stream-requirements-md-d67.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-stream-requirements",
-  "id": "version-0.67.0/extend-sdk-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.67.0/06_extend-sdk-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-stream-requirements",
-  "permalink": "/docs/0.67.0/extend-sdk-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "SDK: Stream Requirements",
-    "original_id": "extend-sdk-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-setup-md-e12.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-setup-md-e12.json
deleted file mode 100644
index ec63b50..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-setup-md-e12.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-setup",
-  "id": "version-0.67.0/extend-setup",
-  "title": "Development Setup",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.67.0/06_extend-setup.md",
-  "sourceDirName": ".",
-  "slug": "/extend-setup",
-  "permalink": "/docs/0.67.0/extend-setup",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-setup",
-    "title": "Development Setup",
-    "sidebar_label": "Development Setup",
-    "original_id": "extend-setup"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-tutorial-data-processors-md-e32.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-tutorial-data-processors-md-e32.json
deleted file mode 100644
index b533d62..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-tutorial-data-processors-md-e32.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-processors",
-  "id": "version-0.67.0/extend-tutorial-data-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper.",
-  "source": "@site/versioned_docs/version-0.67.0/06_extend-tutorial-data-processors.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-processors",
-  "permalink": "/docs/0.67.0/extend-tutorial-data-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors",
-    "original_id": "extend-tutorial-data-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-tutorial-data-sinks-md-2dd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-tutorial-data-sinks-md-2dd.json
deleted file mode 100644
index 8879fc0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-tutorial-data-sinks-md-2dd.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sinks",
-  "id": "version-0.67.0/extend-tutorial-data-sinks",
-  "title": "Tutorial: Data Sinks",
-  "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-  "source": "@site/versioned_docs/version-0.67.0/06_extend-tutorial-data-sinks.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sinks",
-  "permalink": "/docs/0.67.0/extend-tutorial-data-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sinks",
-    "title": "Tutorial: Data Sinks",
-    "sidebar_label": "Tutorial: Data Sinks",
-    "original_id": "extend-tutorial-data-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-tutorial-data-sources-md-7c8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-tutorial-data-sources-md-7c8.json
deleted file mode 100644
index d91e044..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-06-extend-tutorial-data-sources-md-7c8.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sources",
-  "id": "version-0.67.0/extend-tutorial-data-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.67.0/06_extend-tutorial-data-sources.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sources",
-  "permalink": "/docs/0.67.0/extend-tutorial-data-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources",
-    "original_id": "extend-tutorial-data-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-07-technicals-architecture-md-e6e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-07-technicals-architecture-md-e6e.json
deleted file mode 100644
index 6c753f8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-07-technicals-architecture-md-e6e.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "technicals-architecture",
-  "id": "version-0.67.0/technicals-architecture",
-  "title": "Architecture",
-  "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-  "source": "@site/versioned_docs/version-0.67.0/07_technicals-architecture.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-architecture",
-  "permalink": "/docs/0.67.0/technicals-architecture",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-architecture",
-    "title": "Architecture",
-    "sidebar_label": "Architecture",
-    "original_id": "technicals-architecture"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-07-technicals-configuration-md-592.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-07-technicals-configuration-md-592.json
deleted file mode 100644
index 8920482..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-07-technicals-configuration-md-592.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "technicals-configuration",
-  "id": "version-0.67.0/technicals-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.67.0/07_technicals-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-configuration",
-  "permalink": "/docs/0.67.0/technicals-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration",
-    "original_id": "technicals-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-07-technicals-messaging-md-fa8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-07-technicals-messaging-md-fa8.json
deleted file mode 100644
index f6e292b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-07-technicals-messaging-md-fa8.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "technicals-messaging",
-  "id": "version-0.67.0/technicals-messaging",
-  "title": "Messaging",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.67.0/07_technicals-messaging.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-messaging",
-  "permalink": "/docs/0.67.0/technicals-messaging",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-messaging",
-    "title": "Messaging",
-    "sidebar_label": "Messaging",
-    "original_id": "technicals-messaging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-07-technicals-runtime-wrappers-md-56c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-07-technicals-runtime-wrappers-md-56c.json
deleted file mode 100644
index eed54ed..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-07-technicals-runtime-wrappers-md-56c.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "technicals-runtime-wrappers",
-  "id": "version-0.67.0/technicals-runtime-wrappers",
-  "title": "Runtime Wrappers",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.67.0/07_technicals-runtime-wrappers.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-runtime-wrappers",
-  "permalink": "/docs/0.67.0/technicals-runtime-wrappers",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-runtime-wrappers",
-    "title": "Runtime Wrappers",
-    "sidebar_label": "Runtime Wrappers",
-    "original_id": "technicals-runtime-wrappers"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-07-technicals-user-guidance-md-979.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-07-technicals-user-guidance-md-979.json
deleted file mode 100644
index 6d68ff3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-07-technicals-user-guidance-md-979.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "technicals-user-guidance",
-  "id": "version-0.67.0/technicals-user-guidance",
-  "title": "User Guidance",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.67.0/07_technicals-user-guidance.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-user-guidance",
-  "permalink": "/docs/0.67.0/technicals-user-guidance",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-user-guidance",
-    "title": "User Guidance",
-    "sidebar_label": "User Guidance",
-    "original_id": "technicals-user-guidance"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-08-debugging-md-c54.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-08-debugging-md-c54.json
deleted file mode 100644
index 17e4d20..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-08-debugging-md-c54.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "debugging-debugging",
-  "id": "version-0.67.0/debugging-debugging",
-  "title": "Debugging",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.67.0/08_debugging.md",
-  "sourceDirName": ".",
-  "slug": "/debugging-debugging",
-  "permalink": "/docs/0.67.0/debugging-debugging",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "debugging-debugging",
-    "title": "Debugging",
-    "sidebar_label": "Debugging",
-    "original_id": "debugging-debugging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-08-monitoring-md-461.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-08-monitoring-md-461.json
deleted file mode 100644
index 9f58839..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-08-monitoring-md-461.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "debugging-monitoring",
-  "id": "version-0.67.0/debugging-monitoring",
-  "title": "Monitoring",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.67.0/08_monitoring.md",
-  "sourceDirName": ".",
-  "slug": "/debugging-monitoring",
-  "permalink": "/docs/0.67.0/debugging-monitoring",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "debugging-monitoring",
-    "title": "Monitoring",
-    "sidebar_label": "Monitoring",
-    "original_id": "debugging-monitoring"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-09-contribute-md-344.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-09-contribute-md-344.json
deleted file mode 100644
index 55df789..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-09-contribute-md-344.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "community-contribute",
-  "id": "version-0.67.0/community-contribute",
-  "title": "Contribute",
-  "description": "Contribute",
-  "source": "@site/versioned_docs/version-0.67.0/09_contribute.md",
-  "sourceDirName": ".",
-  "slug": "/community-contribute",
-  "permalink": "/docs/0.67.0/community-contribute",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-contribute",
-    "title": "Contribute",
-    "sidebar_label": "Contribute",
-    "original_id": "community-contribute"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-09-get-help-md-a59.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-09-get-help-md-a59.json
deleted file mode 100644
index 1664911..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-09-get-help-md-a59.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "community-get-help",
-  "id": "version-0.67.0/community-get-help",
-  "title": "Get Help",
-  "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-  "source": "@site/versioned_docs/version-0.67.0/09_get-help.md",
-  "sourceDirName": ".",
-  "slug": "/community-get-help",
-  "permalink": "/docs/0.67.0/community-get-help",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-get-help",
-    "title": "Get Help",
-    "sidebar_label": "Get Help",
-    "original_id": "community-get-help"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-dev-guide-archetype-md-a4a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-dev-guide-archetype-md-a4a.json
deleted file mode 100644
index d20261b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-dev-guide-archetype-md-a4a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-archetype",
-  "id": "version-0.67.0/dev-guide-archetype",
-  "title": "Start Developing",
-  "description": "",
-  "source": "@site/versioned_docs/version-0.67.0/dev-guide-archetype.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-archetype",
-  "permalink": "/docs/0.67.0/dev-guide-archetype",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-archetype",
-    "title": "Start Developing",
-    "sidebar_label": "Start Developing",
-    "original_id": "dev-guide-archetype"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-dev-guide-processor-sdk-md-f1e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-dev-guide-processor-sdk-md-f1e.json
deleted file mode 100644
index 359598a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-dev-guide-processor-sdk-md-f1e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-processors",
-  "id": "version-0.67.0/dev-guide-sdk-guide-processors",
-  "title": "SDK Guide: Data Processors",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.67.0/dev-guide-processor-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-processors",
-  "permalink": "/docs/0.67.0/dev-guide-sdk-guide-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-processors",
-    "title": "SDK Guide: Data Processors",
-    "sidebar_label": "SDK Guide: Data Processors",
-    "original_id": "dev-guide-sdk-guide-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-dev-guide-sink-sdk-md-a7d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-dev-guide-sink-sdk-md-a7d.json
deleted file mode 100644
index e5816bd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-dev-guide-sink-sdk-md-a7d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-sinks",
-  "id": "version-0.67.0/dev-guide-sdk-guide-sinks",
-  "title": "SDK Guide: Data Sinks",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.67.0/dev-guide-sink-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-sinks",
-  "permalink": "/docs/0.67.0/dev-guide-sdk-guide-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-sinks",
-    "title": "SDK Guide: Data Sinks",
-    "sidebar_label": "SDK Guide: Data Sinks",
-    "original_id": "dev-guide-sdk-guide-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-13a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-13a.json
deleted file mode 100644
index fbe54ca..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-13a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "id": "version-0.67.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "title": "Flic MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.flic.mqtt",
-    "title": "Flic MQTT",
-    "sidebar_label": "Flic MQTT",
-    "original_id": "org.apache.streampipes.connect.adapters.flic.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-connect-adapters-opcua-md-ddf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-connect-adapters-opcua-md-ddf.json
deleted file mode 100644
index 3c79468..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-connect-adapters-opcua-md-ddf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-  "id": "version-0.67.0/pe/org.apache.streampipes.connect.adapters.opcua",
-  "title": "OPC UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.connect.adapters.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.connect.adapters.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.opcua",
-    "title": "OPC UA",
-    "sidebar_label": "OPC UA",
-    "original_id": "org.apache.streampipes.connect.adapters.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-cb2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-cb2.json
deleted file mode 100644
index 599c74e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-cb2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "id": "version-0.67.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "title": "PLC4X MODBUS",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.modbus",
-    "title": "PLC4X MODBUS",
-    "sidebar_label": "PLC4X MODBUS",
-    "original_id": "org.apache.streampipes.connect.adapters.plc4x.modbus"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-cae.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-cae.json
deleted file mode 100644
index 76efc58..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-cae.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "id": "version-0.67.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "title": "Machine Data Simulator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.machine",
-    "title": "Machine Data Simulator",
-    "sidebar_label": "Machine Data Simulator",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.machine"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-357.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-357.json
deleted file mode 100644
index 0b39a0f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-357.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "id": "version-0.67.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "title": "HTTP Server",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.httpserver",
-    "title": "HTTP Server",
-    "sidebar_label": "HTTP Server",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.httpserver"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-46a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-46a.json
deleted file mode 100644
index 286c7f8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-46a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "title": "Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-    "title": "Google Maps Geocoder",
-    "sidebar_label": "Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.geocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-816.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-816.json
deleted file mode 100644
index bda795e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-816.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "title": "Reverse Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-    "title": "Reverse Geocoder",
-    "sidebar_label": "Reverse Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-35a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-35a.json
deleted file mode 100644
index 45bbf5d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-35a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "title": "Static Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-    "title": "Static Google Maps Geocoder",
-    "sidebar_label": "Static Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-132.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-132.json
deleted file mode 100644
index 27abf25..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-132.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-ea5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-ea5.json
deleted file mode 100644
index 0485713..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-ea5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-f69.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-f69.json
deleted file mode 100644
index 352dc55..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-f69.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader",
-    "original_id": "org.apache.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-771.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-771.json
deleted file mode 100644
index 1f09901..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-771.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-c31.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-c31.json
deleted file mode 100644
index 9a20331..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-c31.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "title": "Count Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.count",
-    "title": "Count Aggregation",
-    "sidebar_label": "Count Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.count"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-81f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-81f.json
deleted file mode 100644
index 4aa6d35..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-81f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "title": "Event Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-    "title": "Event Counter",
-    "sidebar_label": "Event Counter",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.eventcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-4f2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-4f2.json
deleted file mode 100644
index 3a02756..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-4f2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-db7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-db7.json
deleted file mode 100644
index d66031e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-db7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "title": "Cusum",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.changedetection.jvm.cusum",
-    "title": "Cusum",
-    "sidebar_label": "Cusum",
-    "original_id": "org.apache.streampipes.processors.changedetection.jvm.cusum"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-2ca.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-2ca.json
deleted file mode 100644
index 98c2e28..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-2ca.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "title": "Rate Limit",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.limit",
-    "title": "Rate Limit",
-    "sidebar_label": "Rate Limit",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.limit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-2d8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-2d8.json
deleted file mode 100644
index 9fc264d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-2d8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "title": "Synchronize Two Streams",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.merge",
-    "title": "Synchronize Two Streams",
-    "sidebar_label": "Synchronize Two Streams",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.merge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-42f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-42f.json
deleted file mode 100644
index c8dde69..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-42f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "title": "Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-    "title": "Distance Calculator",
-    "sidebar_label": "Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-c65.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-c65.json
deleted file mode 100644
index 09d2d63..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-c65.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "title": "Static Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-    "title": "Static Distance Calculator",
-    "sidebar_label": "Static Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-d84.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-d84.json
deleted file mode 100644
index bfa0fa4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-d84.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "title": "Absence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-    "title": "Absence",
-    "sidebar_label": "Absence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.absence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-0c5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-0c5.json
deleted file mode 100644
index 4c02c82..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-0c5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "title": "And",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-    "title": "And",
-    "sidebar_label": "And",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.and"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-97b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-97b.json
deleted file mode 100644
index 7c9bb25..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-97b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-606.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-606.json
deleted file mode 100644
index 0bbd5a6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-606.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "title": "Sequence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-    "title": "Sequence",
-    "sidebar_label": "Sequence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-568.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-568.json
deleted file mode 100644
index d57d63c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-568.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-6d3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-6d3.json
deleted file mode 100644
index 03def34..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-6d3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-siddhi-increase-md-626.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-siddhi-increase-md-626.json
deleted file mode 100644
index d567b2e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-siddhi-increase-md-626.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.siddhi.increase.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend",
-    "original_id": "org.apache.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-241.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-241.json
deleted file mode 100644
index 9d03a1d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-241.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)",
-    "original_id": "org.apache.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-siddhi-stop-md-d9e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-siddhi-stop-md-d9e.json
deleted file mode 100644
index 347871a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-siddhi-stop-md-d9e.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.siddhi.stop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-237.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-237.json
deleted file mode 100644
index f1a733e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-237.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-e86.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-e86.json
deleted file mode 100644
index 66cdda9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-e86.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-bc3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-bc3.json
deleted file mode 100644
index 6bf3c18..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-bc3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-82f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-82f.json
deleted file mode 100644
index 960cd5d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-82f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-0ef.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-0ef.json
deleted file mode 100644
index 9a6932f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-0ef.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-209.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-209.json
deleted file mode 100644
index 7912a03..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-209.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-fbc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-fbc.json
deleted file mode 100644
index 3a10c39..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-fbc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "title": "Boolean Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-    "title": "Boolean Counter",
-    "sidebar_label": "Boolean Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-a65.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-a65.json
deleted file mode 100644
index a3f7958..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-a65.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "title": "Signal Edge Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-    "title": "Signal Edge Filter",
-    "sidebar_label": "Signal Edge Filter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-ea5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-ea5.json
deleted file mode 100644
index e0226a2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-ea5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "title": "Boolean To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-    "title": "Boolean To State",
-    "sidebar_label": "Boolean To State",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-fc0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-fc0.json
deleted file mode 100644
index 8bc1096..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-fc0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "title": "State Buffer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-    "title": "State Buffer",
-    "sidebar_label": "State Buffer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-1d5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-1d5.json
deleted file mode 100644
index ae102bb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-1d5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "title": "State Buffer Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-    "title": "State Buffer Labeler",
-    "sidebar_label": "State Buffer Labeler",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-7ea.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-7ea.json
deleted file mode 100644
index d1f72e3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-7ea.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "title": "Number Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-    "title": "Number Labeler",
-    "sidebar_label": "Number Labeler",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-304.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-304.json
deleted file mode 100644
index c2d3266..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-304.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "title": "String To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-    "title": "String To State",
-    "sidebar_label": "String To State",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-327.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-327.json
deleted file mode 100644
index a5329af..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-327.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-2cc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-2cc.json
deleted file mode 100644
index 4cb41e7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-2cc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "id": "version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "title": "String Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-    "title": "String Timer",
-    "sidebar_label": "String Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-17c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-17c.json
deleted file mode 100644
index e5c891e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-17c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "id": "version-0.67.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "title": "NATS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.nats",
-    "title": "NATS Publisher",
-    "sidebar_label": "NATS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.nats"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-e22.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-e22.json
deleted file mode 100644
index 3019f86..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-e22.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.67.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-databases-ditto-md-f9b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-databases-ditto-md-f9b.json
deleted file mode 100644
index 8fe01a2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-databases-ditto-md-f9b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-  "id": "version-0.67.0/pe/org.apache.streampipes.sinks.databases.ditto",
-  "title": "Eclipse Ditto",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.sinks.databases.ditto.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.sinks.databases.ditto",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.ditto",
-    "title": "Eclipse Ditto",
-    "sidebar_label": "Eclipse Ditto",
-    "original_id": "org.apache.streampipes.sinks.databases.ditto"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-5f5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-5f5.json
deleted file mode 100644
index de5a343..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-5f5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "id": "version-0.67.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "title": "MySQL Database",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.mysql",
-    "title": "MySQL Database",
-    "sidebar_label": "MySQL Database",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.mysql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-559.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-559.json
deleted file mode 100644
index 67937fe..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-559.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.67.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-040.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-040.json
deleted file mode 100644
index 2d40050..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-040.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.67.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-ca1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-ca1.json
deleted file mode 100644
index d157652..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-ca1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "id": "version-0.67.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "title": "Telegram Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.67.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "permalink": "/docs/0.67.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.telegram",
-    "title": "Telegram Publisher",
-    "sidebar_label": "Telegram Publisher",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.telegram"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pipeline-elements-md-1ba.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pipeline-elements-md-1ba.json
deleted file mode 100644
index 7a005f5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-pipeline-elements-md-1ba.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pipeline-elements",
-  "id": "version-0.67.0/pipeline-elements",
-  "title": "Overview",
-  "description": "<img class=\"pe-icon\"",
-  "source": "@site/versioned_docs/version-0.67.0/pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/pipeline-elements",
-  "permalink": "/docs/0.67.0/pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "pipeline-elements",
-    "title": "Overview",
-    "sidebar_label": "Overview",
-    "original_id": "pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-user-guide-installation-md-5b5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-user-guide-installation-md-5b5.json
deleted file mode 100644
index 0fca5d4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-user-guide-installation-md-5b5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-installation",
-  "id": "version-0.67.0/user-guide-installation",
-  "title": "Installation",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.67.0/user-guide-installation.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-installation",
-  "permalink": "/docs/0.67.0/user-guide-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "user-guide-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-user-guide-introduction-md-254.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-user-guide-introduction-md-254.json
deleted file mode 100644
index f6dedf8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-67-0-user-guide-introduction-md-254.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction-old",
-  "id": "version-0.67.0/user-guide-introduction-old",
-  "title": "Introduction",
-  "description": "StreamPipes is a framework that enables users to work with data streams.",
-  "source": "@site/versioned_docs/version-0.67.0/user-guide-introduction.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction-old",
-  "permalink": "/docs/0.67.0/user-guide-introduction-old",
-  "draft": false,
-  "tags": [],
-  "version": "0.67.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-introduction-old",
-    "title": "Introduction",
-    "sidebar_label": "Introduction",
-    "original_id": "user-guide-introduction-old"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-01-try-installation-md-8c6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-01-try-installation-md-8c6.json
deleted file mode 100644
index 8af69ae..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-01-try-installation-md-8c6.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "try-installation",
-  "id": "version-0.68.0/try-installation",
-  "title": "Installation",
-  "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-  "source": "@site/versioned_docs/version-0.68.0/01_try-installation.md",
-  "sourceDirName": ".",
-  "slug": "/try-installation",
-  "permalink": "/docs/0.68.0/try-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "try-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-01-try-tutorial-md-c46.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-01-try-tutorial-md-c46.json
deleted file mode 100644
index 012b76a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-01-try-tutorial-md-c46.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "try-tutorial",
-  "id": "version-0.68.0/try-tutorial",
-  "title": "Interactive Tutorial",
-  "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox.",
-  "source": "@site/versioned_docs/version-0.68.0/01_try-tutorial.md",
-  "sourceDirName": ".",
-  "slug": "/try-tutorial",
-  "permalink": "/docs/0.68.0/try-tutorial",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-tutorial",
-    "title": "Interactive Tutorial",
-    "sidebar_label": "Interactive Tutorial",
-    "original_id": "try-tutorial"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-03-use-configurations-md-59c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-03-use-configurations-md-59c.json
deleted file mode 100644
index dec603b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-03-use-configurations-md-59c.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-configurations",
-  "id": "version-0.68.0/use-configurations",
-  "title": "Configurations",
-  "description": "The configuration section is an admin-only interface for system-wide settings.",
-  "source": "@site/versioned_docs/version-0.68.0/03_use-configurations.md",
-  "sourceDirName": ".",
-  "slug": "/use-configurations",
-  "permalink": "/docs/0.68.0/use-configurations",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-configurations",
-    "title": "Configurations",
-    "sidebar_label": "Configurations",
-    "original_id": "use-configurations"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-03-use-dashboard-md-3bb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-03-use-dashboard-md-3bb.json
deleted file mode 100644
index ce66028..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-03-use-dashboard-md-3bb.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-dashboard",
-  "id": "version-0.68.0/use-dashboard",
-  "title": "Live Dashboard",
-  "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-  "source": "@site/versioned_docs/version-0.68.0/03_use-dashboard.md",
-  "sourceDirName": ".",
-  "slug": "/use-dashboard",
-  "permalink": "/docs/0.68.0/use-dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-dashboard",
-    "title": "Live Dashboard",
-    "sidebar_label": "Live Dashboard",
-    "original_id": "use-dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-03-use-data-explorer-md-b76.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-03-use-data-explorer-md-b76.json
deleted file mode 100644
index 7754be3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-03-use-data-explorer-md-b76.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-data-explorer",
-  "id": "version-0.68.0/use-data-explorer",
-  "title": "Data Explorer",
-  "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-  "source": "@site/versioned_docs/version-0.68.0/03_use-data-explorer.md",
-  "sourceDirName": ".",
-  "slug": "/use-data-explorer",
-  "permalink": "/docs/0.68.0/use-data-explorer",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-data-explorer",
-    "title": "Data Explorer",
-    "sidebar_label": "Data Explorer",
-    "original_id": "use-data-explorer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-05-deploy-docker-md-a7b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-05-deploy-docker-md-a7b.json
deleted file mode 100644
index 9faba62..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-05-deploy-docker-md-a7b.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "deploy-docker",
-  "id": "version-0.68.0/deploy-docker",
-  "title": "Docker Deployment",
-  "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.68.0/05_deploy-docker.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-docker",
-  "permalink": "/docs/0.68.0/deploy-docker",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-docker",
-    "title": "Docker Deployment",
-    "sidebar_label": "Docker Deployment",
-    "original_id": "deploy-docker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-05-deploy-security-md-b9d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-05-deploy-security-md-b9d.json
deleted file mode 100644
index 3b236cf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-05-deploy-security-md-b9d.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "deploy-security",
-  "id": "version-0.68.0/deploy-security",
-  "title": "Security",
-  "description": "Overriding default settings",
-  "source": "@site/versioned_docs/version-0.68.0/05_deploy-security.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-security",
-  "permalink": "/docs/0.68.0/deploy-security",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-security",
-    "title": "Security",
-    "sidebar_label": "Security",
-    "original_id": "deploy-security"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-archetypes-md-1c1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-archetypes-md-1c1.json
deleted file mode 100644
index 66368e3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-archetypes-md-1c1.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-archetypes",
-  "id": "version-0.68.0/extend-archetypes",
-  "title": "Maven Archetypes",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.68.0/06_extend-archetypes.md",
-  "sourceDirName": ".",
-  "slug": "/extend-archetypes",
-  "permalink": "/docs/0.68.0/extend-archetypes",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-archetypes",
-    "title": "Maven Archetypes",
-    "sidebar_label": "Maven Archetypes",
-    "original_id": "extend-archetypes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-cli-md-cf1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-cli-md-cf1.json
deleted file mode 100644
index fcd2daf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-cli-md-cf1.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-cli",
-  "id": "version-0.68.0/extend-cli",
-  "title": "StreamPipes CLI",
-  "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-  "source": "@site/versioned_docs/version-0.68.0/06_extend-cli.md",
-  "sourceDirName": ".",
-  "slug": "/extend-cli",
-  "permalink": "/docs/0.68.0/extend-cli",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-cli",
-    "title": "StreamPipes CLI",
-    "sidebar_label": "StreamPipes CLI",
-    "original_id": "extend-cli"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-first-processor-md-e81.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-first-processor-md-e81.json
deleted file mode 100644
index d78330d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-first-processor-md-e81.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-first-processor",
-  "id": "version-0.68.0/extend-first-processor",
-  "title": "Your first data processor",
-  "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-  "source": "@site/versioned_docs/version-0.68.0/06_extend-first-processor.md",
-  "sourceDirName": ".",
-  "slug": "/extend-first-processor",
-  "permalink": "/docs/0.68.0/extend-first-processor",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-first-processor",
-    "title": "Your first data processor",
-    "sidebar_label": "Your first data processor",
-    "original_id": "extend-first-processor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-event-model-md-f56.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-event-model-md-f56.json
deleted file mode 100644
index 9902504..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-event-model-md-f56.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-event-model",
-  "id": "version-0.68.0/extend-sdk-event-model",
-  "title": "SDK Guide: Event Model",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.68.0/06_extend-sdk-event-model.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-event-model",
-  "permalink": "/docs/0.68.0/extend-sdk-event-model",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-event-model",
-    "title": "SDK Guide: Event Model",
-    "sidebar_label": "SDK: Event Model",
-    "original_id": "extend-sdk-event-model"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-functions-md-33a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-functions-md-33a.json
deleted file mode 100644
index d3d148d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-functions-md-33a.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-functions",
-  "id": "version-0.68.0/extend-sdk-functions",
-  "title": "SDK Guide: Functions",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.68.0/06_extend-sdk-functions.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-functions",
-  "permalink": "/docs/0.68.0/extend-sdk-functions",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-functions",
-    "title": "SDK Guide: Functions",
-    "sidebar_label": "SDK: Functions",
-    "original_id": "extend-sdk-functions"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-migration-sd-md-1d0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-migration-sd-md-1d0.json
deleted file mode 100644
index 6b131a1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-migration-sd-md-1d0.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-migration-service-discovery",
-  "id": "version-0.68.0/extend-sdk-migration-service-discovery",
-  "title": "Migration Guide: New Service Discovery in 0.69.0",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.68.0/06_extend-sdk-migration-sd.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-migration-service-discovery",
-  "permalink": "/docs/0.68.0/extend-sdk-migration-service-discovery",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-migration-service-discovery",
-    "title": "Migration Guide: New Service Discovery in 0.69.0",
-    "sidebar_label": "Migration Guide: 0.69.0",
-    "original_id": "extend-sdk-migration-service-discovery"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-output-strategies-md-08d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-output-strategies-md-08d.json
deleted file mode 100644
index 2ba4398..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-output-strategies-md-08d.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-output-strategies",
-  "id": "version-0.68.0/extend-sdk-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.68.0/06_extend-sdk-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-output-strategies",
-  "permalink": "/docs/0.68.0/extend-sdk-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "SDK: Output Strategies",
-    "original_id": "extend-sdk-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-static-properties-md-d6c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-static-properties-md-d6c.json
deleted file mode 100644
index 91b5d61..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-static-properties-md-d6c.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-static-properties",
-  "id": "version-0.68.0/extend-sdk-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.68.0/06_extend-sdk-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-static-properties",
-  "permalink": "/docs/0.68.0/extend-sdk-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "SDK: Static Properties",
-    "original_id": "extend-sdk-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-stream-requirements-md-181.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-stream-requirements-md-181.json
deleted file mode 100644
index 5b31a6a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-sdk-stream-requirements-md-181.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-stream-requirements",
-  "id": "version-0.68.0/extend-sdk-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.68.0/06_extend-sdk-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-stream-requirements",
-  "permalink": "/docs/0.68.0/extend-sdk-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "SDK: Stream Requirements",
-    "original_id": "extend-sdk-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-setup-md-d45.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-setup-md-d45.json
deleted file mode 100644
index cc67be5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-setup-md-d45.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-setup",
-  "id": "version-0.68.0/extend-setup",
-  "title": "Development Setup",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.68.0/06_extend-setup.md",
-  "sourceDirName": ".",
-  "slug": "/extend-setup",
-  "permalink": "/docs/0.68.0/extend-setup",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-setup",
-    "title": "Development Setup",
-    "sidebar_label": "Development Setup",
-    "original_id": "extend-setup"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-tutorial-data-processors-md-979.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-tutorial-data-processors-md-979.json
deleted file mode 100644
index e05ea05..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-tutorial-data-processors-md-979.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-processors",
-  "id": "version-0.68.0/extend-tutorial-data-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper.",
-  "source": "@site/versioned_docs/version-0.68.0/06_extend-tutorial-data-processors.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-processors",
-  "permalink": "/docs/0.68.0/extend-tutorial-data-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors",
-    "original_id": "extend-tutorial-data-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-tutorial-data-sinks-md-19d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-tutorial-data-sinks-md-19d.json
deleted file mode 100644
index 23bfb08..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-tutorial-data-sinks-md-19d.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sinks",
-  "id": "version-0.68.0/extend-tutorial-data-sinks",
-  "title": "Tutorial: Data Sinks",
-  "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-  "source": "@site/versioned_docs/version-0.68.0/06_extend-tutorial-data-sinks.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sinks",
-  "permalink": "/docs/0.68.0/extend-tutorial-data-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sinks",
-    "title": "Tutorial: Data Sinks",
-    "sidebar_label": "Tutorial: Data Sinks",
-    "original_id": "extend-tutorial-data-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-tutorial-data-sources-md-664.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-tutorial-data-sources-md-664.json
deleted file mode 100644
index 1a462a0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-06-extend-tutorial-data-sources-md-664.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sources",
-  "id": "version-0.68.0/extend-tutorial-data-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.68.0/06_extend-tutorial-data-sources.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sources",
-  "permalink": "/docs/0.68.0/extend-tutorial-data-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources",
-    "original_id": "extend-tutorial-data-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-07-technicals-configuration-md-e69.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-07-technicals-configuration-md-e69.json
deleted file mode 100644
index 5fcbfd5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-07-technicals-configuration-md-e69.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "technicals-configuration",
-  "id": "version-0.68.0/technicals-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.68.0/07_technicals-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-configuration",
-  "permalink": "/docs/0.68.0/technicals-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration",
-    "original_id": "technicals-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-09-contribute-md-a1c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-09-contribute-md-a1c.json
deleted file mode 100644
index 2b6b7b5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-09-contribute-md-a1c.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "community-contribute",
-  "id": "version-0.68.0/community-contribute",
-  "title": "Contribute",
-  "description": "Contribute",
-  "source": "@site/versioned_docs/version-0.68.0/09_contribute.md",
-  "sourceDirName": ".",
-  "slug": "/community-contribute",
-  "permalink": "/docs/0.68.0/community-contribute",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-contribute",
-    "title": "Contribute",
-    "sidebar_label": "Contribute",
-    "original_id": "community-contribute"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-09-get-help-md-e83.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-09-get-help-md-e83.json
deleted file mode 100644
index 5d2737a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-09-get-help-md-e83.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "community-get-help",
-  "id": "version-0.68.0/community-get-help",
-  "title": "Get Help",
-  "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-  "source": "@site/versioned_docs/version-0.68.0/09_get-help.md",
-  "sourceDirName": ".",
-  "slug": "/community-get-help",
-  "permalink": "/docs/0.68.0/community-get-help",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-get-help",
-    "title": "Get Help",
-    "sidebar_label": "Get Help",
-    "original_id": "community-get-help"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-dev-guide-processor-sdk-md-938.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-dev-guide-processor-sdk-md-938.json
deleted file mode 100644
index ba1f892..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-dev-guide-processor-sdk-md-938.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-processors",
-  "id": "version-0.68.0/dev-guide-sdk-guide-processors",
-  "title": "SDK Guide: Data Processors",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.68.0/dev-guide-processor-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-processors",
-  "permalink": "/docs/0.68.0/dev-guide-sdk-guide-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-processors",
-    "title": "SDK Guide: Data Processors",
-    "sidebar_label": "SDK Guide: Data Processors",
-    "original_id": "dev-guide-sdk-guide-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-dev-guide-sink-sdk-md-0b8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-dev-guide-sink-sdk-md-0b8.json
deleted file mode 100644
index 5e6fb97..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-dev-guide-sink-sdk-md-0b8.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-sinks",
-  "id": "version-0.68.0/dev-guide-sdk-guide-sinks",
-  "title": "SDK Guide: Data Sinks",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.68.0/dev-guide-sink-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-sinks",
-  "permalink": "/docs/0.68.0/dev-guide-sdk-guide-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-sinks",
-    "title": "SDK Guide: Data Sinks",
-    "sidebar_label": "SDK Guide: Data Sinks",
-    "original_id": "dev-guide-sdk-guide-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-fee.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-fee.json
deleted file mode 100644
index 2e91338..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-fee.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "id": "version-0.68.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "title": "Flic MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.flic.mqtt",
-    "title": "Flic MQTT",
-    "sidebar_label": "Flic MQTT",
-    "original_id": "org.apache.streampipes.connect.adapters.flic.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-connect-adapters-opcua-md-743.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-connect-adapters-opcua-md-743.json
deleted file mode 100644
index c7aa0a8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-connect-adapters-opcua-md-743.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-  "id": "version-0.68.0/pe/org.apache.streampipes.connect.adapters.opcua",
-  "title": "OPC UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.connect.adapters.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.connect.adapters.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.opcua",
-    "title": "OPC UA",
-    "sidebar_label": "OPC UA",
-    "original_id": "org.apache.streampipes.connect.adapters.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-397.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-397.json
deleted file mode 100644
index cd7cecd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-397.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "id": "version-0.68.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "title": "PLC4X MODBUS",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.modbus",
-    "title": "PLC4X MODBUS",
-    "sidebar_label": "PLC4X MODBUS",
-    "original_id": "org.apache.streampipes.connect.adapters.plc4x.modbus"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-453.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-453.json
deleted file mode 100644
index c2cf54c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-453.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "id": "version-0.68.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "title": "Machine Data Simulator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.machine",
-    "title": "Machine Data Simulator",
-    "sidebar_label": "Machine Data Simulator",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.machine"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-453.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-453.json
deleted file mode 100644
index 3944a05..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-453.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "id": "version-0.68.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "title": "HTTP Server",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.httpserver",
-    "title": "HTTP Server",
-    "sidebar_label": "HTTP Server",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.httpserver"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-edc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-edc.json
deleted file mode 100644
index 3a7eae2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-edc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "title": "Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-    "title": "Google Maps Geocoder",
-    "sidebar_label": "Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.geocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-42c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-42c.json
deleted file mode 100644
index 0936388..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-42c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "title": "Reverse Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-    "title": "Reverse Geocoder",
-    "sidebar_label": "Reverse Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-102.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-102.json
deleted file mode 100644
index 07af14a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-102.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "title": "Static Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-    "title": "Static Google Maps Geocoder",
-    "sidebar_label": "Static Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-c8b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-c8b.json
deleted file mode 100644
index 23f455a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-c8b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-995.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-995.json
deleted file mode 100644
index 56f5a35..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-995.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-e66.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-e66.json
deleted file mode 100644
index f2b69c6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-e66.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader",
-    "original_id": "org.apache.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-ebc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-ebc.json
deleted file mode 100644
index cd4ffed..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-ebc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-000.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-000.json
deleted file mode 100644
index 665a7a1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-000.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "title": "Count Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.count",
-    "title": "Count Aggregation",
-    "sidebar_label": "Count Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.count"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-e2f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-e2f.json
deleted file mode 100644
index a77c981..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-e2f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "title": "Event Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-    "title": "Event Counter",
-    "sidebar_label": "Event Counter",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.eventcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-942.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-942.json
deleted file mode 100644
index f04d5e2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-942.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-c6d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-c6d.json
deleted file mode 100644
index 8b51094..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-c6d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "title": "Cusum",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.changedetection.jvm.cusum",
-    "title": "Cusum",
-    "sidebar_label": "Cusum",
-    "original_id": "org.apache.streampipes.processors.changedetection.jvm.cusum"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-572.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-572.json
deleted file mode 100644
index a40eee5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-572.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "title": "Rate Limit",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.limit",
-    "title": "Rate Limit",
-    "sidebar_label": "Rate Limit",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.limit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-adf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-adf.json
deleted file mode 100644
index a976f57..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-adf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "title": "Synchronize Two Streams",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.merge",
-    "title": "Synchronize Two Streams",
-    "sidebar_label": "Synchronize Two Streams",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.merge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-2ea.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-2ea.json
deleted file mode 100644
index fb190ec..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-2ea.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "title": "Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-    "title": "Distance Calculator",
-    "sidebar_label": "Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-601.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-601.json
deleted file mode 100644
index ce51c8d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-601.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "title": "Static Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-    "title": "Static Distance Calculator",
-    "sidebar_label": "Static Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-51a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-51a.json
deleted file mode 100644
index 3b07f1d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-51a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "title": "Absence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-    "title": "Absence",
-    "sidebar_label": "Absence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.absence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-fbe.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-fbe.json
deleted file mode 100644
index 1588dd1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-fbe.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "title": "And",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-    "title": "And",
-    "sidebar_label": "And",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.and"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-347.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-347.json
deleted file mode 100644
index b0fc9b7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-347.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-c7c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-c7c.json
deleted file mode 100644
index 493cb09..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-c7c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "title": "Sequence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-    "title": "Sequence",
-    "sidebar_label": "Sequence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-731.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-731.json
deleted file mode 100644
index 03a4e3c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-731.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-c17.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-c17.json
deleted file mode 100644
index eb2ad84..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-c17.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-siddhi-increase-md-679.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-siddhi-increase-md-679.json
deleted file mode 100644
index d2e3a56..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-siddhi-increase-md-679.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.siddhi.increase.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend",
-    "original_id": "org.apache.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-da3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-da3.json
deleted file mode 100644
index ce85ccc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-da3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)",
-    "original_id": "org.apache.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-siddhi-stop-md-023.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-siddhi-stop-md-023.json
deleted file mode 100644
index 7c1c10e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-siddhi-stop-md-023.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.siddhi.stop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-263.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-263.json
deleted file mode 100644
index b60e4b8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-263.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-188.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-188.json
deleted file mode 100644
index 9f6a03f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-188.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-43b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-43b.json
deleted file mode 100644
index 83f7090..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-43b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-148.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-148.json
deleted file mode 100644
index e51034e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-148.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-ab2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-ab2.json
deleted file mode 100644
index 9784e3b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-ab2.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-675.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-675.json
deleted file mode 100644
index 5b8fac6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-675.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-e79.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-e79.json
deleted file mode 100644
index b611bd1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-e79.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "title": "Boolean Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-    "title": "Boolean Counter",
-    "sidebar_label": "Boolean Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-eae.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-eae.json
deleted file mode 100644
index 37ea429..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-eae.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "title": "Signal Edge Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-    "title": "Signal Edge Filter",
-    "sidebar_label": "Signal Edge Filter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-ea1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-ea1.json
deleted file mode 100644
index a701f6e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-ea1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "title": "Boolean To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-    "title": "Boolean To State",
-    "sidebar_label": "Boolean To State",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-6d9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-6d9.json
deleted file mode 100644
index 4c32a90..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-6d9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "title": "State Buffer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-    "title": "State Buffer",
-    "sidebar_label": "State Buffer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-e4d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-e4d.json
deleted file mode 100644
index e249bc0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-e4d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "title": "State Buffer Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-    "title": "State Buffer Labeler",
-    "sidebar_label": "State Buffer Labeler",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-765.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-765.json
deleted file mode 100644
index 66d3523..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-765.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "title": "Number Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-    "title": "Number Labeler",
-    "sidebar_label": "Number Labeler",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-468.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-468.json
deleted file mode 100644
index c27ee41..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-468.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "title": "String To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-    "title": "String To State",
-    "sidebar_label": "String To State",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-30d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-30d.json
deleted file mode 100644
index 87fab6f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-30d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-c60.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-c60.json
deleted file mode 100644
index d7e93b2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-c60.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "id": "version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "title": "String Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-    "title": "String Timer",
-    "sidebar_label": "String Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-60a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-60a.json
deleted file mode 100644
index 74d3211..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-60a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "id": "version-0.68.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "title": "NATS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.nats",
-    "title": "NATS Publisher",
-    "sidebar_label": "NATS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.nats"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-e54.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-e54.json
deleted file mode 100644
index a4d54ff..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-e54.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.68.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-databases-ditto-md-44f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-databases-ditto-md-44f.json
deleted file mode 100644
index 3b9c14b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-databases-ditto-md-44f.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-  "id": "version-0.68.0/pe/org.apache.streampipes.sinks.databases.ditto",
-  "title": "Eclipse Ditto",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.sinks.databases.ditto.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.sinks.databases.ditto",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.ditto",
-    "title": "Eclipse Ditto",
-    "sidebar_label": "Eclipse Ditto",
-    "original_id": "org.apache.streampipes.sinks.databases.ditto"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-aab.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-aab.json
deleted file mode 100644
index e81ad17..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-aab.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "id": "version-0.68.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "title": "MySQL Database",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.mysql",
-    "title": "MySQL Database",
-    "sidebar_label": "MySQL Database",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.mysql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-8e0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-8e0.json
deleted file mode 100644
index dd5e6d9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-8e0.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.68.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-c4a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-c4a.json
deleted file mode 100644
index ed51ddd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-c4a.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.68.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-0f5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-0f5.json
deleted file mode 100644
index e0ae362..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-0f5.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "id": "version-0.68.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "title": "Telegram Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.68.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "permalink": "/docs/0.68.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.telegram",
-    "title": "Telegram Publisher",
-    "sidebar_label": "Telegram Publisher",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.telegram"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pipeline-elements-md-b42.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pipeline-elements-md-b42.json
deleted file mode 100644
index 6d0705e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-68-0-pipeline-elements-md-b42.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pipeline-elements",
-  "id": "version-0.68.0/pipeline-elements",
-  "title": "Overview",
-  "description": "<img class=\"pe-icon\"",
-  "source": "@site/versioned_docs/version-0.68.0/pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/pipeline-elements",
-  "permalink": "/docs/0.68.0/pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.68.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "pipeline-elements",
-    "title": "Overview",
-    "sidebar_label": "Overview",
-    "original_id": "pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-01-try-installation-md-5e5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-01-try-installation-md-5e5.json
deleted file mode 100644
index 5114137..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-01-try-installation-md-5e5.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "try-installation",
-  "id": "version-0.69.0/try-installation",
-  "title": "Installation",
-  "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-  "source": "@site/versioned_docs/version-0.69.0/01_try-installation.md",
-  "sourceDirName": ".",
-  "slug": "/try-installation",
-  "permalink": "/docs/0.69.0/try-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "try-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-01-try-overview-md-d54.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-01-try-overview-md-d54.json
deleted file mode 100644
index 6454ec5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-01-try-overview-md-d54.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction",
-  "id": "version-0.69.0/user-guide-introduction",
-  "title": "Apache StreamPipes Documentation",
-  "description": "This is the documentation of Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.69.0/01_try-overview.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction",
-  "permalink": "/docs/0.69.0/user-guide-introduction",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "user-guide-introduction",
-    "title": "Apache StreamPipes Documentation",
-    "sidebar_label": "Overview",
-    "original_id": "user-guide-introduction"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-03-use-configurations-md-30a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-03-use-configurations-md-30a.json
deleted file mode 100644
index 7025697..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-03-use-configurations-md-30a.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-configurations",
-  "id": "version-0.69.0/use-configurations",
-  "title": "Configurations",
-  "description": "The configuration section is an admin-only interface for system-wide settings.",
-  "source": "@site/versioned_docs/version-0.69.0/03_use-configurations.md",
-  "sourceDirName": ".",
-  "slug": "/use-configurations",
-  "permalink": "/docs/0.69.0/use-configurations",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-configurations",
-    "title": "Configurations",
-    "sidebar_label": "Configurations",
-    "original_id": "use-configurations"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-03-use-connect-md-85a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-03-use-connect-md-85a.json
deleted file mode 100644
index c764117..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-03-use-connect-md-85a.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.90.0-use-connect",
-  "id": "version-0.69.0/version-0.90.0-use-connect",
-  "title": "StreamPipes Connect",
-  "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-  "source": "@site/versioned_docs/version-0.69.0/03_use-connect.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.90.0-use-connect",
-  "permalink": "/docs/0.69.0/version-0.90.0-use-connect",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "version-0.90.0-use-connect",
-    "title": "StreamPipes Connect",
-    "sidebar_label": "StreamPipes Connect",
-    "original_id": "use-connect"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-03-use-dashboard-md-916.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-03-use-dashboard-md-916.json
deleted file mode 100644
index 8bda899..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-03-use-dashboard-md-916.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-dashboard",
-  "id": "version-0.69.0/use-dashboard",
-  "title": "Live Dashboard",
-  "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-  "source": "@site/versioned_docs/version-0.69.0/03_use-dashboard.md",
-  "sourceDirName": ".",
-  "slug": "/use-dashboard",
-  "permalink": "/docs/0.69.0/use-dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-dashboard",
-    "title": "Live Dashboard",
-    "sidebar_label": "Live Dashboard",
-    "original_id": "use-dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-03-use-data-explorer-md-870.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-03-use-data-explorer-md-870.json
deleted file mode 100644
index 21f80d4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-03-use-data-explorer-md-870.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "use-data-explorer",
-  "id": "version-0.69.0/use-data-explorer",
-  "title": "Data Explorer",
-  "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-  "source": "@site/versioned_docs/version-0.69.0/03_use-data-explorer.md",
-  "sourceDirName": ".",
-  "slug": "/use-data-explorer",
-  "permalink": "/docs/0.69.0/use-data-explorer",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-data-explorer",
-    "title": "Data Explorer",
-    "sidebar_label": "Data Explorer",
-    "original_id": "use-data-explorer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-03-use-pipeline-editor-md-9ee.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-03-use-pipeline-editor-md-9ee.json
deleted file mode 100644
index 9dc4884..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-03-use-pipeline-editor-md-9ee.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.90.0-use-pipeline-editor",
-  "id": "version-0.69.0/version-0.90.0-use-pipeline-editor",
-  "title": "Pipeline Editor",
-  "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-  "source": "@site/versioned_docs/version-0.69.0/03_use-pipeline-editor.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.90.0-use-pipeline-editor",
-  "permalink": "/docs/0.69.0/version-0.90.0-use-pipeline-editor",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "version-0.90.0-use-pipeline-editor",
-    "title": "Pipeline Editor",
-    "sidebar_label": "Pipeline Editor",
-    "original_id": "use-pipeline-editor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-05-deploy-security-md-1a3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-05-deploy-security-md-1a3.json
deleted file mode 100644
index 1e83fba..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-05-deploy-security-md-1a3.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "deploy-security",
-  "id": "version-0.69.0/deploy-security",
-  "title": "Security",
-  "description": "Overriding default settings",
-  "source": "@site/versioned_docs/version-0.69.0/05_deploy-security.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-security",
-  "permalink": "/docs/0.69.0/deploy-security",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-security",
-    "title": "Security",
-    "sidebar_label": "Security",
-    "original_id": "deploy-security"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-archetypes-md-916.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-archetypes-md-916.json
deleted file mode 100644
index 13acc95..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-archetypes-md-916.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-archetypes",
-  "id": "version-0.69.0/extend-archetypes",
-  "title": "Maven Archetypes",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.69.0/06_extend-archetypes.md",
-  "sourceDirName": ".",
-  "slug": "/extend-archetypes",
-  "permalink": "/docs/0.69.0/extend-archetypes",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-archetypes",
-    "title": "Maven Archetypes",
-    "sidebar_label": "Maven Archetypes",
-    "original_id": "extend-archetypes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-cli-md-e59.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-cli-md-e59.json
deleted file mode 100644
index c8ac990..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-cli-md-e59.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-cli",
-  "id": "version-0.69.0/extend-cli",
-  "title": "StreamPipes CLI",
-  "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-  "source": "@site/versioned_docs/version-0.69.0/06_extend-cli.md",
-  "sourceDirName": ".",
-  "slug": "/extend-cli",
-  "permalink": "/docs/0.69.0/extend-cli",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-cli",
-    "title": "StreamPipes CLI",
-    "sidebar_label": "StreamPipes CLI",
-    "original_id": "extend-cli"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-first-processor-md-4fb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-first-processor-md-4fb.json
deleted file mode 100644
index 4822041..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-first-processor-md-4fb.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-first-processor",
-  "id": "version-0.69.0/extend-first-processor",
-  "title": "Your first data processor",
-  "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-  "source": "@site/versioned_docs/version-0.69.0/06_extend-first-processor.md",
-  "sourceDirName": ".",
-  "slug": "/extend-first-processor",
-  "permalink": "/docs/0.69.0/extend-first-processor",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-first-processor",
-    "title": "Your first data processor",
-    "sidebar_label": "Your first data processor",
-    "original_id": "extend-first-processor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-event-model-md-16f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-event-model-md-16f.json
deleted file mode 100644
index 96b2a9c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-event-model-md-16f.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-event-model",
-  "id": "version-0.69.0/extend-sdk-event-model",
-  "title": "SDK Guide: Event Model",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.69.0/06_extend-sdk-event-model.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-event-model",
-  "permalink": "/docs/0.69.0/extend-sdk-event-model",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-event-model",
-    "title": "SDK Guide: Event Model",
-    "sidebar_label": "SDK: Event Model",
-    "original_id": "extend-sdk-event-model"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-functions-md-6b6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-functions-md-6b6.json
deleted file mode 100644
index b8eb7f5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-functions-md-6b6.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.90.0-extend-sdk-functions",
-  "id": "version-0.69.0/version-0.90.0-extend-sdk-functions",
-  "title": "SDK Guide: Functions",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.69.0/06_extend-sdk-functions.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.90.0-extend-sdk-functions",
-  "permalink": "/docs/0.69.0/version-0.90.0-extend-sdk-functions",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "version-0.90.0-extend-sdk-functions",
-    "title": "SDK Guide: Functions",
-    "sidebar_label": "SDK: Functions",
-    "original_id": "extend-sdk-functions"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-migration-sd-md-afc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-migration-sd-md-afc.json
deleted file mode 100644
index f15b260..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-migration-sd-md-afc.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-migration-service-discovery",
-  "id": "version-0.69.0/extend-sdk-migration-service-discovery",
-  "title": "Migration Guide: New Service Discovery in 0.69.0",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.69.0/06_extend-sdk-migration-sd.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-migration-service-discovery",
-  "permalink": "/docs/0.69.0/extend-sdk-migration-service-discovery",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-migration-service-discovery",
-    "title": "Migration Guide: New Service Discovery in 0.69.0",
-    "sidebar_label": "Migration Guide: 0.69.0",
-    "original_id": "extend-sdk-migration-service-discovery"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-output-strategies-md-dbd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-output-strategies-md-dbd.json
deleted file mode 100644
index ddea788..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-output-strategies-md-dbd.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.90.0-extend-sdk-output-strategies",
-  "id": "version-0.69.0/version-0.90.0-extend-sdk-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.69.0/06_extend-sdk-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.90.0-extend-sdk-output-strategies",
-  "permalink": "/docs/0.69.0/version-0.90.0-extend-sdk-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "version-0.90.0-extend-sdk-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "SDK: Output Strategies",
-    "original_id": "extend-sdk-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-static-properties-md-b6f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-static-properties-md-b6f.json
deleted file mode 100644
index f37ab0a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-static-properties-md-b6f.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.90.0-extend-sdk-static-properties",
-  "id": "version-0.69.0/version-0.90.0-extend-sdk-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.69.0/06_extend-sdk-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.90.0-extend-sdk-static-properties",
-  "permalink": "/docs/0.69.0/version-0.90.0-extend-sdk-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "version-0.90.0-extend-sdk-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "SDK: Static Properties",
-    "original_id": "extend-sdk-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-stream-requirements-md-284.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-stream-requirements-md-284.json
deleted file mode 100644
index 04b720d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-sdk-stream-requirements-md-284.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-stream-requirements",
-  "id": "version-0.69.0/extend-sdk-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.69.0/06_extend-sdk-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-stream-requirements",
-  "permalink": "/docs/0.69.0/extend-sdk-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "SDK: Stream Requirements",
-    "original_id": "extend-sdk-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-setup-md-d0e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-setup-md-d0e.json
deleted file mode 100644
index 505f0a8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-setup-md-d0e.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-setup",
-  "id": "version-0.69.0/extend-setup",
-  "title": "Development Setup",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.69.0/06_extend-setup.md",
-  "sourceDirName": ".",
-  "slug": "/extend-setup",
-  "permalink": "/docs/0.69.0/extend-setup",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-setup",
-    "title": "Development Setup",
-    "sidebar_label": "Development Setup",
-    "original_id": "extend-setup"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-tutorial-data-processors-md-7f5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-tutorial-data-processors-md-7f5.json
deleted file mode 100644
index 95eb0ca..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-tutorial-data-processors-md-7f5.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-processors",
-  "id": "version-0.69.0/extend-tutorial-data-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor using the standalone wrapper.",
-  "source": "@site/versioned_docs/version-0.69.0/06_extend-tutorial-data-processors.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-processors",
-  "permalink": "/docs/0.69.0/extend-tutorial-data-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors",
-    "original_id": "extend-tutorial-data-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-tutorial-data-sinks-md-852.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-tutorial-data-sinks-md-852.json
deleted file mode 100644
index 67e34ca..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-tutorial-data-sinks-md-852.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sinks",
-  "id": "version-0.69.0/extend-tutorial-data-sinks",
-  "title": "Tutorial: Data Sinks",
-  "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-  "source": "@site/versioned_docs/version-0.69.0/06_extend-tutorial-data-sinks.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sinks",
-  "permalink": "/docs/0.69.0/extend-tutorial-data-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sinks",
-    "title": "Tutorial: Data Sinks",
-    "sidebar_label": "Tutorial: Data Sinks",
-    "original_id": "extend-tutorial-data-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-tutorial-data-sources-md-2c8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-tutorial-data-sources-md-2c8.json
deleted file mode 100644
index ccaa903..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-06-extend-tutorial-data-sources-md-2c8.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sources",
-  "id": "version-0.69.0/extend-tutorial-data-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.69.0/06_extend-tutorial-data-sources.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sources",
-  "permalink": "/docs/0.69.0/extend-tutorial-data-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources",
-    "original_id": "extend-tutorial-data-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-07-technicals-configuration-md-9e3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-07-technicals-configuration-md-9e3.json
deleted file mode 100644
index f12f878..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-07-technicals-configuration-md-9e3.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.90.0-technicals-configuration",
-  "id": "version-0.69.0/version-0.90.0-technicals-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.69.0/07_technicals-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.90.0-technicals-configuration",
-  "permalink": "/docs/0.69.0/version-0.90.0-technicals-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "version-0.90.0-technicals-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration",
-    "original_id": "technicals-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-09-contribute-md-d78.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-09-contribute-md-d78.json
deleted file mode 100644
index 8845736..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-09-contribute-md-d78.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "version-0.90.0-community-contribute",
-  "id": "version-0.69.0/version-0.90.0-community-contribute",
-  "title": "Contribute",
-  "description": "Contribute",
-  "source": "@site/versioned_docs/version-0.69.0/09_contribute.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.90.0-community-contribute",
-  "permalink": "/docs/0.69.0/version-0.90.0-community-contribute",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "version-0.90.0-community-contribute",
-    "title": "Contribute",
-    "sidebar_label": "Contribute",
-    "original_id": "community-contribute"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-09-get-help-md-fa2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-09-get-help-md-fa2.json
deleted file mode 100644
index 0350bfe..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-09-get-help-md-fa2.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "community-get-help",
-  "id": "version-0.69.0/community-get-help",
-  "title": "Get Help",
-  "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-  "source": "@site/versioned_docs/version-0.69.0/09_get-help.md",
-  "sourceDirName": ".",
-  "slug": "/community-get-help",
-  "permalink": "/docs/0.69.0/community-get-help",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-get-help",
-    "title": "Get Help",
-    "sidebar_label": "Get Help",
-    "original_id": "community-get-help"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-pipeline-elements-md-277.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-pipeline-elements-md-277.json
deleted file mode 100644
index 3d25d62..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-pipeline-elements-md-277.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "version-0.90.0-pipeline-elements",
-  "id": "version-0.69.0/version-0.90.0-pipeline-elements",
-  "title": "Overview",
-  "description": "<img class=\"pe-icon\"",
-  "source": "@site/versioned_docs/version-0.69.0/pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.90.0-pipeline-elements",
-  "permalink": "/docs/0.69.0/version-0.90.0-pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.90.0-pipeline-elements",
-    "title": "Overview",
-    "sidebar_label": "Overview",
-    "original_id": "pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-user-guide-installation-md-590.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-user-guide-installation-md-590.json
deleted file mode 100644
index dfe706c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-69-0-user-guide-installation-md-590.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "version-0.90.0-user-guide-installation",
-  "id": "version-0.69.0/version-0.90.0-user-guide-installation",
-  "title": "Installation",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.69.0/user-guide-installation.md",
-  "sourceDirName": ".",
-  "slug": "/version-0.90.0-user-guide-installation",
-  "permalink": "/docs/0.69.0/version-0.90.0-user-guide-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.69.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "version-0.90.0-user-guide-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "user-guide-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-01-try-installation-md-ce7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-01-try-installation-md-ce7.json
deleted file mode 100644
index 7693371..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-01-try-installation-md-ce7.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "try-installation",
-  "id": "version-0.70.0/try-installation",
-  "title": "Installation",
-  "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-  "source": "@site/versioned_docs/version-0.70.0/01_try-installation.md",
-  "sourceDirName": ".",
-  "slug": "/try-installation",
-  "permalink": "/docs/0.70.0/try-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "try-installation"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Overview",
-    "permalink": "/docs/0.70.0/user-guide-introduction"
-  },
-  "next": {
-    "title": "Interactive Tutorial",
-    "permalink": "/docs/0.70.0/try-tutorial"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-01-try-overview-md-920.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-01-try-overview-md-920.json
deleted file mode 100644
index a12934c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-01-try-overview-md-920.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction",
-  "id": "version-0.70.0/user-guide-introduction",
-  "title": "Apache StreamPipes Documentation",
-  "description": "This is the documentation of Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.70.0/01_try-overview.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction",
-  "permalink": "/docs/0.70.0/user-guide-introduction",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "user-guide-introduction",
-    "title": "Apache StreamPipes Documentation",
-    "sidebar_label": "Overview",
-    "original_id": "user-guide-introduction"
-  },
-  "sidebar": "documentation",
-  "next": {
-    "title": "Installation",
-    "permalink": "/docs/0.70.0/try-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-01-try-tutorial-md-da8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-01-try-tutorial-md-da8.json
deleted file mode 100644
index b7fe3c8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-01-try-tutorial-md-da8.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "try-tutorial",
-  "id": "version-0.70.0/try-tutorial",
-  "title": "Interactive Tutorial",
-  "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox.",
-  "source": "@site/versioned_docs/version-0.70.0/01_try-tutorial.md",
-  "sourceDirName": ".",
-  "slug": "/try-tutorial",
-  "permalink": "/docs/0.70.0/try-tutorial",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-tutorial",
-    "title": "Interactive Tutorial",
-    "sidebar_label": "Interactive Tutorial",
-    "original_id": "try-tutorial"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Installation",
-    "permalink": "/docs/0.70.0/try-installation"
-  },
-  "next": {
-    "title": "Overview",
-    "permalink": "/docs/0.70.0/concepts-overview"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-02-concepts-adapter-md-e9d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-02-concepts-adapter-md-e9d.json
deleted file mode 100644
index 8c435a9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-02-concepts-adapter-md-e9d.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-adapter",
-  "id": "version-0.70.0/concepts-adapter",
-  "title": "Data Adapters",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.70.0/02_concepts-adapter.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-adapter",
-  "permalink": "/docs/0.70.0/concepts-adapter",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-adapter",
-    "title": "Data Adapters",
-    "sidebar_label": "Data Adapters",
-    "original_id": "concepts-adapter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-02-concepts-data-streams-md-b11.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-02-concepts-data-streams-md-b11.json
deleted file mode 100644
index 5fa06b5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-02-concepts-data-streams-md-b11.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-data-streams",
-  "id": "version-0.70.0/concepts-data-streams",
-  "title": "Data Streams",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.70.0/02_concepts-data-streams.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-data-streams",
-  "permalink": "/docs/0.70.0/concepts-data-streams",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-data-streams",
-    "title": "Data Streams",
-    "sidebar_label": "Data Streams",
-    "original_id": "concepts-data-streams"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-02-concepts-glossary-md-b42.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-02-concepts-glossary-md-b42.json
deleted file mode 100644
index 8784070..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-02-concepts-glossary-md-b42.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-glossary",
-  "id": "version-0.70.0/concepts-glossary",
-  "title": "Glossary",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.70.0/02_concepts-glossary.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-glossary",
-  "permalink": "/docs/0.70.0/concepts-glossary",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-glossary",
-    "title": "Glossary",
-    "sidebar_label": "Glossary",
-    "original_id": "concepts-glossary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-02-concepts-overview-md-44b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-02-concepts-overview-md-44b.json
deleted file mode 100644
index 03a3a06..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-02-concepts-overview-md-44b.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "concepts-overview",
-  "id": "version-0.70.0/concepts-overview",
-  "title": "StreamPipes Concepts",
-  "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-  "source": "@site/versioned_docs/version-0.70.0/02_concepts-overview.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-overview",
-  "permalink": "/docs/0.70.0/concepts-overview",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-overview",
-    "title": "StreamPipes Concepts",
-    "sidebar_label": "Overview",
-    "original_id": "concepts-overview"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Interactive Tutorial",
-    "permalink": "/docs/0.70.0/try-tutorial"
-  },
-  "next": {
-    "title": "StreamPipes Connect",
-    "permalink": "/docs/0.70.0/use-connect"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-02-concepts-pipeline-md-5e6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-02-concepts-pipeline-md-5e6.json
deleted file mode 100644
index 3aef587..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-02-concepts-pipeline-md-5e6.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-pipelines",
-  "id": "version-0.70.0/concepts-pipelines",
-  "title": "Pipelines",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.70.0/02_concepts-pipeline.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-pipelines",
-  "permalink": "/docs/0.70.0/concepts-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-pipelines",
-    "title": "Pipelines",
-    "sidebar_label": "Pipelines",
-    "original_id": "concepts-pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-configurations-md-611.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-configurations-md-611.json
deleted file mode 100644
index 1976ca6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-configurations-md-611.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-configurations",
-  "id": "version-0.70.0/use-configurations",
-  "title": "Configurations",
-  "description": "The configuration section is an admin-only interface for system-wide settings.",
-  "source": "@site/versioned_docs/version-0.70.0/03_use-configurations.md",
-  "sourceDirName": ".",
-  "slug": "/use-configurations",
-  "permalink": "/docs/0.70.0/use-configurations",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-configurations",
-    "title": "Configurations",
-    "sidebar_label": "Configurations",
-    "original_id": "use-configurations"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Install Pipeline Elements",
-    "permalink": "/docs/0.70.0/use-install-pipeline-elements"
-  },
-  "next": {
-    "title": "Apache Kafka",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-connect-md-78e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-connect-md-78e.json
deleted file mode 100644
index 21c40be..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-connect-md-78e.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-connect",
-  "id": "version-0.70.0/use-connect",
-  "title": "StreamPipes Connect",
-  "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-  "source": "@site/versioned_docs/version-0.70.0/03_use-connect.md",
-  "sourceDirName": ".",
-  "slug": "/use-connect",
-  "permalink": "/docs/0.70.0/use-connect",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-connect",
-    "title": "StreamPipes Connect",
-    "sidebar_label": "StreamPipes Connect",
-    "original_id": "use-connect"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Overview",
-    "permalink": "/docs/0.70.0/concepts-overview"
-  },
-  "next": {
-    "title": "Pipeline Editor",
-    "permalink": "/docs/0.70.0/use-pipeline-editor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-dashboard-md-b99.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-dashboard-md-b99.json
deleted file mode 100644
index 87c58ac..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-dashboard-md-b99.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-dashboard",
-  "id": "version-0.70.0/use-dashboard",
-  "title": "Live Dashboard",
-  "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-  "source": "@site/versioned_docs/version-0.70.0/03_use-dashboard.md",
-  "sourceDirName": ".",
-  "slug": "/use-dashboard",
-  "permalink": "/docs/0.70.0/use-dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-dashboard",
-    "title": "Live Dashboard",
-    "sidebar_label": "Live Dashboard",
-    "original_id": "use-dashboard"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Managing Pipelines",
-    "permalink": "/docs/0.70.0/use-managing-pipelines"
-  },
-  "next": {
-    "title": "Data Explorer",
-    "permalink": "/docs/0.70.0/use-data-explorer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-data-explorer-md-6bf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-data-explorer-md-6bf.json
deleted file mode 100644
index 90a9613..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-data-explorer-md-6bf.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-data-explorer",
-  "id": "version-0.70.0/use-data-explorer",
-  "title": "Data Explorer",
-  "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-  "source": "@site/versioned_docs/version-0.70.0/03_use-data-explorer.md",
-  "sourceDirName": ".",
-  "slug": "/use-data-explorer",
-  "permalink": "/docs/0.70.0/use-data-explorer",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-data-explorer",
-    "title": "Data Explorer",
-    "sidebar_label": "Data Explorer",
-    "original_id": "use-data-explorer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Live Dashboard",
-    "permalink": "/docs/0.70.0/use-dashboard"
-  },
-  "next": {
-    "title": "Notifications",
-    "permalink": "/docs/0.70.0/use-notifications"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-install-pipeline-elements-md-51d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-install-pipeline-elements-md-51d.json
deleted file mode 100644
index e371b23..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-install-pipeline-elements-md-51d.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-install-pipeline-elements",
-  "id": "version-0.70.0/use-install-pipeline-elements",
-  "title": "Install Pipeline Elements",
-  "description": "Install Pipeline Elements",
-  "source": "@site/versioned_docs/version-0.70.0/03_use-install-pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/use-install-pipeline-elements",
-  "permalink": "/docs/0.70.0/use-install-pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-install-pipeline-elements",
-    "title": "Install Pipeline Elements",
-    "sidebar_label": "Install Pipeline Elements",
-    "original_id": "use-install-pipeline-elements"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Notifications",
-    "permalink": "/docs/0.70.0/use-notifications"
-  },
-  "next": {
-    "title": "Configurations",
-    "permalink": "/docs/0.70.0/use-configurations"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-managing-pipelines-md-3ed.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-managing-pipelines-md-3ed.json
deleted file mode 100644
index 8c9c135..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-managing-pipelines-md-3ed.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-managing-pipelines",
-  "id": "version-0.70.0/use-managing-pipelines",
-  "title": "Managing Pipelines",
-  "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-  "source": "@site/versioned_docs/version-0.70.0/03_use-managing-pipelines.md",
-  "sourceDirName": ".",
-  "slug": "/use-managing-pipelines",
-  "permalink": "/docs/0.70.0/use-managing-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-managing-pipelines",
-    "title": "Managing Pipelines",
-    "sidebar_label": "Managing Pipelines",
-    "original_id": "use-managing-pipelines"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Pipeline Editor",
-    "permalink": "/docs/0.70.0/use-pipeline-editor"
-  },
-  "next": {
-    "title": "Live Dashboard",
-    "permalink": "/docs/0.70.0/use-dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-notifications-md-cd7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-notifications-md-cd7.json
deleted file mode 100644
index 5ee0ae6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-notifications-md-cd7.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-notifications",
-  "id": "version-0.70.0/use-notifications",
-  "title": "Notifications",
-  "description": "The notification module can be used to create internal notifications.",
-  "source": "@site/versioned_docs/version-0.70.0/03_use-notifications.md",
-  "sourceDirName": ".",
-  "slug": "/use-notifications",
-  "permalink": "/docs/0.70.0/use-notifications",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-notifications",
-    "title": "Notifications",
-    "sidebar_label": "Notifications",
-    "original_id": "use-notifications"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Data Explorer",
-    "permalink": "/docs/0.70.0/use-data-explorer"
-  },
-  "next": {
-    "title": "Install Pipeline Elements",
-    "permalink": "/docs/0.70.0/use-install-pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-pipeline-editor-md-147.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-pipeline-editor-md-147.json
deleted file mode 100644
index 5e41178..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-03-use-pipeline-editor-md-147.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-pipeline-editor",
-  "id": "version-0.70.0/use-pipeline-editor",
-  "title": "Pipeline Editor",
-  "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-  "source": "@site/versioned_docs/version-0.70.0/03_use-pipeline-editor.md",
-  "sourceDirName": ".",
-  "slug": "/use-pipeline-editor",
-  "permalink": "/docs/0.70.0/use-pipeline-editor",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-pipeline-editor",
-    "title": "Pipeline Editor",
-    "sidebar_label": "Pipeline Editor",
-    "original_id": "use-pipeline-editor"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "StreamPipes Connect",
-    "permalink": "/docs/0.70.0/use-connect"
-  },
-  "next": {
-    "title": "Managing Pipelines",
-    "permalink": "/docs/0.70.0/use-managing-pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-05-deploy-docker-md-7fe.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-05-deploy-docker-md-7fe.json
deleted file mode 100644
index 71af269..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-05-deploy-docker-md-7fe.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "deploy-docker",
-  "id": "version-0.70.0/deploy-docker",
-  "title": "Docker Deployment",
-  "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.70.0/05_deploy-docker.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-docker",
-  "permalink": "/docs/0.70.0/deploy-docker",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-docker",
-    "title": "Docker Deployment",
-    "sidebar_label": "Docker Deployment",
-    "original_id": "deploy-docker"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Telegram Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-  },
-  "next": {
-    "title": "Kubernetes Deployment",
-    "permalink": "/docs/0.70.0/deploy-kubernetes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-05-deploy-kubernetes-md-a4d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-05-deploy-kubernetes-md-a4d.json
deleted file mode 100644
index 2f1a200..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-05-deploy-kubernetes-md-a4d.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "deploy-kubernetes",
-  "id": "version-0.70.0/deploy-kubernetes",
-  "title": "Kubernetes Deployment",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.70.0/05_deploy-kubernetes.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-kubernetes",
-  "permalink": "/docs/0.70.0/deploy-kubernetes",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-kubernetes",
-    "title": "Kubernetes Deployment",
-    "sidebar_label": "Kubernetes Deployment",
-    "original_id": "deploy-kubernetes"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Docker Deployment",
-    "permalink": "/docs/0.70.0/deploy-docker"
-  },
-  "next": {
-    "title": "Use SSL",
-    "permalink": "/docs/0.70.0/deploy-use-ssl"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-05-deploy-security-md-d42.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-05-deploy-security-md-d42.json
deleted file mode 100644
index eebdfd6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-05-deploy-security-md-d42.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "deploy-security",
-  "id": "version-0.70.0/deploy-security",
-  "title": "Security",
-  "description": "Overriding default settings",
-  "source": "@site/versioned_docs/version-0.70.0/05_deploy-security.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-security",
-  "permalink": "/docs/0.70.0/deploy-security",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-security",
-    "title": "Security",
-    "sidebar_label": "Security",
-    "original_id": "deploy-security"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Use SSL",
-    "permalink": "/docs/0.70.0/deploy-use-ssl"
-  },
-  "next": {
-    "title": "Development Setup",
-    "permalink": "/docs/0.70.0/extend-setup"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-05-deploy-use-ssl-md-a98.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-05-deploy-use-ssl-md-a98.json
deleted file mode 100644
index d5450ac..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-05-deploy-use-ssl-md-a98.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "deploy-use-ssl",
-  "id": "version-0.70.0/deploy-use-ssl",
-  "title": "Use SSL",
-  "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-  "source": "@site/versioned_docs/version-0.70.0/05_deploy-use-ssl.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-use-ssl",
-  "permalink": "/docs/0.70.0/deploy-use-ssl",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-use-ssl",
-    "title": "Use SSL",
-    "sidebar_label": "Use SSL",
-    "original_id": "deploy-use-ssl"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Kubernetes Deployment",
-    "permalink": "/docs/0.70.0/deploy-kubernetes"
-  },
-  "next": {
-    "title": "Security",
-    "permalink": "/docs/0.70.0/deploy-security"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-archetypes-md-0da.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-archetypes-md-0da.json
deleted file mode 100644
index f570939..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-archetypes-md-0da.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-archetypes",
-  "id": "version-0.70.0/extend-archetypes",
-  "title": "Maven Archetypes",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.70.0/06_extend-archetypes.md",
-  "sourceDirName": ".",
-  "slug": "/extend-archetypes",
-  "permalink": "/docs/0.70.0/extend-archetypes",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-archetypes",
-    "title": "Maven Archetypes",
-    "sidebar_label": "Maven Archetypes",
-    "original_id": "extend-archetypes"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "StreamPipes CLI",
-    "permalink": "/docs/0.70.0/extend-cli"
-  },
-  "next": {
-    "title": "Your first data processor",
-    "permalink": "/docs/0.70.0/extend-first-processor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-cli-md-9e0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-cli-md-9e0.json
deleted file mode 100644
index 6a89c36..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-cli-md-9e0.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-cli",
-  "id": "version-0.70.0/extend-cli",
-  "title": "StreamPipes CLI",
-  "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-  "source": "@site/versioned_docs/version-0.70.0/06_extend-cli.md",
-  "sourceDirName": ".",
-  "slug": "/extend-cli",
-  "permalink": "/docs/0.70.0/extend-cli",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-cli",
-    "title": "StreamPipes CLI",
-    "sidebar_label": "StreamPipes CLI",
-    "original_id": "extend-cli"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Development Setup",
-    "permalink": "/docs/0.70.0/extend-setup"
-  },
-  "next": {
-    "title": "Maven Archetypes",
-    "permalink": "/docs/0.70.0/extend-archetypes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-first-processor-md-473.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-first-processor-md-473.json
deleted file mode 100644
index 8e2982e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-first-processor-md-473.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-first-processor",
-  "id": "version-0.70.0/extend-first-processor",
-  "title": "Your first data processor",
-  "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-  "source": "@site/versioned_docs/version-0.70.0/06_extend-first-processor.md",
-  "sourceDirName": ".",
-  "slug": "/extend-first-processor",
-  "permalink": "/docs/0.70.0/extend-first-processor",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-first-processor",
-    "title": "Your first data processor",
-    "sidebar_label": "Your first data processor",
-    "original_id": "extend-first-processor"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Maven Archetypes",
-    "permalink": "/docs/0.70.0/extend-archetypes"
-  },
-  "next": {
-    "title": "Tutorial: Data Sources",
-    "permalink": "/docs/0.70.0/extend-tutorial-data-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-event-model-md-9aa.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-event-model-md-9aa.json
deleted file mode 100644
index 121653b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-event-model-md-9aa.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-event-model",
-  "id": "version-0.70.0/extend-sdk-event-model",
-  "title": "SDK Guide: Event Model",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.70.0/06_extend-sdk-event-model.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-event-model",
-  "permalink": "/docs/0.70.0/extend-sdk-event-model",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-event-model",
-    "title": "SDK Guide: Event Model",
-    "sidebar_label": "SDK: Event Model",
-    "original_id": "extend-sdk-event-model"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tutorial: Data Sinks",
-    "permalink": "/docs/0.70.0/extend-tutorial-data-sinks"
-  },
-  "next": {
-    "title": "SDK: Stream Requirements",
-    "permalink": "/docs/0.70.0/extend-sdk-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-functions-md-788.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-functions-md-788.json
deleted file mode 100644
index cae8f1d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-functions-md-788.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "extend-sdk-functions",
-  "id": "version-0.70.0/extend-sdk-functions",
-  "title": "SDK Guide: Functions",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.70.0/06_extend-sdk-functions.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-functions",
-  "permalink": "/docs/0.70.0/extend-sdk-functions",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-functions",
-    "title": "SDK Guide: Functions",
-    "sidebar_label": "SDK: Functions",
-    "original_id": "extend-sdk-functions"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-migration-sd-md-82d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-migration-sd-md-82d.json
deleted file mode 100644
index 6218feb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-migration-sd-md-82d.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-migration-service-discovery",
-  "id": "version-0.70.0/extend-sdk-migration-service-discovery",
-  "title": "Migration Guide: New Service Discovery in 0.69.0",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.70.0/06_extend-sdk-migration-sd.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-migration-service-discovery",
-  "permalink": "/docs/0.70.0/extend-sdk-migration-service-discovery",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-migration-service-discovery",
-    "title": "Migration Guide: New Service Discovery in 0.69.0",
-    "sidebar_label": "Migration Guide: 0.69.0",
-    "original_id": "extend-sdk-migration-service-discovery"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Output Strategies",
-    "permalink": "/docs/0.70.0/extend-sdk-output-strategies"
-  },
-  "next": {
-    "title": "Architecture",
-    "permalink": "/docs/0.70.0/technicals-architecture"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-output-strategies-md-582.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-output-strategies-md-582.json
deleted file mode 100644
index 833551a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-output-strategies-md-582.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-output-strategies",
-  "id": "version-0.70.0/extend-sdk-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.70.0/06_extend-sdk-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-output-strategies",
-  "permalink": "/docs/0.70.0/extend-sdk-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "SDK: Output Strategies",
-    "original_id": "extend-sdk-output-strategies"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Static Properties",
-    "permalink": "/docs/0.70.0/extend-sdk-static-properties"
-  },
-  "next": {
-    "title": "Migration Guide: 0.69.0",
-    "permalink": "/docs/0.70.0/extend-sdk-migration-service-discovery"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-static-properties-md-bf6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-static-properties-md-bf6.json
deleted file mode 100644
index 8154da9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-static-properties-md-bf6.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-static-properties",
-  "id": "version-0.70.0/extend-sdk-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.70.0/06_extend-sdk-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-static-properties",
-  "permalink": "/docs/0.70.0/extend-sdk-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "SDK: Static Properties",
-    "original_id": "extend-sdk-static-properties"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Stream Requirements",
-    "permalink": "/docs/0.70.0/extend-sdk-stream-requirements"
-  },
-  "next": {
-    "title": "SDK: Output Strategies",
-    "permalink": "/docs/0.70.0/extend-sdk-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-stream-requirements-md-676.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-stream-requirements-md-676.json
deleted file mode 100644
index 141deef..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-sdk-stream-requirements-md-676.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-stream-requirements",
-  "id": "version-0.70.0/extend-sdk-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.70.0/06_extend-sdk-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-stream-requirements",
-  "permalink": "/docs/0.70.0/extend-sdk-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "SDK: Stream Requirements",
-    "original_id": "extend-sdk-stream-requirements"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Event Model",
-    "permalink": "/docs/0.70.0/extend-sdk-event-model"
-  },
-  "next": {
-    "title": "SDK: Static Properties",
-    "permalink": "/docs/0.70.0/extend-sdk-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-setup-md-98a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-setup-md-98a.json
deleted file mode 100644
index 20f007c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-setup-md-98a.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-setup",
-  "id": "version-0.70.0/extend-setup",
-  "title": "Development Setup",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.70.0/06_extend-setup.md",
-  "sourceDirName": ".",
-  "slug": "/extend-setup",
-  "permalink": "/docs/0.70.0/extend-setup",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-setup",
-    "title": "Development Setup",
-    "sidebar_label": "Development Setup",
-    "original_id": "extend-setup"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Security",
-    "permalink": "/docs/0.70.0/deploy-security"
-  },
-  "next": {
-    "title": "StreamPipes CLI",
-    "permalink": "/docs/0.70.0/extend-cli"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-tutorial-data-processors-md-44c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-tutorial-data-processors-md-44c.json
deleted file mode 100644
index bf900ef..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-tutorial-data-processors-md-44c.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-processors",
-  "id": "version-0.70.0/extend-tutorial-data-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor.",
-  "source": "@site/versioned_docs/version-0.70.0/06_extend-tutorial-data-processors.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-processors",
-  "permalink": "/docs/0.70.0/extend-tutorial-data-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors",
-    "original_id": "extend-tutorial-data-processors"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tutorial: Data Sources",
-    "permalink": "/docs/0.70.0/extend-tutorial-data-sources"
-  },
-  "next": {
-    "title": "Tutorial: Data Sinks",
-    "permalink": "/docs/0.70.0/extend-tutorial-data-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-tutorial-data-sinks-md-b42.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-tutorial-data-sinks-md-b42.json
deleted file mode 100644
index e1a26eb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-tutorial-data-sinks-md-b42.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sinks",
-  "id": "version-0.70.0/extend-tutorial-data-sinks",
-  "title": "Tutorial: Data Sinks",
-  "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-  "source": "@site/versioned_docs/version-0.70.0/06_extend-tutorial-data-sinks.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sinks",
-  "permalink": "/docs/0.70.0/extend-tutorial-data-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sinks",
-    "title": "Tutorial: Data Sinks",
-    "sidebar_label": "Tutorial: Data Sinks",
-    "original_id": "extend-tutorial-data-sinks"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tutorial: Data Processors",
-    "permalink": "/docs/0.70.0/extend-tutorial-data-processors"
-  },
-  "next": {
-    "title": "SDK: Event Model",
-    "permalink": "/docs/0.70.0/extend-sdk-event-model"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-tutorial-data-sources-md-ac9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-tutorial-data-sources-md-ac9.json
deleted file mode 100644
index 2ebff01..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-06-extend-tutorial-data-sources-md-ac9.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sources",
-  "id": "version-0.70.0/extend-tutorial-data-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.70.0/06_extend-tutorial-data-sources.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sources",
-  "permalink": "/docs/0.70.0/extend-tutorial-data-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources",
-    "original_id": "extend-tutorial-data-sources"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Your first data processor",
-    "permalink": "/docs/0.70.0/extend-first-processor"
-  },
-  "next": {
-    "title": "Tutorial: Data Processors",
-    "permalink": "/docs/0.70.0/extend-tutorial-data-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-07-technicals-architecture-md-308.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-07-technicals-architecture-md-308.json
deleted file mode 100644
index f0b6487..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-07-technicals-architecture-md-308.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "technicals-architecture",
-  "id": "version-0.70.0/technicals-architecture",
-  "title": "Architecture",
-  "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-  "source": "@site/versioned_docs/version-0.70.0/07_technicals-architecture.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-architecture",
-  "permalink": "/docs/0.70.0/technicals-architecture",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-architecture",
-    "title": "Architecture",
-    "sidebar_label": "Architecture",
-    "original_id": "technicals-architecture"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Migration Guide: 0.69.0",
-    "permalink": "/docs/0.70.0/extend-sdk-migration-service-discovery"
-  },
-  "next": {
-    "title": "User Guidance",
-    "permalink": "/docs/0.70.0/technicals-user-guidance"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-07-technicals-configuration-md-596.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-07-technicals-configuration-md-596.json
deleted file mode 100644
index bdc478e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-07-technicals-configuration-md-596.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "technicals-configuration",
-  "id": "version-0.70.0/technicals-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.70.0/07_technicals-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-configuration",
-  "permalink": "/docs/0.70.0/technicals-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration",
-    "original_id": "technicals-configuration"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Messaging",
-    "permalink": "/docs/0.70.0/technicals-messaging"
-  },
-  "next": {
-    "title": "Get Help",
-    "permalink": "/docs/0.70.0/community-get-help"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-07-technicals-messaging-md-4ca.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-07-technicals-messaging-md-4ca.json
deleted file mode 100644
index 086e6cf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-07-technicals-messaging-md-4ca.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "technicals-messaging",
-  "id": "version-0.70.0/technicals-messaging",
-  "title": "Messaging",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.70.0/07_technicals-messaging.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-messaging",
-  "permalink": "/docs/0.70.0/technicals-messaging",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-messaging",
-    "title": "Messaging",
-    "sidebar_label": "Messaging",
-    "original_id": "technicals-messaging"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Runtime Wrappers",
-    "permalink": "/docs/0.70.0/technicals-runtime-wrappers"
-  },
-  "next": {
-    "title": "Configuration",
-    "permalink": "/docs/0.70.0/technicals-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-07-technicals-runtime-wrappers-md-f7b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-07-technicals-runtime-wrappers-md-f7b.json
deleted file mode 100644
index 6c4a5fc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-07-technicals-runtime-wrappers-md-f7b.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "technicals-runtime-wrappers",
-  "id": "version-0.70.0/technicals-runtime-wrappers",
-  "title": "Runtime Wrappers",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.70.0/07_technicals-runtime-wrappers.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-runtime-wrappers",
-  "permalink": "/docs/0.70.0/technicals-runtime-wrappers",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-runtime-wrappers",
-    "title": "Runtime Wrappers",
-    "sidebar_label": "Runtime Wrappers",
-    "original_id": "technicals-runtime-wrappers"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "User Guidance",
-    "permalink": "/docs/0.70.0/technicals-user-guidance"
-  },
-  "next": {
-    "title": "Messaging",
-    "permalink": "/docs/0.70.0/technicals-messaging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-07-technicals-user-guidance-md-a2d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-07-technicals-user-guidance-md-a2d.json
deleted file mode 100644
index 811fc75..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-07-technicals-user-guidance-md-a2d.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "technicals-user-guidance",
-  "id": "version-0.70.0/technicals-user-guidance",
-  "title": "User Guidance",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.70.0/07_technicals-user-guidance.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-user-guidance",
-  "permalink": "/docs/0.70.0/technicals-user-guidance",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-user-guidance",
-    "title": "User Guidance",
-    "sidebar_label": "User Guidance",
-    "original_id": "technicals-user-guidance"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Architecture",
-    "permalink": "/docs/0.70.0/technicals-architecture"
-  },
-  "next": {
-    "title": "Runtime Wrappers",
-    "permalink": "/docs/0.70.0/technicals-runtime-wrappers"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-08-debugging-md-cfd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-08-debugging-md-cfd.json
deleted file mode 100644
index 377dd3e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-08-debugging-md-cfd.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "debugging-debugging",
-  "id": "version-0.70.0/debugging-debugging",
-  "title": "Debugging",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.70.0/08_debugging.md",
-  "sourceDirName": ".",
-  "slug": "/debugging-debugging",
-  "permalink": "/docs/0.70.0/debugging-debugging",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "debugging-debugging",
-    "title": "Debugging",
-    "sidebar_label": "Debugging",
-    "original_id": "debugging-debugging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-08-monitoring-md-80b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-08-monitoring-md-80b.json
deleted file mode 100644
index 0c691cb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-08-monitoring-md-80b.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "debugging-monitoring",
-  "id": "version-0.70.0/debugging-monitoring",
-  "title": "Monitoring",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.70.0/08_monitoring.md",
-  "sourceDirName": ".",
-  "slug": "/debugging-monitoring",
-  "permalink": "/docs/0.70.0/debugging-monitoring",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "debugging-monitoring",
-    "title": "Monitoring",
-    "sidebar_label": "Monitoring",
-    "original_id": "debugging-monitoring"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-09-contribute-md-9a1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-09-contribute-md-9a1.json
deleted file mode 100644
index fdd9fec..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-09-contribute-md-9a1.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
-  "unversionedId": "community-contribute",
-  "id": "version-0.70.0/community-contribute",
-  "title": "Contribute",
-  "description": "Contribute",
-  "source": "@site/versioned_docs/version-0.70.0/09_contribute.md",
-  "sourceDirName": ".",
-  "slug": "/community-contribute",
-  "permalink": "/docs/0.70.0/community-contribute",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-contribute",
-    "title": "Contribute",
-    "sidebar_label": "Contribute",
-    "original_id": "community-contribute"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Get Help",
-    "permalink": "/docs/0.70.0/community-get-help"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-09-get-help-md-f0d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-09-get-help-md-f0d.json
deleted file mode 100644
index 8aaed84..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-09-get-help-md-f0d.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "community-get-help",
-  "id": "version-0.70.0/community-get-help",
-  "title": "Get Help",
-  "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-  "source": "@site/versioned_docs/version-0.70.0/09_get-help.md",
-  "sourceDirName": ".",
-  "slug": "/community-get-help",
-  "permalink": "/docs/0.70.0/community-get-help",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-get-help",
-    "title": "Get Help",
-    "sidebar_label": "Get Help",
-    "original_id": "community-get-help"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Configuration",
-    "permalink": "/docs/0.70.0/technicals-configuration"
-  },
-  "next": {
-    "title": "Contribute",
-    "permalink": "/docs/0.70.0/community-contribute"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-dev-guide-archetype-md-bca.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-dev-guide-archetype-md-bca.json
deleted file mode 100644
index f3c12c7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-dev-guide-archetype-md-bca.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-archetype",
-  "id": "version-0.70.0/dev-guide-archetype",
-  "title": "Start Developing",
-  "description": "",
-  "source": "@site/versioned_docs/version-0.70.0/dev-guide-archetype.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-archetype",
-  "permalink": "/docs/0.70.0/dev-guide-archetype",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-archetype",
-    "title": "Start Developing",
-    "sidebar_label": "Start Developing",
-    "original_id": "dev-guide-archetype"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-dev-guide-processor-sdk-md-8ca.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-dev-guide-processor-sdk-md-8ca.json
deleted file mode 100644
index b2892cb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-dev-guide-processor-sdk-md-8ca.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-processors",
-  "id": "version-0.70.0/dev-guide-sdk-guide-processors",
-  "title": "SDK Guide: Data Processors",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.70.0/dev-guide-processor-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-processors",
-  "permalink": "/docs/0.70.0/dev-guide-sdk-guide-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-processors",
-    "title": "SDK Guide: Data Processors",
-    "sidebar_label": "SDK Guide: Data Processors",
-    "original_id": "dev-guide-sdk-guide-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-dev-guide-sink-sdk-md-99b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-dev-guide-sink-sdk-md-99b.json
deleted file mode 100644
index 12ea534..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-dev-guide-sink-sdk-md-99b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-sinks",
-  "id": "version-0.70.0/dev-guide-sdk-guide-sinks",
-  "title": "SDK Guide: Data Sinks",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.70.0/dev-guide-sink-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-sinks",
-  "permalink": "/docs/0.70.0/dev-guide-sdk-guide-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-sinks",
-    "title": "SDK Guide: Data Sinks",
-    "sidebar_label": "SDK Guide: Data Sinks",
-    "original_id": "dev-guide-sdk-guide-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-faq-common-problems-md-eaa.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-faq-common-problems-md-eaa.json
deleted file mode 100644
index 15c556d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-faq-common-problems-md-eaa.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "faq-common-problems",
-  "id": "version-0.70.0/faq-common-problems",
-  "title": "Common Problems",
-  "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-  "source": "@site/versioned_docs/version-0.70.0/faq-common-problems.md",
-  "sourceDirName": ".",
-  "slug": "/faq-common-problems",
-  "permalink": "/docs/0.70.0/faq-common-problems",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "faq-common-problems",
-    "title": "Common Problems",
-    "sidebar_label": "Common Problems",
-    "original_id": "faq-common-problems"
-  },
-  "sidebar": "faq"
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-coindesk-md-55a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-coindesk-md-55a.json
deleted file mode 100644
index 23cf624..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-coindesk-md-55a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.coindesk",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "title": "Coindesk Bitcoin Price",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.coindesk",
-    "title": "Coindesk Bitcoin Price",
-    "sidebar_label": "Coindesk Bitcoin Price",
-    "original_id": "org.apache.streampipes.connect.adapters.coindesk"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Apache Pulsar",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-  },
-  "next": {
-    "title": "File Stream",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-0a0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-0a0.json
deleted file mode 100644
index d01b7c6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-0a0.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "title": "Flic MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.flic.mqtt",
-    "title": "Flic MQTT",
-    "sidebar_label": "Flic MQTT",
-    "original_id": "org.apache.streampipes.connect.adapters.flic.mqtt"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "File Set",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.file"
-  },
-  "next": {
-    "title": "GDELT",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-gdelt-md-28f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-gdelt-md-28f.json
deleted file mode 100644
index 1cf0d92..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-gdelt-md-28f.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.gdelt",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "title": "GDELT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.gdelt",
-    "title": "GDELT",
-    "sidebar_label": "GDELT",
-    "original_id": "org.apache.streampipes.connect.adapters.gdelt"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Flic MQTT",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-  },
-  "next": {
-    "title": "HTTP Server",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-iex-news-md-775.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-iex-news-md-775.json
deleted file mode 100644
index 9237507..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-iex-news-md-775.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.news",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "title": "IEX Cloud News",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.news",
-    "title": "IEX Cloud News",
-    "sidebar_label": "IEX Cloud News",
-    "original_id": "org.apache.streampipes.connect.adapters.iex.news"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "HTTP Stream",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http"
-  },
-  "next": {
-    "title": "IEX Cloud Stock Quotes",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-261.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-261.json
deleted file mode 100644
index 8efd0d6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-261.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "title": "IEX Cloud Stock Quotes",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.stocks",
-    "title": "IEX Cloud Stock Quotes",
-    "sidebar_label": "IEX Cloud Stock Quotes",
-    "original_id": "org.apache.streampipes.connect.adapters.iex.stocks"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "IEX Cloud News",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news"
-  },
-  "next": {
-    "title": "ISS Location",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iss"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-image-set-md-58b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-image-set-md-58b.json
deleted file mode 100644
index 3e6ebd0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-image-set-md-58b.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.set",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.image.set",
-  "title": "Image Upload (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.image.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.set",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.set",
-    "title": "Image Upload (Set)",
-    "sidebar_label": "Image Upload (Set)",
-    "original_id": "org.apache.streampipes.connect.adapters.image.set"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "ISS Location",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iss"
-  },
-  "next": {
-    "title": "Image Upload (Stream)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-image-stream-md-857.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-image-stream-md-857.json
deleted file mode 100644
index ddad2f5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-image-stream-md-857.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.stream",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "title": "Image Upload (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.stream",
-    "title": "Image Upload (Stream)",
-    "sidebar_label": "Image Upload (Stream)",
-    "original_id": "org.apache.streampipes.connect.adapters.image.stream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Upload (Set)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.set"
-  },
-  "next": {
-    "title": "InfluxDB Set Adapter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-9e5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-9e5.json
deleted file mode 100644
index 999f10a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-9e5.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "title": "InfluxDB Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.set",
-    "title": "InfluxDB Set Adapter",
-    "sidebar_label": "InfluxDB Set Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.influxdb.set"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Upload (Stream)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream"
-  },
-  "next": {
-    "title": "InfluxDB Stream Adapter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-a7f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-a7f.json
deleted file mode 100644
index fc1f22f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-a7f.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "title": "InfluxDB Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.stream",
-    "title": "InfluxDB Stream Adapter",
-    "sidebar_label": "InfluxDB Stream Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.influxdb.stream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "InfluxDB Set Adapter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-  },
-  "next": {
-    "title": "MQTT",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-iss-md-b53.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-iss-md-b53.json
deleted file mode 100644
index 9187f70..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-iss-md-b53.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iss",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.iss",
-  "title": "ISS Location",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.iss.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iss",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iss",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iss",
-    "title": "ISS Location",
-    "sidebar_label": "ISS Location",
-    "original_id": "org.apache.streampipes.connect.adapters.iss"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "IEX Cloud Stock Quotes",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-  },
-  "next": {
-    "title": "Image Upload (Set)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-mysql-set-md-019.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-mysql-set-md-019.json
deleted file mode 100644
index 69cb1e0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-mysql-set-md-019.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "title": "MySQL Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.set",
-    "title": "MySQL Set Adapter",
-    "sidebar_label": "MySQL Set Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.mysql.set"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Machine Data Simulator",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-  },
-  "next": {
-    "title": "MySql Stream Adapter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-908.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-908.json
deleted file mode 100644
index f51487c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-908.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "title": "MySql Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.stream",
-    "title": "MySql Stream Adapter",
-    "sidebar_label": "MySql Stream Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.mysql.stream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MySQL Set Adapter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set"
-  },
-  "next": {
-    "title": "NETIO MQTT M2M",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-17a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-17a.json
deleted file mode 100644
index 8130052..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-17a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "title": "NETIO MQTT M2M",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.mqtt",
-    "title": "NETIO MQTT M2M",
-    "sidebar_label": "NETIO MQTT M2M",
-    "original_id": "org.apache.streampipes.connect.adapters.netio.mqtt"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MySql Stream Adapter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-  },
-  "next": {
-    "title": "NETIO http JSON",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-netio-rest-md-8e4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-netio-rest-md-8e4.json
deleted file mode 100644
index 660eda1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-netio-rest-md-8e4.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "title": "NETIO http JSON",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.rest",
-    "title": "NETIO http JSON",
-    "sidebar_label": "NETIO http JSON",
-    "original_id": "org.apache.streampipes.connect.adapters.netio.rest"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NETIO MQTT M2M",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-  },
-  "next": {
-    "title": "NSW Traffic Cameras",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-662.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-662.json
deleted file mode 100644
index eb011d4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-662.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "title": "NSW Traffic Cameras",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-    "title": "NSW Traffic Cameras",
-    "sidebar_label": "NSW Traffic Cameras",
-    "original_id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NETIO http JSON",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest"
-  },
-  "next": {
-    "title": "OPC UA",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-opcua-md-4f7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-opcua-md-4f7.json
deleted file mode 100644
index 035dff0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-opcua-md-4f7.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.opcua",
-  "title": "OPC UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.opcua",
-    "title": "OPC UA",
-    "sidebar_label": "OPC UA",
-    "original_id": "org.apache.streampipes.connect.adapters.opcua"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NSW Traffic Cameras",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  },
-  "next": {
-    "title": "PLC4X MODBUS",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-866.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-866.json
deleted file mode 100644
index 39a29e5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-866.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "title": "PLC4X MODBUS",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.modbus",
-    "title": "PLC4X MODBUS",
-    "sidebar_label": "PLC4X MODBUS",
-    "original_id": "org.apache.streampipes.connect.adapters.plc4x.modbus"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "OPC UA",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.opcua"
-  },
-  "next": {
-    "title": "PLC4X S7",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-c00.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-c00.json
deleted file mode 100644
index b6716e5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-c00.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "title": "PLC4X S7",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.s7",
-    "title": "PLC4X S7",
-    "sidebar_label": "PLC4X S7",
-    "original_id": "org.apache.streampipes.connect.adapters.plc4x.s7"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "PLC4X MODBUS",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-  },
-  "next": {
-    "title": "ROS Bridge",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ros"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-ros-md-edb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-ros-md-edb.json
deleted file mode 100644
index f94e772..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-ros-md-edb.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ros",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.ros",
-  "title": "ROS Bridge",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.ros.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ros",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ros",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ros",
-    "title": "ROS Bridge",
-    "sidebar_label": "ROS Bridge",
-    "original_id": "org.apache.streampipes.connect.adapters.ros"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "PLC4X S7",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-  },
-  "next": {
-    "title": "Random Data Simulator (Set)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-1d8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-1d8.json
deleted file mode 100644
index 6717d44..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-1d8.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "title": "Machine Data Simulator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.machine",
-    "title": "Machine Data Simulator",
-    "sidebar_label": "Machine Data Simulator",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.machine"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MQTT",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-  },
-  "next": {
-    "title": "MySQL Set Adapter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-c70.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-c70.json
deleted file mode 100644
index e50908d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-c70.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "title": "Random Data Simulator (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdataset",
-    "title": "Random Data Simulator (Set)",
-    "sidebar_label": "Random Data Simulator (Set)",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "ROS Bridge",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ros"
-  },
-  "next": {
-    "title": "Random Data Simulator (Stream)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-577.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-577.json
deleted file mode 100644
index fc1140b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-577.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "title": "Random Data Simulator (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-    "title": "Random Data Simulator (Stream)",
-    "sidebar_label": "Random Data Simulator (Stream)",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Random Data Simulator (Set)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  },
-  "next": {
-    "title": "Slack",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-slack-md-aab.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-slack-md-aab.json
deleted file mode 100644
index 8580298..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-slack-md-aab.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.slack",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.slack",
-  "title": "Slack",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.slack",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.slack",
-    "title": "Slack",
-    "sidebar_label": "Slack",
-    "original_id": "org.apache.streampipes.connect.adapters.slack"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Random Data Simulator (Stream)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  },
-  "next": {
-    "title": "TI Sensor Tag",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ti"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-ti-md-e6e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-ti-md-e6e.json
deleted file mode 100644
index 88b9d8a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-ti-md-e6e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ti",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.ti",
-  "title": "TI Sensor Tag",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.ti.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ti",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ti",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ti",
-    "title": "TI Sensor Tag",
-    "sidebar_label": "TI Sensor Tag",
-    "original_id": "org.apache.streampipes.connect.adapters.ti"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Slack",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.slack"
-  },
-  "next": {
-    "title": "Wikipedia Edits",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-699.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-699.json
deleted file mode 100644
index cd16284..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-699.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "title": "Wikipedia Edits",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.edit",
-    "title": "Wikipedia Edits",
-    "sidebar_label": "Wikipedia Edits",
-    "original_id": "org.apache.streampipes.connect.adapters.wikipedia.edit"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "TI Sensor Tag",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ti"
-  },
-  "next": {
-    "title": "Wikipedia New Articles",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-670.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-670.json
deleted file mode 100644
index ba7fd8d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-670.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "title": "Wikipedia New Articles",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.new",
-    "title": "Wikipedia New Articles",
-    "sidebar_label": "Wikipedia New Articles",
-    "original_id": "org.apache.streampipes.connect.adapters.wikipedia.new"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Wikipedia Edits",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-  },
-  "next": {
-    "title": "Absence",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-file-md-b17.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-file-md-b17.json
deleted file mode 100644
index b48a501..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-file-md-b17.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.file",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "title": "File Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.file",
-    "title": "File Stream",
-    "sidebar_label": "File Stream",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.file"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Coindesk Bitcoin Price",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk"
-  },
-  "next": {
-    "title": "File Set",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-http-md-a31.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-http-md-a31.json
deleted file mode 100644
index 246cf2d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-http-md-a31.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.http",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "title": "HTTP Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.http",
-    "title": "HTTP Stream",
-    "sidebar_label": "HTTP Stream",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.http"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "HTTP Set",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.http"
-  },
-  "next": {
-    "title": "IEX Cloud News",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-845.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-845.json
deleted file mode 100644
index a90bdaa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-845.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "title": "HTTP Server",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.httpserver",
-    "title": "HTTP Server",
-    "sidebar_label": "HTTP Server",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.httpserver"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "GDELT",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt"
-  },
-  "next": {
-    "title": "HTTP Set",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-f64.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-f64.json
deleted file mode 100644
index 1fd3f9b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-f64.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "title": "Apache Kafka",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.kafka",
-    "title": "Apache Kafka",
-    "sidebar_label": "Apache Kafka",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.kafka"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Configurations",
-    "permalink": "/docs/0.70.0/use-configurations"
-  },
-  "next": {
-    "title": "Apache Pulsar",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-1fa.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-1fa.json
deleted file mode 100644
index 00e77b8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-1fa.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "title": "MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.mqtt",
-    "title": "MQTT",
-    "sidebar_label": "MQTT",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.mqtt"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "InfluxDB Stream Adapter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-  },
-  "next": {
-    "title": "Machine Data Simulator",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-0c7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-0c7.json
deleted file mode 100644
index 2290df9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-0c7.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "id": "version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "title": "Apache Pulsar",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.pulsar",
-    "title": "Apache Pulsar",
-    "sidebar_label": "Apache Pulsar",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.pulsar"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Apache Kafka",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-  },
-  "next": {
-    "title": "Coindesk Bitcoin Price",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-geo-flink-md-dde.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-geo-flink-md-dde.json
deleted file mode 100644
index 67ac715..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-geo-flink-md-dde.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.flink",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processor.geo.flink",
-  "title": "Spatial Grid Enrichment",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.flink.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.flink",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.flink",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.flink",
-    "title": "Spatial Grid Enrichment",
-    "sidebar_label": "Spatial Grid Enrichment",
-    "original_id": "org.apache.streampipes.processor.geo.flink"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Size Measure",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  },
-  "next": {
-    "title": "Speed Calculator",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-f8a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-f8a.json
deleted file mode 100644
index 1de20a2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-f8a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "title": "Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-    "title": "Google Maps Geocoder",
-    "sidebar_label": "Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.geocoding"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Generic Image Classification",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  },
-  "next": {
-    "title": "Image Cropper",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-dff.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-dff.json
deleted file mode 100644
index 68e3f10..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-dff.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "title": "Reverse Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-    "title": "Reverse Geocoder",
-    "sidebar_label": "Reverse Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Rate Limit",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit"
-  },
-  "next": {
-    "title": "Sentence Detection (English)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-fea.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-fea.json
deleted file mode 100644
index bbd2ffa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-fea.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "title": "Static Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-    "title": "Static Google Maps Geocoder",
-    "sidebar_label": "Static Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Static Distance Calculator",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  },
-  "next": {
-    "title": "Static Math",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-2cb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-2cb.json
deleted file mode 100644
index 469dc3a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-2cb.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Frequency Change",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-  },
-  "next": {
-    "title": "Google Maps Geocoder",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-cba.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-cba.json
deleted file mode 100644
index edb2472..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-cba.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "title": "Image Cropper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-    "title": "Image Cropper",
-    "sidebar_label": "Image Cropper",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Google Maps Geocoder",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-  },
-  "next": {
-    "title": "Image Enricher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-53c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-53c.json
deleted file mode 100644
index 2a88a2c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-53c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Cropper",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  },
-  "next": {
-    "title": "Language Detection",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-90c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-90c.json
deleted file mode 100644
index 4c71155..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-90c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader",
-    "original_id": "org.apache.streampipes.processor.imageclassification.qrcode"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Projection",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project"
-  },
-  "next": {
-    "title": "Rate Limit",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-1ce.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-1ce.json
deleted file mode 100644
index b3efe30..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-1ce.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.aggregation"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Absence",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-  },
-  "next": {
-    "title": "And",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-30d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-30d.json
deleted file mode 100644
index 078fe6c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-30d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "title": "Count Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.count",
-    "title": "Count Aggregation",
-    "sidebar_label": "Count Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.count"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Compose",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose"
-  },
-  "next": {
-    "title": "Count Array",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-1c0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-1c0.json
deleted file mode 100644
index 265b0aa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-1c0.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "title": "Event Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-    "title": "Event Counter",
-    "sidebar_label": "Event Counter",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.eventcount"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "EPSG Code",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  },
-  "next": {
-    "title": "Event Rate",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-c7c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-c7c.json
deleted file mode 100644
index b4ee5d0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-c7c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.rate"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Event Counter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-  },
-  "next": {
-    "title": "Field Converter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-f0c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-f0c.json
deleted file mode 100644
index e05dcd0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-f0c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "title": "Cusum",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.changedetection.jvm.cusum",
-    "title": "Cusum",
-    "sidebar_label": "Cusum",
-    "original_id": "org.apache.streampipes.processors.changedetection.jvm.cusum"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Creates JTS Point",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  },
-  "next": {
-    "title": "Distance Calculator",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-f5c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-f5c.json
deleted file mode 100644
index c7c28e9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-f5c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "title": "Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-    "title": "Math",
-    "sidebar_label": "Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Language Detection",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  },
-  "next": {
-    "title": "Measure Time Between Two Sensors",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-b26.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-b26.json
deleted file mode 100644
index f4cdb64..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-b26.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "title": "Static Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-    "title": "Static Math",
-    "sidebar_label": "Static Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Static Google Maps Geocoder",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  },
-  "next": {
-    "title": "Statistics Summary",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-1a4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-1a4.json
deleted file mode 100644
index a100326..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-1a4.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "title": "Trigonometry Functions",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-    "title": "Trigonometry Functions",
-    "sidebar_label": "Trigonometry Functions",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Trend",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.increase"
-  },
-  "next": {
-    "title": "URL Dereferencing",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-fe1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-fe1.json
deleted file mode 100644
index 4564617..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-fe1.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "title": "URL Dereferencing",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-    "title": "URL Dereferencing",
-    "sidebar_label": "URL Dereferencing",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Trigonometry Functions",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  },
-  "next": {
-    "title": "Value Changed",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-a1b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-a1b.json
deleted file mode 100644
index 85f8d97..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-a1b.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "title": "Timestamp Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-    "title": "Timestamp Enricher",
-    "sidebar_label": "Timestamp Enricher",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.timestamp"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Threshold Detector",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-  },
-  "next": {
-    "title": "Timestamp Extractor",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-9b7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-9b7.json
deleted file mode 100644
index 59916fc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-9b7.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "title": "Size Measure",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-    "title": "Size Measure",
-    "sidebar_label": "Size Measure",
-    "original_id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Single Trajectory Creator",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  },
-  "next": {
-    "title": "Spatial Grid Enrichment",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.flink"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-compose-md-562.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-compose-md-562.json
deleted file mode 100644
index 591dfdd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-compose-md-562.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "title": "Compose",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.compose",
-    "title": "Compose",
-    "sidebar_label": "Compose",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.compose"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Chunker (English)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-  },
-  "next": {
-    "title": "Count Aggregation",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-296.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-296.json
deleted file mode 100644
index 48a51df..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-296.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "title": "Merge By Enrich",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-    "title": "Merge By Enrich",
-    "sidebar_label": "Merge By Enrich",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.enrich"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Measurement Unit Converter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  },
-  "next": {
-    "title": "Name Finder",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-e84.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-e84.json
deleted file mode 100644
index e8e9211..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-e84.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "title": "Rate Limit",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.limit",
-    "title": "Rate Limit",
-    "sidebar_label": "Rate Limit",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.limit"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "QR Code Reader",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-  },
-  "next": {
-    "title": "Reverse Geocoder",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-113.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-113.json
deleted file mode 100644
index 5cd60c6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-113.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "title": "Synchronize Two Streams",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.merge",
-    "title": "Synchronize Two Streams",
-    "sidebar_label": "Synchronize Two Streams",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.merge"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "String To State",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  },
-  "next": {
-    "title": "Task Duration",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-a00.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-a00.json
deleted file mode 100644
index f3e1ce1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-a00.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "title": "Numerical Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-    "title": "Numerical Filter",
-    "sidebar_label": "Numerical Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Number Labeler",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  },
-  "next": {
-    "title": "Numerical Filter (Siddhi)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-f88.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-f88.json
deleted file mode 100644
index 8a669ae..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-f88.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "title": "Numerical Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-    "title": "Numerical Text Filter",
-    "sidebar_label": "Numerical Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Numerical Filter (Siddhi)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-  },
-  "next": {
-    "title": "Part of Speech (English)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-project-md-91d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-project-md-91d.json
deleted file mode 100644
index 37e6d9d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-project-md-91d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.project",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "title": "Projection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.project",
-    "title": "Projection",
-    "sidebar_label": "Projection",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.project"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Peak Detection",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  },
-  "next": {
-    "title": "QR Code Reader",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-a3c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-a3c.json
deleted file mode 100644
index a45b6ad..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-a3c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "title": "Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-    "title": "Text Filter",
-    "sidebar_label": "Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.textfilter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Task Duration",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-  },
-  "next": {
-    "title": "Threshold Detector",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-4b5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-4b5.json
deleted file mode 100644
index ff50e35..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-4b5.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "title": "Threshold Detector",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-    "title": "Threshold Detector",
-    "sidebar_label": "Threshold Detector",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.threshold"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Text Filter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-  },
-  "next": {
-    "title": "Timestamp Enricher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-9a4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-9a4.json
deleted file mode 100644
index cb28677..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-9a4.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "title": "Creates JTS Point",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-    "title": "Creates JTS Point",
-    "sidebar_label": "Creates JTS Point",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Count Array",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-  },
-  "next": {
-    "title": "Cusum",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-442.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-442.json
deleted file mode 100644
index c04fcd3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-442.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "title": "EPSG Code",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-    "title": "EPSG Code",
-    "sidebar_label": "EPSG Code",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Distance Calculator",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  },
-  "next": {
-    "title": "Event Counter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-7bb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-7bb.json
deleted file mode 100644
index 8292e5a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-7bb.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "title": "Single Trajectory Creator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-    "title": "Single Trajectory Creator",
-    "sidebar_label": "Single Trajectory Creator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Signal Edge Filter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  },
-  "next": {
-    "title": "Size Measure",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-d17.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-d17.json
deleted file mode 100644
index eccba4d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-d17.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "title": "Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-    "title": "Distance Calculator",
-    "sidebar_label": "Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Cusum",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-  },
-  "next": {
-    "title": "EPSG Code",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-39c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-39c.json
deleted file mode 100644
index 96744fd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-39c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "title": "Speed Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.speed",
-    "title": "Speed Calculator",
-    "sidebar_label": "Speed Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.speed"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Spatial Grid Enrichment",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.flink"
-  },
-  "next": {
-    "title": "Split Array",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-784.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-784.json
deleted file mode 100644
index 591b445..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-784.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "title": "Static Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-    "title": "Static Distance Calculator",
-    "sidebar_label": "Static Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "State Buffer Labeler",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  },
-  "next": {
-    "title": "Static Google Maps Geocoder",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-766.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-766.json
deleted file mode 100644
index 1d9e12c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-766.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "title": "Absence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-    "title": "Absence",
-    "sidebar_label": "Absence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.absence"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Wikipedia New Articles",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-  },
-  "next": {
-    "title": "Aggregation",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-3d9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-3d9.json
deleted file mode 100644
index e1d4d3a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-3d9.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "title": "And",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-    "title": "And",
-    "sidebar_label": "And",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.and"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Aggregation",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-  },
-  "next": {
-    "title": "Boilerplate Removal",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-127.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-127.json
deleted file mode 100644
index 6b98fff..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-127.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Part of Speech (English)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  },
-  "next": {
-    "title": "Projection",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-339.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-339.json
deleted file mode 100644
index 1345781..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-339.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "title": "Sequence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-    "title": "Sequence",
-    "sidebar_label": "Sequence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Sentence Detection (English)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  },
-  "next": {
-    "title": "Sequence Detection",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-fcb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-fcb.json
deleted file mode 100644
index 634a6d2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-fcb.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequency"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Renamer",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-  },
-  "next": {
-    "title": "Frequency Change",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-83f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-83f.json
deleted file mode 100644
index d6aa3d3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-83f.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequencychange"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Frequency Calculation",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency"
-  },
-  "next": {
-    "title": "Generic Image Classification",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-increase-md-dee.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-increase-md-dee.json
deleted file mode 100644
index a8a590e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-increase-md-dee.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.increase.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend",
-    "original_id": "org.apache.streampipes.processors.siddhi.increase"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Transform to boolean",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  },
-  "next": {
-    "title": "Trigonometry Functions",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-4a4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-4a4.json
deleted file mode 100644
index b2210ae..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-4a4.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)",
-    "original_id": "org.apache.streampipes.processors.siddhi.numericalfilter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Numerical Filter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  },
-  "next": {
-    "title": "Numerical Text Filter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-sequence-md-5d1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-sequence-md-5d1.json
deleted file mode 100644
index 5adb910..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-sequence-md-5d1.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.sequence",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "title": "Sequence Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.sequence",
-    "title": "Sequence Detection",
-    "sidebar_label": "Sequence Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.sequence"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Sequence",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  },
-  "next": {
-    "title": "Signal Edge Filter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-stop-md-8c4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-stop-md-8c4.json
deleted file mode 100644
index b257e7e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-siddhi-stop-md-8c4.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.stop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.stop"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Statistics Summary",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  },
-  "next": {
-    "title": "String Counter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-3a2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-3a2.json
deleted file mode 100644
index c1707c0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-3a2.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "title": "Statistics Summary",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.statistics.flink.statistics-summary",
-    "title": "Statistics Summary",
-    "sidebar_label": "Statistics Summary",
-    "original_id": "org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Static Math",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  },
-  "next": {
-    "title": "Stream Stop Detection",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-ecd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-ecd.json
deleted file mode 100644
index e7ab525..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-ecd.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.languagedetection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Enricher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  },
-  "next": {
-    "title": "Language Detection",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-be5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-be5.json
deleted file mode 100644
index b8b5dfe..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-be5.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.wordcount"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Value Changed",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-  },
-  "next": {
-    "title": "Buffered REST Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-9ef.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-9ef.json
deleted file mode 100644
index d1ec120..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-9ef.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "title": "Chunker (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-    "title": "Chunker (English)",
-    "sidebar_label": "Chunker (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.chunker"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Calculate Duration",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-  },
-  "next": {
-    "title": "Compose",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-138.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-138.json
deleted file mode 100644
index b37887f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-138.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Language Detection",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-  },
-  "next": {
-    "title": "Math",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-647.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-647.json
deleted file mode 100644
index 045f8e9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-647.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "title": "Name Finder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-    "title": "Name Finder",
-    "sidebar_label": "Name Finder",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.namefinder"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Merge By Enrich",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-  },
-  "next": {
-    "title": "Number Labeler",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-a58.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-a58.json
deleted file mode 100644
index 4c5bc96..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-a58.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "title": "Part of Speech (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-    "title": "Part of Speech (English)",
-    "sidebar_label": "Part of Speech (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Numerical Text Filter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  },
-  "next": {
-    "title": "Peak Detection",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-20c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-20c.json
deleted file mode 100644
index 3b68eed..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-20c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "title": "Sentence Detection (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-    "title": "Sentence Detection (English)",
-    "sidebar_label": "Sentence Detection (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Reverse Geocoder",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  },
-  "next": {
-    "title": "Sequence",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-131.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-131.json
deleted file mode 100644
index eec1ff9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-131.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "title": "Tokenizer (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-    "title": "Tokenizer (English)",
-    "sidebar_label": "Tokenizer (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Timestamp Extractor",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  },
-  "next": {
-    "title": "Transform to boolean",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-f7d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-f7d.json
deleted file mode 100644
index 06199ce..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-f7d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-converter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Event Rate",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-  },
-  "next": {
-    "title": "Field Hasher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-0cb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-0cb.json
deleted file mode 100644
index 77b7545..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-0cb.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "title": "Field Mapper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-    "title": "Field Mapper",
-    "sidebar_label": "Field Mapper",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-mapper"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Hasher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  },
-  "next": {
-    "title": "Field Renamer",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-4cb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-4cb.json
deleted file mode 100644
index e82665f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-4cb.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-renamer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Mapper",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-  },
-  "next": {
-    "title": "Frequency Calculation",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-910.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-910.json
deleted file mode 100644
index 9d5dafa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-910.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Converter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-  },
-  "next": {
-    "title": "Field Mapper",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-a27.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-a27.json
deleted file mode 100644
index 7567a19..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-a27.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Measure Time Between Two Sensors",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  },
-  "next": {
-    "title": "Merge By Enrich",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-1fd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-1fd.json
deleted file mode 100644
index fdcff66..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-1fd.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "title": "Boilerplate Removal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-    "title": "Boilerplate Removal",
-    "sidebar_label": "Boilerplate Removal",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "And",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-  },
-  "next": {
-    "title": "Boolean Counter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-c4a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-c4a.json
deleted file mode 100644
index a6c1a29..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-c4a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "title": "Boolean Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-    "title": "Boolean Counter",
-    "sidebar_label": "Boolean Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boilerplate Removal",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  },
-  "next": {
-    "title": "Boolean Inverter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-69e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-69e.json
deleted file mode 100644
index 707d8a4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-69e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "title": "Boolean Inverter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-    "title": "Boolean Inverter",
-    "sidebar_label": "Boolean Inverter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean Counter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  },
-  "next": {
-    "title": "Boolean Timer",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-52a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-52a.json
deleted file mode 100644
index 64b6bca..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-52a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "title": "Measure Time Between Two Sensors",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-    "title": "Measure Time Between Two Sensors",
-    "sidebar_label": "Measure Time Between Two Sensors",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Math",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  },
-  "next": {
-    "title": "Measurement Unit Converter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-7f2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-7f2.json
deleted file mode 100644
index 80248d6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-7f2.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "title": "Boolean Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-    "title": "Boolean Timer",
-    "sidebar_label": "Boolean Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean Inverter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  },
-  "next": {
-    "title": "Boolean To State",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-608.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-608.json
deleted file mode 100644
index 3fd048b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-608.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "title": "Value Changed",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-    "title": "Value Changed",
-    "sidebar_label": "Value Changed",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.changed-value"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "URL Dereferencing",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  },
-  "next": {
-    "title": "Word Count",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-2b5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-2b5.json
deleted file mode 100644
index 6be75c3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-2b5.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "title": "Count Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-    "title": "Count Array",
-    "sidebar_label": "Count Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.count-array"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Count Aggregation",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count"
-  },
-  "next": {
-    "title": "Creates JTS Point",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-9c4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-9c4.json
deleted file mode 100644
index 46de244..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-9c4.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "title": "CSV Metadata Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-    "title": "CSV Metadata Enricher",
-    "sidebar_label": "CSV Metadata Enricher",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean To State",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  },
-  "next": {
-    "title": "Calculate Duration",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-ed8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-ed8.json
deleted file mode 100644
index 2fbb6cb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-ed8.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "title": "Calculate Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-    "title": "Calculate Duration",
-    "sidebar_label": "Calculate Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.duration-value"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "CSV Metadata Enricher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  },
-  "next": {
-    "title": "Chunker (English)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-a8c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-a8c.json
deleted file mode 100644
index a582995..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-a8c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "title": "Signal Edge Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-    "title": "Signal Edge Filter",
-    "sidebar_label": "Signal Edge Filter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Sequence Detection",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence"
-  },
-  "next": {
-    "title": "Single Trajectory Creator",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-a6d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-a6d.json
deleted file mode 100644
index b71750a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-a6d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "title": "Boolean To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-    "title": "Boolean To State",
-    "sidebar_label": "Boolean To State",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean Timer",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  },
-  "next": {
-    "title": "CSV Metadata Enricher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-9f6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-9f6.json
deleted file mode 100644
index 6c761df..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-9f6.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "title": "State Buffer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-    "title": "State Buffer",
-    "sidebar_label": "State Buffer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Split Array",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-  },
-  "next": {
-    "title": "State Buffer Labeler",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-7b6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-7b6.json
deleted file mode 100644
index b994e56..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-7b6.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "title": "State Buffer Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-    "title": "State Buffer Labeler",
-    "sidebar_label": "State Buffer Labeler",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "State Buffer",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  },
-  "next": {
-    "title": "Static Distance Calculator",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-cd5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-cd5.json
deleted file mode 100644
index ca91f4e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-cd5.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "title": "Number Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-    "title": "Number Labeler",
-    "sidebar_label": "Number Labeler",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Name Finder",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-  },
-  "next": {
-    "title": "Numerical Filter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-d17.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-d17.json
deleted file mode 100644
index 18870f2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-d17.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "title": "String To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-    "title": "String To State",
-    "sidebar_label": "String To State",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "String Timer",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  },
-  "next": {
-    "title": "Synchronize Two Streams",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-052.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-052.json
deleted file mode 100644
index dfeb2cf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-052.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "title": "Timestamp Extractor",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-    "title": "Timestamp Extractor",
-    "sidebar_label": "Timestamp Extractor",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Timestamp Enricher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-  },
-  "next": {
-    "title": "Tokenizer (English)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-bb0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-bb0.json
deleted file mode 100644
index 3c0782d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-bb0.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.split-array"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Speed Calculator",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-  },
-  "next": {
-    "title": "State Buffer",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-368.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-368.json
deleted file mode 100644
index 2f9e7f9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-368.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "title": "String Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-    "title": "String Counter",
-    "sidebar_label": "String Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Stream Stop Detection",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.stop"
-  },
-  "next": {
-    "title": "String Timer",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-9ba.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-9ba.json
deleted file mode 100644
index 3a417f5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-9ba.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "title": "String Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-    "title": "String Timer",
-    "sidebar_label": "String Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "String Counter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  },
-  "next": {
-    "title": "String To State",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-247.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-247.json
deleted file mode 100644
index 8b79edd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-247.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "title": "Task Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-    "title": "Task Duration",
-    "sidebar_label": "Task Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.taskduration"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Synchronize Two Streams",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge"
-  },
-  "next": {
-    "title": "Text Filter",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-e77.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-e77.json
deleted file mode 100644
index 36e1fbb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-e77.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "title": "Transform to boolean",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-    "title": "Transform to boolean",
-    "sidebar_label": "Transform to boolean",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tokenizer (English)",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  },
-  "next": {
-    "title": "Trend",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-protocol-set-file-md-ce4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-protocol-set-file-md-ce4.json
deleted file mode 100644
index ba7fb02..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-protocol-set-file-md-ce4.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.file",
-  "id": "version-0.70.0/pe/org.apache.streampipes.protocol.set.file",
-  "title": "File Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.protocol.set.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.file",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.file",
-    "title": "File Set",
-    "sidebar_label": "File Set",
-    "original_id": "org.apache.streampipes.protocol.set.file"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "File Stream",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file"
-  },
-  "next": {
-    "title": "Flic MQTT",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-protocol-set-http-md-df7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-protocol-set-http-md-df7.json
deleted file mode 100644
index f9a6577..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-protocol-set-http-md-df7.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.http",
-  "id": "version-0.70.0/pe/org.apache.streampipes.protocol.set.http",
-  "title": "HTTP Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.protocol.set.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.http",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.http",
-    "title": "HTTP Set",
-    "sidebar_label": "HTTP Set",
-    "original_id": "org.apache.streampipes.protocol.set.http"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "HTTP Server",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-  },
-  "next": {
-    "title": "HTTP Stream",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-598.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-598.json
deleted file mode 100644
index fe2794d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-598.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "title": "Buffered REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-    "title": "Buffered REST Publisher",
-    "sidebar_label": "Buffered REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Word Count",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-  },
-  "next": {
-    "title": "CouchDB",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-c2e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-c2e.json
deleted file mode 100644
index adf7374..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-c2e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "title": "JMS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-    "title": "JMS Publisher",
-    "sidebar_label": "JMS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.jms"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "IoTDB",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-  },
-  "next": {
-    "title": "Kafka Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-b14.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-b14.json
deleted file mode 100644
index 1a10c8f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-b14.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "title": "Kafka Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-    "title": "Kafka Publisher",
-    "sidebar_label": "Kafka Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.kafka"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "JMS Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-  },
-  "next": {
-    "title": "MySQL Database",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-9db.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-9db.json
deleted file mode 100644
index 3e4b116..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-9db.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "title": "MQTT Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.mqtt",
-    "title": "MQTT Publisher",
-    "sidebar_label": "MQTT Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-044.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-044.json
deleted file mode 100644
index 495a1c0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-044.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "title": "NATS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.nats",
-    "title": "NATS Publisher",
-    "sidebar_label": "NATS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.nats"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MySQL Database",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-  },
-  "next": {
-    "title": "Notification",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-aed.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-aed.json
deleted file mode 100644
index 42db29a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-aed.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "title": "Pulsar Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-    "title": "Pulsar Publisher",
-    "sidebar_label": "Pulsar Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "PostgreSQL",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-  },
-  "next": {
-    "title": "REST Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-98a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-98a.json
deleted file mode 100644
index 56d1e2d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-98a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "REST Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-  },
-  "next": {
-    "title": "Slack Notification",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-449.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-449.json
deleted file mode 100644
index dd4a460..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-449.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "title": "REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-    "title": "REST Publisher",
-    "sidebar_label": "REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rest"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Pulsar Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  },
-  "next": {
-    "title": "RabbitMQ Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-ditto-md-94b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-ditto-md-94b.json
deleted file mode 100644
index 002ede3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-ditto-md-94b.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.ditto",
-  "title": "Eclipse Ditto",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.ditto.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.ditto",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.ditto",
-    "title": "Eclipse Ditto",
-    "sidebar_label": "Eclipse Ditto",
-    "original_id": "org.apache.streampipes.sinks.databases.ditto"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Data Lake",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-  },
-  "next": {
-    "title": "Elasticsearch",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-025.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-025.json
deleted file mode 100644
index 853e3af..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-025.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "title": "Elasticsearch",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-    "title": "Elasticsearch",
-    "sidebar_label": "Elasticsearch",
-    "original_id": "org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Eclipse Ditto",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.ditto"
-  },
-  "next": {
-    "title": "Email Notification",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-6cb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-6cb.json
deleted file mode 100644
index 4d1c68f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-6cb.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "title": "CouchDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-    "title": "CouchDB",
-    "sidebar_label": "CouchDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.couchdb"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Buffered REST Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  },
-  "next": {
-    "title": "Dashboard Sink",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-11b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-11b.json
deleted file mode 100644
index 0b1050e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-11b.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "title": "InfluxDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-    "title": "InfluxDB",
-    "sidebar_label": "InfluxDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.influxdb"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Email Notification",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-  },
-  "next": {
-    "title": "IoTDB",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-ce5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-ce5.json
deleted file mode 100644
index 29646b9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-ce5.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "title": "IoTDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-    "title": "IoTDB",
-    "sidebar_label": "IoTDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.iotdb"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "InfluxDB",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-  },
-  "next": {
-    "title": "JMS Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-5ab.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-5ab.json
deleted file mode 100644
index f0a649a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-5ab.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "title": "MySQL Database",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.mysql",
-    "title": "MySQL Database",
-    "sidebar_label": "MySQL Database",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.mysql"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Kafka Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-  },
-  "next": {
-    "title": "NATS Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-a21.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-a21.json
deleted file mode 100644
index 131a043..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-a21.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "title": "OPC-UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-    "title": "OPC-UA",
-    "sidebar_label": "OPC-UA",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.opcua"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Notification",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-  },
-  "next": {
-    "title": "OneSignal",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-fe7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-fe7.json
deleted file mode 100644
index eb214b4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-fe7.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "title": "PostgreSQL",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-    "title": "PostgreSQL",
-    "sidebar_label": "PostgreSQL",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.postgresql"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "OneSignal",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  },
-  "next": {
-    "title": "Pulsar Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-9e9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-9e9.json
deleted file mode 100644
index d315da3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-9e9.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "title": "Dashboard Sink",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-    "title": "Dashboard Sink",
-    "sidebar_label": "Dashboard Sink",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.dashboard"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "CouchDB",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-  },
-  "next": {
-    "title": "Data Lake",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-880.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-880.json
deleted file mode 100644
index 40e5fa0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-880.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "title": "Data Lake",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-    "title": "Data Lake",
-    "sidebar_label": "Data Lake",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.datalake"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Dashboard Sink",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-  },
-  "next": {
-    "title": "Eclipse Ditto",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.ditto"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-bc9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-bc9.json
deleted file mode 100644
index 8dc6abd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-bc9.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.notification"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NATS Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-  },
-  "next": {
-    "title": "OPC-UA",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-f34.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-f34.json
deleted file mode 100644
index 1520f3b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-f34.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "title": "Email Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-    "title": "Email Notification",
-    "sidebar_label": "Email Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.email"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Elasticsearch",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  },
-  "next": {
-    "title": "InfluxDB",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-07d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-07d.json
deleted file mode 100644
index 3645874..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-07d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "title": "OneSignal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-    "title": "OneSignal",
-    "sidebar_label": "OneSignal",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "OPC-UA",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-  },
-  "next": {
-    "title": "PostgreSQL",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-c24.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-c24.json
deleted file mode 100644
index 88e86a3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-c24.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.slack"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "RabbitMQ Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  },
-  "next": {
-    "title": "Telegram Publisher",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-07a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-07a.json
deleted file mode 100644
index 4a14d1c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-07a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "id": "version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "title": "Telegram Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.telegram",
-    "title": "Telegram Publisher",
-    "sidebar_label": "Telegram Publisher",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.telegram"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Slack Notification",
-    "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-  },
-  "next": {
-    "title": "Docker Deployment",
-    "permalink": "/docs/0.70.0/deploy-docker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pipeline-elements-md-1a7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pipeline-elements-md-1a7.json
deleted file mode 100644
index bb8b609..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-pipeline-elements-md-1a7.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pipeline-elements",
-  "id": "version-0.70.0/pipeline-elements",
-  "title": "Overview",
-  "description": "<img class=\"pe-icon\"",
-  "source": "@site/versioned_docs/version-0.70.0/pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/pipeline-elements",
-  "permalink": "/docs/0.70.0/pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "pipeline-elements",
-    "title": "Overview",
-    "sidebar_label": "Overview",
-    "original_id": "pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-user-guide-installation-md-08d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-user-guide-installation-md-08d.json
deleted file mode 100644
index 05d0c4a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-user-guide-installation-md-08d.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-installation",
-  "id": "version-0.70.0/user-guide-installation",
-  "title": "Installation",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.70.0/user-guide-installation.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-installation",
-  "permalink": "/docs/0.70.0/user-guide-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "user-guide-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-user-guide-introduction-md-2fe.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-user-guide-introduction-md-2fe.json
deleted file mode 100644
index ea98681..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-70-0-user-guide-introduction-md-2fe.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction-old",
-  "id": "version-0.70.0/user-guide-introduction-old",
-  "title": "Introduction",
-  "description": "StreamPipes is a framework that enables users to work with data streams.",
-  "source": "@site/versioned_docs/version-0.70.0/user-guide-introduction.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction-old",
-  "permalink": "/docs/0.70.0/user-guide-introduction-old",
-  "draft": false,
-  "tags": [],
-  "version": "0.70.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-introduction-old",
-    "title": "Introduction",
-    "sidebar_label": "Introduction",
-    "original_id": "user-guide-introduction-old"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-01-try-installation-md-4ff.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-01-try-installation-md-4ff.json
deleted file mode 100644
index 0d5dfc2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-01-try-installation-md-4ff.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "try-installation",
-  "id": "version-0.90.0/try-installation",
-  "title": "Installation",
-  "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-  "source": "@site/versioned_docs/version-0.90.0/01_try-installation.md",
-  "sourceDirName": ".",
-  "slug": "/try-installation",
-  "permalink": "/docs/0.90.0/try-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "try-installation"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Overview",
-    "permalink": "/docs/0.90.0/user-guide-introduction"
-  },
-  "next": {
-    "title": "Overview",
-    "permalink": "/docs/0.90.0/concepts-overview"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-01-try-overview-md-11b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-01-try-overview-md-11b.json
deleted file mode 100644
index 6338cdb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-01-try-overview-md-11b.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction",
-  "id": "version-0.90.0/user-guide-introduction",
-  "title": "Apache StreamPipes Documentation",
-  "description": "This is the documentation of Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.90.0/01_try-overview.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction",
-  "permalink": "/docs/0.90.0/user-guide-introduction",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "user-guide-introduction",
-    "title": "Apache StreamPipes Documentation",
-    "sidebar_label": "Overview",
-    "original_id": "user-guide-introduction"
-  },
-  "sidebar": "documentation",
-  "next": {
-    "title": "Installation",
-    "permalink": "/docs/0.90.0/try-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-01-try-tutorial-md-36c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-01-try-tutorial-md-36c.json
deleted file mode 100644
index cc50ebb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-01-try-tutorial-md-36c.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "try-tutorial",
-  "id": "version-0.90.0/try-tutorial",
-  "title": "Interactive Tutorial",
-  "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox.",
-  "source": "@site/versioned_docs/version-0.90.0/01_try-tutorial.md",
-  "sourceDirName": ".",
-  "slug": "/try-tutorial",
-  "permalink": "/docs/0.90.0/try-tutorial",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-tutorial",
-    "title": "Interactive Tutorial",
-    "sidebar_label": "Interactive Tutorial",
-    "original_id": "try-tutorial"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-02-concepts-adapter-md-b8b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-02-concepts-adapter-md-b8b.json
deleted file mode 100644
index 848eaa9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-02-concepts-adapter-md-b8b.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-adapter",
-  "id": "version-0.90.0/concepts-adapter",
-  "title": "Data Adapters",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.90.0/02_concepts-adapter.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-adapter",
-  "permalink": "/docs/0.90.0/concepts-adapter",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-adapter",
-    "title": "Data Adapters",
-    "sidebar_label": "Data Adapters",
-    "original_id": "concepts-adapter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-02-concepts-data-streams-md-793.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-02-concepts-data-streams-md-793.json
deleted file mode 100644
index 2c18399..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-02-concepts-data-streams-md-793.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-data-streams",
-  "id": "version-0.90.0/concepts-data-streams",
-  "title": "Data Streams",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.90.0/02_concepts-data-streams.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-data-streams",
-  "permalink": "/docs/0.90.0/concepts-data-streams",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-data-streams",
-    "title": "Data Streams",
-    "sidebar_label": "Data Streams",
-    "original_id": "concepts-data-streams"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-02-concepts-glossary-md-eff.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-02-concepts-glossary-md-eff.json
deleted file mode 100644
index 1ba7457..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-02-concepts-glossary-md-eff.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-glossary",
-  "id": "version-0.90.0/concepts-glossary",
-  "title": "Glossary",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.90.0/02_concepts-glossary.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-glossary",
-  "permalink": "/docs/0.90.0/concepts-glossary",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-glossary",
-    "title": "Glossary",
-    "sidebar_label": "Glossary",
-    "original_id": "concepts-glossary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-02-concepts-overview-md-6f3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-02-concepts-overview-md-6f3.json
deleted file mode 100644
index 60cfefd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-02-concepts-overview-md-6f3.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "concepts-overview",
-  "id": "version-0.90.0/concepts-overview",
-  "title": "StreamPipes Concepts",
-  "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-  "source": "@site/versioned_docs/version-0.90.0/02_concepts-overview.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-overview",
-  "permalink": "/docs/0.90.0/concepts-overview",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-overview",
-    "title": "StreamPipes Concepts",
-    "sidebar_label": "Overview",
-    "original_id": "concepts-overview"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Installation",
-    "permalink": "/docs/0.90.0/try-installation"
-  },
-  "next": {
-    "title": "StreamPipes Connect",
-    "permalink": "/docs/0.90.0/use-connect"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-02-concepts-pipeline-md-161.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-02-concepts-pipeline-md-161.json
deleted file mode 100644
index 5cf9ad0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-02-concepts-pipeline-md-161.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-pipelines",
-  "id": "version-0.90.0/concepts-pipelines",
-  "title": "Pipelines",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.90.0/02_concepts-pipeline.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-pipelines",
-  "permalink": "/docs/0.90.0/concepts-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-pipelines",
-    "title": "Pipelines",
-    "sidebar_label": "Pipelines",
-    "original_id": "concepts-pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-configurations-md-625.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-configurations-md-625.json
deleted file mode 100644
index b947376..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-configurations-md-625.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-configurations",
-  "id": "version-0.90.0/use-configurations",
-  "title": "Configurations",
-  "description": "The configuration section is an admin-only interface for system-wide settings.",
-  "source": "@site/versioned_docs/version-0.90.0/03_use-configurations.md",
-  "sourceDirName": ".",
-  "slug": "/use-configurations",
-  "permalink": "/docs/0.90.0/use-configurations",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-configurations",
-    "title": "Configurations",
-    "sidebar_label": "Configurations",
-    "original_id": "use-configurations"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Install Pipeline Elements",
-    "permalink": "/docs/0.90.0/use-install-pipeline-elements"
-  },
-  "next": {
-    "title": "Apache Kafka",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-connect-md-0a4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-connect-md-0a4.json
deleted file mode 100644
index a055a6d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-connect-md-0a4.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-connect",
-  "id": "version-0.90.0/use-connect",
-  "title": "StreamPipes Connect",
-  "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-  "source": "@site/versioned_docs/version-0.90.0/03_use-connect.md",
-  "sourceDirName": ".",
-  "slug": "/use-connect",
-  "permalink": "/docs/0.90.0/use-connect",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-connect",
-    "title": "StreamPipes Connect",
-    "sidebar_label": "StreamPipes Connect",
-    "original_id": "use-connect"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Overview",
-    "permalink": "/docs/0.90.0/concepts-overview"
-  },
-  "next": {
-    "title": "Pipeline Editor",
-    "permalink": "/docs/0.90.0/use-pipeline-editor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-dashboard-md-481.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-dashboard-md-481.json
deleted file mode 100644
index a73f2d5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-dashboard-md-481.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-dashboard",
-  "id": "version-0.90.0/use-dashboard",
-  "title": "Live Dashboard",
-  "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-  "source": "@site/versioned_docs/version-0.90.0/03_use-dashboard.md",
-  "sourceDirName": ".",
-  "slug": "/use-dashboard",
-  "permalink": "/docs/0.90.0/use-dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-dashboard",
-    "title": "Live Dashboard",
-    "sidebar_label": "Live Dashboard",
-    "original_id": "use-dashboard"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Managing Pipelines",
-    "permalink": "/docs/0.90.0/use-managing-pipelines"
-  },
-  "next": {
-    "title": "Data Explorer",
-    "permalink": "/docs/0.90.0/use-data-explorer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-data-explorer-md-467.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-data-explorer-md-467.json
deleted file mode 100644
index 11463fc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-data-explorer-md-467.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-data-explorer",
-  "id": "version-0.90.0/use-data-explorer",
-  "title": "Data Explorer",
-  "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-  "source": "@site/versioned_docs/version-0.90.0/03_use-data-explorer.md",
-  "sourceDirName": ".",
-  "slug": "/use-data-explorer",
-  "permalink": "/docs/0.90.0/use-data-explorer",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-data-explorer",
-    "title": "Data Explorer",
-    "sidebar_label": "Data Explorer",
-    "original_id": "use-data-explorer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Live Dashboard",
-    "permalink": "/docs/0.90.0/use-dashboard"
-  },
-  "next": {
-    "title": "Notifications",
-    "permalink": "/docs/0.90.0/use-notifications"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-install-pipeline-elements-md-ff7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-install-pipeline-elements-md-ff7.json
deleted file mode 100644
index cae479e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-install-pipeline-elements-md-ff7.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-install-pipeline-elements",
-  "id": "version-0.90.0/use-install-pipeline-elements",
-  "title": "Install Pipeline Elements",
-  "description": "Install Pipeline Elements",
-  "source": "@site/versioned_docs/version-0.90.0/03_use-install-pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/use-install-pipeline-elements",
-  "permalink": "/docs/0.90.0/use-install-pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-install-pipeline-elements",
-    "title": "Install Pipeline Elements",
-    "sidebar_label": "Install Pipeline Elements",
-    "original_id": "use-install-pipeline-elements"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Notifications",
-    "permalink": "/docs/0.90.0/use-notifications"
-  },
-  "next": {
-    "title": "Configurations",
-    "permalink": "/docs/0.90.0/use-configurations"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-managing-pipelines-md-5f4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-managing-pipelines-md-5f4.json
deleted file mode 100644
index fbff09e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-managing-pipelines-md-5f4.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-managing-pipelines",
-  "id": "version-0.90.0/use-managing-pipelines",
-  "title": "Managing Pipelines",
-  "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-  "source": "@site/versioned_docs/version-0.90.0/03_use-managing-pipelines.md",
-  "sourceDirName": ".",
-  "slug": "/use-managing-pipelines",
-  "permalink": "/docs/0.90.0/use-managing-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-managing-pipelines",
-    "title": "Managing Pipelines",
-    "sidebar_label": "Managing Pipelines",
-    "original_id": "use-managing-pipelines"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Pipeline Editor",
-    "permalink": "/docs/0.90.0/use-pipeline-editor"
-  },
-  "next": {
-    "title": "Live Dashboard",
-    "permalink": "/docs/0.90.0/use-dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-notifications-md-946.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-notifications-md-946.json
deleted file mode 100644
index e8e72f3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-notifications-md-946.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-notifications",
-  "id": "version-0.90.0/use-notifications",
-  "title": "Notifications",
-  "description": "The notification module can be used to create internal notifications.",
-  "source": "@site/versioned_docs/version-0.90.0/03_use-notifications.md",
-  "sourceDirName": ".",
-  "slug": "/use-notifications",
-  "permalink": "/docs/0.90.0/use-notifications",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-notifications",
-    "title": "Notifications",
-    "sidebar_label": "Notifications",
-    "original_id": "use-notifications"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Data Explorer",
-    "permalink": "/docs/0.90.0/use-data-explorer"
-  },
-  "next": {
-    "title": "Install Pipeline Elements",
-    "permalink": "/docs/0.90.0/use-install-pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-pipeline-editor-md-9b3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-pipeline-editor-md-9b3.json
deleted file mode 100644
index ae6d25a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-03-use-pipeline-editor-md-9b3.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-pipeline-editor",
-  "id": "version-0.90.0/use-pipeline-editor",
-  "title": "Pipeline Editor",
-  "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-  "source": "@site/versioned_docs/version-0.90.0/03_use-pipeline-editor.md",
-  "sourceDirName": ".",
-  "slug": "/use-pipeline-editor",
-  "permalink": "/docs/0.90.0/use-pipeline-editor",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-pipeline-editor",
-    "title": "Pipeline Editor",
-    "sidebar_label": "Pipeline Editor",
-    "original_id": "use-pipeline-editor"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "StreamPipes Connect",
-    "permalink": "/docs/0.90.0/use-connect"
-  },
-  "next": {
-    "title": "Managing Pipelines",
-    "permalink": "/docs/0.90.0/use-managing-pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-05-deploy-docker-md-cdb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-05-deploy-docker-md-cdb.json
deleted file mode 100644
index c2441d9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-05-deploy-docker-md-cdb.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "deploy-docker",
-  "id": "version-0.90.0/deploy-docker",
-  "title": "Docker Deployment",
-  "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.90.0/05_deploy-docker.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-docker",
-  "permalink": "/docs/0.90.0/deploy-docker",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-docker",
-    "title": "Docker Deployment",
-    "sidebar_label": "Docker Deployment",
-    "original_id": "deploy-docker"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Telegram Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-  },
-  "next": {
-    "title": "Kubernetes Deployment",
-    "permalink": "/docs/0.90.0/deploy-kubernetes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-05-deploy-kubernetes-md-123.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-05-deploy-kubernetes-md-123.json
deleted file mode 100644
index 5ce39ae..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-05-deploy-kubernetes-md-123.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "deploy-kubernetes",
-  "id": "version-0.90.0/deploy-kubernetes",
-  "title": "Kubernetes Deployment",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.90.0/05_deploy-kubernetes.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-kubernetes",
-  "permalink": "/docs/0.90.0/deploy-kubernetes",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-kubernetes",
-    "title": "Kubernetes Deployment",
-    "sidebar_label": "Kubernetes Deployment",
-    "original_id": "deploy-kubernetes"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Docker Deployment",
-    "permalink": "/docs/0.90.0/deploy-docker"
-  },
-  "next": {
-    "title": "Use SSL",
-    "permalink": "/docs/0.90.0/deploy-use-ssl"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-05-deploy-security-md-143.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-05-deploy-security-md-143.json
deleted file mode 100644
index 9211d3a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-05-deploy-security-md-143.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "deploy-security",
-  "id": "version-0.90.0/deploy-security",
-  "title": "Security",
-  "description": "Overriding default settings",
-  "source": "@site/versioned_docs/version-0.90.0/05_deploy-security.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-security",
-  "permalink": "/docs/0.90.0/deploy-security",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-security",
-    "title": "Security",
-    "sidebar_label": "Security",
-    "original_id": "deploy-security"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Use SSL",
-    "permalink": "/docs/0.90.0/deploy-use-ssl"
-  },
-  "next": {
-    "title": "Development Setup",
-    "permalink": "/docs/0.90.0/extend-setup"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-05-deploy-use-ssl-md-7b8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-05-deploy-use-ssl-md-7b8.json
deleted file mode 100644
index b62415a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-05-deploy-use-ssl-md-7b8.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "deploy-use-ssl",
-  "id": "version-0.90.0/deploy-use-ssl",
-  "title": "Use SSL",
-  "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-  "source": "@site/versioned_docs/version-0.90.0/05_deploy-use-ssl.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-use-ssl",
-  "permalink": "/docs/0.90.0/deploy-use-ssl",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-use-ssl",
-    "title": "Use SSL",
-    "sidebar_label": "Use SSL",
-    "original_id": "deploy-use-ssl"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Kubernetes Deployment",
-    "permalink": "/docs/0.90.0/deploy-kubernetes"
-  },
-  "next": {
-    "title": "Security",
-    "permalink": "/docs/0.90.0/deploy-security"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-archetypes-md-61f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-archetypes-md-61f.json
deleted file mode 100644
index 8119a74..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-archetypes-md-61f.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-archetypes",
-  "id": "version-0.90.0/extend-archetypes",
-  "title": "Maven Archetypes",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.90.0/06_extend-archetypes.md",
-  "sourceDirName": ".",
-  "slug": "/extend-archetypes",
-  "permalink": "/docs/0.90.0/extend-archetypes",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-archetypes",
-    "title": "Maven Archetypes",
-    "sidebar_label": "Maven Archetypes",
-    "original_id": "extend-archetypes"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "StreamPipes CLI",
-    "permalink": "/docs/0.90.0/extend-cli"
-  },
-  "next": {
-    "title": "Your first data processor",
-    "permalink": "/docs/0.90.0/extend-first-processor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-cli-md-79d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-cli-md-79d.json
deleted file mode 100644
index 6e00ff2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-cli-md-79d.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-cli",
-  "id": "version-0.90.0/extend-cli",
-  "title": "StreamPipes CLI",
-  "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-  "source": "@site/versioned_docs/version-0.90.0/06_extend-cli.md",
-  "sourceDirName": ".",
-  "slug": "/extend-cli",
-  "permalink": "/docs/0.90.0/extend-cli",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-cli",
-    "title": "StreamPipes CLI",
-    "sidebar_label": "StreamPipes CLI",
-    "original_id": "extend-cli"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Development Setup",
-    "permalink": "/docs/0.90.0/extend-setup"
-  },
-  "next": {
-    "title": "Maven Archetypes",
-    "permalink": "/docs/0.90.0/extend-archetypes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-first-processor-md-aa9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-first-processor-md-aa9.json
deleted file mode 100644
index 9db6e16..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-first-processor-md-aa9.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-first-processor",
-  "id": "version-0.90.0/extend-first-processor",
-  "title": "Your first data processor",
-  "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-  "source": "@site/versioned_docs/version-0.90.0/06_extend-first-processor.md",
-  "sourceDirName": ".",
-  "slug": "/extend-first-processor",
-  "permalink": "/docs/0.90.0/extend-first-processor",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-first-processor",
-    "title": "Your first data processor",
-    "sidebar_label": "Your first data processor",
-    "original_id": "extend-first-processor"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Maven Archetypes",
-    "permalink": "/docs/0.90.0/extend-archetypes"
-  },
-  "next": {
-    "title": "Tutorial: Data Sources",
-    "permalink": "/docs/0.90.0/extend-tutorial-data-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-event-model-md-7de.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-event-model-md-7de.json
deleted file mode 100644
index 22163c3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-event-model-md-7de.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-event-model",
-  "id": "version-0.90.0/extend-sdk-event-model",
-  "title": "SDK Guide: Event Model",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.90.0/06_extend-sdk-event-model.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-event-model",
-  "permalink": "/docs/0.90.0/extend-sdk-event-model",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-event-model",
-    "title": "SDK Guide: Event Model",
-    "sidebar_label": "SDK: Event Model",
-    "original_id": "extend-sdk-event-model"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Functions",
-    "permalink": "/docs/0.90.0/extend-sdk-functions"
-  },
-  "next": {
-    "title": "SDK: Stream Requirements",
-    "permalink": "/docs/0.90.0/extend-sdk-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-functions-md-bdb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-functions-md-bdb.json
deleted file mode 100644
index fe515e0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-functions-md-bdb.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-functions",
-  "id": "version-0.90.0/extend-sdk-functions",
-  "title": "SDK Guide: Functions",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.90.0/06_extend-sdk-functions.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-functions",
-  "permalink": "/docs/0.90.0/extend-sdk-functions",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-functions",
-    "title": "SDK Guide: Functions",
-    "sidebar_label": "SDK: Functions",
-    "original_id": "extend-sdk-functions"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tutorial: Data Sinks",
-    "permalink": "/docs/0.90.0/extend-tutorial-data-sinks"
-  },
-  "next": {
-    "title": "SDK: Event Model",
-    "permalink": "/docs/0.90.0/extend-sdk-event-model"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-migration-sd-md-db1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-migration-sd-md-db1.json
deleted file mode 100644
index b5b836b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-migration-sd-md-db1.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-migration-service-discovery",
-  "id": "version-0.90.0/extend-sdk-migration-service-discovery",
-  "title": "Migration Guide: New Service Discovery in 0.69.0",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.90.0/06_extend-sdk-migration-sd.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-migration-service-discovery",
-  "permalink": "/docs/0.90.0/extend-sdk-migration-service-discovery",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-migration-service-discovery",
-    "title": "Migration Guide: New Service Discovery in 0.69.0",
-    "sidebar_label": "Migration Guide: 0.69.0",
-    "original_id": "extend-sdk-migration-service-discovery"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Output Strategies",
-    "permalink": "/docs/0.90.0/extend-sdk-output-strategies"
-  },
-  "next": {
-    "title": "Architecture",
-    "permalink": "/docs/0.90.0/technicals-architecture"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-output-strategies-md-2e3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-output-strategies-md-2e3.json
deleted file mode 100644
index c98b614..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-output-strategies-md-2e3.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-output-strategies",
-  "id": "version-0.90.0/extend-sdk-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.90.0/06_extend-sdk-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-output-strategies",
-  "permalink": "/docs/0.90.0/extend-sdk-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "SDK: Output Strategies",
-    "original_id": "extend-sdk-output-strategies"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Static Properties",
-    "permalink": "/docs/0.90.0/extend-sdk-static-properties"
-  },
-  "next": {
-    "title": "Migration Guide: 0.69.0",
-    "permalink": "/docs/0.90.0/extend-sdk-migration-service-discovery"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-static-properties-md-22c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-static-properties-md-22c.json
deleted file mode 100644
index d833c03..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-static-properties-md-22c.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-static-properties",
-  "id": "version-0.90.0/extend-sdk-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.90.0/06_extend-sdk-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-static-properties",
-  "permalink": "/docs/0.90.0/extend-sdk-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "SDK: Static Properties",
-    "original_id": "extend-sdk-static-properties"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Stream Requirements",
-    "permalink": "/docs/0.90.0/extend-sdk-stream-requirements"
-  },
-  "next": {
-    "title": "SDK: Output Strategies",
-    "permalink": "/docs/0.90.0/extend-sdk-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-stream-requirements-md-34f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-stream-requirements-md-34f.json
deleted file mode 100644
index faa8eca..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-sdk-stream-requirements-md-34f.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-stream-requirements",
-  "id": "version-0.90.0/extend-sdk-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.90.0/06_extend-sdk-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-stream-requirements",
-  "permalink": "/docs/0.90.0/extend-sdk-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "SDK: Stream Requirements",
-    "original_id": "extend-sdk-stream-requirements"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Event Model",
-    "permalink": "/docs/0.90.0/extend-sdk-event-model"
-  },
-  "next": {
-    "title": "SDK: Static Properties",
-    "permalink": "/docs/0.90.0/extend-sdk-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-setup-md-8ed.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-setup-md-8ed.json
deleted file mode 100644
index 591776d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-setup-md-8ed.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-setup",
-  "id": "version-0.90.0/extend-setup",
-  "title": "Development Setup",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.90.0/06_extend-setup.md",
-  "sourceDirName": ".",
-  "slug": "/extend-setup",
-  "permalink": "/docs/0.90.0/extend-setup",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-setup",
-    "title": "Development Setup",
-    "sidebar_label": "Development Setup",
-    "original_id": "extend-setup"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Security",
-    "permalink": "/docs/0.90.0/deploy-security"
-  },
-  "next": {
-    "title": "StreamPipes CLI",
-    "permalink": "/docs/0.90.0/extend-cli"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-tutorial-data-processors-md-8eb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-tutorial-data-processors-md-8eb.json
deleted file mode 100644
index 20419a1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-tutorial-data-processors-md-8eb.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-processors",
-  "id": "version-0.90.0/extend-tutorial-data-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor.",
-  "source": "@site/versioned_docs/version-0.90.0/06_extend-tutorial-data-processors.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-processors",
-  "permalink": "/docs/0.90.0/extend-tutorial-data-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors",
-    "original_id": "extend-tutorial-data-processors"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tutorial: Data Sources",
-    "permalink": "/docs/0.90.0/extend-tutorial-data-sources"
-  },
-  "next": {
-    "title": "Tutorial: Data Sinks",
-    "permalink": "/docs/0.90.0/extend-tutorial-data-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-tutorial-data-sinks-md-874.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-tutorial-data-sinks-md-874.json
deleted file mode 100644
index 2ad9deb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-tutorial-data-sinks-md-874.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sinks",
-  "id": "version-0.90.0/extend-tutorial-data-sinks",
-  "title": "Tutorial: Data Sinks",
-  "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-  "source": "@site/versioned_docs/version-0.90.0/06_extend-tutorial-data-sinks.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sinks",
-  "permalink": "/docs/0.90.0/extend-tutorial-data-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sinks",
-    "title": "Tutorial: Data Sinks",
-    "sidebar_label": "Tutorial: Data Sinks",
-    "original_id": "extend-tutorial-data-sinks"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tutorial: Data Processors",
-    "permalink": "/docs/0.90.0/extend-tutorial-data-processors"
-  },
-  "next": {
-    "title": "SDK: Functions",
-    "permalink": "/docs/0.90.0/extend-sdk-functions"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-tutorial-data-sources-md-b8a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-tutorial-data-sources-md-b8a.json
deleted file mode 100644
index ea88b75..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-06-extend-tutorial-data-sources-md-b8a.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sources",
-  "id": "version-0.90.0/extend-tutorial-data-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.90.0/06_extend-tutorial-data-sources.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sources",
-  "permalink": "/docs/0.90.0/extend-tutorial-data-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources",
-    "original_id": "extend-tutorial-data-sources"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Your first data processor",
-    "permalink": "/docs/0.90.0/extend-first-processor"
-  },
-  "next": {
-    "title": "Tutorial: Data Processors",
-    "permalink": "/docs/0.90.0/extend-tutorial-data-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-07-technicals-architecture-md-b1b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-07-technicals-architecture-md-b1b.json
deleted file mode 100644
index d56be1f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-07-technicals-architecture-md-b1b.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "technicals-architecture",
-  "id": "version-0.90.0/technicals-architecture",
-  "title": "Architecture",
-  "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-  "source": "@site/versioned_docs/version-0.90.0/07_technicals-architecture.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-architecture",
-  "permalink": "/docs/0.90.0/technicals-architecture",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-architecture",
-    "title": "Architecture",
-    "sidebar_label": "Architecture",
-    "original_id": "technicals-architecture"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Migration Guide: 0.69.0",
-    "permalink": "/docs/0.90.0/extend-sdk-migration-service-discovery"
-  },
-  "next": {
-    "title": "User Guidance",
-    "permalink": "/docs/0.90.0/technicals-user-guidance"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-07-technicals-configuration-md-45a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-07-technicals-configuration-md-45a.json
deleted file mode 100644
index 208c105..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-07-technicals-configuration-md-45a.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "technicals-configuration",
-  "id": "version-0.90.0/technicals-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.90.0/07_technicals-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-configuration",
-  "permalink": "/docs/0.90.0/technicals-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration",
-    "original_id": "technicals-configuration"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Messaging",
-    "permalink": "/docs/0.90.0/technicals-messaging"
-  },
-  "next": {
-    "title": "Get Help",
-    "permalink": "/docs/0.90.0/community-get-help"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-07-technicals-messaging-md-c5b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-07-technicals-messaging-md-c5b.json
deleted file mode 100644
index fffd35a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-07-technicals-messaging-md-c5b.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "technicals-messaging",
-  "id": "version-0.90.0/technicals-messaging",
-  "title": "Messaging",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.90.0/07_technicals-messaging.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-messaging",
-  "permalink": "/docs/0.90.0/technicals-messaging",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-messaging",
-    "title": "Messaging",
-    "sidebar_label": "Messaging",
-    "original_id": "technicals-messaging"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Runtime Wrappers",
-    "permalink": "/docs/0.90.0/technicals-runtime-wrappers"
-  },
-  "next": {
-    "title": "Configuration",
-    "permalink": "/docs/0.90.0/technicals-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-07-technicals-runtime-wrappers-md-5fa.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-07-technicals-runtime-wrappers-md-5fa.json
deleted file mode 100644
index 791ca8a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-07-technicals-runtime-wrappers-md-5fa.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "technicals-runtime-wrappers",
-  "id": "version-0.90.0/technicals-runtime-wrappers",
-  "title": "Runtime Wrappers",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.90.0/07_technicals-runtime-wrappers.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-runtime-wrappers",
-  "permalink": "/docs/0.90.0/technicals-runtime-wrappers",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-runtime-wrappers",
-    "title": "Runtime Wrappers",
-    "sidebar_label": "Runtime Wrappers",
-    "original_id": "technicals-runtime-wrappers"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "User Guidance",
-    "permalink": "/docs/0.90.0/technicals-user-guidance"
-  },
-  "next": {
-    "title": "Messaging",
-    "permalink": "/docs/0.90.0/technicals-messaging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-07-technicals-user-guidance-md-12f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-07-technicals-user-guidance-md-12f.json
deleted file mode 100644
index ae32d2a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-07-technicals-user-guidance-md-12f.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "technicals-user-guidance",
-  "id": "version-0.90.0/technicals-user-guidance",
-  "title": "User Guidance",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.90.0/07_technicals-user-guidance.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-user-guidance",
-  "permalink": "/docs/0.90.0/technicals-user-guidance",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-user-guidance",
-    "title": "User Guidance",
-    "sidebar_label": "User Guidance",
-    "original_id": "technicals-user-guidance"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Architecture",
-    "permalink": "/docs/0.90.0/technicals-architecture"
-  },
-  "next": {
-    "title": "Runtime Wrappers",
-    "permalink": "/docs/0.90.0/technicals-runtime-wrappers"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-08-debugging-md-93f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-08-debugging-md-93f.json
deleted file mode 100644
index 4363d04..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-08-debugging-md-93f.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "debugging-debugging",
-  "id": "version-0.90.0/debugging-debugging",
-  "title": "Debugging",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.90.0/08_debugging.md",
-  "sourceDirName": ".",
-  "slug": "/debugging-debugging",
-  "permalink": "/docs/0.90.0/debugging-debugging",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "debugging-debugging",
-    "title": "Debugging",
-    "sidebar_label": "Debugging",
-    "original_id": "debugging-debugging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-08-monitoring-md-8da.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-08-monitoring-md-8da.json
deleted file mode 100644
index 93ffde8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-08-monitoring-md-8da.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "debugging-monitoring",
-  "id": "version-0.90.0/debugging-monitoring",
-  "title": "Monitoring",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.90.0/08_monitoring.md",
-  "sourceDirName": ".",
-  "slug": "/debugging-monitoring",
-  "permalink": "/docs/0.90.0/debugging-monitoring",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "debugging-monitoring",
-    "title": "Monitoring",
-    "sidebar_label": "Monitoring",
-    "original_id": "debugging-monitoring"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-09-contribute-md-486.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-09-contribute-md-486.json
deleted file mode 100644
index 246f599..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-09-contribute-md-486.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
-  "unversionedId": "community-contribute",
-  "id": "version-0.90.0/community-contribute",
-  "title": "Contribute",
-  "description": "Contribute",
-  "source": "@site/versioned_docs/version-0.90.0/09_contribute.md",
-  "sourceDirName": ".",
-  "slug": "/community-contribute",
-  "permalink": "/docs/0.90.0/community-contribute",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-contribute",
-    "title": "Contribute",
-    "sidebar_label": "Contribute",
-    "original_id": "community-contribute"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Get Help",
-    "permalink": "/docs/0.90.0/community-get-help"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-09-get-help-md-bd0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-09-get-help-md-bd0.json
deleted file mode 100644
index 9e9d005..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-09-get-help-md-bd0.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "community-get-help",
-  "id": "version-0.90.0/community-get-help",
-  "title": "Get Help",
-  "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-  "source": "@site/versioned_docs/version-0.90.0/09_get-help.md",
-  "sourceDirName": ".",
-  "slug": "/community-get-help",
-  "permalink": "/docs/0.90.0/community-get-help",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-get-help",
-    "title": "Get Help",
-    "sidebar_label": "Get Help",
-    "original_id": "community-get-help"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Configuration",
-    "permalink": "/docs/0.90.0/technicals-configuration"
-  },
-  "next": {
-    "title": "Contribute",
-    "permalink": "/docs/0.90.0/community-contribute"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-dev-guide-archetype-md-03c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-dev-guide-archetype-md-03c.json
deleted file mode 100644
index ba89e49..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-dev-guide-archetype-md-03c.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-archetype",
-  "id": "version-0.90.0/dev-guide-archetype",
-  "title": "Start Developing",
-  "description": "",
-  "source": "@site/versioned_docs/version-0.90.0/dev-guide-archetype.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-archetype",
-  "permalink": "/docs/0.90.0/dev-guide-archetype",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-archetype",
-    "title": "Start Developing",
-    "sidebar_label": "Start Developing",
-    "original_id": "dev-guide-archetype"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-dev-guide-processor-sdk-md-429.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-dev-guide-processor-sdk-md-429.json
deleted file mode 100644
index a4f796c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-dev-guide-processor-sdk-md-429.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-processors",
-  "id": "version-0.90.0/dev-guide-sdk-guide-processors",
-  "title": "SDK Guide: Data Processors",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.90.0/dev-guide-processor-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-processors",
-  "permalink": "/docs/0.90.0/dev-guide-sdk-guide-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-processors",
-    "title": "SDK Guide: Data Processors",
-    "sidebar_label": "SDK Guide: Data Processors",
-    "original_id": "dev-guide-sdk-guide-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-dev-guide-sink-sdk-md-b58.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-dev-guide-sink-sdk-md-b58.json
deleted file mode 100644
index b5b583a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-dev-guide-sink-sdk-md-b58.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-sinks",
-  "id": "version-0.90.0/dev-guide-sdk-guide-sinks",
-  "title": "SDK Guide: Data Sinks",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.90.0/dev-guide-sink-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-sinks",
-  "permalink": "/docs/0.90.0/dev-guide-sdk-guide-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-sinks",
-    "title": "SDK Guide: Data Sinks",
-    "sidebar_label": "SDK Guide: Data Sinks",
-    "original_id": "dev-guide-sdk-guide-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-faq-common-problems-md-ef3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-faq-common-problems-md-ef3.json
deleted file mode 100644
index b2c6c6c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-faq-common-problems-md-ef3.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "faq-common-problems",
-  "id": "version-0.90.0/faq-common-problems",
-  "title": "Common Problems",
-  "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-  "source": "@site/versioned_docs/version-0.90.0/faq-common-problems.md",
-  "sourceDirName": ".",
-  "slug": "/faq-common-problems",
-  "permalink": "/docs/0.90.0/faq-common-problems",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "faq-common-problems",
-    "title": "Common Problems",
-    "sidebar_label": "Common Problems",
-    "original_id": "faq-common-problems"
-  },
-  "sidebar": "faq"
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-coindesk-md-291.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-coindesk-md-291.json
deleted file mode 100644
index 9570e56..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-coindesk-md-291.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.coindesk",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "title": "Coindesk Bitcoin Price",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.coindesk",
-    "title": "Coindesk Bitcoin Price",
-    "sidebar_label": "Coindesk Bitcoin Price",
-    "original_id": "org.apache.streampipes.connect.adapters.coindesk"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Apache Pulsar",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-  },
-  "next": {
-    "title": "File Stream",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-219.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-219.json
deleted file mode 100644
index 4eec2bc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-219.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "title": "Flic MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.flic.mqtt",
-    "title": "Flic MQTT",
-    "sidebar_label": "Flic MQTT"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "File Set",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.file"
-  },
-  "next": {
-    "title": "GDELT",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-gdelt-md-27b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-gdelt-md-27b.json
deleted file mode 100644
index 4a1c325..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-gdelt-md-27b.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.gdelt",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "title": "GDELT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.gdelt",
-    "title": "GDELT",
-    "sidebar_label": "GDELT",
-    "original_id": "org.apache.streampipes.connect.adapters.gdelt"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Flic MQTT",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-  },
-  "next": {
-    "title": "HTTP Server",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-iex-news-md-989.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-iex-news-md-989.json
deleted file mode 100644
index a9def78..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-iex-news-md-989.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.news",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "title": "IEX Cloud News",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.news",
-    "title": "IEX Cloud News",
-    "sidebar_label": "IEX Cloud News",
-    "original_id": "org.apache.streampipes.connect.adapters.iex.news"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "HTTP Stream",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http"
-  },
-  "next": {
-    "title": "IEX Cloud Stock Quotes",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-470.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-470.json
deleted file mode 100644
index 8276661..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-470.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "title": "IEX Cloud Stock Quotes",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.stocks",
-    "title": "IEX Cloud Stock Quotes",
-    "sidebar_label": "IEX Cloud Stock Quotes",
-    "original_id": "org.apache.streampipes.connect.adapters.iex.stocks"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "IEX Cloud News",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news"
-  },
-  "next": {
-    "title": "ISS Location",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iss"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-image-set-md-54c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-image-set-md-54c.json
deleted file mode 100644
index a6676da..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-image-set-md-54c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.set",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.image.set",
-  "title": "Image Upload (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.image.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.set",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.set",
-    "title": "Image Upload (Set)",
-    "sidebar_label": "Image Upload (Set)",
-    "original_id": "org.apache.streampipes.connect.adapters.image.set"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "ISS Location",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iss"
-  },
-  "next": {
-    "title": "Image Upload (Stream)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-image-stream-md-73a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-image-stream-md-73a.json
deleted file mode 100644
index a8e7d67..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-image-stream-md-73a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.stream",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "title": "Image Upload (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.stream",
-    "title": "Image Upload (Stream)",
-    "sidebar_label": "Image Upload (Stream)",
-    "original_id": "org.apache.streampipes.connect.adapters.image.stream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Upload (Set)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.set"
-  },
-  "next": {
-    "title": "InfluxDB Set Adapter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-83a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-83a.json
deleted file mode 100644
index 18feeb6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-83a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "title": "InfluxDB Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.set",
-    "title": "InfluxDB Set Adapter",
-    "sidebar_label": "InfluxDB Set Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.influxdb.set"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Upload (Stream)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream"
-  },
-  "next": {
-    "title": "InfluxDB Stream Adapter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-bbe.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-bbe.json
deleted file mode 100644
index aaddc45..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-bbe.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "title": "InfluxDB Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.stream",
-    "title": "InfluxDB Stream Adapter",
-    "sidebar_label": "InfluxDB Stream Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.influxdb.stream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "InfluxDB Set Adapter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-  },
-  "next": {
-    "title": "MQTT",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-iss-md-a59.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-iss-md-a59.json
deleted file mode 100644
index 5127d6e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-iss-md-a59.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iss",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.iss",
-  "title": "ISS Location",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.iss.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iss",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iss",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iss",
-    "title": "ISS Location",
-    "sidebar_label": "ISS Location",
-    "original_id": "org.apache.streampipes.connect.adapters.iss"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "IEX Cloud Stock Quotes",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-  },
-  "next": {
-    "title": "Image Upload (Set)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-mysql-set-md-353.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-mysql-set-md-353.json
deleted file mode 100644
index 49ba7fd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-mysql-set-md-353.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "title": "MySQL Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.set",
-    "title": "MySQL Set Adapter",
-    "sidebar_label": "MySQL Set Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.mysql.set"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Machine Data Simulator",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-  },
-  "next": {
-    "title": "MySql Stream Adapter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-6bb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-6bb.json
deleted file mode 100644
index 20c221c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-6bb.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "title": "MySql Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.stream",
-    "title": "MySql Stream Adapter",
-    "sidebar_label": "MySql Stream Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.mysql.stream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MySQL Set Adapter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set"
-  },
-  "next": {
-    "title": "NETIO MQTT M2M",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-6d6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-6d6.json
deleted file mode 100644
index 8e36d2e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-6d6.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "title": "NETIO MQTT M2M",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.mqtt",
-    "title": "NETIO MQTT M2M",
-    "sidebar_label": "NETIO MQTT M2M",
-    "original_id": "org.apache.streampipes.connect.adapters.netio.mqtt"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MySql Stream Adapter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-  },
-  "next": {
-    "title": "NETIO http JSON",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-netio-rest-md-99d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-netio-rest-md-99d.json
deleted file mode 100644
index 09bc96f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-netio-rest-md-99d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "title": "NETIO http JSON",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.rest",
-    "title": "NETIO http JSON",
-    "sidebar_label": "NETIO http JSON",
-    "original_id": "org.apache.streampipes.connect.adapters.netio.rest"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NETIO MQTT M2M",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-  },
-  "next": {
-    "title": "NSW Traffic Cameras",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-d1c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-d1c.json
deleted file mode 100644
index 80cd7d8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-d1c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "title": "NSW Traffic Cameras",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-    "title": "NSW Traffic Cameras",
-    "sidebar_label": "NSW Traffic Cameras",
-    "original_id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NETIO http JSON",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest"
-  },
-  "next": {
-    "title": "OPC UA",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-opcua-md-bc8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-opcua-md-bc8.json
deleted file mode 100644
index b094b39..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-opcua-md-bc8.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.opcua",
-  "title": "OPC UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.opcua",
-    "title": "OPC UA",
-    "sidebar_label": "OPC UA",
-    "original_id": "org.apache.streampipes.connect.adapters.opcua"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NSW Traffic Cameras",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  },
-  "next": {
-    "title": "PLC4X MODBUS",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-b54.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-b54.json
deleted file mode 100644
index 33801ef..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-b54.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "title": "PLC4X MODBUS",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.modbus",
-    "title": "PLC4X MODBUS",
-    "sidebar_label": "PLC4X MODBUS",
-    "original_id": "org.apache.streampipes.connect.adapters.plc4x.modbus"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "OPC UA",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.opcua"
-  },
-  "next": {
-    "title": "PLC4X S7",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-b2e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-b2e.json
deleted file mode 100644
index fb16b51..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-b2e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "title": "PLC4X S7",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.s7",
-    "title": "PLC4X S7",
-    "sidebar_label": "PLC4X S7",
-    "original_id": "org.apache.streampipes.connect.adapters.plc4x.s7"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "PLC4X MODBUS",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-  },
-  "next": {
-    "title": "ROS Bridge",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ros"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-ros-md-80c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-ros-md-80c.json
deleted file mode 100644
index 83fec8c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-ros-md-80c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ros",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.ros",
-  "title": "ROS Bridge",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.ros.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ros",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ros",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ros",
-    "title": "ROS Bridge",
-    "sidebar_label": "ROS Bridge",
-    "original_id": "org.apache.streampipes.connect.adapters.ros"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "PLC4X S7",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-  },
-  "next": {
-    "title": "Random Data Simulator (Set)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-ab5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-ab5.json
deleted file mode 100644
index 9e5394d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-ab5.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "title": "Machine Data Simulator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.machine",
-    "title": "Machine Data Simulator",
-    "sidebar_label": "Machine Data Simulator",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.machine"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MQTT",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-  },
-  "next": {
-    "title": "MySQL Set Adapter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-c43.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-c43.json
deleted file mode 100644
index 329ed95..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-c43.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "title": "Random Data Simulator (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdataset",
-    "title": "Random Data Simulator (Set)",
-    "sidebar_label": "Random Data Simulator (Set)",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "ROS Bridge",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ros"
-  },
-  "next": {
-    "title": "Random Data Simulator (Stream)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-891.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-891.json
deleted file mode 100644
index f029d18..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-891.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "title": "Random Data Simulator (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-    "title": "Random Data Simulator (Stream)",
-    "sidebar_label": "Random Data Simulator (Stream)",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Random Data Simulator (Set)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  },
-  "next": {
-    "title": "Slack",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-slack-md-965.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-slack-md-965.json
deleted file mode 100644
index 3bdef87..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-slack-md-965.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.slack",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.slack",
-  "title": "Slack",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.slack",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.slack",
-    "title": "Slack",
-    "sidebar_label": "Slack",
-    "original_id": "org.apache.streampipes.connect.adapters.slack"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Random Data Simulator (Stream)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  },
-  "next": {
-    "title": "TI Sensor Tag",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ti"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-ti-md-f2c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-ti-md-f2c.json
deleted file mode 100644
index fe4cd0e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-ti-md-f2c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ti",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.ti",
-  "title": "TI Sensor Tag",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.ti.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ti",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ti",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ti",
-    "title": "TI Sensor Tag",
-    "sidebar_label": "TI Sensor Tag",
-    "original_id": "org.apache.streampipes.connect.adapters.ti"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Slack",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.slack"
-  },
-  "next": {
-    "title": "Wikipedia Edits",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-b82.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-b82.json
deleted file mode 100644
index c1a2e92..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-b82.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "title": "Wikipedia Edits",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.edit",
-    "title": "Wikipedia Edits",
-    "sidebar_label": "Wikipedia Edits",
-    "original_id": "org.apache.streampipes.connect.adapters.wikipedia.edit"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "TI Sensor Tag",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ti"
-  },
-  "next": {
-    "title": "Wikipedia New Articles",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-3b6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-3b6.json
deleted file mode 100644
index aae2fc9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-3b6.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "title": "Wikipedia New Articles",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.new",
-    "title": "Wikipedia New Articles",
-    "sidebar_label": "Wikipedia New Articles",
-    "original_id": "org.apache.streampipes.connect.adapters.wikipedia.new"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Wikipedia Edits",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-  },
-  "next": {
-    "title": "Absence",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-file-md-e7b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-file-md-e7b.json
deleted file mode 100644
index 0b9f1ad..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-file-md-e7b.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.file",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "title": "File Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.file",
-    "title": "File Stream",
-    "sidebar_label": "File Stream",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.file"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Coindesk Bitcoin Price",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk"
-  },
-  "next": {
-    "title": "File Set",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-http-md-8d6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-http-md-8d6.json
deleted file mode 100644
index 54ed9fa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-http-md-8d6.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.http",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "title": "HTTP Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.http",
-    "title": "HTTP Stream",
-    "sidebar_label": "HTTP Stream",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.http"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "HTTP Set",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.http"
-  },
-  "next": {
-    "title": "IEX Cloud News",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-5c7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-5c7.json
deleted file mode 100644
index 161f561..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-5c7.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "title": "HTTP Server",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.httpserver",
-    "title": "HTTP Server",
-    "sidebar_label": "HTTP Server",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.httpserver"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "GDELT",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt"
-  },
-  "next": {
-    "title": "HTTP Set",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-53d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-53d.json
deleted file mode 100644
index 3ccff7c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-53d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "title": "Apache Kafka",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.kafka",
-    "title": "Apache Kafka",
-    "sidebar_label": "Apache Kafka",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.kafka"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Configurations",
-    "permalink": "/docs/0.90.0/use-configurations"
-  },
-  "next": {
-    "title": "Apache Pulsar",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-e43.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-e43.json
deleted file mode 100644
index 6cb96a4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-e43.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "title": "MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.mqtt",
-    "title": "MQTT",
-    "sidebar_label": "MQTT",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.mqtt"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "InfluxDB Stream Adapter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-  },
-  "next": {
-    "title": "Machine Data Simulator",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-005.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-005.json
deleted file mode 100644
index 8b41d52..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-005.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "id": "version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "title": "Apache Pulsar",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.pulsar",
-    "title": "Apache Pulsar",
-    "sidebar_label": "Apache Pulsar",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.pulsar"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Apache Kafka",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-  },
-  "next": {
-    "title": "Coindesk Bitcoin Price",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-geo-flink-md-ac2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-geo-flink-md-ac2.json
deleted file mode 100644
index 9c429cb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-geo-flink-md-ac2.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.flink",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processor.geo.flink",
-  "title": "Spatial Grid Enrichment",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.flink.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.flink",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.flink",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.flink",
-    "title": "Spatial Grid Enrichment",
-    "sidebar_label": "Spatial Grid Enrichment",
-    "original_id": "org.apache.streampipes.processor.geo.flink"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Size Measure",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  },
-  "next": {
-    "title": "Speed Calculator",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-195.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-195.json
deleted file mode 100644
index d04fe61..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-195.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "title": "Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-    "title": "Google Maps Geocoder",
-    "sidebar_label": "Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.geocoding"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Generic Image Classification",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  },
-  "next": {
-    "title": "Image Cropper",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-bf7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-bf7.json
deleted file mode 100644
index ff1b67b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-bf7.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "title": "Reverse Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-    "title": "Reverse Geocoder",
-    "sidebar_label": "Reverse Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Rate Limit",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit"
-  },
-  "next": {
-    "title": "Sentence Detection (English)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-583.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-583.json
deleted file mode 100644
index 22758c4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-583.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "title": "Static Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-    "title": "Static Google Maps Geocoder",
-    "sidebar_label": "Static Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Static Distance Calculator",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  },
-  "next": {
-    "title": "Static Math",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-4f0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-4f0.json
deleted file mode 100644
index 89dcc76..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-4f0.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Frequency Change",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-  },
-  "next": {
-    "title": "Google Maps Geocoder",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-873.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-873.json
deleted file mode 100644
index a2ae335..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-873.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "title": "Image Cropper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-    "title": "Image Cropper",
-    "sidebar_label": "Image Cropper",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Google Maps Geocoder",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-  },
-  "next": {
-    "title": "Image Enricher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-9f1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-9f1.json
deleted file mode 100644
index a3ceab8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-9f1.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Cropper",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  },
-  "next": {
-    "title": "Language Detection",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-4d6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-4d6.json
deleted file mode 100644
index fc9b087..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-4d6.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader",
-    "original_id": "org.apache.streampipes.processor.imageclassification.qrcode"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Projection",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project"
-  },
-  "next": {
-    "title": "Rate Limit",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-bab.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-bab.json
deleted file mode 100644
index 99167a8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-bab.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.aggregation"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Absence",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-  },
-  "next": {
-    "title": "And",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-66d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-66d.json
deleted file mode 100644
index 53477a0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-66d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "title": "Count Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.count",
-    "title": "Count Aggregation",
-    "sidebar_label": "Count Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.count"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Compose",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose"
-  },
-  "next": {
-    "title": "Count Array",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-84e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-84e.json
deleted file mode 100644
index dca3098..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-84e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "title": "Event Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-    "title": "Event Counter",
-    "sidebar_label": "Event Counter",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.eventcount"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "EPSG Code",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  },
-  "next": {
-    "title": "Event Rate",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-54d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-54d.json
deleted file mode 100644
index c521adf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-54d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.rate"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Event Counter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-  },
-  "next": {
-    "title": "Field Converter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-6ff.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-6ff.json
deleted file mode 100644
index c13881c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-6ff.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "title": "Cusum",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.changedetection.jvm.cusum",
-    "title": "Cusum",
-    "sidebar_label": "Cusum",
-    "original_id": "org.apache.streampipes.processors.changedetection.jvm.cusum"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Creates JTS Point",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  },
-  "next": {
-    "title": "Distance Calculator",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-9de.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-9de.json
deleted file mode 100644
index 55116a1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-9de.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "title": "Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-    "title": "Math",
-    "sidebar_label": "Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Language Detection",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  },
-  "next": {
-    "title": "Measure Time Between Two Sensors",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-a9b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-a9b.json
deleted file mode 100644
index a3f5637..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-a9b.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "title": "Static Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-    "title": "Static Math",
-    "sidebar_label": "Static Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Static Google Maps Geocoder",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  },
-  "next": {
-    "title": "Statistics Summary",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-e78.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-e78.json
deleted file mode 100644
index c19688d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-e78.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "title": "Trigonometry Functions",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-    "title": "Trigonometry Functions",
-    "sidebar_label": "Trigonometry Functions",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Trend",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.increase"
-  },
-  "next": {
-    "title": "URL Dereferencing",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-162.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-162.json
deleted file mode 100644
index 7fb30b5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-162.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "title": "URL Dereferencing",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-    "title": "URL Dereferencing",
-    "sidebar_label": "URL Dereferencing",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Trigonometry Functions",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  },
-  "next": {
-    "title": "Value Changed",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-db8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-db8.json
deleted file mode 100644
index 7c348c3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-db8.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "title": "Timestamp Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-    "title": "Timestamp Enricher",
-    "sidebar_label": "Timestamp Enricher",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.timestamp"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Threshold Detector",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-  },
-  "next": {
-    "title": "Timestamp Extractor",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-2de.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-2de.json
deleted file mode 100644
index 5dec87a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-2de.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "title": "Size Measure",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-    "title": "Size Measure",
-    "sidebar_label": "Size Measure",
-    "original_id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Single Trajectory Creator",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  },
-  "next": {
-    "title": "Spatial Grid Enrichment",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.flink"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-compose-md-587.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-compose-md-587.json
deleted file mode 100644
index 7251527..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-compose-md-587.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "title": "Compose",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.compose",
-    "title": "Compose",
-    "sidebar_label": "Compose",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.compose"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Chunker (English)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-  },
-  "next": {
-    "title": "Count Aggregation",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-468.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-468.json
deleted file mode 100644
index d8b22d5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-468.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "title": "Merge By Enrich",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-    "title": "Merge By Enrich",
-    "sidebar_label": "Merge By Enrich",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.enrich"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Measurement Unit Converter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  },
-  "next": {
-    "title": "Name Finder",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-807.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-807.json
deleted file mode 100644
index 79825c5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-807.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "title": "Rate Limit",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.limit",
-    "title": "Rate Limit",
-    "sidebar_label": "Rate Limit",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.limit"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "QR Code Reader",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-  },
-  "next": {
-    "title": "Reverse Geocoder",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-c8e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-c8e.json
deleted file mode 100644
index b1908da..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-c8e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "title": "Synchronize Two Streams",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.merge",
-    "title": "Synchronize Two Streams",
-    "sidebar_label": "Synchronize Two Streams",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.merge"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "String To State",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  },
-  "next": {
-    "title": "Task Duration",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-1ab.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-1ab.json
deleted file mode 100644
index 2e3e992..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-1ab.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "title": "Numerical Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-    "title": "Numerical Filter",
-    "sidebar_label": "Numerical Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Number Labeler",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  },
-  "next": {
-    "title": "Numerical Filter (Siddhi)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-152.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-152.json
deleted file mode 100644
index a78a49c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-152.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "title": "Numerical Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-    "title": "Numerical Text Filter",
-    "sidebar_label": "Numerical Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Numerical Filter (Siddhi)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-  },
-  "next": {
-    "title": "Part of Speech (English)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-project-md-178.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-project-md-178.json
deleted file mode 100644
index 67087da..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-project-md-178.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.project",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "title": "Projection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.project",
-    "title": "Projection",
-    "sidebar_label": "Projection",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.project"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Peak Detection",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  },
-  "next": {
-    "title": "QR Code Reader",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-321.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-321.json
deleted file mode 100644
index ad1857f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-321.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "title": "Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-    "title": "Text Filter",
-    "sidebar_label": "Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.textfilter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Task Duration",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-  },
-  "next": {
-    "title": "Threshold Detector",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-a80.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-a80.json
deleted file mode 100644
index c9da0fc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-a80.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "title": "Threshold Detector",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-    "title": "Threshold Detector",
-    "sidebar_label": "Threshold Detector",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.threshold"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Text Filter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-  },
-  "next": {
-    "title": "Timestamp Enricher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-563.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-563.json
deleted file mode 100644
index 958d312..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-563.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "title": "Creates JTS Point",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-    "title": "Creates JTS Point",
-    "sidebar_label": "Creates JTS Point",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Count Array",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-  },
-  "next": {
-    "title": "Cusum",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-744.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-744.json
deleted file mode 100644
index 1bc38d7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-744.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "title": "EPSG Code",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-    "title": "EPSG Code",
-    "sidebar_label": "EPSG Code",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Distance Calculator",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  },
-  "next": {
-    "title": "Event Counter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-6e8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-6e8.json
deleted file mode 100644
index 71843bf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-6e8.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "title": "Single Trajectory Creator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-    "title": "Single Trajectory Creator",
-    "sidebar_label": "Single Trajectory Creator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Signal Edge Filter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  },
-  "next": {
-    "title": "Size Measure",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-0d7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-0d7.json
deleted file mode 100644
index 60db690..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-0d7.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "title": "Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-    "title": "Distance Calculator",
-    "sidebar_label": "Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Cusum",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-  },
-  "next": {
-    "title": "EPSG Code",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-829.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-829.json
deleted file mode 100644
index 450cad8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-829.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "title": "Speed Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.speed",
-    "title": "Speed Calculator",
-    "sidebar_label": "Speed Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.speed"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Spatial Grid Enrichment",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.flink"
-  },
-  "next": {
-    "title": "Split Array",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-de9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-de9.json
deleted file mode 100644
index eb94eb7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-de9.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "title": "Static Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-    "title": "Static Distance Calculator",
-    "sidebar_label": "Static Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "State Buffer Labeler",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  },
-  "next": {
-    "title": "Static Google Maps Geocoder",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-184.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-184.json
deleted file mode 100644
index e432217..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-184.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "title": "Absence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-    "title": "Absence",
-    "sidebar_label": "Absence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.absence"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Wikipedia New Articles",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-  },
-  "next": {
-    "title": "Aggregation",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-122.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-122.json
deleted file mode 100644
index 3ab3215..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-122.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "title": "And",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-    "title": "And",
-    "sidebar_label": "And",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.and"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Aggregation",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-  },
-  "next": {
-    "title": "Boilerplate Removal",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-f4b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-f4b.json
deleted file mode 100644
index 5c3928f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-f4b.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Part of Speech (English)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  },
-  "next": {
-    "title": "Projection",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-627.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-627.json
deleted file mode 100644
index cef3b8c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-627.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "title": "Sequence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-    "title": "Sequence",
-    "sidebar_label": "Sequence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Sentence Detection (English)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  },
-  "next": {
-    "title": "Sequence Detection",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-340.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-340.json
deleted file mode 100644
index 7a6c0f6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-340.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequency"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Renamer",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-  },
-  "next": {
-    "title": "Frequency Change",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-49d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-49d.json
deleted file mode 100644
index ed9e1b0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-49d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequencychange"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Frequency Calculation",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency"
-  },
-  "next": {
-    "title": "Generic Image Classification",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-increase-md-487.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-increase-md-487.json
deleted file mode 100644
index 9467fe4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-increase-md-487.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.increase.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend",
-    "original_id": "org.apache.streampipes.processors.siddhi.increase"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Transform to boolean",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  },
-  "next": {
-    "title": "Trigonometry Functions",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-c58.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-c58.json
deleted file mode 100644
index ef2fc2c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-c58.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)",
-    "original_id": "org.apache.streampipes.processors.siddhi.numericalfilter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Numerical Filter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  },
-  "next": {
-    "title": "Numerical Text Filter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-sequence-md-3b2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-sequence-md-3b2.json
deleted file mode 100644
index 9bf8eec..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-sequence-md-3b2.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.sequence",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "title": "Sequence Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.sequence",
-    "title": "Sequence Detection",
-    "sidebar_label": "Sequence Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.sequence"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Sequence",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  },
-  "next": {
-    "title": "Signal Edge Filter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-stop-md-1d8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-stop-md-1d8.json
deleted file mode 100644
index 504a6f2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-siddhi-stop-md-1d8.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.stop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.stop"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Statistics Summary",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  },
-  "next": {
-    "title": "String Counter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-bcc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-bcc.json
deleted file mode 100644
index 4305465..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-bcc.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "title": "Statistics Summary",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.statistics.flink.statistics-summary",
-    "title": "Statistics Summary",
-    "sidebar_label": "Statistics Summary",
-    "original_id": "org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Static Math",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  },
-  "next": {
-    "title": "Stream Stop Detection",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-51a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-51a.json
deleted file mode 100644
index 2c08b47..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-51a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.languagedetection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Enricher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  },
-  "next": {
-    "title": "Language Detection",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-43e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-43e.json
deleted file mode 100644
index 430f74c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-43e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.wordcount"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Value Changed",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-  },
-  "next": {
-    "title": "Buffered REST Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-3a3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-3a3.json
deleted file mode 100644
index 8cbf933..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-3a3.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "title": "Chunker (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-    "title": "Chunker (English)",
-    "sidebar_label": "Chunker (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.chunker"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Calculate Duration",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-  },
-  "next": {
-    "title": "Compose",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-f7c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-f7c.json
deleted file mode 100644
index 3a7d530..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-f7c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Language Detection",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-  },
-  "next": {
-    "title": "Math",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-07d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-07d.json
deleted file mode 100644
index 98ec706..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-07d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "title": "Name Finder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-    "title": "Name Finder",
-    "sidebar_label": "Name Finder",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.namefinder"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Merge By Enrich",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-  },
-  "next": {
-    "title": "Number Labeler",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-ace.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-ace.json
deleted file mode 100644
index b3a10fc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-ace.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "title": "Part of Speech (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-    "title": "Part of Speech (English)",
-    "sidebar_label": "Part of Speech (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Numerical Text Filter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  },
-  "next": {
-    "title": "Peak Detection",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-cd0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-cd0.json
deleted file mode 100644
index e5f7df5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-cd0.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "title": "Sentence Detection (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-    "title": "Sentence Detection (English)",
-    "sidebar_label": "Sentence Detection (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Reverse Geocoder",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  },
-  "next": {
-    "title": "Sequence",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-0aa.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-0aa.json
deleted file mode 100644
index 3ef37ff..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-0aa.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "title": "Tokenizer (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-    "title": "Tokenizer (English)",
-    "sidebar_label": "Tokenizer (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Timestamp Extractor",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  },
-  "next": {
-    "title": "Transform to boolean",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-559.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-559.json
deleted file mode 100644
index 07fc5bf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-559.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-converter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Event Rate",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-  },
-  "next": {
-    "title": "Field Hasher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-9a7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-9a7.json
deleted file mode 100644
index f9d2deb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-9a7.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "title": "Field Mapper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-    "title": "Field Mapper",
-    "sidebar_label": "Field Mapper",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-mapper"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Hasher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  },
-  "next": {
-    "title": "Field Renamer",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-c31.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-c31.json
deleted file mode 100644
index 32a9256..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-c31.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-renamer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Mapper",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-  },
-  "next": {
-    "title": "Frequency Calculation",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-614.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-614.json
deleted file mode 100644
index bdf26c0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-614.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Converter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-  },
-  "next": {
-    "title": "Field Mapper",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-64f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-64f.json
deleted file mode 100644
index 7c984f0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-64f.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Measure Time Between Two Sensors",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  },
-  "next": {
-    "title": "Merge By Enrich",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-06e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-06e.json
deleted file mode 100644
index 220d5c5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-06e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "title": "Boilerplate Removal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-    "title": "Boilerplate Removal",
-    "sidebar_label": "Boilerplate Removal",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "And",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-  },
-  "next": {
-    "title": "Boolean Counter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-f06.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-f06.json
deleted file mode 100644
index ea199ff..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-f06.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "title": "Boolean Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-    "title": "Boolean Counter",
-    "sidebar_label": "Boolean Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boilerplate Removal",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  },
-  "next": {
-    "title": "Boolean Inverter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-140.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-140.json
deleted file mode 100644
index 2343387..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-140.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "title": "Boolean Inverter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-    "title": "Boolean Inverter",
-    "sidebar_label": "Boolean Inverter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean Counter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  },
-  "next": {
-    "title": "Boolean Timer",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-239.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-239.json
deleted file mode 100644
index b8a9093..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-239.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "title": "Measure Time Between Two Sensors",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-    "title": "Measure Time Between Two Sensors",
-    "sidebar_label": "Measure Time Between Two Sensors",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Math",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  },
-  "next": {
-    "title": "Measurement Unit Converter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-db6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-db6.json
deleted file mode 100644
index 635d980..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-db6.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "title": "Boolean Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-    "title": "Boolean Timer",
-    "sidebar_label": "Boolean Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean Inverter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  },
-  "next": {
-    "title": "Boolean To State",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-cfb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-cfb.json
deleted file mode 100644
index da62158..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-cfb.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "title": "Value Changed",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-    "title": "Value Changed",
-    "sidebar_label": "Value Changed",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.changed-value"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "URL Dereferencing",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  },
-  "next": {
-    "title": "Word Count",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-f2f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-f2f.json
deleted file mode 100644
index 7e3491d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-f2f.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "title": "Count Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-    "title": "Count Array",
-    "sidebar_label": "Count Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.count-array"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Count Aggregation",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count"
-  },
-  "next": {
-    "title": "Creates JTS Point",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-c4c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-c4c.json
deleted file mode 100644
index f44cfa9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-c4c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "title": "CSV Metadata Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-    "title": "CSV Metadata Enricher",
-    "sidebar_label": "CSV Metadata Enricher",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean To State",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  },
-  "next": {
-    "title": "Calculate Duration",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-92c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-92c.json
deleted file mode 100644
index 463261b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-92c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "title": "Calculate Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-    "title": "Calculate Duration",
-    "sidebar_label": "Calculate Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.duration-value"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "CSV Metadata Enricher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  },
-  "next": {
-    "title": "Chunker (English)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-7b9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-7b9.json
deleted file mode 100644
index 0e13460..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-7b9.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "title": "Signal Edge Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-    "title": "Signal Edge Filter",
-    "sidebar_label": "Signal Edge Filter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Sequence Detection",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence"
-  },
-  "next": {
-    "title": "Single Trajectory Creator",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-f34.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-f34.json
deleted file mode 100644
index aa1a8fe..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-f34.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "title": "Boolean To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-    "title": "Boolean To State",
-    "sidebar_label": "Boolean To State",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean Timer",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  },
-  "next": {
-    "title": "CSV Metadata Enricher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-ad9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-ad9.json
deleted file mode 100644
index 94fd274..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-ad9.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "title": "State Buffer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-    "title": "State Buffer",
-    "sidebar_label": "State Buffer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Split Array",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-  },
-  "next": {
-    "title": "State Buffer Labeler",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-5ad.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-5ad.json
deleted file mode 100644
index 2a2a2fc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-5ad.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "title": "State Buffer Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-    "title": "State Buffer Labeler",
-    "sidebar_label": "State Buffer Labeler",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "State Buffer",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  },
-  "next": {
-    "title": "Static Distance Calculator",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-908.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-908.json
deleted file mode 100644
index 83df40f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-908.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "title": "Number Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-    "title": "Number Labeler",
-    "sidebar_label": "Number Labeler",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Name Finder",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-  },
-  "next": {
-    "title": "Numerical Filter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-675.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-675.json
deleted file mode 100644
index d09a57b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-675.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "title": "String To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-    "title": "String To State",
-    "sidebar_label": "String To State",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "String Timer",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  },
-  "next": {
-    "title": "Synchronize Two Streams",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-dff.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-dff.json
deleted file mode 100644
index 35017c8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-dff.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "title": "Timestamp Extractor",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-    "title": "Timestamp Extractor",
-    "sidebar_label": "Timestamp Extractor",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Timestamp Enricher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-  },
-  "next": {
-    "title": "Tokenizer (English)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-798.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-798.json
deleted file mode 100644
index 0c690e4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-798.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.split-array"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Speed Calculator",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-  },
-  "next": {
-    "title": "State Buffer",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-517.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-517.json
deleted file mode 100644
index b7d11c5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-517.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "title": "String Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-    "title": "String Counter",
-    "sidebar_label": "String Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Stream Stop Detection",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.stop"
-  },
-  "next": {
-    "title": "String Timer",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-2f3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-2f3.json
deleted file mode 100644
index 6b6ff3b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-2f3.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "title": "String Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-    "title": "String Timer",
-    "sidebar_label": "String Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "String Counter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  },
-  "next": {
-    "title": "String To State",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-61d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-61d.json
deleted file mode 100644
index a893af1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-61d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "title": "Task Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-    "title": "Task Duration",
-    "sidebar_label": "Task Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.taskduration"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Synchronize Two Streams",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge"
-  },
-  "next": {
-    "title": "Text Filter",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-f2d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-f2d.json
deleted file mode 100644
index 268f671..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-f2d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "title": "Transform to boolean",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-    "title": "Transform to boolean",
-    "sidebar_label": "Transform to boolean",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tokenizer (English)",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  },
-  "next": {
-    "title": "Trend",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-protocol-set-file-md-40a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-protocol-set-file-md-40a.json
deleted file mode 100644
index 9f438ec..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-protocol-set-file-md-40a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.file",
-  "id": "version-0.90.0/pe/org.apache.streampipes.protocol.set.file",
-  "title": "File Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.protocol.set.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.file",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.file",
-    "title": "File Set",
-    "sidebar_label": "File Set",
-    "original_id": "org.apache.streampipes.protocol.set.file"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "File Stream",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file"
-  },
-  "next": {
-    "title": "Flic MQTT",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-protocol-set-http-md-d0a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-protocol-set-http-md-d0a.json
deleted file mode 100644
index 1f2681e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-protocol-set-http-md-d0a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.http",
-  "id": "version-0.90.0/pe/org.apache.streampipes.protocol.set.http",
-  "title": "HTTP Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.protocol.set.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.http",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.http",
-    "title": "HTTP Set",
-    "sidebar_label": "HTTP Set",
-    "original_id": "org.apache.streampipes.protocol.set.http"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "HTTP Server",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-  },
-  "next": {
-    "title": "HTTP Stream",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-04d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-04d.json
deleted file mode 100644
index 11aeb01..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-04d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "title": "Buffered REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-    "title": "Buffered REST Publisher",
-    "sidebar_label": "Buffered REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Word Count",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-  },
-  "next": {
-    "title": "CouchDB",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-d87.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-d87.json
deleted file mode 100644
index c389a84..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-d87.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "title": "JMS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-    "title": "JMS Publisher",
-    "sidebar_label": "JMS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.jms"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "IoTDB",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-  },
-  "next": {
-    "title": "Kafka Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-428.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-428.json
deleted file mode 100644
index 2fb89be..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-428.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "title": "Kafka Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-    "title": "Kafka Publisher",
-    "sidebar_label": "Kafka Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.kafka"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "JMS Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-  },
-  "next": {
-    "title": "MySQL Database",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-965.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-965.json
deleted file mode 100644
index d9f2c77..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-965.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "title": "MQTT Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.mqtt",
-    "title": "MQTT Publisher",
-    "sidebar_label": "MQTT Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-965.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-965.json
deleted file mode 100644
index a0662d4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-965.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "title": "NATS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.nats",
-    "title": "NATS Publisher",
-    "sidebar_label": "NATS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.nats"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MySQL Database",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-  },
-  "next": {
-    "title": "Notification",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-4e0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-4e0.json
deleted file mode 100644
index ec79f23..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-4e0.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "title": "Pulsar Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-    "title": "Pulsar Publisher",
-    "sidebar_label": "Pulsar Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "PostgreSQL",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-  },
-  "next": {
-    "title": "REST Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-f98.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-f98.json
deleted file mode 100644
index 827f53b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-f98.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "REST Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-  },
-  "next": {
-    "title": "Slack Notification",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-038.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-038.json
deleted file mode 100644
index 2d6c04c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-038.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "title": "REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-    "title": "REST Publisher",
-    "sidebar_label": "REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rest"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Pulsar Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  },
-  "next": {
-    "title": "RabbitMQ Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-ditto-md-f9d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-ditto-md-f9d.json
deleted file mode 100644
index 008bc74..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-ditto-md-f9d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.ditto",
-  "title": "Eclipse Ditto",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.ditto.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.ditto",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.ditto",
-    "title": "Eclipse Ditto",
-    "sidebar_label": "Eclipse Ditto",
-    "original_id": "org.apache.streampipes.sinks.databases.ditto"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Data Lake",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-  },
-  "next": {
-    "title": "Elasticsearch",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-704.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-704.json
deleted file mode 100644
index f77f60a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-704.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "title": "Elasticsearch",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-    "title": "Elasticsearch",
-    "sidebar_label": "Elasticsearch",
-    "original_id": "org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Eclipse Ditto",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.ditto"
-  },
-  "next": {
-    "title": "Email Notification",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-368.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-368.json
deleted file mode 100644
index 54b1766..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-368.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "title": "CouchDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-    "title": "CouchDB",
-    "sidebar_label": "CouchDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.couchdb"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Buffered REST Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  },
-  "next": {
-    "title": "Dashboard Sink",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-b13.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-b13.json
deleted file mode 100644
index 6c38d9f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-b13.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "title": "InfluxDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-    "title": "InfluxDB",
-    "sidebar_label": "InfluxDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.influxdb"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Email Notification",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-  },
-  "next": {
-    "title": "IoTDB",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-584.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-584.json
deleted file mode 100644
index 8d273b1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-584.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "title": "IoTDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-    "title": "IoTDB",
-    "sidebar_label": "IoTDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.iotdb"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "InfluxDB",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-  },
-  "next": {
-    "title": "JMS Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-86d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-86d.json
deleted file mode 100644
index 9ab5e2c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-86d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "title": "MySQL Database",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.mysql",
-    "title": "MySQL Database",
-    "sidebar_label": "MySQL Database",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.mysql"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Kafka Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-  },
-  "next": {
-    "title": "NATS Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-ecf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-ecf.json
deleted file mode 100644
index cf31954..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-ecf.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "title": "OPC-UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-    "title": "OPC-UA",
-    "sidebar_label": "OPC-UA",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.opcua"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Notification",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-  },
-  "next": {
-    "title": "OneSignal",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-0c9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-0c9.json
deleted file mode 100644
index b2f32cf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-0c9.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "title": "PostgreSQL",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-    "title": "PostgreSQL",
-    "sidebar_label": "PostgreSQL",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.postgresql"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "OneSignal",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  },
-  "next": {
-    "title": "Pulsar Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-73b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-73b.json
deleted file mode 100644
index d4741f2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-73b.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "title": "Dashboard Sink",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-    "title": "Dashboard Sink",
-    "sidebar_label": "Dashboard Sink",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.dashboard"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "CouchDB",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-  },
-  "next": {
-    "title": "Data Lake",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-453.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-453.json
deleted file mode 100644
index c20e8cd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-453.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "title": "Data Lake",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-    "title": "Data Lake",
-    "sidebar_label": "Data Lake",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.datalake"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Dashboard Sink",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-  },
-  "next": {
-    "title": "Eclipse Ditto",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.ditto"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-3a8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-3a8.json
deleted file mode 100644
index fffd615..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-3a8.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.notification"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NATS Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-  },
-  "next": {
-    "title": "OPC-UA",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-339.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-339.json
deleted file mode 100644
index f8940b8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-339.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "title": "Email Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-    "title": "Email Notification",
-    "sidebar_label": "Email Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.email"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Elasticsearch",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  },
-  "next": {
-    "title": "InfluxDB",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-8c9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-8c9.json
deleted file mode 100644
index 9c47b15..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-8c9.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "title": "OneSignal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-    "title": "OneSignal",
-    "sidebar_label": "OneSignal",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "OPC-UA",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-  },
-  "next": {
-    "title": "PostgreSQL",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-c7a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-c7a.json
deleted file mode 100644
index 3cad755..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-c7a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.slack"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "RabbitMQ Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  },
-  "next": {
-    "title": "Telegram Publisher",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-7b2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-7b2.json
deleted file mode 100644
index 75c17cd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-7b2.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "id": "version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "title": "Telegram Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.telegram",
-    "title": "Telegram Publisher",
-    "sidebar_label": "Telegram Publisher",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.telegram"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Slack Notification",
-    "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-  },
-  "next": {
-    "title": "Docker Deployment",
-    "permalink": "/docs/0.90.0/deploy-docker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pipeline-elements-md-a20.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pipeline-elements-md-a20.json
deleted file mode 100644
index fef931b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-pipeline-elements-md-a20.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pipeline-elements",
-  "id": "version-0.90.0/pipeline-elements",
-  "title": "Overview",
-  "description": "<img class=\"pe-icon\"",
-  "source": "@site/versioned_docs/version-0.90.0/pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/pipeline-elements",
-  "permalink": "/docs/0.90.0/pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "pipeline-elements",
-    "title": "Overview",
-    "sidebar_label": "Overview",
-    "original_id": "pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-user-guide-first-steps-md-442.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-user-guide-first-steps-md-442.json
deleted file mode 100644
index 6bae9d7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-user-guide-first-steps-md-442.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-first-steps",
-  "id": "version-0.90.0/user-guide-first-steps",
-  "title": "First steps",
-  "description": "In this section, you'll learn how to create and run pipelines in StreamPipes.",
-  "source": "@site/versioned_docs/version-0.90.0/user-guide-first-steps.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-first-steps",
-  "permalink": "/docs/0.90.0/user-guide-first-steps",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-first-steps",
-    "title": "First steps",
-    "sidebar_label": "First steps"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-user-guide-installation-md-07b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-user-guide-installation-md-07b.json
deleted file mode 100644
index efc94a6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-user-guide-installation-md-07b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "user-guide-installation",
-  "id": "version-0.90.0/user-guide-installation",
-  "title": "Installation",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.90.0/user-guide-installation.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-installation",
-  "permalink": "/docs/0.90.0/user-guide-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "user-guide-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-user-guide-introduction-md-fc3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-user-guide-introduction-md-fc3.json
deleted file mode 100644
index ade5e00..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-user-guide-introduction-md-fc3.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction-old",
-  "id": "version-0.90.0/user-guide-introduction-old",
-  "title": "Introduction",
-  "description": "StreamPipes is a framework that enables users to work with data streams.",
-  "source": "@site/versioned_docs/version-0.90.0/user-guide-introduction.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction-old",
-  "permalink": "/docs/0.90.0/user-guide-introduction-old",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-introduction-old",
-    "title": "Introduction",
-    "sidebar_label": "Introduction"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-user-guide-software-components-md-e7b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-user-guide-software-components-md-e7b.json
deleted file mode 100644
index ca056a4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-90-0-user-guide-software-components-md-e7b.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-software-components",
-  "id": "version-0.90.0/user-guide-software-components",
-  "title": "Software Components",
-  "description": "This page contains all the software components that can be used within the StreamPipes framework.",
-  "source": "@site/versioned_docs/version-0.90.0/user-guide-software-components.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-software-components",
-  "permalink": "/docs/0.90.0/user-guide-software-components",
-  "draft": false,
-  "tags": [],
-  "version": "0.90.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-software-components",
-    "title": "Software Components",
-    "sidebar_label": "Software Components"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-01-try-installation-md-334.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-01-try-installation-md-334.json
deleted file mode 100644
index 6f13242..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-01-try-installation-md-334.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "try-installation",
-  "id": "version-0.91.0/try-installation",
-  "title": "Installation",
-  "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-  "source": "@site/versioned_docs/version-0.91.0/01_try-installation.md",
-  "sourceDirName": ".",
-  "slug": "/try-installation",
-  "permalink": "/docs/0.91.0/try-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "try-installation"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Overview",
-    "permalink": "/docs/0.91.0/user-guide-introduction"
-  },
-  "next": {
-    "title": "Overview",
-    "permalink": "/docs/0.91.0/concepts-overview"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-01-try-overview-md-83d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-01-try-overview-md-83d.json
deleted file mode 100644
index f7724d4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-01-try-overview-md-83d.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction",
-  "id": "version-0.91.0/user-guide-introduction",
-  "title": "Apache StreamPipes Documentation",
-  "description": "This is the documentation of Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.91.0/01_try-overview.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction",
-  "permalink": "/docs/0.91.0/user-guide-introduction",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "user-guide-introduction",
-    "title": "Apache StreamPipes Documentation",
-    "sidebar_label": "Overview",
-    "original_id": "user-guide-introduction"
-  },
-  "sidebar": "documentation",
-  "next": {
-    "title": "Installation",
-    "permalink": "/docs/0.91.0/try-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-01-try-tutorial-md-72b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-01-try-tutorial-md-72b.json
deleted file mode 100644
index 6c7baea..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-01-try-tutorial-md-72b.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "try-tutorial",
-  "id": "version-0.91.0/try-tutorial",
-  "title": "Interactive Tutorial",
-  "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox.",
-  "source": "@site/versioned_docs/version-0.91.0/01_try-tutorial.md",
-  "sourceDirName": ".",
-  "slug": "/try-tutorial",
-  "permalink": "/docs/0.91.0/try-tutorial",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-tutorial",
-    "title": "Interactive Tutorial",
-    "sidebar_label": "Interactive Tutorial",
-    "original_id": "try-tutorial"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-02-concepts-adapter-md-5f9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-02-concepts-adapter-md-5f9.json
deleted file mode 100644
index 85e964e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-02-concepts-adapter-md-5f9.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-adapter",
-  "id": "version-0.91.0/concepts-adapter",
-  "title": "Data Adapters",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.91.0/02_concepts-adapter.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-adapter",
-  "permalink": "/docs/0.91.0/concepts-adapter",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-adapter",
-    "title": "Data Adapters",
-    "sidebar_label": "Data Adapters",
-    "original_id": "concepts-adapter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-02-concepts-data-streams-md-1e3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-02-concepts-data-streams-md-1e3.json
deleted file mode 100644
index d9a8e31..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-02-concepts-data-streams-md-1e3.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-data-streams",
-  "id": "version-0.91.0/concepts-data-streams",
-  "title": "Data Streams",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.91.0/02_concepts-data-streams.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-data-streams",
-  "permalink": "/docs/0.91.0/concepts-data-streams",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-data-streams",
-    "title": "Data Streams",
-    "sidebar_label": "Data Streams",
-    "original_id": "concepts-data-streams"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-02-concepts-glossary-md-894.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-02-concepts-glossary-md-894.json
deleted file mode 100644
index e5c0757..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-02-concepts-glossary-md-894.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-glossary",
-  "id": "version-0.91.0/concepts-glossary",
-  "title": "Glossary",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.91.0/02_concepts-glossary.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-glossary",
-  "permalink": "/docs/0.91.0/concepts-glossary",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-glossary",
-    "title": "Glossary",
-    "sidebar_label": "Glossary",
-    "original_id": "concepts-glossary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-02-concepts-overview-md-5a2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-02-concepts-overview-md-5a2.json
deleted file mode 100644
index 8d37e4b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-02-concepts-overview-md-5a2.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "concepts-overview",
-  "id": "version-0.91.0/concepts-overview",
-  "title": "StreamPipes Concepts",
-  "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-  "source": "@site/versioned_docs/version-0.91.0/02_concepts-overview.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-overview",
-  "permalink": "/docs/0.91.0/concepts-overview",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-overview",
-    "title": "StreamPipes Concepts",
-    "sidebar_label": "Overview",
-    "original_id": "concepts-overview"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Installation",
-    "permalink": "/docs/0.91.0/try-installation"
-  },
-  "next": {
-    "title": "StreamPipes Connect",
-    "permalink": "/docs/0.91.0/use-connect"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-02-concepts-pipeline-md-79a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-02-concepts-pipeline-md-79a.json
deleted file mode 100644
index 7320d20..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-02-concepts-pipeline-md-79a.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "concepts-pipelines",
-  "id": "version-0.91.0/concepts-pipelines",
-  "title": "Pipelines",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.91.0/02_concepts-pipeline.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-pipelines",
-  "permalink": "/docs/0.91.0/concepts-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-pipelines",
-    "title": "Pipelines",
-    "sidebar_label": "Pipelines",
-    "original_id": "concepts-pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-configurations-md-fca.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-configurations-md-fca.json
deleted file mode 100644
index c6e7d73..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-configurations-md-fca.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-configurations",
-  "id": "version-0.91.0/use-configurations",
-  "title": "Configurations",
-  "description": "The configuration section is an admin-only interface for system-wide settings.",
-  "source": "@site/versioned_docs/version-0.91.0/03_use-configurations.md",
-  "sourceDirName": ".",
-  "slug": "/use-configurations",
-  "permalink": "/docs/0.91.0/use-configurations",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-configurations",
-    "title": "Configurations",
-    "sidebar_label": "Configurations",
-    "original_id": "use-configurations"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Install Pipeline Elements",
-    "permalink": "/docs/0.91.0/use-install-pipeline-elements"
-  },
-  "next": {
-    "title": "Apache Kafka",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-connect-md-274.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-connect-md-274.json
deleted file mode 100644
index 8b971c0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-connect-md-274.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-connect",
-  "id": "version-0.91.0/use-connect",
-  "title": "StreamPipes Connect",
-  "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-  "source": "@site/versioned_docs/version-0.91.0/03_use-connect.md",
-  "sourceDirName": ".",
-  "slug": "/use-connect",
-  "permalink": "/docs/0.91.0/use-connect",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-connect",
-    "title": "StreamPipes Connect",
-    "sidebar_label": "StreamPipes Connect",
-    "original_id": "use-connect"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Overview",
-    "permalink": "/docs/0.91.0/concepts-overview"
-  },
-  "next": {
-    "title": "Pipeline Editor",
-    "permalink": "/docs/0.91.0/use-pipeline-editor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-dashboard-md-d7f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-dashboard-md-d7f.json
deleted file mode 100644
index 5768981..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-dashboard-md-d7f.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-dashboard",
-  "id": "version-0.91.0/use-dashboard",
-  "title": "Live Dashboard",
-  "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-  "source": "@site/versioned_docs/version-0.91.0/03_use-dashboard.md",
-  "sourceDirName": ".",
-  "slug": "/use-dashboard",
-  "permalink": "/docs/0.91.0/use-dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-dashboard",
-    "title": "Live Dashboard",
-    "sidebar_label": "Live Dashboard",
-    "original_id": "use-dashboard"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Managing Pipelines",
-    "permalink": "/docs/0.91.0/use-managing-pipelines"
-  },
-  "next": {
-    "title": "Data Explorer",
-    "permalink": "/docs/0.91.0/use-data-explorer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-data-explorer-md-956.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-data-explorer-md-956.json
deleted file mode 100644
index 1a3d5db..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-data-explorer-md-956.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-data-explorer",
-  "id": "version-0.91.0/use-data-explorer",
-  "title": "Data Explorer",
-  "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-  "source": "@site/versioned_docs/version-0.91.0/03_use-data-explorer.md",
-  "sourceDirName": ".",
-  "slug": "/use-data-explorer",
-  "permalink": "/docs/0.91.0/use-data-explorer",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-data-explorer",
-    "title": "Data Explorer",
-    "sidebar_label": "Data Explorer",
-    "original_id": "use-data-explorer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Live Dashboard",
-    "permalink": "/docs/0.91.0/use-dashboard"
-  },
-  "next": {
-    "title": "Notifications",
-    "permalink": "/docs/0.91.0/use-notifications"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-install-pipeline-elements-md-ea5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-install-pipeline-elements-md-ea5.json
deleted file mode 100644
index 1439460..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-install-pipeline-elements-md-ea5.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-install-pipeline-elements",
-  "id": "version-0.91.0/use-install-pipeline-elements",
-  "title": "Install Pipeline Elements",
-  "description": "Install Pipeline Elements",
-  "source": "@site/versioned_docs/version-0.91.0/03_use-install-pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/use-install-pipeline-elements",
-  "permalink": "/docs/0.91.0/use-install-pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-install-pipeline-elements",
-    "title": "Install Pipeline Elements",
-    "sidebar_label": "Install Pipeline Elements",
-    "original_id": "use-install-pipeline-elements"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Notifications",
-    "permalink": "/docs/0.91.0/use-notifications"
-  },
-  "next": {
-    "title": "Configurations",
-    "permalink": "/docs/0.91.0/use-configurations"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-managing-pipelines-md-fd8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-managing-pipelines-md-fd8.json
deleted file mode 100644
index a6d792d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-managing-pipelines-md-fd8.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-managing-pipelines",
-  "id": "version-0.91.0/use-managing-pipelines",
-  "title": "Managing Pipelines",
-  "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-  "source": "@site/versioned_docs/version-0.91.0/03_use-managing-pipelines.md",
-  "sourceDirName": ".",
-  "slug": "/use-managing-pipelines",
-  "permalink": "/docs/0.91.0/use-managing-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-managing-pipelines",
-    "title": "Managing Pipelines",
-    "sidebar_label": "Managing Pipelines",
-    "original_id": "use-managing-pipelines"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Pipeline Editor",
-    "permalink": "/docs/0.91.0/use-pipeline-editor"
-  },
-  "next": {
-    "title": "Live Dashboard",
-    "permalink": "/docs/0.91.0/use-dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-notifications-md-2b1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-notifications-md-2b1.json
deleted file mode 100644
index a7b95ef..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-notifications-md-2b1.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-notifications",
-  "id": "version-0.91.0/use-notifications",
-  "title": "Notifications",
-  "description": "The notification module can be used to create internal notifications.",
-  "source": "@site/versioned_docs/version-0.91.0/03_use-notifications.md",
-  "sourceDirName": ".",
-  "slug": "/use-notifications",
-  "permalink": "/docs/0.91.0/use-notifications",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-notifications",
-    "title": "Notifications",
-    "sidebar_label": "Notifications",
-    "original_id": "use-notifications"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Data Explorer",
-    "permalink": "/docs/0.91.0/use-data-explorer"
-  },
-  "next": {
-    "title": "Install Pipeline Elements",
-    "permalink": "/docs/0.91.0/use-install-pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-pipeline-editor-md-e3d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-pipeline-editor-md-e3d.json
deleted file mode 100644
index 6cb1374..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-03-use-pipeline-editor-md-e3d.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "use-pipeline-editor",
-  "id": "version-0.91.0/use-pipeline-editor",
-  "title": "Pipeline Editor",
-  "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-  "source": "@site/versioned_docs/version-0.91.0/03_use-pipeline-editor.md",
-  "sourceDirName": ".",
-  "slug": "/use-pipeline-editor",
-  "permalink": "/docs/0.91.0/use-pipeline-editor",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-pipeline-editor",
-    "title": "Pipeline Editor",
-    "sidebar_label": "Pipeline Editor",
-    "original_id": "use-pipeline-editor"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "StreamPipes Connect",
-    "permalink": "/docs/0.91.0/use-connect"
-  },
-  "next": {
-    "title": "Managing Pipelines",
-    "permalink": "/docs/0.91.0/use-managing-pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-05-deploy-docker-md-961.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-05-deploy-docker-md-961.json
deleted file mode 100644
index 2474eac..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-05-deploy-docker-md-961.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "deploy-docker",
-  "id": "version-0.91.0/deploy-docker",
-  "title": "Docker Deployment",
-  "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.91.0/05_deploy-docker.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-docker",
-  "permalink": "/docs/0.91.0/deploy-docker",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-docker",
-    "title": "Docker Deployment",
-    "sidebar_label": "Docker Deployment",
-    "original_id": "deploy-docker"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Telegram Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-  },
-  "next": {
-    "title": "Kubernetes Deployment",
-    "permalink": "/docs/0.91.0/deploy-kubernetes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-05-deploy-kubernetes-md-8e3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-05-deploy-kubernetes-md-8e3.json
deleted file mode 100644
index 59257bb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-05-deploy-kubernetes-md-8e3.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "deploy-kubernetes",
-  "id": "version-0.91.0/deploy-kubernetes",
-  "title": "Kubernetes Deployment",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.91.0/05_deploy-kubernetes.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-kubernetes",
-  "permalink": "/docs/0.91.0/deploy-kubernetes",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-kubernetes",
-    "title": "Kubernetes Deployment",
-    "sidebar_label": "Kubernetes Deployment",
-    "original_id": "deploy-kubernetes"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Docker Deployment",
-    "permalink": "/docs/0.91.0/deploy-docker"
-  },
-  "next": {
-    "title": "Use SSL",
-    "permalink": "/docs/0.91.0/deploy-use-ssl"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-05-deploy-security-md-bda.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-05-deploy-security-md-bda.json
deleted file mode 100644
index 9132340..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-05-deploy-security-md-bda.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "deploy-security",
-  "id": "version-0.91.0/deploy-security",
-  "title": "Security",
-  "description": "Overriding default settings",
-  "source": "@site/versioned_docs/version-0.91.0/05_deploy-security.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-security",
-  "permalink": "/docs/0.91.0/deploy-security",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-security",
-    "title": "Security",
-    "sidebar_label": "Security",
-    "original_id": "deploy-security"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Use SSL",
-    "permalink": "/docs/0.91.0/deploy-use-ssl"
-  },
-  "next": {
-    "title": "Development Setup",
-    "permalink": "/docs/0.91.0/extend-setup"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-05-deploy-use-ssl-md-3fc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-05-deploy-use-ssl-md-3fc.json
deleted file mode 100644
index f1924c6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-05-deploy-use-ssl-md-3fc.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "deploy-use-ssl",
-  "id": "version-0.91.0/deploy-use-ssl",
-  "title": "Use SSL",
-  "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-  "source": "@site/versioned_docs/version-0.91.0/05_deploy-use-ssl.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-use-ssl",
-  "permalink": "/docs/0.91.0/deploy-use-ssl",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-use-ssl",
-    "title": "Use SSL",
-    "sidebar_label": "Use SSL",
-    "original_id": "deploy-use-ssl"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Kubernetes Deployment",
-    "permalink": "/docs/0.91.0/deploy-kubernetes"
-  },
-  "next": {
-    "title": "Security",
-    "permalink": "/docs/0.91.0/deploy-security"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-archetypes-md-79c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-archetypes-md-79c.json
deleted file mode 100644
index f09ae26..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-archetypes-md-79c.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-archetypes",
-  "id": "version-0.91.0/extend-archetypes",
-  "title": "Maven Archetypes",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.91.0/06_extend-archetypes.md",
-  "sourceDirName": ".",
-  "slug": "/extend-archetypes",
-  "permalink": "/docs/0.91.0/extend-archetypes",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-archetypes",
-    "title": "Maven Archetypes",
-    "sidebar_label": "Maven Archetypes",
-    "original_id": "extend-archetypes"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "StreamPipes CLI",
-    "permalink": "/docs/0.91.0/extend-cli"
-  },
-  "next": {
-    "title": "Your first data processor",
-    "permalink": "/docs/0.91.0/extend-first-processor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-cli-md-235.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-cli-md-235.json
deleted file mode 100644
index 2f12c9e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-cli-md-235.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-cli",
-  "id": "version-0.91.0/extend-cli",
-  "title": "StreamPipes CLI",
-  "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-  "source": "@site/versioned_docs/version-0.91.0/06_extend-cli.md",
-  "sourceDirName": ".",
-  "slug": "/extend-cli",
-  "permalink": "/docs/0.91.0/extend-cli",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-cli",
-    "title": "StreamPipes CLI",
-    "sidebar_label": "StreamPipes CLI",
-    "original_id": "extend-cli"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Development Setup",
-    "permalink": "/docs/0.91.0/extend-setup"
-  },
-  "next": {
-    "title": "Maven Archetypes",
-    "permalink": "/docs/0.91.0/extend-archetypes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-first-processor-md-a50.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-first-processor-md-a50.json
deleted file mode 100644
index bfa85a9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-first-processor-md-a50.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-first-processor",
-  "id": "version-0.91.0/extend-first-processor",
-  "title": "Your first data processor",
-  "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-  "source": "@site/versioned_docs/version-0.91.0/06_extend-first-processor.md",
-  "sourceDirName": ".",
-  "slug": "/extend-first-processor",
-  "permalink": "/docs/0.91.0/extend-first-processor",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-first-processor",
-    "title": "Your first data processor",
-    "sidebar_label": "Your first data processor",
-    "original_id": "extend-first-processor"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Maven Archetypes",
-    "permalink": "/docs/0.91.0/extend-archetypes"
-  },
-  "next": {
-    "title": "Tutorial: Data Sources",
-    "permalink": "/docs/0.91.0/extend-tutorial-data-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-event-model-md-e87.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-event-model-md-e87.json
deleted file mode 100644
index ce6cfbd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-event-model-md-e87.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-event-model",
-  "id": "version-0.91.0/extend-sdk-event-model",
-  "title": "SDK Guide: Event Model",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.91.0/06_extend-sdk-event-model.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-event-model",
-  "permalink": "/docs/0.91.0/extend-sdk-event-model",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-event-model",
-    "title": "SDK Guide: Event Model",
-    "sidebar_label": "SDK: Event Model",
-    "original_id": "extend-sdk-event-model"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Functions",
-    "permalink": "/docs/0.91.0/extend-sdk-functions"
-  },
-  "next": {
-    "title": "SDK: Stream Requirements",
-    "permalink": "/docs/0.91.0/extend-sdk-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-functions-md-f95.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-functions-md-f95.json
deleted file mode 100644
index 0fa81f6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-functions-md-f95.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-functions",
-  "id": "version-0.91.0/extend-sdk-functions",
-  "title": "SDK Guide: Functions",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.91.0/06_extend-sdk-functions.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-functions",
-  "permalink": "/docs/0.91.0/extend-sdk-functions",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-functions",
-    "title": "SDK Guide: Functions",
-    "sidebar_label": "SDK: Functions",
-    "original_id": "extend-sdk-functions"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tutorial: Data Sinks",
-    "permalink": "/docs/0.91.0/extend-tutorial-data-sinks"
-  },
-  "next": {
-    "title": "SDK: Event Model",
-    "permalink": "/docs/0.91.0/extend-sdk-event-model"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-migration-sd-md-070.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-migration-sd-md-070.json
deleted file mode 100644
index 29b2a05..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-migration-sd-md-070.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-migration-service-discovery",
-  "id": "version-0.91.0/extend-sdk-migration-service-discovery",
-  "title": "Migration Guide: New Service Discovery in 0.69.0",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.91.0/06_extend-sdk-migration-sd.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-migration-service-discovery",
-  "permalink": "/docs/0.91.0/extend-sdk-migration-service-discovery",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-migration-service-discovery",
-    "title": "Migration Guide: New Service Discovery in 0.69.0",
-    "sidebar_label": "Migration Guide: 0.69.0",
-    "original_id": "extend-sdk-migration-service-discovery"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Output Strategies",
-    "permalink": "/docs/0.91.0/extend-sdk-output-strategies"
-  },
-  "next": {
-    "title": "Architecture",
-    "permalink": "/docs/0.91.0/technicals-architecture"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-output-strategies-md-f88.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-output-strategies-md-f88.json
deleted file mode 100644
index 418d99c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-output-strategies-md-f88.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-output-strategies",
-  "id": "version-0.91.0/extend-sdk-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.91.0/06_extend-sdk-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-output-strategies",
-  "permalink": "/docs/0.91.0/extend-sdk-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "SDK: Output Strategies",
-    "original_id": "extend-sdk-output-strategies"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Static Properties",
-    "permalink": "/docs/0.91.0/extend-sdk-static-properties"
-  },
-  "next": {
-    "title": "Migration Guide: 0.69.0",
-    "permalink": "/docs/0.91.0/extend-sdk-migration-service-discovery"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-static-properties-md-3e4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-static-properties-md-3e4.json
deleted file mode 100644
index 8d550d7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-static-properties-md-3e4.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-static-properties",
-  "id": "version-0.91.0/extend-sdk-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.91.0/06_extend-sdk-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-static-properties",
-  "permalink": "/docs/0.91.0/extend-sdk-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "SDK: Static Properties",
-    "original_id": "extend-sdk-static-properties"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Stream Requirements",
-    "permalink": "/docs/0.91.0/extend-sdk-stream-requirements"
-  },
-  "next": {
-    "title": "SDK: Output Strategies",
-    "permalink": "/docs/0.91.0/extend-sdk-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-stream-requirements-md-ef3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-stream-requirements-md-ef3.json
deleted file mode 100644
index 8049206..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-sdk-stream-requirements-md-ef3.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-sdk-stream-requirements",
-  "id": "version-0.91.0/extend-sdk-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.91.0/06_extend-sdk-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-stream-requirements",
-  "permalink": "/docs/0.91.0/extend-sdk-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "SDK: Stream Requirements",
-    "original_id": "extend-sdk-stream-requirements"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Event Model",
-    "permalink": "/docs/0.91.0/extend-sdk-event-model"
-  },
-  "next": {
-    "title": "SDK: Static Properties",
-    "permalink": "/docs/0.91.0/extend-sdk-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-setup-md-223.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-setup-md-223.json
deleted file mode 100644
index bd32a4c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-setup-md-223.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-setup",
-  "id": "version-0.91.0/extend-setup",
-  "title": "Development Setup",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.91.0/06_extend-setup.md",
-  "sourceDirName": ".",
-  "slug": "/extend-setup",
-  "permalink": "/docs/0.91.0/extend-setup",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-setup",
-    "title": "Development Setup",
-    "sidebar_label": "Development Setup",
-    "original_id": "extend-setup"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Security",
-    "permalink": "/docs/0.91.0/deploy-security"
-  },
-  "next": {
-    "title": "StreamPipes CLI",
-    "permalink": "/docs/0.91.0/extend-cli"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-tutorial-data-processors-md-f46.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-tutorial-data-processors-md-f46.json
deleted file mode 100644
index 8f05fda..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-tutorial-data-processors-md-f46.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-processors",
-  "id": "version-0.91.0/extend-tutorial-data-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor.",
-  "source": "@site/versioned_docs/version-0.91.0/06_extend-tutorial-data-processors.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-processors",
-  "permalink": "/docs/0.91.0/extend-tutorial-data-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors",
-    "original_id": "extend-tutorial-data-processors"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tutorial: Data Sources",
-    "permalink": "/docs/0.91.0/extend-tutorial-data-sources"
-  },
-  "next": {
-    "title": "Tutorial: Data Sinks",
-    "permalink": "/docs/0.91.0/extend-tutorial-data-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-tutorial-data-sinks-md-fde.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-tutorial-data-sinks-md-fde.json
deleted file mode 100644
index c04a1e2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-tutorial-data-sinks-md-fde.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sinks",
-  "id": "version-0.91.0/extend-tutorial-data-sinks",
-  "title": "Tutorial: Data Sinks",
-  "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-  "source": "@site/versioned_docs/version-0.91.0/06_extend-tutorial-data-sinks.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sinks",
-  "permalink": "/docs/0.91.0/extend-tutorial-data-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sinks",
-    "title": "Tutorial: Data Sinks",
-    "sidebar_label": "Tutorial: Data Sinks",
-    "original_id": "extend-tutorial-data-sinks"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tutorial: Data Processors",
-    "permalink": "/docs/0.91.0/extend-tutorial-data-processors"
-  },
-  "next": {
-    "title": "SDK: Functions",
-    "permalink": "/docs/0.91.0/extend-sdk-functions"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-tutorial-data-sources-md-f9c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-tutorial-data-sources-md-f9c.json
deleted file mode 100644
index 99aed34..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-06-extend-tutorial-data-sources-md-f9c.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sources",
-  "id": "version-0.91.0/extend-tutorial-data-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.91.0/06_extend-tutorial-data-sources.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sources",
-  "permalink": "/docs/0.91.0/extend-tutorial-data-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources",
-    "original_id": "extend-tutorial-data-sources"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Your first data processor",
-    "permalink": "/docs/0.91.0/extend-first-processor"
-  },
-  "next": {
-    "title": "Tutorial: Data Processors",
-    "permalink": "/docs/0.91.0/extend-tutorial-data-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-07-technicals-architecture-md-015.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-07-technicals-architecture-md-015.json
deleted file mode 100644
index 1df0d68..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-07-technicals-architecture-md-015.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "technicals-architecture",
-  "id": "version-0.91.0/technicals-architecture",
-  "title": "Architecture",
-  "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-  "source": "@site/versioned_docs/version-0.91.0/07_technicals-architecture.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-architecture",
-  "permalink": "/docs/0.91.0/technicals-architecture",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-architecture",
-    "title": "Architecture",
-    "sidebar_label": "Architecture",
-    "original_id": "technicals-architecture"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Migration Guide: 0.69.0",
-    "permalink": "/docs/0.91.0/extend-sdk-migration-service-discovery"
-  },
-  "next": {
-    "title": "User Guidance",
-    "permalink": "/docs/0.91.0/technicals-user-guidance"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-07-technicals-configuration-md-8d3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-07-technicals-configuration-md-8d3.json
deleted file mode 100644
index d33139a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-07-technicals-configuration-md-8d3.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "technicals-configuration",
-  "id": "version-0.91.0/technicals-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.91.0/07_technicals-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-configuration",
-  "permalink": "/docs/0.91.0/technicals-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration",
-    "original_id": "technicals-configuration"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Messaging",
-    "permalink": "/docs/0.91.0/technicals-messaging"
-  },
-  "next": {
-    "title": "Get Help",
-    "permalink": "/docs/0.91.0/community-get-help"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-07-technicals-messaging-md-d22.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-07-technicals-messaging-md-d22.json
deleted file mode 100644
index bc175d2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-07-technicals-messaging-md-d22.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "technicals-messaging",
-  "id": "version-0.91.0/technicals-messaging",
-  "title": "Messaging",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.91.0/07_technicals-messaging.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-messaging",
-  "permalink": "/docs/0.91.0/technicals-messaging",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-messaging",
-    "title": "Messaging",
-    "sidebar_label": "Messaging",
-    "original_id": "technicals-messaging"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Runtime Wrappers",
-    "permalink": "/docs/0.91.0/technicals-runtime-wrappers"
-  },
-  "next": {
-    "title": "Configuration",
-    "permalink": "/docs/0.91.0/technicals-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-07-technicals-runtime-wrappers-md-b1a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-07-technicals-runtime-wrappers-md-b1a.json
deleted file mode 100644
index 93b1a86..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-07-technicals-runtime-wrappers-md-b1a.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "technicals-runtime-wrappers",
-  "id": "version-0.91.0/technicals-runtime-wrappers",
-  "title": "Runtime Wrappers",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.91.0/07_technicals-runtime-wrappers.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-runtime-wrappers",
-  "permalink": "/docs/0.91.0/technicals-runtime-wrappers",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-runtime-wrappers",
-    "title": "Runtime Wrappers",
-    "sidebar_label": "Runtime Wrappers",
-    "original_id": "technicals-runtime-wrappers"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "User Guidance",
-    "permalink": "/docs/0.91.0/technicals-user-guidance"
-  },
-  "next": {
-    "title": "Messaging",
-    "permalink": "/docs/0.91.0/technicals-messaging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-07-technicals-user-guidance-md-cbb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-07-technicals-user-guidance-md-cbb.json
deleted file mode 100644
index 80bb328..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-07-technicals-user-guidance-md-cbb.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "technicals-user-guidance",
-  "id": "version-0.91.0/technicals-user-guidance",
-  "title": "User Guidance",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.91.0/07_technicals-user-guidance.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-user-guidance",
-  "permalink": "/docs/0.91.0/technicals-user-guidance",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-user-guidance",
-    "title": "User Guidance",
-    "sidebar_label": "User Guidance",
-    "original_id": "technicals-user-guidance"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Architecture",
-    "permalink": "/docs/0.91.0/technicals-architecture"
-  },
-  "next": {
-    "title": "Runtime Wrappers",
-    "permalink": "/docs/0.91.0/technicals-runtime-wrappers"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-08-debugging-md-667.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-08-debugging-md-667.json
deleted file mode 100644
index 59456cb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-08-debugging-md-667.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "debugging-debugging",
-  "id": "version-0.91.0/debugging-debugging",
-  "title": "Debugging",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.91.0/08_debugging.md",
-  "sourceDirName": ".",
-  "slug": "/debugging-debugging",
-  "permalink": "/docs/0.91.0/debugging-debugging",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "debugging-debugging",
-    "title": "Debugging",
-    "sidebar_label": "Debugging",
-    "original_id": "debugging-debugging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-08-monitoring-md-c97.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-08-monitoring-md-c97.json
deleted file mode 100644
index a426765..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-08-monitoring-md-c97.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "debugging-monitoring",
-  "id": "version-0.91.0/debugging-monitoring",
-  "title": "Monitoring",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.91.0/08_monitoring.md",
-  "sourceDirName": ".",
-  "slug": "/debugging-monitoring",
-  "permalink": "/docs/0.91.0/debugging-monitoring",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "debugging-monitoring",
-    "title": "Monitoring",
-    "sidebar_label": "Monitoring",
-    "original_id": "debugging-monitoring"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-09-contribute-md-bf4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-09-contribute-md-bf4.json
deleted file mode 100644
index 0a4cc28..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-09-contribute-md-bf4.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
-  "unversionedId": "community-contribute",
-  "id": "version-0.91.0/community-contribute",
-  "title": "Contribute",
-  "description": "Contribute",
-  "source": "@site/versioned_docs/version-0.91.0/09_contribute.md",
-  "sourceDirName": ".",
-  "slug": "/community-contribute",
-  "permalink": "/docs/0.91.0/community-contribute",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-contribute",
-    "title": "Contribute",
-    "sidebar_label": "Contribute",
-    "original_id": "community-contribute"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Get Help",
-    "permalink": "/docs/0.91.0/community-get-help"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-09-get-help-md-f7f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-09-get-help-md-f7f.json
deleted file mode 100644
index bb274c7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-09-get-help-md-f7f.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "community-get-help",
-  "id": "version-0.91.0/community-get-help",
-  "title": "Get Help",
-  "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-  "source": "@site/versioned_docs/version-0.91.0/09_get-help.md",
-  "sourceDirName": ".",
-  "slug": "/community-get-help",
-  "permalink": "/docs/0.91.0/community-get-help",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-get-help",
-    "title": "Get Help",
-    "sidebar_label": "Get Help",
-    "original_id": "community-get-help"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Configuration",
-    "permalink": "/docs/0.91.0/technicals-configuration"
-  },
-  "next": {
-    "title": "Contribute",
-    "permalink": "/docs/0.91.0/community-contribute"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-dev-guide-archetype-md-159.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-dev-guide-archetype-md-159.json
deleted file mode 100644
index 62189de..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-dev-guide-archetype-md-159.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-archetype",
-  "id": "version-0.91.0/dev-guide-archetype",
-  "title": "Start Developing",
-  "description": "",
-  "source": "@site/versioned_docs/version-0.91.0/dev-guide-archetype.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-archetype",
-  "permalink": "/docs/0.91.0/dev-guide-archetype",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-archetype",
-    "title": "Start Developing",
-    "sidebar_label": "Start Developing",
-    "original_id": "dev-guide-archetype"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-dev-guide-processor-sdk-md-32b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-dev-guide-processor-sdk-md-32b.json
deleted file mode 100644
index 128e715..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-dev-guide-processor-sdk-md-32b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-processors",
-  "id": "version-0.91.0/dev-guide-sdk-guide-processors",
-  "title": "SDK Guide: Data Processors",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.91.0/dev-guide-processor-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-processors",
-  "permalink": "/docs/0.91.0/dev-guide-sdk-guide-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-processors",
-    "title": "SDK Guide: Data Processors",
-    "sidebar_label": "SDK Guide: Data Processors",
-    "original_id": "dev-guide-sdk-guide-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-dev-guide-sink-sdk-md-5b6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-dev-guide-sink-sdk-md-5b6.json
deleted file mode 100644
index 6553940..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-dev-guide-sink-sdk-md-5b6.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-sinks",
-  "id": "version-0.91.0/dev-guide-sdk-guide-sinks",
-  "title": "SDK Guide: Data Sinks",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.91.0/dev-guide-sink-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-sinks",
-  "permalink": "/docs/0.91.0/dev-guide-sdk-guide-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-sinks",
-    "title": "SDK Guide: Data Sinks",
-    "sidebar_label": "SDK Guide: Data Sinks",
-    "original_id": "dev-guide-sdk-guide-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-faq-common-problems-md-c91.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-faq-common-problems-md-c91.json
deleted file mode 100644
index 971c265..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-faq-common-problems-md-c91.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "unversionedId": "faq-common-problems",
-  "id": "version-0.91.0/faq-common-problems",
-  "title": "Common Problems",
-  "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-  "source": "@site/versioned_docs/version-0.91.0/faq-common-problems.md",
-  "sourceDirName": ".",
-  "slug": "/faq-common-problems",
-  "permalink": "/docs/0.91.0/faq-common-problems",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "faq-common-problems",
-    "title": "Common Problems",
-    "sidebar_label": "Common Problems",
-    "original_id": "faq-common-problems"
-  },
-  "sidebar": "faq"
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-coindesk-md-ab8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-coindesk-md-ab8.json
deleted file mode 100644
index 23d54b1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-coindesk-md-ab8.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.coindesk",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "title": "Coindesk Bitcoin Price",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.coindesk",
-    "title": "Coindesk Bitcoin Price",
-    "sidebar_label": "Coindesk Bitcoin Price",
-    "original_id": "org.apache.streampipes.connect.adapters.coindesk"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Apache Pulsar",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-  },
-  "next": {
-    "title": "File Stream",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-612.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-612.json
deleted file mode 100644
index 1c56f2f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-612.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "title": "Flic MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.flic.mqtt",
-    "title": "Flic MQTT",
-    "sidebar_label": "Flic MQTT",
-    "original_id": "org.apache.streampipes.connect.adapters.flic.mqtt"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "File Set",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.file"
-  },
-  "next": {
-    "title": "GDELT",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-gdelt-md-e91.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-gdelt-md-e91.json
deleted file mode 100644
index 86ea44f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-gdelt-md-e91.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.gdelt",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "title": "GDELT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.gdelt",
-    "title": "GDELT",
-    "sidebar_label": "GDELT",
-    "original_id": "org.apache.streampipes.connect.adapters.gdelt"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Flic MQTT",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-  },
-  "next": {
-    "title": "HTTP Server",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-iex-news-md-e79.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-iex-news-md-e79.json
deleted file mode 100644
index e2e28fb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-iex-news-md-e79.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.news",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "title": "IEX Cloud News",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.news",
-    "title": "IEX Cloud News",
-    "sidebar_label": "IEX Cloud News",
-    "original_id": "org.apache.streampipes.connect.adapters.iex.news"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "HTTP Stream",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http"
-  },
-  "next": {
-    "title": "IEX Cloud Stock Quotes",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-d77.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-d77.json
deleted file mode 100644
index 47d1ca1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-d77.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "title": "IEX Cloud Stock Quotes",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.stocks",
-    "title": "IEX Cloud Stock Quotes",
-    "sidebar_label": "IEX Cloud Stock Quotes",
-    "original_id": "org.apache.streampipes.connect.adapters.iex.stocks"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "IEX Cloud News",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news"
-  },
-  "next": {
-    "title": "ISS Location",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iss"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-image-set-md-51f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-image-set-md-51f.json
deleted file mode 100644
index f816f23..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-image-set-md-51f.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.set",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.image.set",
-  "title": "Image Upload (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.image.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.set",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.set",
-    "title": "Image Upload (Set)",
-    "sidebar_label": "Image Upload (Set)",
-    "original_id": "org.apache.streampipes.connect.adapters.image.set"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "ISS Location",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iss"
-  },
-  "next": {
-    "title": "Image Upload (Stream)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-image-stream-md-a65.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-image-stream-md-a65.json
deleted file mode 100644
index c09f8ab..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-image-stream-md-a65.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.stream",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "title": "Image Upload (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.stream",
-    "title": "Image Upload (Stream)",
-    "sidebar_label": "Image Upload (Stream)",
-    "original_id": "org.apache.streampipes.connect.adapters.image.stream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Upload (Set)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.set"
-  },
-  "next": {
-    "title": "InfluxDB Set Adapter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-d65.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-d65.json
deleted file mode 100644
index 28d7190..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-d65.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "title": "InfluxDB Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.set",
-    "title": "InfluxDB Set Adapter",
-    "sidebar_label": "InfluxDB Set Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.influxdb.set"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Upload (Stream)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream"
-  },
-  "next": {
-    "title": "InfluxDB Stream Adapter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-b34.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-b34.json
deleted file mode 100644
index 2b54704..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-b34.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "title": "InfluxDB Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.stream",
-    "title": "InfluxDB Stream Adapter",
-    "sidebar_label": "InfluxDB Stream Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.influxdb.stream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "InfluxDB Set Adapter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-  },
-  "next": {
-    "title": "MQTT",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-iss-md-348.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-iss-md-348.json
deleted file mode 100644
index 850632d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-iss-md-348.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iss",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.iss",
-  "title": "ISS Location",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.iss.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iss",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iss",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iss",
-    "title": "ISS Location",
-    "sidebar_label": "ISS Location",
-    "original_id": "org.apache.streampipes.connect.adapters.iss"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "IEX Cloud Stock Quotes",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-  },
-  "next": {
-    "title": "Image Upload (Set)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-mysql-set-md-81c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-mysql-set-md-81c.json
deleted file mode 100644
index ea00d25..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-mysql-set-md-81c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "title": "MySQL Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.set",
-    "title": "MySQL Set Adapter",
-    "sidebar_label": "MySQL Set Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.mysql.set"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Machine Data Simulator",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-  },
-  "next": {
-    "title": "MySql Stream Adapter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-78b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-78b.json
deleted file mode 100644
index eda9f49..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-78b.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "title": "MySql Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.stream",
-    "title": "MySql Stream Adapter",
-    "sidebar_label": "MySql Stream Adapter",
-    "original_id": "org.apache.streampipes.connect.adapters.mysql.stream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MySQL Set Adapter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set"
-  },
-  "next": {
-    "title": "NETIO MQTT M2M",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-f7a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-f7a.json
deleted file mode 100644
index e6880bb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-f7a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "title": "NETIO MQTT M2M",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.mqtt",
-    "title": "NETIO MQTT M2M",
-    "sidebar_label": "NETIO MQTT M2M",
-    "original_id": "org.apache.streampipes.connect.adapters.netio.mqtt"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MySql Stream Adapter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-  },
-  "next": {
-    "title": "NETIO http JSON",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-netio-rest-md-0fd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-netio-rest-md-0fd.json
deleted file mode 100644
index acae672..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-netio-rest-md-0fd.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "title": "NETIO http JSON",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.rest",
-    "title": "NETIO http JSON",
-    "sidebar_label": "NETIO http JSON",
-    "original_id": "org.apache.streampipes.connect.adapters.netio.rest"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NETIO MQTT M2M",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-  },
-  "next": {
-    "title": "NSW Traffic Cameras",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-1ec.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-1ec.json
deleted file mode 100644
index bf4765b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-1ec.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "title": "NSW Traffic Cameras",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-    "title": "NSW Traffic Cameras",
-    "sidebar_label": "NSW Traffic Cameras",
-    "original_id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NETIO http JSON",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest"
-  },
-  "next": {
-    "title": "OPC UA",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-opcua-md-3e1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-opcua-md-3e1.json
deleted file mode 100644
index 6a31579..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-opcua-md-3e1.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.opcua",
-  "title": "OPC UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.opcua",
-    "title": "OPC UA",
-    "sidebar_label": "OPC UA",
-    "original_id": "org.apache.streampipes.connect.adapters.opcua"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NSW Traffic Cameras",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  },
-  "next": {
-    "title": "PLC4X MODBUS",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-d80.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-d80.json
deleted file mode 100644
index 4b23f1a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-d80.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "title": "PLC4X MODBUS",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.modbus",
-    "title": "PLC4X MODBUS",
-    "sidebar_label": "PLC4X MODBUS",
-    "original_id": "org.apache.streampipes.connect.adapters.plc4x.modbus"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "OPC UA",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.opcua"
-  },
-  "next": {
-    "title": "PLC4X S7",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-5d7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-5d7.json
deleted file mode 100644
index 4c99b2a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-5d7.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "title": "PLC4X S7",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.s7",
-    "title": "PLC4X S7",
-    "sidebar_label": "PLC4X S7",
-    "original_id": "org.apache.streampipes.connect.adapters.plc4x.s7"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "PLC4X MODBUS",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-  },
-  "next": {
-    "title": "ROS Bridge",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ros"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-ros-md-d34.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-ros-md-d34.json
deleted file mode 100644
index 364bef6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-ros-md-d34.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ros",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.ros",
-  "title": "ROS Bridge",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.ros.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ros",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ros",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ros",
-    "title": "ROS Bridge",
-    "sidebar_label": "ROS Bridge",
-    "original_id": "org.apache.streampipes.connect.adapters.ros"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "PLC4X S7",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-  },
-  "next": {
-    "title": "Random Data Simulator (Set)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-331.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-331.json
deleted file mode 100644
index 2e40760..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-331.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "title": "Machine Data Simulator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.machine",
-    "title": "Machine Data Simulator",
-    "sidebar_label": "Machine Data Simulator",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.machine"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MQTT",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-  },
-  "next": {
-    "title": "MySQL Set Adapter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-35c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-35c.json
deleted file mode 100644
index 69c4162..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-35c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "title": "Random Data Simulator (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdataset",
-    "title": "Random Data Simulator (Set)",
-    "sidebar_label": "Random Data Simulator (Set)",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "ROS Bridge",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ros"
-  },
-  "next": {
-    "title": "Random Data Simulator (Stream)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-eab.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-eab.json
deleted file mode 100644
index aa6cd1d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-eab.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "title": "Random Data Simulator (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-    "title": "Random Data Simulator (Stream)",
-    "sidebar_label": "Random Data Simulator (Stream)",
-    "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Random Data Simulator (Set)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  },
-  "next": {
-    "title": "Slack",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-slack-md-71e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-slack-md-71e.json
deleted file mode 100644
index 10e1378..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-slack-md-71e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.slack",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.slack",
-  "title": "Slack",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.slack",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.slack",
-    "title": "Slack",
-    "sidebar_label": "Slack",
-    "original_id": "org.apache.streampipes.connect.adapters.slack"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Random Data Simulator (Stream)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  },
-  "next": {
-    "title": "TI Sensor Tag",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ti"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-ti-md-e5e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-ti-md-e5e.json
deleted file mode 100644
index ae104ea..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-ti-md-e5e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ti",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.ti",
-  "title": "TI Sensor Tag",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.ti.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ti",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ti",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ti",
-    "title": "TI Sensor Tag",
-    "sidebar_label": "TI Sensor Tag",
-    "original_id": "org.apache.streampipes.connect.adapters.ti"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Slack",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.slack"
-  },
-  "next": {
-    "title": "Wikipedia Edits",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-13e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-13e.json
deleted file mode 100644
index 689923e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-13e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "title": "Wikipedia Edits",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.edit",
-    "title": "Wikipedia Edits",
-    "sidebar_label": "Wikipedia Edits",
-    "original_id": "org.apache.streampipes.connect.adapters.wikipedia.edit"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "TI Sensor Tag",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ti"
-  },
-  "next": {
-    "title": "Wikipedia New Articles",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-0d1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-0d1.json
deleted file mode 100644
index d43acac..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-0d1.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "title": "Wikipedia New Articles",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.new",
-    "title": "Wikipedia New Articles",
-    "sidebar_label": "Wikipedia New Articles",
-    "original_id": "org.apache.streampipes.connect.adapters.wikipedia.new"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Wikipedia Edits",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-  },
-  "next": {
-    "title": "Absence",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-file-md-8e0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-file-md-8e0.json
deleted file mode 100644
index ca338a6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-file-md-8e0.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.file",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "title": "File Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.file",
-    "title": "File Stream",
-    "sidebar_label": "File Stream",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.file"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Coindesk Bitcoin Price",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk"
-  },
-  "next": {
-    "title": "File Set",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-http-md-ade.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-http-md-ade.json
deleted file mode 100644
index 368cf6f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-http-md-ade.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.http",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "title": "HTTP Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.http",
-    "title": "HTTP Stream",
-    "sidebar_label": "HTTP Stream",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.http"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "HTTP Set",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.http"
-  },
-  "next": {
-    "title": "IEX Cloud News",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-28d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-28d.json
deleted file mode 100644
index aa0035b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-28d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "title": "HTTP Server",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.httpserver",
-    "title": "HTTP Server",
-    "sidebar_label": "HTTP Server",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.httpserver"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "GDELT",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt"
-  },
-  "next": {
-    "title": "HTTP Set",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-ea2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-ea2.json
deleted file mode 100644
index e6c63cf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-ea2.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "title": "Apache Kafka",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.kafka",
-    "title": "Apache Kafka",
-    "sidebar_label": "Apache Kafka",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.kafka"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Configurations",
-    "permalink": "/docs/0.91.0/use-configurations"
-  },
-  "next": {
-    "title": "Apache Pulsar",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-b21.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-b21.json
deleted file mode 100644
index 6878bd0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-b21.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "title": "MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.mqtt",
-    "title": "MQTT",
-    "sidebar_label": "MQTT",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.mqtt"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "InfluxDB Stream Adapter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-  },
-  "next": {
-    "title": "Machine Data Simulator",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-5da.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-5da.json
deleted file mode 100644
index c0d4c9d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-5da.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "id": "version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "title": "Apache Pulsar",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.pulsar",
-    "title": "Apache Pulsar",
-    "sidebar_label": "Apache Pulsar",
-    "original_id": "org.apache.streampipes.connect.protocol.stream.pulsar"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Apache Kafka",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-  },
-  "next": {
-    "title": "Coindesk Bitcoin Price",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-geo-flink-md-664.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-geo-flink-md-664.json
deleted file mode 100644
index ca834df..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-geo-flink-md-664.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.flink",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processor.geo.flink",
-  "title": "Spatial Grid Enrichment",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.flink.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.flink",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.flink",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.flink",
-    "title": "Spatial Grid Enrichment",
-    "sidebar_label": "Spatial Grid Enrichment",
-    "original_id": "org.apache.streampipes.processor.geo.flink"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Size Measure",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  },
-  "next": {
-    "title": "Speed Calculator",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-c37.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-c37.json
deleted file mode 100644
index fb20045..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-c37.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "title": "Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-    "title": "Google Maps Geocoder",
-    "sidebar_label": "Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.geocoding"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Generic Image Classification",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  },
-  "next": {
-    "title": "Image Cropper",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-76e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-76e.json
deleted file mode 100644
index 9f7bc83..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-76e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "title": "Reverse Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-    "title": "Reverse Geocoder",
-    "sidebar_label": "Reverse Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Rate Limit",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit"
-  },
-  "next": {
-    "title": "Sentence Detection (English)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-7a8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-7a8.json
deleted file mode 100644
index 0b590f0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-7a8.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "title": "Static Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-    "title": "Static Google Maps Geocoder",
-    "sidebar_label": "Static Google Maps Geocoder",
-    "original_id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Static Distance Calculator",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  },
-  "next": {
-    "title": "Static Math",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-c5a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-c5a.json
deleted file mode 100644
index c7d9205..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-c5a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Frequency Change",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-  },
-  "next": {
-    "title": "Google Maps Geocoder",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-619.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-619.json
deleted file mode 100644
index e2218af..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-619.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "title": "Image Cropper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-    "title": "Image Cropper",
-    "sidebar_label": "Image Cropper",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Google Maps Geocoder",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-  },
-  "next": {
-    "title": "Image Enricher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-ee2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-ee2.json
deleted file mode 100644
index 2f491e2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-ee2.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher",
-    "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Cropper",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  },
-  "next": {
-    "title": "Language Detection",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-350.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-350.json
deleted file mode 100644
index f759542..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-350.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader",
-    "original_id": "org.apache.streampipes.processor.imageclassification.qrcode"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Projection",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project"
-  },
-  "next": {
-    "title": "Rate Limit",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-f6e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-f6e.json
deleted file mode 100644
index a5e266b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-f6e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.aggregation"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Absence",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-  },
-  "next": {
-    "title": "And",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-159.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-159.json
deleted file mode 100644
index f583429..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-159.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "title": "Count Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.count",
-    "title": "Count Aggregation",
-    "sidebar_label": "Count Aggregation",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.count"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Compose",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose"
-  },
-  "next": {
-    "title": "Count Array",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-8d7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-8d7.json
deleted file mode 100644
index aae3ca3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-8d7.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "title": "Event Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-    "title": "Event Counter",
-    "sidebar_label": "Event Counter",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.eventcount"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "EPSG Code",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  },
-  "next": {
-    "title": "Event Rate",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-f04.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-f04.json
deleted file mode 100644
index 1282ba3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-f04.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate",
-    "original_id": "org.apache.streampipes.processors.aggregation.flink.rate"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Event Counter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-  },
-  "next": {
-    "title": "Field Converter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-7f6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-7f6.json
deleted file mode 100644
index cb540bf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-7f6.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "title": "Cusum",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.changedetection.jvm.cusum",
-    "title": "Cusum",
-    "sidebar_label": "Cusum",
-    "original_id": "org.apache.streampipes.processors.changedetection.jvm.cusum"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Creates JTS Point",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  },
-  "next": {
-    "title": "Distance Calculator",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-4a9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-4a9.json
deleted file mode 100644
index 64adc6a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-4a9.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "title": "Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-    "title": "Math",
-    "sidebar_label": "Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Language Detection",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  },
-  "next": {
-    "title": "Measure Time Between Two Sensors",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-be3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-be3.json
deleted file mode 100644
index cd4c292..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-be3.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "title": "Static Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-    "title": "Static Math",
-    "sidebar_label": "Static Math",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Static Google Maps Geocoder",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  },
-  "next": {
-    "title": "Statistics Summary",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-0ec.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-0ec.json
deleted file mode 100644
index 1393e93..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-0ec.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "title": "Trigonometry Functions",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-    "title": "Trigonometry Functions",
-    "sidebar_label": "Trigonometry Functions",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Trend",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.increase"
-  },
-  "next": {
-    "title": "URL Dereferencing",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-686.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-686.json
deleted file mode 100644
index fae866a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-686.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "title": "URL Dereferencing",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-    "title": "URL Dereferencing",
-    "sidebar_label": "URL Dereferencing",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Trigonometry Functions",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  },
-  "next": {
-    "title": "Value Changed",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-6cd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-6cd.json
deleted file mode 100644
index a6fc660..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-6cd.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "title": "Timestamp Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-    "title": "Timestamp Enricher",
-    "sidebar_label": "Timestamp Enricher",
-    "original_id": "org.apache.streampipes.processors.enricher.flink.timestamp"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Threshold Detector",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-  },
-  "next": {
-    "title": "Timestamp Extractor",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-afe.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-afe.json
deleted file mode 100644
index 4914fcf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-afe.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "title": "Size Measure",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-    "title": "Size Measure",
-    "sidebar_label": "Size Measure",
-    "original_id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Single Trajectory Creator",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  },
-  "next": {
-    "title": "Spatial Grid Enrichment",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.flink"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-compose-md-d53.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-compose-md-d53.json
deleted file mode 100644
index 730253e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-compose-md-d53.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "title": "Compose",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.compose",
-    "title": "Compose",
-    "sidebar_label": "Compose",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.compose"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Chunker (English)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-  },
-  "next": {
-    "title": "Count Aggregation",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-e2e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-e2e.json
deleted file mode 100644
index 2b812be..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-e2e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "title": "Merge By Enrich",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-    "title": "Merge By Enrich",
-    "sidebar_label": "Merge By Enrich",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.enrich"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Measurement Unit Converter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  },
-  "next": {
-    "title": "Name Finder",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-26d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-26d.json
deleted file mode 100644
index cfc321c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-26d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "title": "Rate Limit",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.limit",
-    "title": "Rate Limit",
-    "sidebar_label": "Rate Limit",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.limit"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "QR Code Reader",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-  },
-  "next": {
-    "title": "Reverse Geocoder",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-7d1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-7d1.json
deleted file mode 100644
index 80b4c46..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-7d1.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "title": "Synchronize Two Streams",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.merge",
-    "title": "Synchronize Two Streams",
-    "sidebar_label": "Synchronize Two Streams",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.merge"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "String To State",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  },
-  "next": {
-    "title": "Task Duration",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-8c0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-8c0.json
deleted file mode 100644
index cfb8466..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-8c0.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "title": "Numerical Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-    "title": "Numerical Filter",
-    "sidebar_label": "Numerical Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Number Labeler",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  },
-  "next": {
-    "title": "Numerical Filter (Siddhi)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-161.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-161.json
deleted file mode 100644
index 91d228c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-161.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "title": "Numerical Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-    "title": "Numerical Text Filter",
-    "sidebar_label": "Numerical Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Numerical Filter (Siddhi)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-  },
-  "next": {
-    "title": "Part of Speech (English)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-project-md-87c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-project-md-87c.json
deleted file mode 100644
index b684b13..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-project-md-87c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.project",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "title": "Projection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.project",
-    "title": "Projection",
-    "sidebar_label": "Projection",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.project"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Peak Detection",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  },
-  "next": {
-    "title": "QR Code Reader",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-cd9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-cd9.json
deleted file mode 100644
index 939bf21..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-cd9.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "title": "Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-    "title": "Text Filter",
-    "sidebar_label": "Text Filter",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.textfilter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Task Duration",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-  },
-  "next": {
-    "title": "Threshold Detector",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-d28.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-d28.json
deleted file mode 100644
index e4f13d7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-d28.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "title": "Threshold Detector",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-    "title": "Threshold Detector",
-    "sidebar_label": "Threshold Detector",
-    "original_id": "org.apache.streampipes.processors.filters.jvm.threshold"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Text Filter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-  },
-  "next": {
-    "title": "Timestamp Enricher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-81e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-81e.json
deleted file mode 100644
index ad06af0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-81e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "title": "Creates JTS Point",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-    "title": "Creates JTS Point",
-    "sidebar_label": "Creates JTS Point",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Count Array",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-  },
-  "next": {
-    "title": "Cusum",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-2d2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-2d2.json
deleted file mode 100644
index a633fcd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-2d2.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "title": "EPSG Code",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-    "title": "EPSG Code",
-    "sidebar_label": "EPSG Code",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Distance Calculator",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  },
-  "next": {
-    "title": "Event Counter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-93c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-93c.json
deleted file mode 100644
index f0542f1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-93c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "title": "Single Trajectory Creator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-    "title": "Single Trajectory Creator",
-    "sidebar_label": "Single Trajectory Creator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Signal Edge Filter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  },
-  "next": {
-    "title": "Size Measure",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-422.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-422.json
deleted file mode 100644
index 4087371..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-422.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "title": "Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-    "title": "Distance Calculator",
-    "sidebar_label": "Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Cusum",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-  },
-  "next": {
-    "title": "EPSG Code",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-f01.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-f01.json
deleted file mode 100644
index 9c73ba8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-f01.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "title": "Speed Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.speed",
-    "title": "Speed Calculator",
-    "sidebar_label": "Speed Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.speed"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Spatial Grid Enrichment",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.flink"
-  },
-  "next": {
-    "title": "Split Array",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-ad5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-ad5.json
deleted file mode 100644
index 302439b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-ad5.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "title": "Static Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-    "title": "Static Distance Calculator",
-    "sidebar_label": "Static Distance Calculator",
-    "original_id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "State Buffer Labeler",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  },
-  "next": {
-    "title": "Static Google Maps Geocoder",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-84f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-84f.json
deleted file mode 100644
index 8dd3957..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-84f.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "title": "Absence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-    "title": "Absence",
-    "sidebar_label": "Absence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.absence"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Wikipedia New Articles",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-  },
-  "next": {
-    "title": "Aggregation",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-173.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-173.json
deleted file mode 100644
index 3a628e6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-173.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "title": "And",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-    "title": "And",
-    "sidebar_label": "And",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.and"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Aggregation",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-  },
-  "next": {
-    "title": "Boilerplate Removal",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-f2f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-f2f.json
deleted file mode 100644
index 21b67e1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-f2f.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Part of Speech (English)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  },
-  "next": {
-    "title": "Projection",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-6f9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-6f9.json
deleted file mode 100644
index 85d58ed..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-6f9.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "title": "Sequence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-    "title": "Sequence",
-    "sidebar_label": "Sequence",
-    "original_id": "org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Sentence Detection (English)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  },
-  "next": {
-    "title": "Sequence Detection",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-91b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-91b.json
deleted file mode 100644
index fbabbda..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-91b.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequency"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Renamer",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-  },
-  "next": {
-    "title": "Frequency Change",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-bf9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-bf9.json
deleted file mode 100644
index 2dbfafc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-bf9.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change",
-    "original_id": "org.apache.streampipes.processors.siddhi.frequencychange"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Frequency Calculation",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency"
-  },
-  "next": {
-    "title": "Generic Image Classification",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-increase-md-5d9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-increase-md-5d9.json
deleted file mode 100644
index 2781e23..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-increase-md-5d9.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.increase.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend",
-    "original_id": "org.apache.streampipes.processors.siddhi.increase"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Transform to boolean",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  },
-  "next": {
-    "title": "Trigonometry Functions",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-f28.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-f28.json
deleted file mode 100644
index d4342ea..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-f28.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)",
-    "original_id": "org.apache.streampipes.processors.siddhi.numericalfilter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Numerical Filter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  },
-  "next": {
-    "title": "Numerical Text Filter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-sequence-md-449.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-sequence-md-449.json
deleted file mode 100644
index 4b29f28..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-sequence-md-449.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.sequence",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "title": "Sequence Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.sequence",
-    "title": "Sequence Detection",
-    "sidebar_label": "Sequence Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.sequence"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Sequence",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  },
-  "next": {
-    "title": "Signal Edge Filter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-stop-md-04e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-stop-md-04e.json
deleted file mode 100644
index 5329d4d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-siddhi-stop-md-04e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.stop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection",
-    "original_id": "org.apache.streampipes.processors.siddhi.stop"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Statistics Summary",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  },
-  "next": {
-    "title": "String Counter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-f67.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-f67.json
deleted file mode 100644
index 156bc5c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-f67.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "title": "Statistics Summary",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.statistics.flink.statistics-summary",
-    "title": "Statistics Summary",
-    "sidebar_label": "Statistics Summary",
-    "original_id": "org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Static Math",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  },
-  "next": {
-    "title": "Stream Stop Detection",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-a2e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-a2e.json
deleted file mode 100644
index 2f302a5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-a2e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.languagedetection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Enricher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  },
-  "next": {
-    "title": "Language Detection",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-b8f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-b8f.json
deleted file mode 100644
index 194f576..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-b8f.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count",
-    "original_id": "org.apache.streampipes.processors.textmining.flink.wordcount"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Value Changed",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-  },
-  "next": {
-    "title": "Buffered REST Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-1a5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-1a5.json
deleted file mode 100644
index 47a0b26..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-1a5.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "title": "Chunker (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-    "title": "Chunker (English)",
-    "sidebar_label": "Chunker (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.chunker"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Calculate Duration",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-  },
-  "next": {
-    "title": "Compose",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-e2d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-e2d.json
deleted file mode 100644
index 55b9288..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-e2d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Language Detection",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-  },
-  "next": {
-    "title": "Math",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-160.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-160.json
deleted file mode 100644
index f21707b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-160.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "title": "Name Finder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-    "title": "Name Finder",
-    "sidebar_label": "Name Finder",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.namefinder"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Merge By Enrich",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-  },
-  "next": {
-    "title": "Number Labeler",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-d81.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-d81.json
deleted file mode 100644
index 6659626..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-d81.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "title": "Part of Speech (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-    "title": "Part of Speech (English)",
-    "sidebar_label": "Part of Speech (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Numerical Text Filter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  },
-  "next": {
-    "title": "Peak Detection",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-baa.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-baa.json
deleted file mode 100644
index 10f41ce..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-baa.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "title": "Sentence Detection (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-    "title": "Sentence Detection (English)",
-    "sidebar_label": "Sentence Detection (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Reverse Geocoder",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  },
-  "next": {
-    "title": "Sequence",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-af1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-af1.json
deleted file mode 100644
index fa73f95..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-af1.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "title": "Tokenizer (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-    "title": "Tokenizer (English)",
-    "sidebar_label": "Tokenizer (English)",
-    "original_id": "org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Timestamp Extractor",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  },
-  "next": {
-    "title": "Transform to boolean",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-96b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-96b.json
deleted file mode 100644
index 33f9ea8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-96b.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-converter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Event Rate",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-  },
-  "next": {
-    "title": "Field Hasher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-34f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-34f.json
deleted file mode 100644
index 7cdd99d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-34f.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "title": "Field Mapper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-    "title": "Field Mapper",
-    "sidebar_label": "Field Mapper",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-mapper"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Hasher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  },
-  "next": {
-    "title": "Field Renamer",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-6b6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-6b6.json
deleted file mode 100644
index b9facd6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-6b6.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.field-renamer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Mapper",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-  },
-  "next": {
-    "title": "Frequency Calculation",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-070.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-070.json
deleted file mode 100644
index 2e2603e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-070.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Converter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-  },
-  "next": {
-    "title": "Field Mapper",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-ad7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-ad7.json
deleted file mode 100644
index 14d8cfb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-ad7.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Measure Time Between Two Sensors",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  },
-  "next": {
-    "title": "Merge By Enrich",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-ef0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-ef0.json
deleted file mode 100644
index 4642d1e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-ef0.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "title": "Boilerplate Removal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-    "title": "Boilerplate Removal",
-    "sidebar_label": "Boilerplate Removal",
-    "original_id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "And",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-  },
-  "next": {
-    "title": "Boolean Counter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-1da.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-1da.json
deleted file mode 100644
index 7a99fc3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-1da.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "title": "Boolean Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-    "title": "Boolean Counter",
-    "sidebar_label": "Boolean Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boilerplate Removal",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  },
-  "next": {
-    "title": "Boolean Inverter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-ac2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-ac2.json
deleted file mode 100644
index b415c44..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-ac2.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "title": "Boolean Inverter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-    "title": "Boolean Inverter",
-    "sidebar_label": "Boolean Inverter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean Counter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  },
-  "next": {
-    "title": "Boolean Timer",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-3e6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-3e6.json
deleted file mode 100644
index 374eb2c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-3e6.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "title": "Measure Time Between Two Sensors",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-    "title": "Measure Time Between Two Sensors",
-    "sidebar_label": "Measure Time Between Two Sensors",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Math",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  },
-  "next": {
-    "title": "Measurement Unit Converter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-d3e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-d3e.json
deleted file mode 100644
index 2f5c5d0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-d3e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "title": "Boolean Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-    "title": "Boolean Timer",
-    "sidebar_label": "Boolean Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean Inverter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  },
-  "next": {
-    "title": "Boolean To State",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-5a4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-5a4.json
deleted file mode 100644
index 8a68d37..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-5a4.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "title": "Value Changed",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-    "title": "Value Changed",
-    "sidebar_label": "Value Changed",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.changed-value"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "URL Dereferencing",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  },
-  "next": {
-    "title": "Word Count",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-411.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-411.json
deleted file mode 100644
index 1be5470..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-411.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "title": "Count Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-    "title": "Count Array",
-    "sidebar_label": "Count Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.count-array"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Count Aggregation",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count"
-  },
-  "next": {
-    "title": "Creates JTS Point",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-e9a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-e9a.json
deleted file mode 100644
index 94ea521..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-e9a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "title": "CSV Metadata Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-    "title": "CSV Metadata Enricher",
-    "sidebar_label": "CSV Metadata Enricher",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean To State",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  },
-  "next": {
-    "title": "Calculate Duration",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-e74.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-e74.json
deleted file mode 100644
index b762981..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-e74.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "title": "Calculate Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-    "title": "Calculate Duration",
-    "sidebar_label": "Calculate Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.duration-value"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "CSV Metadata Enricher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  },
-  "next": {
-    "title": "Chunker (English)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-05d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-05d.json
deleted file mode 100644
index 6e5015d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-05d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "title": "Signal Edge Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-    "title": "Signal Edge Filter",
-    "sidebar_label": "Signal Edge Filter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Sequence Detection",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence"
-  },
-  "next": {
-    "title": "Single Trajectory Creator",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-0ce.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-0ce.json
deleted file mode 100644
index 431ae36..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-0ce.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "title": "Boolean To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-    "title": "Boolean To State",
-    "sidebar_label": "Boolean To State",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean Timer",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  },
-  "next": {
-    "title": "CSV Metadata Enricher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-550.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-550.json
deleted file mode 100644
index 3d289f3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-550.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "title": "State Buffer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-    "title": "State Buffer",
-    "sidebar_label": "State Buffer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Split Array",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-  },
-  "next": {
-    "title": "State Buffer Labeler",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-f66.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-f66.json
deleted file mode 100644
index f1805ba..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-f66.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "title": "State Buffer Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-    "title": "State Buffer Labeler",
-    "sidebar_label": "State Buffer Labeler",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "State Buffer",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  },
-  "next": {
-    "title": "Static Distance Calculator",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-615.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-615.json
deleted file mode 100644
index 1d7fb1d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-615.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "title": "Number Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-    "title": "Number Labeler",
-    "sidebar_label": "Number Labeler",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Name Finder",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-  },
-  "next": {
-    "title": "Numerical Filter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-27c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-27c.json
deleted file mode 100644
index f9cf14e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-27c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "title": "String To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-    "title": "String To State",
-    "sidebar_label": "String To State",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "String Timer",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  },
-  "next": {
-    "title": "Synchronize Two Streams",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-1e6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-1e6.json
deleted file mode 100644
index 4e7be35..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-1e6.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "title": "Timestamp Extractor",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-    "title": "Timestamp Extractor",
-    "sidebar_label": "Timestamp Extractor",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Timestamp Enricher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-  },
-  "next": {
-    "title": "Tokenizer (English)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-0fb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-0fb.json
deleted file mode 100644
index 59d7f8c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-0fb.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.split-array"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Speed Calculator",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-  },
-  "next": {
-    "title": "State Buffer",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-24d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-24d.json
deleted file mode 100644
index 6f32440..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-24d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "title": "String Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-    "title": "String Counter",
-    "sidebar_label": "String Counter",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Stream Stop Detection",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.stop"
-  },
-  "next": {
-    "title": "String Timer",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-d49.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-d49.json
deleted file mode 100644
index fa5696e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-d49.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "title": "String Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-    "title": "String Timer",
-    "sidebar_label": "String Timer",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "String Counter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  },
-  "next": {
-    "title": "String To State",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-526.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-526.json
deleted file mode 100644
index 07cc37a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-526.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "title": "Task Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-    "title": "Task Duration",
-    "sidebar_label": "Task Duration",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.taskduration"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Synchronize Two Streams",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge"
-  },
-  "next": {
-    "title": "Text Filter",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-700.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-700.json
deleted file mode 100644
index f4567ba..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-700.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "title": "Transform to boolean",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-    "title": "Transform to boolean",
-    "sidebar_label": "Transform to boolean",
-    "original_id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tokenizer (English)",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  },
-  "next": {
-    "title": "Trend",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-protocol-set-file-md-aa2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-protocol-set-file-md-aa2.json
deleted file mode 100644
index 3bd2e8e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-protocol-set-file-md-aa2.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.file",
-  "id": "version-0.91.0/pe/org.apache.streampipes.protocol.set.file",
-  "title": "File Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.protocol.set.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.file",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.file",
-    "title": "File Set",
-    "sidebar_label": "File Set",
-    "original_id": "org.apache.streampipes.protocol.set.file"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "File Stream",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file"
-  },
-  "next": {
-    "title": "Flic MQTT",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-protocol-set-http-md-886.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-protocol-set-http-md-886.json
deleted file mode 100644
index 2455266..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-protocol-set-http-md-886.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.http",
-  "id": "version-0.91.0/pe/org.apache.streampipes.protocol.set.http",
-  "title": "HTTP Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.protocol.set.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.http",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.http",
-    "title": "HTTP Set",
-    "sidebar_label": "HTTP Set",
-    "original_id": "org.apache.streampipes.protocol.set.http"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "HTTP Server",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-  },
-  "next": {
-    "title": "HTTP Stream",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-168.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-168.json
deleted file mode 100644
index 42ae73f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-168.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "title": "Buffered REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-    "title": "Buffered REST Publisher",
-    "sidebar_label": "Buffered REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Word Count",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-  },
-  "next": {
-    "title": "CouchDB",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-7e6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-7e6.json
deleted file mode 100644
index 6972da4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-7e6.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "title": "JMS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-    "title": "JMS Publisher",
-    "sidebar_label": "JMS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.jms"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "IoTDB",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-  },
-  "next": {
-    "title": "Kafka Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-19f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-19f.json
deleted file mode 100644
index 6f26939..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-19f.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "title": "Kafka Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-    "title": "Kafka Publisher",
-    "sidebar_label": "Kafka Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.kafka"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "JMS Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-  },
-  "next": {
-    "title": "MySQL Database",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-5ad.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-5ad.json
deleted file mode 100644
index 3c33017..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-5ad.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "title": "MQTT Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.mqtt",
-    "title": "MQTT Publisher",
-    "sidebar_label": "MQTT Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-870.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-870.json
deleted file mode 100644
index 442b552..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-870.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "title": "NATS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.nats",
-    "title": "NATS Publisher",
-    "sidebar_label": "NATS Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.nats"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MySQL Database",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-  },
-  "next": {
-    "title": "Notification",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-629.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-629.json
deleted file mode 100644
index 815d006..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-629.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "title": "Pulsar Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-    "title": "Pulsar Publisher",
-    "sidebar_label": "Pulsar Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "PostgreSQL",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-  },
-  "next": {
-    "title": "REST Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-599.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-599.json
deleted file mode 100644
index bbe0a02..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-599.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "REST Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-  },
-  "next": {
-    "title": "Slack Notification",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-663.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-663.json
deleted file mode 100644
index 2f7a372..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-663.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "title": "REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-    "title": "REST Publisher",
-    "sidebar_label": "REST Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.rest"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Pulsar Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  },
-  "next": {
-    "title": "RabbitMQ Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-ditto-md-18c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-ditto-md-18c.json
deleted file mode 100644
index efd6de9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-ditto-md-18c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.ditto",
-  "title": "Eclipse Ditto",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.ditto.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.ditto",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.ditto",
-    "title": "Eclipse Ditto",
-    "sidebar_label": "Eclipse Ditto",
-    "original_id": "org.apache.streampipes.sinks.databases.ditto"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Data Lake",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-  },
-  "next": {
-    "title": "Elasticsearch",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-b0c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-b0c.json
deleted file mode 100644
index e6b0d02..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-b0c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "title": "Elasticsearch",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-    "title": "Elasticsearch",
-    "sidebar_label": "Elasticsearch",
-    "original_id": "org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Eclipse Ditto",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.ditto"
-  },
-  "next": {
-    "title": "Email Notification",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-e86.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-e86.json
deleted file mode 100644
index bcf5f0a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-e86.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "title": "CouchDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-    "title": "CouchDB",
-    "sidebar_label": "CouchDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.couchdb"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Buffered REST Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  },
-  "next": {
-    "title": "Dashboard Sink",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-997.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-997.json
deleted file mode 100644
index 5505e15..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-997.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "title": "InfluxDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-    "title": "InfluxDB",
-    "sidebar_label": "InfluxDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.influxdb"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Email Notification",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-  },
-  "next": {
-    "title": "IoTDB",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-ddf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-ddf.json
deleted file mode 100644
index d4b3c30..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-ddf.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "title": "IoTDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-    "title": "IoTDB",
-    "sidebar_label": "IoTDB",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.iotdb"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "InfluxDB",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-  },
-  "next": {
-    "title": "JMS Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-ed2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-ed2.json
deleted file mode 100644
index 7013fc0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-ed2.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "title": "MySQL Database",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.mysql",
-    "title": "MySQL Database",
-    "sidebar_label": "MySQL Database",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.mysql"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Kafka Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-  },
-  "next": {
-    "title": "NATS Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-4db.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-4db.json
deleted file mode 100644
index 45ace8b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-4db.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "title": "OPC-UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-    "title": "OPC-UA",
-    "sidebar_label": "OPC-UA",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.opcua"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Notification",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-  },
-  "next": {
-    "title": "OneSignal",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-6e4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-6e4.json
deleted file mode 100644
index a0f8516..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-6e4.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "title": "PostgreSQL",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-    "title": "PostgreSQL",
-    "sidebar_label": "PostgreSQL",
-    "original_id": "org.apache.streampipes.sinks.databases.jvm.postgresql"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "OneSignal",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  },
-  "next": {
-    "title": "Pulsar Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-e40.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-e40.json
deleted file mode 100644
index 58d912e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-e40.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "title": "Dashboard Sink",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-    "title": "Dashboard Sink",
-    "sidebar_label": "Dashboard Sink",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.dashboard"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "CouchDB",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-  },
-  "next": {
-    "title": "Data Lake",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-821.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-821.json
deleted file mode 100644
index 3564401..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-821.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "title": "Data Lake",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-    "title": "Data Lake",
-    "sidebar_label": "Data Lake",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.datalake"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Dashboard Sink",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-  },
-  "next": {
-    "title": "Eclipse Ditto",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.ditto"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-192.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-192.json
deleted file mode 100644
index 53b3eb4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-192.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification",
-    "original_id": "org.apache.streampipes.sinks.internal.jvm.notification"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NATS Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-  },
-  "next": {
-    "title": "OPC-UA",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-b4f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-b4f.json
deleted file mode 100644
index 7b6c536..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-b4f.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "title": "Email Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-    "title": "Email Notification",
-    "sidebar_label": "Email Notification",
-    "original_id": "org.apache.streampipes.sinks.notifications.jvm.email"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Elasticsearch",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  },
-  "next": {
-    "title": "InfluxDB",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-044.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-044.json
deleted file mode 100644
index 366a293..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-044.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "title": "OneSignal",
-  "description": "~ Licensed to the Apache Software Foundation (ASF) under one or more",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-    "title": "OneSignal",
-    "sidebar_label": "OneSignal"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "OPC-UA",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-  },
-  "next": {
-    "title": "PostgreSQL",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-378.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-378.json
deleted file mode 100644
index 0f5842d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-378.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "~ Licensed to the Apache Software Foundation (ASF) under one or more",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "RabbitMQ Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  },
-  "next": {
-    "title": "Telegram Publisher",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-bba.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-bba.json
deleted file mode 100644
index 6b36232..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-bba.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "id": "version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "title": "Telegram Publisher",
-  "description": "~ Licensed to the Apache Software Foundation (ASF) under one or more",
-  "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.telegram",
-    "title": "Telegram Publisher",
-    "sidebar_label": "Telegram Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Slack Notification",
-    "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-  },
-  "next": {
-    "title": "Docker Deployment",
-    "permalink": "/docs/0.91.0/deploy-docker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pipeline-elements-md-ebb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pipeline-elements-md-ebb.json
deleted file mode 100644
index e306299..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-pipeline-elements-md-ebb.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "pipeline-elements",
-  "id": "version-0.91.0/pipeline-elements",
-  "title": "Overview",
-  "description": "Data Processor",
-  "source": "@site/versioned_docs/version-0.91.0/pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/pipeline-elements",
-  "permalink": "/docs/0.91.0/pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "pipeline-elements",
-    "title": "Overview",
-    "sidebar_label": "Overview"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-privacy-md-b3c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-privacy-md-b3c.json
deleted file mode 100644
index 23292ad..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-privacy-md-b3c.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "privacy",
-  "id": "version-0.91.0/privacy",
-  "title": "Datenschutzerklärung",
-  "description": "Verantwortliche Stelle",
-  "source": "@site/versioned_docs/version-0.91.0/privacy.md",
-  "sourceDirName": ".",
-  "slug": "/privacy",
-  "permalink": "/docs/0.91.0/privacy",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "privacy",
-    "title": "Datenschutzerklärung",
-    "sidebar_label": "Privacy Notice"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-user-guide-first-steps-md-767.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-user-guide-first-steps-md-767.json
deleted file mode 100644
index 2f772d9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-user-guide-first-steps-md-767.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-first-steps",
-  "id": "version-0.91.0/user-guide-first-steps",
-  "title": "First steps",
-  "description": "In this section, you'll learn how to create and run pipelines in StreamPipes.",
-  "source": "@site/versioned_docs/version-0.91.0/user-guide-first-steps.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-first-steps",
-  "permalink": "/docs/0.91.0/user-guide-first-steps",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-first-steps",
-    "title": "First steps",
-    "sidebar_label": "First steps"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-user-guide-installation-md-661.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-user-guide-installation-md-661.json
deleted file mode 100644
index ca7dfaa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-user-guide-installation-md-661.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-installation",
-  "id": "version-0.91.0/user-guide-installation",
-  "title": "Installation",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.91.0/user-guide-installation.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-installation",
-  "permalink": "/docs/0.91.0/user-guide-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-user-guide-introduction-md-68e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-user-guide-introduction-md-68e.json
deleted file mode 100644
index 0926c75..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-user-guide-introduction-md-68e.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction-old",
-  "id": "version-0.91.0/user-guide-introduction-old",
-  "title": "Introduction",
-  "description": "StreamPipes is a framework that enables users to work with data streams.",
-  "source": "@site/versioned_docs/version-0.91.0/user-guide-introduction.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction-old",
-  "permalink": "/docs/0.91.0/user-guide-introduction-old",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-introduction-old",
-    "title": "Introduction",
-    "sidebar_label": "Introduction"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-user-guide-software-components-md-087.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-user-guide-software-components-md-087.json
deleted file mode 100644
index 4093a81..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-user-guide-software-components-md-087.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-software-components",
-  "id": "version-0.91.0/user-guide-software-components",
-  "title": "Software Components",
-  "description": "This page contains all the software components that can be used within the StreamPipes framework.",
-  "source": "@site/versioned_docs/version-0.91.0/user-guide-software-components.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-software-components",
-  "permalink": "/docs/0.91.0/user-guide-software-components",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-software-components",
-    "title": "Software Components",
-    "sidebar_label": "Software Components"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-user-guide-tour-md-aa9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-user-guide-tour-md-aa9.json
deleted file mode 100644
index 8d51b46..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-91-0-user-guide-tour-md-aa9.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-tour",
-  "id": "version-0.91.0/user-guide-tour",
-  "title": "Tour",
-  "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure.",
-  "source": "@site/versioned_docs/version-0.91.0/user-guide-tour.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-tour",
-  "permalink": "/docs/0.91.0/user-guide-tour",
-  "draft": false,
-  "tags": [],
-  "version": "0.91.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-tour",
-    "title": "Tour",
-    "sidebar_label": "Tour"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-01-try-installation-md-a74.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-01-try-installation-md-a74.json
deleted file mode 100644
index fee5a42..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-01-try-installation-md-a74.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "try-installation",
-  "id": "version-0.92.0/try-installation",
-  "title": "Installation",
-  "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-  "source": "@site/versioned_docs/version-0.92.0/01_try-installation.md",
-  "sourceDirName": ".",
-  "slug": "/try-installation",
-  "permalink": "/docs/try-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation",
-    "original_id": "try-installation"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Overview",
-    "permalink": "/docs/user-guide-introduction"
-  },
-  "next": {
-    "title": "Introduction",
-    "permalink": "/docs/introduction"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-01-try-overview-md-b9d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-01-try-overview-md-b9d.json
deleted file mode 100644
index d027a50..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-01-try-overview-md-b9d.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction",
-  "id": "version-0.92.0/user-guide-introduction",
-  "title": "Apache StreamPipes Documentation",
-  "description": "This is the documentation of Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.92.0/01_try-overview.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction",
-  "permalink": "/docs/user-guide-introduction",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "user-guide-introduction",
-    "title": "Apache StreamPipes Documentation",
-    "sidebar_label": "Overview"
-  },
-  "sidebar": "documentation",
-  "next": {
-    "title": "Installation",
-    "permalink": "/docs/try-installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-01-try-tutorial-md-9ed.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-01-try-tutorial-md-9ed.json
deleted file mode 100644
index 5903788..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-01-try-tutorial-md-9ed.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "try-tutorial",
-  "id": "version-0.92.0/try-tutorial",
-  "title": "Interactive Tutorial",
-  "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox.",
-  "source": "@site/versioned_docs/version-0.92.0/01_try-tutorial.md",
-  "sourceDirName": ".",
-  "slug": "/try-tutorial",
-  "permalink": "/docs/try-tutorial",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 1,
-  "frontMatter": {
-    "id": "try-tutorial",
-    "title": "Interactive Tutorial",
-    "sidebar_label": "Interactive Tutorial"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-concepts-adapter-md-655.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-concepts-adapter-md-655.json
deleted file mode 100644
index dba6087..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-concepts-adapter-md-655.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "concepts-adapter",
-  "id": "version-0.92.0/concepts-adapter",
-  "title": "Data Adapters",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.92.0/02_concepts-adapter.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-adapter",
-  "permalink": "/docs/concepts-adapter",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-adapter",
-    "title": "Data Adapters",
-    "sidebar_label": "Data Adapters"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-concepts-data-streams-md-dc9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-concepts-data-streams-md-dc9.json
deleted file mode 100644
index 18cb842..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-concepts-data-streams-md-dc9.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "concepts-data-streams",
-  "id": "version-0.92.0/concepts-data-streams",
-  "title": "Data Streams",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.92.0/02_concepts-data-streams.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-data-streams",
-  "permalink": "/docs/concepts-data-streams",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-data-streams",
-    "title": "Data Streams",
-    "sidebar_label": "Data Streams"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-concepts-glossary-md-167.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-concepts-glossary-md-167.json
deleted file mode 100644
index 3addd28..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-concepts-glossary-md-167.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "concepts-glossary",
-  "id": "version-0.92.0/concepts-glossary",
-  "title": "Glossary",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.92.0/02_concepts-glossary.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-glossary",
-  "permalink": "/docs/concepts-glossary",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-glossary",
-    "title": "Glossary",
-    "sidebar_label": "Glossary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-concepts-overview-md-009.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-concepts-overview-md-009.json
deleted file mode 100644
index 964b7ce..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-concepts-overview-md-009.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "concepts-overview",
-  "id": "version-0.92.0/concepts-overview",
-  "title": "StreamPipes Concepts",
-  "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-  "source": "@site/versioned_docs/version-0.92.0/02_concepts-overview.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-overview",
-  "permalink": "/docs/concepts-overview",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-overview",
-    "title": "StreamPipes Concepts",
-    "sidebar_label": "Overview"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Introduction",
-    "permalink": "/docs/introduction"
-  },
-  "next": {
-    "title": "StreamPipes Connect",
-    "permalink": "/docs/use-connect"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-concepts-pipeline-md-f16.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-concepts-pipeline-md-f16.json
deleted file mode 100644
index 7f95515..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-concepts-pipeline-md-f16.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "concepts-pipelines",
-  "id": "version-0.92.0/concepts-pipelines",
-  "title": "Pipelines",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.92.0/02_concepts-pipeline.md",
-  "sourceDirName": ".",
-  "slug": "/concepts-pipelines",
-  "permalink": "/docs/concepts-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "concepts-pipelines",
-    "title": "Pipelines",
-    "sidebar_label": "Pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-introduction-md-f34.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-introduction-md-f34.json
deleted file mode 100644
index 989b4d4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-02-introduction-md-f34.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "introduction",
-  "id": "version-0.92.0/introduction",
-  "title": "Introduction",
-  "description": "What is StreamPipes?",
-  "source": "@site/versioned_docs/version-0.92.0/02_introduction.md",
-  "sourceDirName": ".",
-  "slug": "/introduction",
-  "permalink": "/docs/introduction",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 2,
-  "frontMatter": {
-    "id": "introduction",
-    "title": "Introduction",
-    "sidebar_label": "Introduction"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Installation",
-    "permalink": "/docs/try-installation"
-  },
-  "next": {
-    "title": "Overview",
-    "permalink": "/docs/concepts-overview"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-configurations-md-d60.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-configurations-md-d60.json
deleted file mode 100644
index 0431cca..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-configurations-md-d60.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-configurations",
-  "id": "version-0.92.0/use-configurations",
-  "title": "Configurations",
-  "description": "The configuration section is an admin-only interface for system-wide settings.",
-  "source": "@site/versioned_docs/version-0.92.0/03_use-configurations.md",
-  "sourceDirName": ".",
-  "slug": "/use-configurations",
-  "permalink": "/docs/use-configurations",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-configurations",
-    "title": "Configurations",
-    "sidebar_label": "Configurations"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Install Pipeline Elements",
-    "permalink": "/docs/use-install-pipeline-elements"
-  },
-  "next": {
-    "title": "Apache Kafka",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-connect-md-4fa.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-connect-md-4fa.json
deleted file mode 100644
index 9961ddf..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-connect-md-4fa.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-connect",
-  "id": "version-0.92.0/use-connect",
-  "title": "StreamPipes Connect",
-  "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-  "source": "@site/versioned_docs/version-0.92.0/03_use-connect.md",
-  "sourceDirName": ".",
-  "slug": "/use-connect",
-  "permalink": "/docs/use-connect",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-connect",
-    "title": "StreamPipes Connect",
-    "sidebar_label": "StreamPipes Connect"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Overview",
-    "permalink": "/docs/concepts-overview"
-  },
-  "next": {
-    "title": "Pipeline Editor",
-    "permalink": "/docs/use-pipeline-editor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-dashboard-md-4dd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-dashboard-md-4dd.json
deleted file mode 100644
index 1cd0ab8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-dashboard-md-4dd.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-dashboard",
-  "id": "version-0.92.0/use-dashboard",
-  "title": "Live Dashboard",
-  "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-  "source": "@site/versioned_docs/version-0.92.0/03_use-dashboard.md",
-  "sourceDirName": ".",
-  "slug": "/use-dashboard",
-  "permalink": "/docs/use-dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-dashboard",
-    "title": "Live Dashboard",
-    "sidebar_label": "Live Dashboard"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Managing Pipelines",
-    "permalink": "/docs/use-managing-pipelines"
-  },
-  "next": {
-    "title": "Data Explorer",
-    "permalink": "/docs/use-data-explorer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-data-explorer-md-3be.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-data-explorer-md-3be.json
deleted file mode 100644
index 1fb78a3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-data-explorer-md-3be.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-data-explorer",
-  "id": "version-0.92.0/use-data-explorer",
-  "title": "Data Explorer",
-  "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-  "source": "@site/versioned_docs/version-0.92.0/03_use-data-explorer.md",
-  "sourceDirName": ".",
-  "slug": "/use-data-explorer",
-  "permalink": "/docs/use-data-explorer",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-data-explorer",
-    "title": "Data Explorer",
-    "sidebar_label": "Data Explorer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Live Dashboard",
-    "permalink": "/docs/use-dashboard"
-  },
-  "next": {
-    "title": "Notifications",
-    "permalink": "/docs/use-notifications"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-install-pipeline-elements-md-22c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-install-pipeline-elements-md-22c.json
deleted file mode 100644
index 6baff9b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-install-pipeline-elements-md-22c.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-install-pipeline-elements",
-  "id": "version-0.92.0/use-install-pipeline-elements",
-  "title": "Install Pipeline Elements",
-  "description": "Install Pipeline Elements",
-  "source": "@site/versioned_docs/version-0.92.0/03_use-install-pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/use-install-pipeline-elements",
-  "permalink": "/docs/use-install-pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-install-pipeline-elements",
-    "title": "Install Pipeline Elements",
-    "sidebar_label": "Install Pipeline Elements"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Notifications",
-    "permalink": "/docs/use-notifications"
-  },
-  "next": {
-    "title": "Configurations",
-    "permalink": "/docs/use-configurations"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-managing-pipelines-md-6cc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-managing-pipelines-md-6cc.json
deleted file mode 100644
index b4c67d0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-managing-pipelines-md-6cc.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-managing-pipelines",
-  "id": "version-0.92.0/use-managing-pipelines",
-  "title": "Managing Pipelines",
-  "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-  "source": "@site/versioned_docs/version-0.92.0/03_use-managing-pipelines.md",
-  "sourceDirName": ".",
-  "slug": "/use-managing-pipelines",
-  "permalink": "/docs/use-managing-pipelines",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-managing-pipelines",
-    "title": "Managing Pipelines",
-    "sidebar_label": "Managing Pipelines"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Pipeline Editor",
-    "permalink": "/docs/use-pipeline-editor"
-  },
-  "next": {
-    "title": "Live Dashboard",
-    "permalink": "/docs/use-dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-notifications-md-ee0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-notifications-md-ee0.json
deleted file mode 100644
index 34afc51..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-notifications-md-ee0.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-notifications",
-  "id": "version-0.92.0/use-notifications",
-  "title": "Notifications",
-  "description": "The notification module can be used to create internal notifications.",
-  "source": "@site/versioned_docs/version-0.92.0/03_use-notifications.md",
-  "sourceDirName": ".",
-  "slug": "/use-notifications",
-  "permalink": "/docs/use-notifications",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-notifications",
-    "title": "Notifications",
-    "sidebar_label": "Notifications"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Data Explorer",
-    "permalink": "/docs/use-data-explorer"
-  },
-  "next": {
-    "title": "Install Pipeline Elements",
-    "permalink": "/docs/use-install-pipeline-elements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-pipeline-editor-md-d96.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-pipeline-editor-md-d96.json
deleted file mode 100644
index 464aa0b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-03-use-pipeline-editor-md-d96.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "use-pipeline-editor",
-  "id": "version-0.92.0/use-pipeline-editor",
-  "title": "Pipeline Editor",
-  "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-  "source": "@site/versioned_docs/version-0.92.0/03_use-pipeline-editor.md",
-  "sourceDirName": ".",
-  "slug": "/use-pipeline-editor",
-  "permalink": "/docs/use-pipeline-editor",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 3,
-  "frontMatter": {
-    "id": "use-pipeline-editor",
-    "title": "Pipeline Editor",
-    "sidebar_label": "Pipeline Editor"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "StreamPipes Connect",
-    "permalink": "/docs/use-connect"
-  },
-  "next": {
-    "title": "Managing Pipelines",
-    "permalink": "/docs/use-managing-pipelines"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-05-deploy-docker-md-462.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-05-deploy-docker-md-462.json
deleted file mode 100644
index 12c599b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-05-deploy-docker-md-462.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "deploy-docker",
-  "id": "version-0.92.0/deploy-docker",
-  "title": "Docker Deployment",
-  "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-  "source": "@site/versioned_docs/version-0.92.0/05_deploy-docker.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-docker",
-  "permalink": "/docs/deploy-docker",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-docker",
-    "title": "Docker Deployment",
-    "sidebar_label": "Docker Deployment"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Telegram Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-  },
-  "next": {
-    "title": "Kubernetes Deployment",
-    "permalink": "/docs/deploy-kubernetes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-05-deploy-environment-variables-md-917.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-05-deploy-environment-variables-md-917.json
deleted file mode 100644
index d930373..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-05-deploy-environment-variables-md-917.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-  "unversionedId": "deploy-environment-variables",
-  "id": "version-0.92.0/deploy-environment-variables",
-  "title": "deploy-environment-variables",
-  "description": "---",
-  "source": "@site/versioned_docs/version-0.92.0/05_deploy-environment-variables.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-environment-variables",
-  "permalink": "/docs/deploy-environment-variables",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {}
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-05-deploy-kubernetes-md-fe6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-05-deploy-kubernetes-md-fe6.json
deleted file mode 100644
index f406c1d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-05-deploy-kubernetes-md-fe6.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "deploy-kubernetes",
-  "id": "version-0.92.0/deploy-kubernetes",
-  "title": "Kubernetes Deployment",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.92.0/05_deploy-kubernetes.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-kubernetes",
-  "permalink": "/docs/deploy-kubernetes",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-kubernetes",
-    "title": "Kubernetes Deployment",
-    "sidebar_label": "Kubernetes Deployment"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Docker Deployment",
-    "permalink": "/docs/deploy-docker"
-  },
-  "next": {
-    "title": "Use SSL",
-    "permalink": "/docs/deploy-use-ssl"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-05-deploy-security-md-1bf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-05-deploy-security-md-1bf.json
deleted file mode 100644
index 8079d97..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-05-deploy-security-md-1bf.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "deploy-security",
-  "id": "version-0.92.0/deploy-security",
-  "title": "Security",
-  "description": "Overriding default settings",
-  "source": "@site/versioned_docs/version-0.92.0/05_deploy-security.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-security",
-  "permalink": "/docs/deploy-security",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-security",
-    "title": "Security",
-    "sidebar_label": "Security"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Use SSL",
-    "permalink": "/docs/deploy-use-ssl"
-  },
-  "next": {
-    "title": "Development Setup",
-    "permalink": "/docs/extend-setup"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-05-deploy-use-ssl-md-2e1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-05-deploy-use-ssl-md-2e1.json
deleted file mode 100644
index 2bbb629..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-05-deploy-use-ssl-md-2e1.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "deploy-use-ssl",
-  "id": "version-0.92.0/deploy-use-ssl",
-  "title": "Use SSL",
-  "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-  "source": "@site/versioned_docs/version-0.92.0/05_deploy-use-ssl.md",
-  "sourceDirName": ".",
-  "slug": "/deploy-use-ssl",
-  "permalink": "/docs/deploy-use-ssl",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 5,
-  "frontMatter": {
-    "id": "deploy-use-ssl",
-    "title": "Use SSL",
-    "sidebar_label": "Use SSL"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Kubernetes Deployment",
-    "permalink": "/docs/deploy-kubernetes"
-  },
-  "next": {
-    "title": "Security",
-    "permalink": "/docs/deploy-security"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-archetypes-md-d6d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-archetypes-md-d6d.json
deleted file mode 100644
index 4353347..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-archetypes-md-d6d.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-archetypes",
-  "id": "version-0.92.0/extend-archetypes",
-  "title": "Maven Archetypes",
-  "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-  "source": "@site/versioned_docs/version-0.92.0/06_extend-archetypes.md",
-  "sourceDirName": ".",
-  "slug": "/extend-archetypes",
-  "permalink": "/docs/extend-archetypes",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-archetypes",
-    "title": "Maven Archetypes",
-    "sidebar_label": "Maven Archetypes"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "StreamPipes CLI",
-    "permalink": "/docs/extend-cli"
-  },
-  "next": {
-    "title": "Your first data processor",
-    "permalink": "/docs/extend-first-processor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-cli-md-052.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-cli-md-052.json
deleted file mode 100644
index 0962fdc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-cli-md-052.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-cli",
-  "id": "version-0.92.0/extend-cli",
-  "title": "StreamPipes CLI",
-  "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-  "source": "@site/versioned_docs/version-0.92.0/06_extend-cli.md",
-  "sourceDirName": ".",
-  "slug": "/extend-cli",
-  "permalink": "/docs/extend-cli",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-cli",
-    "title": "StreamPipes CLI",
-    "sidebar_label": "StreamPipes CLI"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Development Setup",
-    "permalink": "/docs/extend-setup"
-  },
-  "next": {
-    "title": "Maven Archetypes",
-    "permalink": "/docs/extend-archetypes"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-first-processor-md-fff.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-first-processor-md-fff.json
deleted file mode 100644
index c5e0949..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-first-processor-md-fff.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-first-processor",
-  "id": "version-0.92.0/extend-first-processor",
-  "title": "Your first data processor",
-  "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-  "source": "@site/versioned_docs/version-0.92.0/06_extend-first-processor.md",
-  "sourceDirName": ".",
-  "slug": "/extend-first-processor",
-  "permalink": "/docs/extend-first-processor",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-first-processor",
-    "title": "Your first data processor",
-    "sidebar_label": "Your first data processor"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Maven Archetypes",
-    "permalink": "/docs/extend-archetypes"
-  },
-  "next": {
-    "title": "Tutorial: Data Sources",
-    "permalink": "/docs/extend-tutorial-data-sources"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-event-model-md-415.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-event-model-md-415.json
deleted file mode 100644
index 4f55932..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-event-model-md-415.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-sdk-event-model",
-  "id": "version-0.92.0/extend-sdk-event-model",
-  "title": "SDK Guide: Event Model",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.92.0/06_extend-sdk-event-model.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-event-model",
-  "permalink": "/docs/extend-sdk-event-model",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-event-model",
-    "title": "SDK Guide: Event Model",
-    "sidebar_label": "SDK: Event Model"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Functions",
-    "permalink": "/docs/extend-sdk-functions"
-  },
-  "next": {
-    "title": "SDK: Stream Requirements",
-    "permalink": "/docs/extend-sdk-stream-requirements"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-functions-md-3a5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-functions-md-3a5.json
deleted file mode 100644
index 8d7af57..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-functions-md-3a5.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-sdk-functions",
-  "id": "version-0.92.0/extend-sdk-functions",
-  "title": "SDK Guide: Functions",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.92.0/06_extend-sdk-functions.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-functions",
-  "permalink": "/docs/extend-sdk-functions",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-functions",
-    "title": "SDK Guide: Functions",
-    "sidebar_label": "SDK: Functions"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tutorial: Data Sinks",
-    "permalink": "/docs/extend-tutorial-data-sinks"
-  },
-  "next": {
-    "title": "SDK: Event Model",
-    "permalink": "/docs/extend-sdk-event-model"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-migration-sd-md-ba2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-migration-sd-md-ba2.json
deleted file mode 100644
index 23a0d8d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-migration-sd-md-ba2.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-sdk-migration-service-discovery",
-  "id": "version-0.92.0/extend-sdk-migration-service-discovery",
-  "title": "Migration Guide: New Service Discovery in 0.69.0",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.92.0/06_extend-sdk-migration-sd.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-migration-service-discovery",
-  "permalink": "/docs/extend-sdk-migration-service-discovery",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-migration-service-discovery",
-    "title": "Migration Guide: New Service Discovery in 0.69.0",
-    "sidebar_label": "Migration Guide: 0.69.0"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Output Strategies",
-    "permalink": "/docs/extend-sdk-output-strategies"
-  },
-  "next": {
-    "title": "Architecture",
-    "permalink": "/docs/technicals-architecture"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-output-strategies-md-cb4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-output-strategies-md-cb4.json
deleted file mode 100644
index 5fee7f0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-output-strategies-md-cb4.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-sdk-output-strategies",
-  "id": "version-0.92.0/extend-sdk-output-strategies",
-  "title": "SDK Guide: Output Strategies",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.92.0/06_extend-sdk-output-strategies.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-output-strategies",
-  "permalink": "/docs/extend-sdk-output-strategies",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-output-strategies",
-    "title": "SDK Guide: Output Strategies",
-    "sidebar_label": "SDK: Output Strategies"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Static Properties",
-    "permalink": "/docs/extend-sdk-static-properties"
-  },
-  "next": {
-    "title": "Migration Guide: 0.69.0",
-    "permalink": "/docs/extend-sdk-migration-service-discovery"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-static-properties-md-551.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-static-properties-md-551.json
deleted file mode 100644
index 91b9778..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-static-properties-md-551.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-sdk-static-properties",
-  "id": "version-0.92.0/extend-sdk-static-properties",
-  "title": "SDK Guide: Static Properties",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.92.0/06_extend-sdk-static-properties.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-static-properties",
-  "permalink": "/docs/extend-sdk-static-properties",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-static-properties",
-    "title": "SDK Guide: Static Properties",
-    "sidebar_label": "SDK: Static Properties"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Stream Requirements",
-    "permalink": "/docs/extend-sdk-stream-requirements"
-  },
-  "next": {
-    "title": "SDK: Output Strategies",
-    "permalink": "/docs/extend-sdk-output-strategies"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-stream-requirements-md-b59.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-stream-requirements-md-b59.json
deleted file mode 100644
index 86654a0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-sdk-stream-requirements-md-b59.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-sdk-stream-requirements",
-  "id": "version-0.92.0/extend-sdk-stream-requirements",
-  "title": "SDK Guide: Stream Requirements",
-  "description": "Introduction",
-  "source": "@site/versioned_docs/version-0.92.0/06_extend-sdk-stream-requirements.md",
-  "sourceDirName": ".",
-  "slug": "/extend-sdk-stream-requirements",
-  "permalink": "/docs/extend-sdk-stream-requirements",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-sdk-stream-requirements",
-    "title": "SDK Guide: Stream Requirements",
-    "sidebar_label": "SDK: Stream Requirements"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "SDK: Event Model",
-    "permalink": "/docs/extend-sdk-event-model"
-  },
-  "next": {
-    "title": "SDK: Static Properties",
-    "permalink": "/docs/extend-sdk-static-properties"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-setup-md-ca8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-setup-md-ca8.json
deleted file mode 100644
index 825c461..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-setup-md-ca8.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "unversionedId": "extend-setup",
-  "id": "version-0.92.0/extend-setup",
-  "title": "Development Setup",
-  "description": "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.",
-  "source": "@site/versioned_docs/version-0.92.0/06_extend-setup.md",
-  "sourceDirName": ".",
-  "slug": "/extend-setup",
-  "permalink": "/docs/extend-setup",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-setup",
-    "title": "Development Setup",
-    "sidebar_label": "Development Setup",
-    "original_id": "extend-setup"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Security",
-    "permalink": "/docs/deploy-security"
-  },
-  "next": {
-    "title": "StreamPipes CLI",
-    "permalink": "/docs/extend-cli"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-tutorial-data-processors-md-a3a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-tutorial-data-processors-md-a3a.json
deleted file mode 100644
index 07704a6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-tutorial-data-processors-md-a3a.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-processors",
-  "id": "version-0.92.0/extend-tutorial-data-processors",
-  "title": "Tutorial: Data Processors",
-  "description": "In this tutorial, we will add a new data processor.",
-  "source": "@site/versioned_docs/version-0.92.0/06_extend-tutorial-data-processors.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-processors",
-  "permalink": "/docs/extend-tutorial-data-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-processors",
-    "title": "Tutorial: Data Processors",
-    "sidebar_label": "Tutorial: Data Processors"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tutorial: Data Sources",
-    "permalink": "/docs/extend-tutorial-data-sources"
-  },
-  "next": {
-    "title": "Tutorial: Data Sinks",
-    "permalink": "/docs/extend-tutorial-data-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-tutorial-data-sinks-md-158.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-tutorial-data-sinks-md-158.json
deleted file mode 100644
index 9141bde..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-tutorial-data-sinks-md-158.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sinks",
-  "id": "version-0.92.0/extend-tutorial-data-sinks",
-  "title": "Tutorial: Data Sinks",
-  "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-  "source": "@site/versioned_docs/version-0.92.0/06_extend-tutorial-data-sinks.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sinks",
-  "permalink": "/docs/extend-tutorial-data-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sinks",
-    "title": "Tutorial: Data Sinks",
-    "sidebar_label": "Tutorial: Data Sinks"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tutorial: Data Processors",
-    "permalink": "/docs/extend-tutorial-data-processors"
-  },
-  "next": {
-    "title": "SDK: Functions",
-    "permalink": "/docs/extend-sdk-functions"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-tutorial-data-sources-md-d42.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-tutorial-data-sources-md-d42.json
deleted file mode 100644
index f59c91f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-06-extend-tutorial-data-sources-md-d42.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "extend-tutorial-data-sources",
-  "id": "version-0.92.0/extend-tutorial-data-sources",
-  "title": "Tutorial: Data Sources",
-  "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-  "source": "@site/versioned_docs/version-0.92.0/06_extend-tutorial-data-sources.md",
-  "sourceDirName": ".",
-  "slug": "/extend-tutorial-data-sources",
-  "permalink": "/docs/extend-tutorial-data-sources",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 6,
-  "frontMatter": {
-    "id": "extend-tutorial-data-sources",
-    "title": "Tutorial: Data Sources",
-    "sidebar_label": "Tutorial: Data Sources"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Your first data processor",
-    "permalink": "/docs/extend-first-processor"
-  },
-  "next": {
-    "title": "Tutorial: Data Processors",
-    "permalink": "/docs/extend-tutorial-data-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-07-technicals-architecture-md-3c4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-07-technicals-architecture-md-3c4.json
deleted file mode 100644
index b5cb8e7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-07-technicals-architecture-md-3c4.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "technicals-architecture",
-  "id": "version-0.92.0/technicals-architecture",
-  "title": "Architecture",
-  "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-  "source": "@site/versioned_docs/version-0.92.0/07_technicals-architecture.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-architecture",
-  "permalink": "/docs/technicals-architecture",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-architecture",
-    "title": "Architecture",
-    "sidebar_label": "Architecture"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Migration Guide: 0.69.0",
-    "permalink": "/docs/extend-sdk-migration-service-discovery"
-  },
-  "next": {
-    "title": "User Guidance",
-    "permalink": "/docs/technicals-user-guidance"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-07-technicals-configuration-md-73e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-07-technicals-configuration-md-73e.json
deleted file mode 100644
index 8938238..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-07-technicals-configuration-md-73e.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "technicals-configuration",
-  "id": "version-0.92.0/technicals-configuration",
-  "title": "Configuration",
-  "description": "On this page we explain how the StreamPipes configuration works.",
-  "source": "@site/versioned_docs/version-0.92.0/07_technicals-configuration.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-configuration",
-  "permalink": "/docs/technicals-configuration",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-configuration",
-    "title": "Configuration",
-    "sidebar_label": "Configuration"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Messaging",
-    "permalink": "/docs/technicals-messaging"
-  },
-  "next": {
-    "title": "Get Help",
-    "permalink": "/docs/community-get-help"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-07-technicals-messaging-md-929.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-07-technicals-messaging-md-929.json
deleted file mode 100644
index e1ec4ee..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-07-technicals-messaging-md-929.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "technicals-messaging",
-  "id": "version-0.92.0/technicals-messaging",
-  "title": "Messaging",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.92.0/07_technicals-messaging.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-messaging",
-  "permalink": "/docs/technicals-messaging",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-messaging",
-    "title": "Messaging",
-    "sidebar_label": "Messaging"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Runtime Wrappers",
-    "permalink": "/docs/technicals-runtime-wrappers"
-  },
-  "next": {
-    "title": "Configuration",
-    "permalink": "/docs/technicals-configuration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-07-technicals-runtime-wrappers-md-778.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-07-technicals-runtime-wrappers-md-778.json
deleted file mode 100644
index e33c031..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-07-technicals-runtime-wrappers-md-778.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "technicals-runtime-wrappers",
-  "id": "version-0.92.0/technicals-runtime-wrappers",
-  "title": "Runtime Wrappers",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.92.0/07_technicals-runtime-wrappers.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-runtime-wrappers",
-  "permalink": "/docs/technicals-runtime-wrappers",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-runtime-wrappers",
-    "title": "Runtime Wrappers",
-    "sidebar_label": "Runtime Wrappers"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "User Guidance",
-    "permalink": "/docs/technicals-user-guidance"
-  },
-  "next": {
-    "title": "Messaging",
-    "permalink": "/docs/technicals-messaging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-07-technicals-user-guidance-md-df7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-07-technicals-user-guidance-md-df7.json
deleted file mode 100644
index fad1b24..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-07-technicals-user-guidance-md-df7.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "technicals-user-guidance",
-  "id": "version-0.92.0/technicals-user-guidance",
-  "title": "User Guidance",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.92.0/07_technicals-user-guidance.md",
-  "sourceDirName": ".",
-  "slug": "/technicals-user-guidance",
-  "permalink": "/docs/technicals-user-guidance",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 7,
-  "frontMatter": {
-    "id": "technicals-user-guidance",
-    "title": "User Guidance",
-    "sidebar_label": "User Guidance"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Architecture",
-    "permalink": "/docs/technicals-architecture"
-  },
-  "next": {
-    "title": "Runtime Wrappers",
-    "permalink": "/docs/technicals-runtime-wrappers"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-08-debugging-md-cbc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-08-debugging-md-cbc.json
deleted file mode 100644
index 7029aa2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-08-debugging-md-cbc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "debugging-debugging",
-  "id": "version-0.92.0/debugging-debugging",
-  "title": "Debugging",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.92.0/08_debugging.md",
-  "sourceDirName": ".",
-  "slug": "/debugging-debugging",
-  "permalink": "/docs/debugging-debugging",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "debugging-debugging",
-    "title": "Debugging",
-    "sidebar_label": "Debugging"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-08-monitoring-md-c33.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-08-monitoring-md-c33.json
deleted file mode 100644
index 331c96f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-08-monitoring-md-c33.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "debugging-monitoring",
-  "id": "version-0.92.0/debugging-monitoring",
-  "title": "Monitoring",
-  "description": "tbd",
-  "source": "@site/versioned_docs/version-0.92.0/08_monitoring.md",
-  "sourceDirName": ".",
-  "slug": "/debugging-monitoring",
-  "permalink": "/docs/debugging-monitoring",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 8,
-  "frontMatter": {
-    "id": "debugging-monitoring",
-    "title": "Monitoring",
-    "sidebar_label": "Monitoring"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-09-contribute-md-8f3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-09-contribute-md-8f3.json
deleted file mode 100644
index afe3c06..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-09-contribute-md-8f3.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
-  "unversionedId": "community-contribute",
-  "id": "version-0.92.0/community-contribute",
-  "title": "Contribute",
-  "description": "Contribute",
-  "source": "@site/versioned_docs/version-0.92.0/09_contribute.md",
-  "sourceDirName": ".",
-  "slug": "/community-contribute",
-  "permalink": "/docs/community-contribute",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-contribute",
-    "title": "Contribute",
-    "sidebar_label": "Contribute"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Get Help",
-    "permalink": "/docs/community-get-help"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-09-get-help-md-565.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-09-get-help-md-565.json
deleted file mode 100644
index e260fb2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-09-get-help-md-565.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "unversionedId": "community-get-help",
-  "id": "version-0.92.0/community-get-help",
-  "title": "Get Help",
-  "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-  "source": "@site/versioned_docs/version-0.92.0/09_get-help.md",
-  "sourceDirName": ".",
-  "slug": "/community-get-help",
-  "permalink": "/docs/community-get-help",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "sidebarPosition": 9,
-  "frontMatter": {
-    "id": "community-get-help",
-    "title": "Get Help",
-    "sidebar_label": "Get Help"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Configuration",
-    "permalink": "/docs/technicals-configuration"
-  },
-  "next": {
-    "title": "Contribute",
-    "permalink": "/docs/community-contribute"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-dev-guide-archetype-md-59b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-dev-guide-archetype-md-59b.json
deleted file mode 100644
index f57bb1d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-dev-guide-archetype-md-59b.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-archetype",
-  "id": "version-0.92.0/dev-guide-archetype",
-  "title": "Start Developing",
-  "description": "",
-  "source": "@site/versioned_docs/version-0.92.0/dev-guide-archetype.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-archetype",
-  "permalink": "/docs/dev-guide-archetype",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-archetype",
-    "title": "Start Developing",
-    "sidebar_label": "Start Developing",
-    "original_id": "dev-guide-archetype"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-dev-guide-introduction-md-a01.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-dev-guide-introduction-md-a01.json
deleted file mode 100644
index a184c73..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-dev-guide-introduction-md-a01.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "dev-guide-introduction",
-  "id": "version-0.92.0/dev-guide-introduction",
-  "title": "Introduction",
-  "description": "StreamPipes is an open platform which can be easily extended at runtime by adding new data streams, data processors and data sinks.",
-  "source": "@site/versioned_docs/version-0.92.0/dev-guide-introduction.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-introduction",
-  "permalink": "/docs/dev-guide-introduction",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-introduction",
-    "title": "Introduction",
-    "sidebar_label": "Introduction"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-dev-guide-processor-sdk-md-7d3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-dev-guide-processor-sdk-md-7d3.json
deleted file mode 100644
index f66ef8b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-dev-guide-processor-sdk-md-7d3.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-processors",
-  "id": "version-0.92.0/dev-guide-sdk-guide-processors",
-  "title": "SDK Guide: Data Processors",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.92.0/dev-guide-processor-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-processors",
-  "permalink": "/docs/dev-guide-sdk-guide-processors",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-processors",
-    "title": "SDK Guide: Data Processors",
-    "sidebar_label": "SDK Guide: Data Processors",
-    "original_id": "dev-guide-sdk-guide-processors"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-dev-guide-sink-sdk-md-d78.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-dev-guide-sink-sdk-md-d78.json
deleted file mode 100644
index 893aa6e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-dev-guide-sink-sdk-md-d78.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "dev-guide-sdk-guide-sinks",
-  "id": "version-0.92.0/dev-guide-sdk-guide-sinks",
-  "title": "SDK Guide: Data Sinks",
-  "description": "Project Setup",
-  "source": "@site/versioned_docs/version-0.92.0/dev-guide-sink-sdk.md",
-  "sourceDirName": ".",
-  "slug": "/dev-guide-sdk-guide-sinks",
-  "permalink": "/docs/dev-guide-sdk-guide-sinks",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "dev-guide-sdk-guide-sinks",
-    "title": "SDK Guide: Data Sinks",
-    "sidebar_label": "SDK Guide: Data Sinks",
-    "original_id": "dev-guide-sdk-guide-sinks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-faq-common-problems-md-9bf.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-faq-common-problems-md-9bf.json
deleted file mode 100644
index f2e5793..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-faq-common-problems-md-9bf.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "faq-common-problems",
-  "id": "version-0.92.0/faq-common-problems",
-  "title": "Common Problems",
-  "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-  "source": "@site/versioned_docs/version-0.92.0/faq-common-problems.md",
-  "sourceDirName": ".",
-  "slug": "/faq-common-problems",
-  "permalink": "/docs/faq-common-problems",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "faq-common-problems",
-    "title": "Common Problems",
-    "sidebar_label": "Common Problems"
-  },
-  "sidebar": "faq"
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-license-md-c3c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-license-md-c3c.json
deleted file mode 100644
index aab046a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-license-md-c3c.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-  "unversionedId": "license",
-  "id": "version-0.92.0/license",
-  "title": "license",
-  "description": "---",
-  "source": "@site/versioned_docs/version-0.92.0/license.md",
-  "sourceDirName": ".",
-  "slug": "/license",
-  "permalink": "/docs/license",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {}
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-coindesk-md-dd9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-coindesk-md-dd9.json
deleted file mode 100644
index 5c4100f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-coindesk-md-dd9.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.coindesk",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "title": "Coindesk Bitcoin Price",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.coindesk.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.coindesk",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.coindesk",
-    "title": "Coindesk Bitcoin Price",
-    "sidebar_label": "Coindesk Bitcoin Price"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Apache Pulsar",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-  },
-  "next": {
-    "title": "File Stream",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-49f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-49f.json
deleted file mode 100644
index 7fdf278..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-md-49f.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "title": "Flic MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.flic.mqtt",
-    "title": "Flic MQTT",
-    "sidebar_label": "Flic MQTT"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "File Set",
-    "permalink": "/docs/pe/org.apache.streampipes.protocol.set.file"
-  },
-  "next": {
-    "title": "GDELT",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.gdelt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-gdelt-md-af0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-gdelt-md-af0.json
deleted file mode 100644
index 1e9e37c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-gdelt-md-af0.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.gdelt",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "title": "GDELT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.gdelt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.gdelt",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.gdelt",
-    "title": "GDELT",
-    "sidebar_label": "GDELT"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Flic MQTT",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-  },
-  "next": {
-    "title": "HTTP Server",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-iex-news-md-e32.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-iex-news-md-e32.json
deleted file mode 100644
index 3daf24f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-iex-news-md-e32.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.news",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "title": "IEX Cloud News",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.iex.news.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iex.news",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.news",
-    "title": "IEX Cloud News",
-    "sidebar_label": "IEX Cloud News"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "HTTP Stream",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.http"
-  },
-  "next": {
-    "title": "IEX Cloud Stock Quotes",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-8a4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-8a4.json
deleted file mode 100644
index 8fc0257..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-md-8a4.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "title": "IEX Cloud Stock Quotes",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iex.stocks",
-    "title": "IEX Cloud Stock Quotes",
-    "sidebar_label": "IEX Cloud Stock Quotes"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "IEX Cloud News",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iex.news"
-  },
-  "next": {
-    "title": "ISS Location",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iss"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-image-set-md-886.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-image-set-md-886.json
deleted file mode 100644
index 930087f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-image-set-md-886.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.set",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.image.set",
-  "title": "Image Upload (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.image.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.set",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.image.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.set",
-    "title": "Image Upload (Set)",
-    "sidebar_label": "Image Upload (Set)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "ISS Location",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iss"
-  },
-  "next": {
-    "title": "Image Upload (Stream)",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.image.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-image-stream-md-1db.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-image-stream-md-1db.json
deleted file mode 100644
index 9727daa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-image-stream-md-1db.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.stream",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "title": "Image Upload (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.image.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.image.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.image.stream",
-    "title": "Image Upload (Stream)",
-    "sidebar_label": "Image Upload (Stream)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Upload (Set)",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.image.set"
-  },
-  "next": {
-    "title": "InfluxDB Set Adapter",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-18c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-18c.json
deleted file mode 100644
index 9dc0f48..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-md-18c.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "title": "InfluxDB Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.set",
-    "title": "InfluxDB Set Adapter",
-    "sidebar_label": "InfluxDB Set Adapter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Upload (Stream)",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.image.stream"
-  },
-  "next": {
-    "title": "InfluxDB Stream Adapter",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-9be.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-9be.json
deleted file mode 100644
index 150520f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-influxdb-stream-md-9be.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "title": "InfluxDB Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.influxdb.stream",
-    "title": "InfluxDB Stream Adapter",
-    "sidebar_label": "InfluxDB Stream Adapter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "InfluxDB Set Adapter",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-  },
-  "next": {
-    "title": "MQTT",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-iss-md-545.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-iss-md-545.json
deleted file mode 100644
index 9d3fc08..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-iss-md-545.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.iss",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.iss",
-  "title": "ISS Location",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.iss.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.iss",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iss",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.iss",
-    "title": "ISS Location",
-    "sidebar_label": "ISS Location"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "IEX Cloud Stock Quotes",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-  },
-  "next": {
-    "title": "Image Upload (Set)",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.image.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-mysql-set-md-7d1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-mysql-set-md-7d1.json
deleted file mode 100644
index cc8f702..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-mysql-set-md-7d1.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "title": "MySQL Set Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.set",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.set",
-    "title": "MySQL Set Adapter",
-    "sidebar_label": "MySQL Set Adapter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Machine Data Simulator",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-  },
-  "next": {
-    "title": "MySql Stream Adapter",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-d48.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-d48.json
deleted file mode 100644
index 70fa259..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-md-d48.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "title": "MySql Stream Adapter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.mysql.stream",
-    "title": "MySql Stream Adapter",
-    "sidebar_label": "MySql Stream Adapter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MySQL Set Adapter",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.set"
-  },
-  "next": {
-    "title": "NETIO MQTT M2M",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-778.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-778.json
deleted file mode 100644
index bd5691d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-md-778.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "title": "NETIO MQTT M2M",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.mqtt",
-    "title": "NETIO MQTT M2M",
-    "sidebar_label": "NETIO MQTT M2M"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MySql Stream Adapter",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-  },
-  "next": {
-    "title": "NETIO http JSON",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.netio.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-netio-rest-md-112.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-netio-rest-md-112.json
deleted file mode 100644
index 781259f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-netio-rest-md-112.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "title": "NETIO http JSON",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.netio.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.netio.rest",
-    "title": "NETIO http JSON",
-    "sidebar_label": "NETIO http JSON"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NETIO MQTT M2M",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-  },
-  "next": {
-    "title": "NSW Traffic Cameras",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-d2d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-d2d.json
deleted file mode 100644
index 64aaaf2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-md-d2d.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "title": "NSW Traffic Cameras",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-    "title": "NSW Traffic Cameras",
-    "sidebar_label": "NSW Traffic Cameras"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NETIO http JSON",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.netio.rest"
-  },
-  "next": {
-    "title": "OPC UA",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-opcua-md-b2f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-opcua-md-b2f.json
deleted file mode 100644
index bf1b9d3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-opcua-md-b2f.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.opcua",
-  "title": "OPC UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.opcua",
-    "title": "OPC UA",
-    "sidebar_label": "OPC UA"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NSW Traffic Cameras",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-  },
-  "next": {
-    "title": "PLC4X MODBUS",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-e84.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-e84.json
deleted file mode 100644
index c81d040..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-md-e84.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "title": "PLC4X MODBUS",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.modbus",
-    "title": "PLC4X MODBUS",
-    "sidebar_label": "PLC4X MODBUS"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "OPC UA",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.opcua"
-  },
-  "next": {
-    "title": "PLC4X S7",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-0e0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-0e0.json
deleted file mode 100644
index 717e7d2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-md-0e0.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "title": "PLC4X S7",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.plc4x.s7",
-    "title": "PLC4X S7",
-    "sidebar_label": "PLC4X S7"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "PLC4X MODBUS",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-  },
-  "next": {
-    "title": "ROS Bridge",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.ros"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-ros-md-609.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-ros-md-609.json
deleted file mode 100644
index f89375b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-ros-md-609.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ros",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.ros",
-  "title": "ROS Bridge",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.ros.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ros",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.ros",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ros",
-    "title": "ROS Bridge",
-    "sidebar_label": "ROS Bridge"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "PLC4X S7",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-  },
-  "next": {
-    "title": "Random Data Simulator (Set)",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-6a7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-6a7.json
deleted file mode 100644
index c44ae32..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-md-6a7.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "title": "Machine Data Simulator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.machine",
-    "title": "Machine Data Simulator",
-    "sidebar_label": "Machine Data Simulator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MQTT",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-  },
-  "next": {
-    "title": "MySQL Set Adapter",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.set"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-20e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-20e.json
deleted file mode 100644
index 3beeaea..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-md-20e.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "title": "Random Data Simulator (Set)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdataset",
-    "title": "Random Data Simulator (Set)",
-    "sidebar_label": "Random Data Simulator (Set)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "ROS Bridge",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.ros"
-  },
-  "next": {
-    "title": "Random Data Simulator (Stream)",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-ffe.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-ffe.json
deleted file mode 100644
index ce95ce5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-md-ffe.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "title": "Random Data Simulator (Stream)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-    "title": "Random Data Simulator (Stream)",
-    "sidebar_label": "Random Data Simulator (Stream)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Random Data Simulator (Set)",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-  },
-  "next": {
-    "title": "Slack",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-slack-md-958.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-slack-md-958.json
deleted file mode 100644
index 695db1f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-slack-md-958.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.slack",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.slack",
-  "title": "Slack",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.slack",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.slack",
-    "title": "Slack",
-    "sidebar_label": "Slack"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Random Data Simulator (Stream)",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-  },
-  "next": {
-    "title": "TI Sensor Tag",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.ti"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-ti-md-9ab.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-ti-md-9ab.json
deleted file mode 100644
index 04dcb40..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-ti-md-9ab.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.ti",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.ti",
-  "title": "TI Sensor Tag",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.ti.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.ti",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.ti",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.ti",
-    "title": "TI Sensor Tag",
-    "sidebar_label": "TI Sensor Tag"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Slack",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.slack"
-  },
-  "next": {
-    "title": "Wikipedia Edits",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-351.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-351.json
deleted file mode 100644
index 8267271..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-md-351.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "title": "Wikipedia Edits",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.edit",
-    "title": "Wikipedia Edits",
-    "sidebar_label": "Wikipedia Edits"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "TI Sensor Tag",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.ti"
-  },
-  "next": {
-    "title": "Wikipedia New Articles",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-960.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-960.json
deleted file mode 100644
index 4ba73c1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-md-960.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "title": "Wikipedia New Articles",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.adapters.wikipedia.new",
-    "title": "Wikipedia New Articles",
-    "sidebar_label": "Wikipedia New Articles"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Wikipedia Edits",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-  },
-  "next": {
-    "title": "Absence",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-file-md-423.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-file-md-423.json
deleted file mode 100644
index 0d27227..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-file-md-423.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.file",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "title": "File Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.file",
-    "title": "File Stream",
-    "sidebar_label": "File Stream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Coindesk Bitcoin Price",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.coindesk"
-  },
-  "next": {
-    "title": "File Set",
-    "permalink": "/docs/pe/org.apache.streampipes.protocol.set.file"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-http-md-c15.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-http-md-c15.json
deleted file mode 100644
index 6a78dbe..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-http-md-c15.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.http",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "title": "HTTP Stream",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.http",
-    "title": "HTTP Stream",
-    "sidebar_label": "HTTP Stream"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "HTTP Set",
-    "permalink": "/docs/pe/org.apache.streampipes.protocol.set.http"
-  },
-  "next": {
-    "title": "IEX Cloud News",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iex.news"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-ce0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-ce0.json
deleted file mode 100644
index 8216060..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-md-ce0.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "title": "HTTP Server",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.httpserver",
-    "title": "HTTP Server",
-    "sidebar_label": "HTTP Server"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "GDELT",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.gdelt"
-  },
-  "next": {
-    "title": "HTTP Set",
-    "permalink": "/docs/pe/org.apache.streampipes.protocol.set.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-d27.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-d27.json
deleted file mode 100644
index 6f38539..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-md-d27.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "title": "Apache Kafka",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.kafka",
-    "title": "Apache Kafka",
-    "sidebar_label": "Apache Kafka"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Configurations",
-    "permalink": "/docs/use-configurations"
-  },
-  "next": {
-    "title": "Apache Pulsar",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-74a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-74a.json
deleted file mode 100644
index 7e9008c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-md-74a.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "title": "MQTT",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.mqtt",
-    "title": "MQTT",
-    "sidebar_label": "MQTT"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "InfluxDB Stream Adapter",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-  },
-  "next": {
-    "title": "Machine Data Simulator",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-7ce.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-7ce.json
deleted file mode 100644
index 9645029..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-md-7ce.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "id": "version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "title": "Apache Pulsar",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.connect.protocol.stream.pulsar",
-    "title": "Apache Pulsar",
-    "sidebar_label": "Apache Pulsar"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Apache Kafka",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-  },
-  "next": {
-    "title": "Coindesk Bitcoin Price",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.coindesk"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-geo-flink-md-d22.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-geo-flink-md-d22.json
deleted file mode 100644
index 7fb2480..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-geo-flink-md-d22.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.flink",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processor.geo.flink",
-  "title": "Spatial Grid Enrichment",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.flink.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.flink",
-  "permalink": "/docs/pe/org.apache.streampipes.processor.geo.flink",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.flink",
-    "title": "Spatial Grid Enrichment",
-    "sidebar_label": "Spatial Grid Enrichment"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Size Measure",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  },
-  "next": {
-    "title": "Speed Calculator",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-8e5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-8e5.json
deleted file mode 100644
index 74a2190..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-md-8e5.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "title": "Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-    "title": "Google Maps Geocoder",
-    "sidebar_label": "Google Maps Geocoder"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Generic Image Classification",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  },
-  "next": {
-    "title": "Image Cropper",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-9a3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-9a3.json
deleted file mode 100644
index b240dbc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-md-9a3.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "title": "Reverse Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-    "title": "Reverse Geocoder",
-    "sidebar_label": "Reverse Geocoder"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Rate Limit",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.limit"
-  },
-  "next": {
-    "title": "Sentence Detection (English)",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-4de.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-4de.json
deleted file mode 100644
index 2af2138..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-md-4de.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "title": "Static Google Maps Geocoder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-    "title": "Static Google Maps Geocoder",
-    "sidebar_label": "Static Google Maps Geocoder"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Static Distance Calculator",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  },
-  "next": {
-    "title": "Static Math",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-8f5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-8f5.json
deleted file mode 100644
index 0d11324..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-md-8f5.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "title": "Generic Image Classification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-    "title": "Generic Image Classification",
-    "sidebar_label": "Generic Image Classification"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Frequency Change",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-  },
-  "next": {
-    "title": "Google Maps Geocoder",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-9b9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-9b9.json
deleted file mode 100644
index 29afd7b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-md-9b9.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "title": "Image Cropper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-    "title": "Image Cropper",
-    "sidebar_label": "Image Cropper"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Google Maps Geocoder",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-  },
-  "next": {
-    "title": "Image Enricher",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-c57.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-c57.json
deleted file mode 100644
index 6075584..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-md-c57.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "title": "Image Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-    "title": "Image Enricher",
-    "sidebar_label": "Image Enricher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Cropper",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-  },
-  "next": {
-    "title": "Language Detection",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-5e2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-5e2.json
deleted file mode 100644
index 1fbc782..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-md-5e2.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "title": "QR Code Reader",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-    "title": "QR Code Reader",
-    "sidebar_label": "QR Code Reader"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Projection",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.project"
-  },
-  "next": {
-    "title": "Rate Limit",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.limit"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-0be.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-0be.json
deleted file mode 100644
index 6c739c9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-md-0be.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "title": "Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-    "title": "Aggregation",
-    "sidebar_label": "Aggregation"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Absence",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-  },
-  "next": {
-    "title": "And",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-3fb.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-3fb.json
deleted file mode 100644
index 0acc234..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-aggregation-flink-count-md-3fb.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "title": "Count Aggregation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.count",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.count",
-    "title": "Count Aggregation",
-    "sidebar_label": "Count Aggregation"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Compose",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.compose"
-  },
-  "next": {
-    "title": "Count Array",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-7ff.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-7ff.json
deleted file mode 100644
index ed0eb37..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-md-7ff.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "title": "Event Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-    "title": "Event Counter",
-    "sidebar_label": "Event Counter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "EPSG Code",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  },
-  "next": {
-    "title": "Event Rate",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-b29.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-b29.json
deleted file mode 100644
index d4242ae..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-md-b29.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "title": "Event Rate",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-    "title": "Event Rate",
-    "sidebar_label": "Event Rate"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Event Counter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-  },
-  "next": {
-    "title": "Field Converter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-871.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-871.json
deleted file mode 100644
index 089437d..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-md-871.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "title": "Cusum",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.changedetection.jvm.cusum",
-    "title": "Cusum",
-    "sidebar_label": "Cusum"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Creates JTS Point",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  },
-  "next": {
-    "title": "Distance Calculator",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-fd6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-fd6.json
deleted file mode 100644
index 6b81755..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-md-fd6.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "title": "Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-    "title": "Math",
-    "sidebar_label": "Math"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Language Detection",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  },
-  "next": {
-    "title": "Measure Time Between Two Sensors",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-f22.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-f22.json
deleted file mode 100644
index 4c8ac5a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-md-f22.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "title": "Static Math",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-    "title": "Static Math",
-    "sidebar_label": "Static Math"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Static Google Maps Geocoder",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  },
-  "next": {
-    "title": "Statistics Summary",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-bc0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-bc0.json
deleted file mode 100644
index 9ea89ba..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-md-bc0.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "title": "Trigonometry Functions",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-    "title": "Trigonometry Functions",
-    "sidebar_label": "Trigonometry Functions"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Trend",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.increase"
-  },
-  "next": {
-    "title": "URL Dereferencing",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-2ff.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-2ff.json
deleted file mode 100644
index 64b8e9a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-md-2ff.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "title": "URL Dereferencing",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-    "title": "URL Dereferencing",
-    "sidebar_label": "URL Dereferencing"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Trigonometry Functions",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  },
-  "next": {
-    "title": "Value Changed",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-32c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-32c.json
deleted file mode 100644
index 8ec4885..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-md-32c.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "title": "Timestamp Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-    "title": "Timestamp Enricher",
-    "sidebar_label": "Timestamp Enricher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Threshold Detector",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-  },
-  "next": {
-    "title": "Timestamp Extractor",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-fd2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-fd2.json
deleted file mode 100644
index 08b1fdd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-md-fd2.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "title": "Size Measure",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-    "title": "Size Measure",
-    "sidebar_label": "Size Measure"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Single Trajectory Creator",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  },
-  "next": {
-    "title": "Spatial Grid Enrichment",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.geo.flink"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-compose-md-212.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-compose-md-212.json
deleted file mode 100644
index 293663c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-compose-md-212.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "title": "Compose",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.compose",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.compose",
-    "title": "Compose",
-    "sidebar_label": "Compose"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Chunker (English)",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-  },
-  "next": {
-    "title": "Count Aggregation",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.count"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-09d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-09d.json
deleted file mode 100644
index cb28431..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-md-09d.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "title": "Merge Two Streams",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-    "title": "Merge Two Streams",
-    "sidebar_label": "Merge Two Streams"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Measurement Unit Converter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  },
-  "next": {
-    "title": "Name Finder",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-8c5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-8c5.json
deleted file mode 100644
index 4ddcdf6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-limit-md-8c5.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "title": "Rate Limit",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.limit",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.limit",
-    "title": "Rate Limit",
-    "sidebar_label": "Rate Limit"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "QR Code Reader",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-  },
-  "next": {
-    "title": "Reverse Geocoder",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-fd1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-fd1.json
deleted file mode 100644
index b14fe8f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-merge-md-fd1.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "title": "Synchronize Two Streams",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.merge",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.merge",
-    "title": "Synchronize Two Streams",
-    "sidebar_label": "Synchronize Two Streams"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "String To State",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  },
-  "next": {
-    "title": "Task Duration",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-478.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-478.json
deleted file mode 100644
index e9b67d7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-md-478.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "title": "Numerical Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-    "title": "Numerical Filter",
-    "sidebar_label": "Numerical Filter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Number Labeler",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  },
-  "next": {
-    "title": "Numerical Filter (Siddhi)",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-3ea.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-3ea.json
deleted file mode 100644
index d171e69..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-md-3ea.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "title": "Numerical Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-    "title": "Numerical Text Filter",
-    "sidebar_label": "Numerical Text Filter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Numerical Filter (Siddhi)",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-  },
-  "next": {
-    "title": "Part of Speech (English)",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-project-md-f65.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-project-md-f65.json
deleted file mode 100644
index b2c1087..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-project-md-f65.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.project",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "title": "Projection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.project.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.project",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.project",
-    "title": "Projection",
-    "sidebar_label": "Projection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Peak Detection",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  },
-  "next": {
-    "title": "QR Code Reader",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-63d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-63d.json
deleted file mode 100644
index 1d0faa4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-md-63d.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "title": "Text Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-    "title": "Text Filter",
-    "sidebar_label": "Text Filter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Task Duration",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-  },
-  "next": {
-    "title": "Threshold Detector",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-08c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-08c.json
deleted file mode 100644
index d50ddd6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-md-08c.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "title": "Threshold Detector",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-    "title": "Threshold Detector",
-    "sidebar_label": "Threshold Detector"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Text Filter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-  },
-  "next": {
-    "title": "Timestamp Enricher",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-11a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-11a.json
deleted file mode 100644
index 0a0a8a9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-md-11a.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "title": "Creates JTS Point",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-    "title": "Creates JTS Point",
-    "sidebar_label": "Creates JTS Point"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Count Array",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-  },
-  "next": {
-    "title": "Cusum",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-921.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-921.json
deleted file mode 100644
index 0ff0a19..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-md-921.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "title": "EPSG Code",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-    "title": "EPSG Code",
-    "sidebar_label": "EPSG Code"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Distance Calculator",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-  },
-  "next": {
-    "title": "Event Counter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-5fd.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-5fd.json
deleted file mode 100644
index 8fb3cd6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-md-5fd.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "title": "Single Trajectory Creator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-    "title": "Single Trajectory Creator",
-    "sidebar_label": "Single Trajectory Creator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Signal Edge Filter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  },
-  "next": {
-    "title": "Size Measure",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-b0e.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-b0e.json
deleted file mode 100644
index 1b7304b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-md-b0e.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "title": "Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-    "title": "Distance Calculator",
-    "sidebar_label": "Distance Calculator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Cusum",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-  },
-  "next": {
-    "title": "EPSG Code",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-bd0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-bd0.json
deleted file mode 100644
index 3161a0e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-md-bd0.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "title": "Speed Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.speed",
-    "title": "Speed Calculator",
-    "sidebar_label": "Speed Calculator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Spatial Grid Enrichment",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.geo.flink"
-  },
-  "next": {
-    "title": "Split Array",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-9cc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-9cc.json
deleted file mode 100644
index 0d8d4ed..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-md-9cc.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "title": "Static Distance Calculator",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-    "title": "Static Distance Calculator",
-    "sidebar_label": "Static Distance Calculator"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "State Buffer Labeler",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  },
-  "next": {
-    "title": "Static Google Maps Geocoder",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-74b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-74b.json
deleted file mode 100644
index f2c9432..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-md-74b.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "title": "Absence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-    "title": "Absence",
-    "sidebar_label": "Absence"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Wikipedia New Articles",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-  },
-  "next": {
-    "title": "Aggregation",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-d6c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-d6c.json
deleted file mode 100644
index e1cce36..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-md-d6c.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "title": "And",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-    "title": "And",
-    "sidebar_label": "And"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Aggregation",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-  },
-  "next": {
-    "title": "Boilerplate Removal",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-128.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-128.json
deleted file mode 100644
index c300da3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-md-128.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "title": "Peak Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-    "title": "Peak Detection",
-    "sidebar_label": "Peak Detection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Part of Speech (English)",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-  },
-  "next": {
-    "title": "Projection",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.project"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-1e6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-1e6.json
deleted file mode 100644
index 1613e0b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-md-1e6.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "title": "Sequence",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-    "title": "Sequence",
-    "sidebar_label": "Sequence"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Sentence Detection (English)",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-  },
-  "next": {
-    "title": "Sequence Detection",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-af1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-af1.json
deleted file mode 100644
index a5dbf64..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-frequency-md-af1.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "title": "Frequency Calculation",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.frequency",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequency",
-    "title": "Frequency Calculation",
-    "sidebar_label": "Frequency Calculation"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Renamer",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-  },
-  "next": {
-    "title": "Frequency Change",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-69b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-69b.json
deleted file mode 100644
index 0ee0afa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-md-69b.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "title": "Frequency Change",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-    "title": "Frequency Change",
-    "sidebar_label": "Frequency Change"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Frequency Calculation",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.frequency"
-  },
-  "next": {
-    "title": "Generic Image Classification",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-increase-md-8ae.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-increase-md-8ae.json
deleted file mode 100644
index b9c458c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-increase-md-8ae.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.siddhi.increase",
-  "title": "Trend",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.increase.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.increase",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.increase",
-    "title": "Trend",
-    "sidebar_label": "Trend"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Transform to boolean",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  },
-  "next": {
-    "title": "Trigonometry Functions",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-4d1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-4d1.json
deleted file mode 100644
index 24fdc13..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-md-4d1.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "title": "Numerical Filter (Siddhi)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-    "title": "Numerical Filter (Siddhi)",
-    "sidebar_label": "Numerical Filter (Siddhi)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Numerical Filter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  },
-  "next": {
-    "title": "Numerical Text Filter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-sequence-md-224.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-sequence-md-224.json
deleted file mode 100644
index 12130b2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-sequence-md-224.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.sequence",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "title": "Sequence Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.sequence.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.sequence",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.sequence",
-    "title": "Sequence Detection",
-    "sidebar_label": "Sequence Detection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Sequence",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  },
-  "next": {
-    "title": "Signal Edge Filter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-stop-md-593.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-stop-md-593.json
deleted file mode 100644
index 8007ffc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-siddhi-stop-md-593.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.siddhi.stop",
-  "title": "Stream Stop Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.stop.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.stop",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.siddhi.stop",
-    "title": "Stream Stop Detection",
-    "sidebar_label": "Stream Stop Detection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Statistics Summary",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-  },
-  "next": {
-    "title": "String Counter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-432.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-432.json
deleted file mode 100644
index 0d9171b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-md-432.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "title": "Statistics Summary",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.statistics.flink.statistics-summary",
-    "title": "Statistics Summary",
-    "sidebar_label": "Statistics Summary"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Static Math",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-  },
-  "next": {
-    "title": "Stream Stop Detection",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.stop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-b5d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-b5d.json
deleted file mode 100644
index 6b753c9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-md-b5d.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Image Enricher",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-  },
-  "next": {
-    "title": "Language Detection",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-6c9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-6c9.json
deleted file mode 100644
index 54d1fe1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-md-6c9.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "title": "Word Count",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-    "title": "Word Count",
-    "sidebar_label": "Word Count"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Value Changed",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-  },
-  "next": {
-    "title": "Buffered REST Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-e97.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-e97.json
deleted file mode 100644
index d5852e9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-md-e97.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "title": "Chunker (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-    "title": "Chunker (English)",
-    "sidebar_label": "Chunker (English)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Calculate Duration",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-  },
-  "next": {
-    "title": "Compose",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.compose"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-d7b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-d7b.json
deleted file mode 100644
index 3b4e991..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-md-d7b.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "title": "Language Detection",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-    "title": "Language Detection",
-    "sidebar_label": "Language Detection"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Language Detection",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-  },
-  "next": {
-    "title": "Math",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-d21.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-d21.json
deleted file mode 100644
index 9390187..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-md-d21.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "title": "Name Finder",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-    "title": "Name Finder",
-    "sidebar_label": "Name Finder"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Merge Two Streams",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-  },
-  "next": {
-    "title": "Number Labeler",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-038.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-038.json
deleted file mode 100644
index 091c7ca..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-md-038.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "title": "Part of Speech (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-    "title": "Part of Speech (English)",
-    "sidebar_label": "Part of Speech (English)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Numerical Text Filter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-  },
-  "next": {
-    "title": "Peak Detection",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-2e6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-2e6.json
deleted file mode 100644
index 18dc3e7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-md-2e6.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "title": "Sentence Detection (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-    "title": "Sentence Detection (English)",
-    "sidebar_label": "Sentence Detection (English)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Reverse Geocoder",
-    "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-  },
-  "next": {
-    "title": "Sequence",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-754.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-754.json
deleted file mode 100644
index a6996c9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-md-754.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "title": "Tokenizer (English)",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-    "title": "Tokenizer (English)",
-    "sidebar_label": "Tokenizer (English)"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Timestamp Extractor",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-  },
-  "next": {
-    "title": "Transform to boolean",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-279.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-279.json
deleted file mode 100644
index d909d4a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-md-279.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "title": "Field Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-    "title": "Field Converter",
-    "sidebar_label": "Field Converter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Event Rate",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-  },
-  "next": {
-    "title": "Field Hasher",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-5fe.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-5fe.json
deleted file mode 100644
index faa38c5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-md-5fe.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "title": "Field Mapper",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-    "title": "Field Mapper",
-    "sidebar_label": "Field Mapper"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Hasher",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-  },
-  "next": {
-    "title": "Field Renamer",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-d43.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-d43.json
deleted file mode 100644
index d6e4b49..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-md-d43.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "title": "Field Renamer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-    "title": "Field Renamer",
-    "sidebar_label": "Field Renamer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Mapper",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-  },
-  "next": {
-    "title": "Frequency Calculation",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.frequency"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-a5a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-a5a.json
deleted file mode 100644
index ea50400..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-md-a5a.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "title": "Field Hasher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-    "title": "Field Hasher",
-    "sidebar_label": "Field Hasher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Field Converter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-  },
-  "next": {
-    "title": "Field Mapper",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-d53.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-d53.json
deleted file mode 100644
index bdd6b1c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-md-d53.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "title": "Measurement Unit Converter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-    "title": "Measurement Unit Converter",
-    "sidebar_label": "Measurement Unit Converter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Measure Time Between Two Sensors",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-  },
-  "next": {
-    "title": "Merge Two Streams",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-6cc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-6cc.json
deleted file mode 100644
index c0f8a66..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-md-6cc.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "title": "Boilerplate Removal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-    "title": "Boilerplate Removal",
-    "sidebar_label": "Boilerplate Removal"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "And",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-  },
-  "next": {
-    "title": "Boolean Counter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-fa6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-fa6.json
deleted file mode 100644
index ecd6033..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-md-fa6.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "title": "Boolean Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-    "title": "Boolean Counter",
-    "sidebar_label": "Boolean Counter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boilerplate Removal",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-  },
-  "next": {
-    "title": "Boolean Inverter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-58a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-58a.json
deleted file mode 100644
index 94178aa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-md-58a.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "title": "Boolean Inverter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-    "title": "Boolean Inverter",
-    "sidebar_label": "Boolean Inverter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean Counter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-  },
-  "next": {
-    "title": "Boolean Timer",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-b3f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-b3f.json
deleted file mode 100644
index fd938e4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-md-b3f.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "title": "Measure Time Between Two Sensors",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-    "title": "Measure Time Between Two Sensors",
-    "sidebar_label": "Measure Time Between Two Sensors"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Math",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-  },
-  "next": {
-    "title": "Measurement Unit Converter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-827.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-827.json
deleted file mode 100644
index 42527ac..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-md-827.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "title": "Boolean Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-    "title": "Boolean Timer",
-    "sidebar_label": "Boolean Timer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean Inverter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-  },
-  "next": {
-    "title": "Boolean To State",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-e53.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-e53.json
deleted file mode 100644
index 3b65341..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-md-e53.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "title": "Value Changed",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-    "title": "Value Changed",
-    "sidebar_label": "Value Changed"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "URL Dereferencing",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-  },
-  "next": {
-    "title": "Word Count",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-6e0.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-6e0.json
deleted file mode 100644
index 951916e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-md-6e0.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "title": "Count Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-    "title": "Count Array",
-    "sidebar_label": "Count Array"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Count Aggregation",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.count"
-  },
-  "next": {
-    "title": "Creates JTS Point",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-106.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-106.json
deleted file mode 100644
index fe9d2aa..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-md-106.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "title": "CSV Metadata Enricher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-    "title": "CSV Metadata Enricher",
-    "sidebar_label": "CSV Metadata Enricher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean To State",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-  },
-  "next": {
-    "title": "Calculate Duration",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-b88.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-b88.json
deleted file mode 100644
index 03e77b4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-md-b88.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "title": "Calculate Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-    "title": "Calculate Duration",
-    "sidebar_label": "Calculate Duration"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "CSV Metadata Enricher",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  },
-  "next": {
-    "title": "Chunker (English)",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-5f4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-5f4.json
deleted file mode 100644
index e33b5d2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-md-5f4.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "title": "Signal Edge Filter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-    "title": "Signal Edge Filter",
-    "sidebar_label": "Signal Edge Filter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Sequence Detection",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.sequence"
-  },
-  "next": {
-    "title": "Single Trajectory Creator",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-d9d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-d9d.json
deleted file mode 100644
index 93a2d7f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-md-d9d.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "title": "Boolean To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-    "title": "Boolean To State",
-    "sidebar_label": "Boolean To State"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Boolean Timer",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-  },
-  "next": {
-    "title": "CSV Metadata Enricher",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-149.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-149.json
deleted file mode 100644
index c95b4ff..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-md-149.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "title": "State Buffer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-    "title": "State Buffer",
-    "sidebar_label": "State Buffer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Split Array",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-  },
-  "next": {
-    "title": "State Buffer Labeler",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-d8c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-d8c.json
deleted file mode 100644
index d8ff600..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-md-d8c.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "title": "State Buffer Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-    "title": "State Buffer Labeler",
-    "sidebar_label": "State Buffer Labeler"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "State Buffer",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  },
-  "next": {
-    "title": "Static Distance Calculator",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-07b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-07b.json
deleted file mode 100644
index 595a28e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-md-07b.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "title": "Number Labeler",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-    "title": "Number Labeler",
-    "sidebar_label": "Number Labeler"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Name Finder",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-  },
-  "next": {
-    "title": "Numerical Filter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-1e5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-1e5.json
deleted file mode 100644
index 15522c1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-md-1e5.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "title": "String To State",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-    "title": "String To State",
-    "sidebar_label": "String To State"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "String Timer",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  },
-  "next": {
-    "title": "Synchronize Two Streams",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.merge"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-f10.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-f10.json
deleted file mode 100644
index cf22ef1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-md-f10.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "title": "Timestamp Extractor",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-    "title": "Timestamp Extractor",
-    "sidebar_label": "Timestamp Extractor"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Timestamp Enricher",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-  },
-  "next": {
-    "title": "Tokenizer (English)",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-99a.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-99a.json
deleted file mode 100644
index 4f2b0c7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-md-99a.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "title": "Split Array",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-    "title": "Split Array",
-    "sidebar_label": "Split Array"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Speed Calculator",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-  },
-  "next": {
-    "title": "State Buffer",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-106.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-106.json
deleted file mode 100644
index 7c1cf3e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-md-106.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "title": "String Counter",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-    "title": "String Counter",
-    "sidebar_label": "String Counter"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Stream Stop Detection",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.stop"
-  },
-  "next": {
-    "title": "String Timer",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-857.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-857.json
deleted file mode 100644
index 728abe5..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-md-857.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "title": "String Timer",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-    "title": "String Timer",
-    "sidebar_label": "String Timer"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "String Counter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-  },
-  "next": {
-    "title": "String To State",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-852.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-852.json
deleted file mode 100644
index 7fa00dc..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-md-852.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "title": "Task Duration",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-    "title": "Task Duration",
-    "sidebar_label": "Task Duration"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Synchronize Two Streams",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.merge"
-  },
-  "next": {
-    "title": "Text Filter",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-ac5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-ac5.json
deleted file mode 100644
index bd964fb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-md-ac5.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "title": "Transform to boolean",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-    "title": "Transform to boolean",
-    "sidebar_label": "Transform to boolean"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Tokenizer (English)",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-  },
-  "next": {
-    "title": "Trend",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.increase"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-protocol-set-file-md-6c5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-protocol-set-file-md-6c5.json
deleted file mode 100644
index 079584a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-protocol-set-file-md-6c5.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.file",
-  "id": "version-0.92.0/pe/org.apache.streampipes.protocol.set.file",
-  "title": "File Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.protocol.set.file.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.file",
-  "permalink": "/docs/pe/org.apache.streampipes.protocol.set.file",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.file",
-    "title": "File Set",
-    "sidebar_label": "File Set"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "File Stream",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.file"
-  },
-  "next": {
-    "title": "Flic MQTT",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-protocol-set-http-md-459.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-protocol-set-http-md-459.json
deleted file mode 100644
index 04abcdb..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-protocol-set-http-md-459.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.protocol.set.http",
-  "id": "version-0.92.0/pe/org.apache.streampipes.protocol.set.http",
-  "title": "HTTP Set",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.protocol.set.http.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.protocol.set.http",
-  "permalink": "/docs/pe/org.apache.streampipes.protocol.set.http",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.protocol.set.http",
-    "title": "HTTP Set",
-    "sidebar_label": "HTTP Set"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "HTTP Server",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-  },
-  "next": {
-    "title": "HTTP Stream",
-    "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.http"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-422.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-422.json
deleted file mode 100644
index f7449d6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-md-422.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "title": "Buffered REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-    "title": "Buffered REST Publisher",
-    "sidebar_label": "Buffered REST Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Word Count",
-    "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-  },
-  "next": {
-    "title": "CouchDB",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-1f3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-1f3.json
deleted file mode 100644
index 25d5ae7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-md-1f3.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "title": "JMS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-    "title": "JMS Publisher",
-    "sidebar_label": "JMS Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "IoTDB",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-  },
-  "next": {
-    "title": "Kafka Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-e02.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-e02.json
deleted file mode 100644
index 884ffbe..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-md-e02.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "title": "Kafka Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-    "title": "Kafka Publisher",
-    "sidebar_label": "Kafka Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "JMS Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-  },
-  "next": {
-    "title": "MySQL Database",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-d33.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-d33.json
deleted file mode 100644
index ae4bbc9..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-md-d33.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "title": "MQTT Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.mqtt",
-    "title": "MQTT Publisher",
-    "sidebar_label": "MQTT Publisher",
-    "original_id": "org.apache.streampipes.sinks.brokers.jvm.mqtt"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-5b4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-5b4.json
deleted file mode 100644
index ed6f25a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-md-5b4.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "title": "NATS Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.nats",
-    "title": "NATS Publisher",
-    "sidebar_label": "NATS Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "MySQL Database",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-  },
-  "next": {
-    "title": "Notification",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-ae8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-ae8.json
deleted file mode 100644
index 955add2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-md-ae8.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "title": "Pulsar Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-    "title": "Pulsar Publisher",
-    "sidebar_label": "Pulsar Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "PostgreSQL",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-  },
-  "next": {
-    "title": "REST Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-8e4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-8e4.json
deleted file mode 100644
index 358f34a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-md-8e4.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "title": "RabbitMQ Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-    "title": "RabbitMQ Publisher",
-    "sidebar_label": "RabbitMQ Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "REST Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-  },
-  "next": {
-    "title": "Slack Notification",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-b02.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-b02.json
deleted file mode 100644
index c918e27..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-md-b02.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "title": "REST Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-    "title": "REST Publisher",
-    "sidebar_label": "REST Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Pulsar Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  },
-  "next": {
-    "title": "RabbitMQ Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-ditto-md-d67.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-ditto-md-d67.json
deleted file mode 100644
index 1d36859..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-ditto-md-d67.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.ditto",
-  "title": "Eclipse Ditto",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.ditto.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.ditto",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.ditto",
-    "title": "Eclipse Ditto",
-    "sidebar_label": "Eclipse Ditto"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Data Lake",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-  },
-  "next": {
-    "title": "Elasticsearch",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-492.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-492.json
deleted file mode 100644
index 7623015..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-md-492.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "title": "Elasticsearch",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-    "title": "Elasticsearch",
-    "sidebar_label": "Elasticsearch"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Eclipse Ditto",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.ditto"
-  },
-  "next": {
-    "title": "Email Notification",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-f2c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-f2c.json
deleted file mode 100644
index 069de23..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-md-f2c.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "title": "CouchDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-    "title": "CouchDB",
-    "sidebar_label": "CouchDB"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Buffered REST Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-  },
-  "next": {
-    "title": "Dashboard Sink",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-549.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-549.json
deleted file mode 100644
index 1a16ed7..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-md-549.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "title": "InfluxDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-    "title": "InfluxDB",
-    "sidebar_label": "InfluxDB"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Email Notification",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-  },
-  "next": {
-    "title": "IoTDB",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-9f2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-9f2.json
deleted file mode 100644
index 2178c4e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-md-9f2.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "title": "IoTDB",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-    "title": "IoTDB",
-    "sidebar_label": "IoTDB"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "InfluxDB",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-  },
-  "next": {
-    "title": "JMS Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-2f8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-2f8.json
deleted file mode 100644
index c4fc772..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-md-2f8.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "title": "MySQL Database",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.mysql",
-    "title": "MySQL Database",
-    "sidebar_label": "MySQL Database"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Kafka Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-  },
-  "next": {
-    "title": "NATS Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-765.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-765.json
deleted file mode 100644
index 07ef208..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-md-765.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "title": "OPC-UA",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-    "title": "OPC-UA",
-    "sidebar_label": "OPC-UA"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Notification",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-  },
-  "next": {
-    "title": "OneSignal",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-45c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-45c.json
deleted file mode 100644
index d9a3a5f..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-md-45c.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "title": "PostgreSQL",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-    "title": "PostgreSQL",
-    "sidebar_label": "PostgreSQL"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "OneSignal",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-  },
-  "next": {
-    "title": "Pulsar Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-da1.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-da1.json
deleted file mode 100644
index 43974b8..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-md-da1.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "title": "Dashboard Sink",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-    "title": "Dashboard Sink",
-    "sidebar_label": "Dashboard Sink"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "CouchDB",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-  },
-  "next": {
-    "title": "Data Lake",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-0a2.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-0a2.json
deleted file mode 100644
index 7a4368a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-md-0a2.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "title": "Data Lake",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-    "title": "Data Lake",
-    "sidebar_label": "Data Lake"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Dashboard Sink",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-  },
-  "next": {
-    "title": "Eclipse Ditto",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.ditto"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-8e9.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-8e9.json
deleted file mode 100644
index c462c74..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-md-8e9.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "title": "Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-    "title": "Notification",
-    "sidebar_label": "Notification"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "NATS Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-  },
-  "next": {
-    "title": "OPC-UA",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-3c4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-3c4.json
deleted file mode 100644
index cedd753..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-md-3c4.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "title": "Email Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-    "title": "Email Notification",
-    "sidebar_label": "Email Notification"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Elasticsearch",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-  },
-  "next": {
-    "title": "InfluxDB",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-ec4.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-ec4.json
deleted file mode 100644
index 3c0397c..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-md-ec4.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "title": "OneSignal",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-    "title": "OneSignal",
-    "sidebar_label": "OneSignal"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "OPC-UA",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-  },
-  "next": {
-    "title": "PostgreSQL",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-e5f.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-e5f.json
deleted file mode 100644
index ffda5d0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-md-e5f.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "title": "Slack Notification",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-    "title": "Slack Notification",
-    "sidebar_label": "Slack Notification"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "RabbitMQ Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-  },
-  "next": {
-    "title": "Telegram Publisher",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-ff8.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-ff8.json
deleted file mode 100644
index dd627db..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-md-ff8.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "id": "version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "title": "Telegram Publisher",
-  "description": "<!--",
-  "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md",
-  "sourceDirName": "pe",
-  "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "org.apache.streampipes.sinks.notifications.jvm.telegram",
-    "title": "Telegram Publisher",
-    "sidebar_label": "Telegram Publisher"
-  },
-  "sidebar": "documentation",
-  "previous": {
-    "title": "Slack Notification",
-    "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-  },
-  "next": {
-    "title": "Docker Deployment",
-    "permalink": "/docs/deploy-docker"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pipeline-elements-md-859.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pipeline-elements-md-859.json
deleted file mode 100644
index d031216..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-pipeline-elements-md-859.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "pipeline-elements",
-  "id": "version-0.92.0/pipeline-elements",
-  "title": "Overview",
-  "description": "<img class=\"pe-icon\"",
-  "source": "@site/versioned_docs/version-0.92.0/pipeline-elements.md",
-  "sourceDirName": ".",
-  "slug": "/pipeline-elements",
-  "permalink": "/docs/pipeline-elements",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "pipeline-elements",
-    "title": "Overview",
-    "sidebar_label": "Overview"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-privacy-md-e23.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-privacy-md-e23.json
deleted file mode 100644
index 77dc1ec..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-privacy-md-e23.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "privacy",
-  "id": "version-0.92.0/privacy",
-  "title": "Datenschutzerklärung",
-  "description": "Verantwortliche Stelle",
-  "source": "@site/versioned_docs/version-0.92.0/privacy.md",
-  "sourceDirName": ".",
-  "slug": "/privacy",
-  "permalink": "/docs/privacy",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "privacy",
-    "title": "Datenschutzerklärung",
-    "sidebar_label": "Privacy Notice"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-user-guide-first-steps-md-0ba.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-user-guide-first-steps-md-0ba.json
deleted file mode 100644
index 910084a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-user-guide-first-steps-md-0ba.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-first-steps",
-  "id": "version-0.92.0/user-guide-first-steps",
-  "title": "First steps",
-  "description": "In this section, you'll learn how to create and run pipelines in StreamPipes.",
-  "source": "@site/versioned_docs/version-0.92.0/user-guide-first-steps.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-first-steps",
-  "permalink": "/docs/user-guide-first-steps",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-first-steps",
-    "title": "First steps",
-    "sidebar_label": "First steps"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-user-guide-installation-md-935.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-user-guide-installation-md-935.json
deleted file mode 100644
index 69672e0..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-user-guide-installation-md-935.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-installation",
-  "id": "version-0.92.0/user-guide-installation",
-  "title": "Installation",
-  "description": "Prerequisites",
-  "source": "@site/versioned_docs/version-0.92.0/user-guide-installation.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-installation",
-  "permalink": "/docs/user-guide-installation",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-installation",
-    "title": "Installation",
-    "sidebar_label": "Installation"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-user-guide-introduction-md-c4c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-user-guide-introduction-md-c4c.json
deleted file mode 100644
index f5f234a..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-user-guide-introduction-md-c4c.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-introduction-old",
-  "id": "version-0.92.0/user-guide-introduction-old",
-  "title": "Introduction",
-  "description": "StreamPipes is a framework that enables users to work with data streams.",
-  "source": "@site/versioned_docs/version-0.92.0/user-guide-introduction.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-introduction-old",
-  "permalink": "/docs/user-guide-introduction-old",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-introduction-old",
-    "title": "Introduction",
-    "sidebar_label": "Introduction"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-user-guide-software-components-md-dc6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-user-guide-software-components-md-dc6.json
deleted file mode 100644
index d68d135..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-user-guide-software-components-md-dc6.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-software-components",
-  "id": "version-0.92.0/user-guide-software-components",
-  "title": "Software Components",
-  "description": "This page contains all the software components that can be used within the StreamPipes framework.",
-  "source": "@site/versioned_docs/version-0.92.0/user-guide-software-components.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-software-components",
-  "permalink": "/docs/user-guide-software-components",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-software-components",
-    "title": "Software Components",
-    "sidebar_label": "Software Components"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-user-guide-tour-md-e6c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-user-guide-tour-md-e6c.json
deleted file mode 100644
index d23f983..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/site-versioned-docs-version-0-92-0-user-guide-tour-md-e6c.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "unversionedId": "user-guide-tour",
-  "id": "version-0.92.0/user-guide-tour",
-  "title": "Tour",
-  "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure.",
-  "source": "@site/versioned_docs/version-0.92.0/user-guide-tour.md",
-  "sourceDirName": ".",
-  "slug": "/user-guide-tour",
-  "permalink": "/docs/user-guide-tour",
-  "draft": false,
-  "tags": [],
-  "version": "0.92.0",
-  "lastUpdatedBy": "Author",
-  "lastUpdatedAt": 1539502055,
-  "formattedLastUpdatedAt": "Oct 14, 2018",
-  "frontMatter": {
-    "id": "user-guide-tour",
-    "title": "Tour",
-    "sidebar_label": "Tour"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-55-2-pre-asf-metadata-prop-7e6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-55-2-pre-asf-metadata-prop-7e6.json
deleted file mode 100644
index 08ac3c4..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-55-2-pre-asf-metadata-prop-7e6.json
+++ /dev/null
@@ -1,373 +0,0 @@
-{
-  "pluginId": "default",
-  "version": "0.55.2-pre-asf",
-  "label": "0.55.2-pre-asf",
-  "banner": "unmaintained",
-  "badge": true,
-  "noIndex": false,
-  "className": "docs-version-0.55.2-pre-asf",
-  "isLast": false,
-  "docsSidebars": {},
-  "docs": {
-    "dev-guide-archetype": {
-      "id": "dev-guide-archetype",
-      "title": "Start Developing",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks."
-    },
-    "dev-guide-architecture": {
-      "id": "dev-guide-architecture",
-      "title": "Architecture",
-      "description": "The following picture illustrates the high-level architecture of StreamPipes:"
-    },
-    "dev-guide-configuration": {
-      "id": "dev-guide-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works."
-    },
-    "dev-guide-development-environment": {
-      "id": "dev-guide-development-environment",
-      "title": "Development Environment",
-      "description": "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."
-    },
-    "dev-guide-event-model": {
-      "id": "dev-guide-event-model",
-      "title": "SDK Guide: Event Model",
-      "description": "Introduction"
-    },
-    "dev-guide-introduction": {
-      "id": "dev-guide-introduction",
-      "title": "Introduction",
-      "description": "StreamPipes is an open platform which can be easily extended at runtime by adding new data streams, data processors and data sinks."
-    },
-    "dev-guide-migration": {
-      "id": "dev-guide-migration",
-      "title": "Migration Guide v0.61",
-      "description": "Version 0.61.0 of StreamPipes comes with an improved event model. This model makes it easier to support more complex data streams (e.g., streams containing nested properties and lists) and includes features such as automatically resolving conflicts when merging two event streams."
-    },
-    "dev-guide-output-strategies": {
-      "id": "dev-guide-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction"
-    },
-    "dev-guide-sdk-guide-processors": {
-      "id": "dev-guide-sdk-guide-processors",
-      "title": "SDK Guide Processors",
-      "description": "Project Setup"
-    },
-    "dev-guide-sdk-guide-sinks": {
-      "id": "dev-guide-sdk-guide-sinks",
-      "title": "SDK Guide Sinks",
-      "description": "Project Setup"
-    },
-    "dev-guide-sdk-guide-sources": {
-      "id": "dev-guide-sdk-guide-sources",
-      "title": "SDK Guide Sources",
-      "description": "Project Setup"
-    },
-    "dev-guide-ssl": {
-      "id": "dev-guide-ssl",
-      "title": "Use SSL",
-      "description": "In this tutorial we explain how you can use SSL Certificates to provide transport layer security between your Browser and the Streampipes Backend."
-    },
-    "dev-guide-static-properties": {
-      "id": "dev-guide-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction"
-    },
-    "dev-guide-stream-requirements": {
-      "id": "dev-guide-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction"
-    },
-    "dev-guide-tutorial-processors": {
-      "id": "dev-guide-tutorial-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper."
-    },
-    "dev-guide-tutorial-sources": {
-      "id": "dev-guide-tutorial-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server)."
-    },
-    "faq-common-problems": {
-      "id": "faq-common-problems",
-      "title": "Common Problems",
-      "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start"
-    },
-    "org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink": {
-      "id": "org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink",
-      "title": "Spatial Grid Enrichment",
-      "description": "*"
-    },
-    "org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "*"
-    },
-    "org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "*"
-    },
-    "org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode": {
-      "id": "org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "*"
-    },
-    "org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "*"
-    },
-    "org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate": {
-      "id": "org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "*"
-    },
-    "org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop": {
-      "id": "org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-      "title": "Math",
-      "description": "*"
-    },
-    "org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop": {
-      "id": "org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-      "title": "Static Math",
-      "description": "*"
-    },
-    "org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry": {
-      "id": "org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-      "title": "Trigonometry Functions",
-      "description": "*"
-    },
-    "org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing": {
-      "id": "org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-      "title": "URL Dereferencing",
-      "description": "*"
-    },
-    "org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp": {
-      "id": "org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-      "title": "Timestamp Enricher",
-      "description": "*"
-    },
-    "org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose": {
-      "id": "org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-      "title": "Compose",
-      "description": "*"
-    },
-    "org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter": {
-      "id": "org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-      "title": "Numerical Filter",
-      "description": "*"
-    },
-    "org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project": {
-      "id": "org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project",
-      "title": "Projection",
-      "description": "*"
-    },
-    "org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter": {
-      "id": "org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-      "title": "Text Filter",
-      "description": "*"
-    },
-    "org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency": {
-      "id": "org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange": {
-      "id": "org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase": {
-      "id": "org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter": {
-      "id": "org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence": {
-      "id": "org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence",
-      "title": "Sequence Detection",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop": {
-      "id": "org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "*"
-    },
-    "org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "*"
-    },
-    "org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount": {
-      "id": "org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter": {
-      "id": "org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper": {
-      "id": "org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-      "title": "Field Mapper",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate": {
-      "id": "org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-      "title": "Boilerplate Removal",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value": {
-      "id": "org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-      "title": "Value Changed",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array": {
-      "id": "org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-      "title": "Count Array",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value": {
-      "id": "org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-      "title": "Calculate Duration",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor": {
-      "id": "org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-      "title": "Timestamp Extractor",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array": {
-      "id": "org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "*"
-    },
-    "org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms": {
-      "id": "org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-      "title": "JMS Publisher",
-      "description": "*"
-    },
-    "org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka": {
-      "id": "org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-      "title": "Kafka Publisher",
-      "description": "*"
-    },
-    "org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "*"
-    },
-    "org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest": {
-      "id": "org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-      "title": "REST Publisher",
-      "description": "*"
-    },
-    "org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch": {
-      "id": "org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-      "title": "Elasticsearch",
-      "description": "*"
-    },
-    "org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb": {
-      "id": "org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-      "title": "CouchDB",
-      "description": "*"
-    },
-    "org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb": {
-      "id": "org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-      "title": "InfluxDB",
-      "description": "*"
-    },
-    "org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql": {
-      "id": "org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-      "title": "PostgreSQL",
-      "description": "*"
-    },
-    "org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard": {
-      "id": "org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-      "title": "Dashboard Sink",
-      "description": "*"
-    },
-    "org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification": {
-      "id": "org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "*"
-    },
-    "org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email": {
-      "id": "org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-      "title": "Email Notification",
-      "description": "*"
-    },
-    "org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal": {
-      "id": "org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-      "title": "OneSignal",
-      "description": "*"
-    },
-    "org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack": {
-      "id": "org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "*"
-    },
-    "privacy": {
-      "id": "privacy",
-      "title": "Datenschutzerklärung",
-      "description": "Verantwortliche Stelle"
-    },
-    "user-guide-getting-started": {
-      "id": "user-guide-getting-started",
-      "title": "Getting Started",
-      "description": "This quick start explains how StreamPipes can be set up in the browser."
-    },
-    "user-guide-installation": {
-      "id": "user-guide-installation",
-      "title": "Installation",
-      "description": "StreamPipes desktop version"
-    },
-    "user-guide-introduction": {
-      "id": "user-guide-introduction",
-      "title": "Introduction",
-      "description": "StreamPipes is a framework that enables users to work with data streams."
-    },
-    "user-guide-processing-elements": {
-      "id": "user-guide-processing-elements",
-      "title": "Processing Elements",
-      "description": "This page explains all the Procesing Elements that are available in the StreamPipes Starter Kit."
-    },
-    "user-guide-software-components": {
-      "id": "user-guide-software-components",
-      "title": "Software Components",
-      "description": "This page contains all the software components that can be used within the StreamPipes framework."
-    },
-    "user-guide-tour": {
-      "id": "user-guide-tour",
-      "title": "Tour",
-      "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure."
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-61-0-pre-asf-metadata-prop-c0d.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-61-0-pre-asf-metadata-prop-c0d.json
deleted file mode 100644
index 33b75f3..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-61-0-pre-asf-metadata-prop-c0d.json
+++ /dev/null
@@ -1,358 +0,0 @@
-{
-  "pluginId": "default",
-  "version": "0.61.0-pre-asf",
-  "label": "0.61.0-pre-asf",
-  "banner": "unmaintained",
-  "badge": true,
-  "noIndex": false,
-  "className": "docs-version-0.61.0-pre-asf",
-  "isLast": false,
-  "docsSidebars": {},
-  "docs": {
-    "dev-guide-archetype": {
-      "id": "dev-guide-archetype",
-      "title": "Start Developing",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks."
-    },
-    "dev-guide-architecture": {
-      "id": "dev-guide-architecture",
-      "title": "Architecture",
-      "description": "The following picture illustrates the high-level architecture of StreamPipes:"
-    },
-    "dev-guide-configuration": {
-      "id": "dev-guide-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works."
-    },
-    "dev-guide-development-environment": {
-      "id": "dev-guide-development-environment",
-      "title": "Development Environment",
-      "description": "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."
-    },
-    "dev-guide-event-model": {
-      "id": "dev-guide-event-model",
-      "title": "SDK Guide: Event Model",
-      "description": "Introduction"
-    },
-    "dev-guide-migration": {
-      "id": "dev-guide-migration",
-      "title": "Migration Guide v0.61",
-      "description": "Version 0.61.0 of StreamPipes comes with an improved event model. This model makes it easier to support more complex data streams (e.g., streams containing nested properties and lists) and includes features such as automatically resolving conflicts when merging two event streams."
-    },
-    "dev-guide-output-strategies": {
-      "id": "dev-guide-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction"
-    },
-    "dev-guide-sdk-guide-processors": {
-      "id": "dev-guide-sdk-guide-processors",
-      "title": "SDK Guide: Data Processors",
-      "description": "Project Setup"
-    },
-    "dev-guide-sdk-guide-sinks": {
-      "id": "dev-guide-sdk-guide-sinks",
-      "title": "SDK Guide: Data Sinks",
-      "description": "Project Setup"
-    },
-    "dev-guide-ssl": {
-      "id": "dev-guide-ssl",
-      "title": "Use SSL",
-      "description": "In this tutorial we explain how you can use SSL Certificates to provide transport layer security between your Browser and the Streampipes Backend."
-    },
-    "dev-guide-static-properties": {
-      "id": "dev-guide-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction"
-    },
-    "dev-guide-stream-requirements": {
-      "id": "dev-guide-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction"
-    },
-    "dev-guide-tutorial-processors": {
-      "id": "dev-guide-tutorial-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper."
-    },
-    "dev-guide-tutorial-sinks": {
-      "id": "dev-guide-tutorial-sinks",
-      "title": "Tutorial: Data Sinks",
-      "description": "In this tutorial, we will add a new data sink using the standalone wrapper."
-    },
-    "dev-guide-tutorial-sources": {
-      "id": "dev-guide-tutorial-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server)."
-    },
-    "faq-common-problems": {
-      "id": "faq-common-problems",
-      "title": "Common Problems",
-      "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start"
-    },
-    "org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink": {
-      "id": "org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink",
-      "title": "Spatial Grid Enrichment",
-      "description": "*"
-    },
-    "org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "*"
-    },
-    "org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "*"
-    },
-    "org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode": {
-      "id": "org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "*"
-    },
-    "org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "*"
-    },
-    "org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate": {
-      "id": "org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "*"
-    },
-    "org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop": {
-      "id": "org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-      "title": "Math",
-      "description": "*"
-    },
-    "org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop": {
-      "id": "org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-      "title": "Static Math",
-      "description": "*"
-    },
-    "org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry": {
-      "id": "org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-      "title": "Trigonometry Functions",
-      "description": "*"
-    },
-    "org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing": {
-      "id": "org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-      "title": "URL Dereferencing",
-      "description": "*"
-    },
-    "org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp": {
-      "id": "org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-      "title": "Timestamp Enricher",
-      "description": "*"
-    },
-    "org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose": {
-      "id": "org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-      "title": "Compose",
-      "description": "*"
-    },
-    "org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter": {
-      "id": "org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-      "title": "Numerical Filter",
-      "description": "*"
-    },
-    "org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project": {
-      "id": "org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project",
-      "title": "Projection",
-      "description": "*"
-    },
-    "org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter": {
-      "id": "org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-      "title": "Text Filter",
-      "description": "*"
-    },
-    "org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency": {
-      "id": "org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange": {
-      "id": "org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase": {
-      "id": "org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter": {
-      "id": "org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence": {
-      "id": "org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence",
-      "title": "Sequence Detection",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop": {
-      "id": "org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "*"
-    },
-    "org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "*"
-    },
-    "org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount": {
-      "id": "org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter": {
-      "id": "org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper": {
-      "id": "org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-      "title": "Field Mapper",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate": {
-      "id": "org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-      "title": "Boilerplate Removal",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value": {
-      "id": "org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-      "title": "Value Changed",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array": {
-      "id": "org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-      "title": "Count Array",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value": {
-      "id": "org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-      "title": "Calculate Duration",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor": {
-      "id": "org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-      "title": "Timestamp Extractor",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array": {
-      "id": "org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "*"
-    },
-    "org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms": {
-      "id": "org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-      "title": "JMS Publisher",
-      "description": "*"
-    },
-    "org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka": {
-      "id": "org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-      "title": "Kafka Publisher",
-      "description": "*"
-    },
-    "org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "*"
-    },
-    "org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest": {
-      "id": "org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-      "title": "REST Publisher",
-      "description": "*"
-    },
-    "org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch": {
-      "id": "org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-      "title": "Elasticsearch",
-      "description": "*"
-    },
-    "org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb": {
-      "id": "org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-      "title": "CouchDB",
-      "description": "*"
-    },
-    "org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb": {
-      "id": "org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-      "title": "InfluxDB",
-      "description": "*"
-    },
-    "org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql": {
-      "id": "org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-      "title": "PostgreSQL",
-      "description": "*"
-    },
-    "org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard": {
-      "id": "org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-      "title": "Dashboard Sink",
-      "description": "*"
-    },
-    "org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification": {
-      "id": "org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "*"
-    },
-    "org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email": {
-      "id": "org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-      "title": "Email Notification",
-      "description": "*"
-    },
-    "org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal": {
-      "id": "org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-      "title": "OneSignal",
-      "description": "*"
-    },
-    "org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack": {
-      "id": "org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "*"
-    },
-    "user-guide-first-steps": {
-      "id": "user-guide-first-steps",
-      "title": "First steps",
-      "description": "In this section, you'll learn how to create and run pipelines in StreamPipes."
-    },
-    "user-guide-installation": {
-      "id": "user-guide-installation",
-      "title": "Installation",
-      "description": "StreamPipes desktop version"
-    },
-    "user-guide-processing-elements": {
-      "id": "user-guide-processing-elements",
-      "title": "Processing Elements",
-      "description": "This page explains some processing elements (not including the full list) that are available in the StreamPipes Starter Kit."
-    },
-    "user-guide-software-components": {
-      "id": "user-guide-software-components",
-      "title": "Software Components",
-      "description": "This page contains all the software components that can be used within the StreamPipes framework."
-    },
-    "user-guide-tour": {
-      "id": "user-guide-tour",
-      "title": "Tour",
-      "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure."
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-62-0-pre-asf-metadata-prop-a2b.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-62-0-pre-asf-metadata-prop-a2b.json
deleted file mode 100644
index 62f5387..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-62-0-pre-asf-metadata-prop-a2b.json
+++ /dev/null
@@ -1,298 +0,0 @@
-{
-  "pluginId": "default",
-  "version": "0.62.0-pre-asf",
-  "label": "0.62.0-pre-asf",
-  "banner": "unmaintained",
-  "badge": true,
-  "noIndex": false,
-  "className": "docs-version-0.62.0-pre-asf",
-  "isLast": false,
-  "docsSidebars": {},
-  "docs": {
-    "dev-guide-archetype": {
-      "id": "dev-guide-archetype",
-      "title": "Start Developing",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks."
-    },
-    "dev-guide-configuration": {
-      "id": "dev-guide-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works."
-    },
-    "dev-guide-development-environment": {
-      "id": "dev-guide-development-environment",
-      "title": "Development Environment",
-      "description": "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."
-    },
-    "dev-guide-tutorial-processors": {
-      "id": "dev-guide-tutorial-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper."
-    },
-    "dev-guide-tutorial-sinks": {
-      "id": "dev-guide-tutorial-sinks",
-      "title": "Tutorial: Data Sinks",
-      "description": "In this tutorial, we will add a new data sink using the standalone wrapper."
-    },
-    "dev-guide-tutorial-sources": {
-      "id": "dev-guide-tutorial-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server)."
-    },
-    "org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink": {
-      "id": "org.streampipes.processor.geo.flink/version-0.62.0-org.streampipes.processor.geo.flink",
-      "title": "Spatial Grid Enrichment",
-      "description": "*"
-    },
-    "org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "org.streampipes.processor.imageclassification.jvm.generic-image-classification/version-0.62.0-org.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "*"
-    },
-    "org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "org.streampipes.processor.imageclassification.jvm.image-enricher/version-0.62.0-org.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "*"
-    },
-    "org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode": {
-      "id": "org.streampipes.processor.imageclassification.qrcode/version-0.62.0-org.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "*"
-    },
-    "org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "org.streampipes.processors.aggregation.flink.aggregation/version-0.62.0-org.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "*"
-    },
-    "org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate": {
-      "id": "org.streampipes.processors.aggregation.flink.rate/version-0.62.0-org.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "*"
-    },
-    "org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop": {
-      "id": "org.streampipes.processors.enricher.flink.processor.math.mathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.mathop",
-      "title": "Math",
-      "description": "*"
-    },
-    "org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop": {
-      "id": "org.streampipes.processors.enricher.flink.processor.math.staticmathop/version-0.62.0-org.streampipes.processors.enricher.flink.processor.math.staticmathop",
-      "title": "Static Math",
-      "description": "*"
-    },
-    "org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry": {
-      "id": "org.streampipes.processors.enricher.flink.processor.trigonometry/version-0.62.0-org.streampipes.processors.enricher.flink.processor.trigonometry",
-      "title": "Trigonometry Functions",
-      "description": "*"
-    },
-    "org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing": {
-      "id": "org.streampipes.processors.enricher.flink.processor.urldereferencing/version-0.62.0-org.streampipes.processors.enricher.flink.processor.urldereferencing",
-      "title": "URL Dereferencing",
-      "description": "*"
-    },
-    "org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp": {
-      "id": "org.streampipes.processors.enricher.flink.timestamp/version-0.62.0-org.streampipes.processors.enricher.flink.timestamp",
-      "title": "Timestamp Enricher",
-      "description": "*"
-    },
-    "org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose": {
-      "id": "org.streampipes.processors.filters.jvm.compose/version-0.62.0-org.streampipes.processors.filters.jvm.compose",
-      "title": "Compose",
-      "description": "*"
-    },
-    "org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter": {
-      "id": "org.streampipes.processors.filters.jvm.numericalfilter/version-0.62.0-org.streampipes.processors.filters.jvm.numericalfilter",
-      "title": "Numerical Filter",
-      "description": "*"
-    },
-    "org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project": {
-      "id": "org.streampipes.processors.filters.jvm.project/version-0.62.0-org.streampipes.processors.filters.jvm.project",
-      "title": "Projection",
-      "description": "*"
-    },
-    "org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter": {
-      "id": "org.streampipes.processors.filters.jvm.textfilter/version-0.62.0-org.streampipes.processors.filters.jvm.textfilter",
-      "title": "Text Filter",
-      "description": "*"
-    },
-    "org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "org.streampipes.processors.pattern-detection.flink.peak-detection/version-0.62.0-org.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency": {
-      "id": "org.streampipes.processors.siddhi.frequency/version-0.62.0-org.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange": {
-      "id": "org.streampipes.processors.siddhi.frequencychange/version-0.62.0-org.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase": {
-      "id": "org.streampipes.processors.siddhi.increase/version-0.62.0-org.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter": {
-      "id": "org.streampipes.processors.siddhi.numericalfilter/version-0.62.0-org.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence": {
-      "id": "org.streampipes.processors.siddhi.sequence/version-0.62.0-org.streampipes.processors.siddhi.sequence",
-      "title": "Sequence Detection",
-      "description": "*"
-    },
-    "org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop": {
-      "id": "org.streampipes.processors.siddhi.stop/version-0.62.0-org.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "*"
-    },
-    "org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "org.streampipes.processors.textmining.flink.languagedetection/version-0.62.0-org.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "*"
-    },
-    "org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount": {
-      "id": "org.streampipes.processors.textmining.flink.wordcount/version-0.62.0-org.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter": {
-      "id": "org.streampipes.processors.transformation.flink.field-converter/version-0.62.0-org.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper": {
-      "id": "org.streampipes.processors.transformation.flink.field-mapper/version-0.62.0-org.streampipes.processors.transformation.flink.field-mapper",
-      "title": "Field Mapper",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "org.streampipes.processors.transformation.flink.field-renamer/version-0.62.0-org.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "org.streampipes.processors.transformation.flink.fieldhasher/version-0.62.0-org.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "org.streampipes.processors.transformation.flink.measurement-unit-converter/version-0.62.0-org.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate": {
-      "id": "org.streampipes.processors.transformation.flink.processor.boilerplate/version-0.62.0-org.streampipes.processors.transformation.flink.processor.boilerplate",
-      "title": "Boilerplate Removal",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value": {
-      "id": "org.streampipes.processors.transformation.jvm.changed-value/version-0.62.0-org.streampipes.processors.transformation.jvm.changed-value",
-      "title": "Value Changed",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array": {
-      "id": "org.streampipes.processors.transformation.jvm.count-array/version-0.62.0-org.streampipes.processors.transformation.jvm.count-array",
-      "title": "Count Array",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value": {
-      "id": "org.streampipes.processors.transformation.jvm.duration-value/version-0.62.0-org.streampipes.processors.transformation.jvm.duration-value",
-      "title": "Calculate Duration",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor": {
-      "id": "org.streampipes.processors.transformation.jvm.processor.timestampextractor/version-0.62.0-org.streampipes.processors.transformation.jvm.processor.timestampextractor",
-      "title": "Timestamp Extractor",
-      "description": "*"
-    },
-    "org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array": {
-      "id": "org.streampipes.processors.transformation.jvm.split-array/version-0.62.0-org.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "*"
-    },
-    "org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms": {
-      "id": "org.streampipes.sinks.brokers.jvm.jms/version-0.62.0-org.streampipes.sinks.brokers.jvm.jms",
-      "title": "JMS Publisher",
-      "description": "*"
-    },
-    "org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka": {
-      "id": "org.streampipes.sinks.brokers.jvm.kafka/version-0.62.0-org.streampipes.sinks.brokers.jvm.kafka",
-      "title": "Kafka Publisher",
-      "description": "*"
-    },
-    "org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "org.streampipes.sinks.brokers.jvm.rabbitmq/version-0.62.0-org.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "*"
-    },
-    "org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest": {
-      "id": "org.streampipes.sinks.brokers.jvm.rest/version-0.62.0-org.streampipes.sinks.brokers.jvm.rest",
-      "title": "REST Publisher",
-      "description": "*"
-    },
-    "org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch": {
-      "id": "org.streampipes.sinks.databases.flink.elasticsearch/version-0.62.0-org.streampipes.sinks.databases.flink.elasticsearch",
-      "title": "Elasticsearch",
-      "description": "*"
-    },
-    "org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb": {
-      "id": "org.streampipes.sinks.databases.jvm.couchdb/version-0.62.0-org.streampipes.sinks.databases.jvm.couchdb",
-      "title": "CouchDB",
-      "description": "*"
-    },
-    "org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb": {
-      "id": "org.streampipes.sinks.databases.jvm.influxdb/version-0.62.0-org.streampipes.sinks.databases.jvm.influxdb",
-      "title": "InfluxDB",
-      "description": "*"
-    },
-    "org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql": {
-      "id": "org.streampipes.sinks.databases.jvm.postgresql/version-0.62.0-org.streampipes.sinks.databases.jvm.postgresql",
-      "title": "PostgreSQL",
-      "description": "*"
-    },
-    "org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard": {
-      "id": "org.streampipes.sinks.internal.jvm.dashboard/version-0.62.0-org.streampipes.sinks.internal.jvm.dashboard",
-      "title": "Dashboard Sink",
-      "description": "*"
-    },
-    "org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification": {
-      "id": "org.streampipes.sinks.internal.jvm.notification/version-0.62.0-org.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "*"
-    },
-    "org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email": {
-      "id": "org.streampipes.sinks.notifications.jvm.email/version-0.62.0-org.streampipes.sinks.notifications.jvm.email",
-      "title": "Email Notification",
-      "description": "*"
-    },
-    "org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal": {
-      "id": "org.streampipes.sinks.notifications.jvm.onesignal/version-0.62.0-org.streampipes.sinks.notifications.jvm.onesignal",
-      "title": "OneSignal",
-      "description": "*"
-    },
-    "org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack": {
-      "id": "org.streampipes.sinks.notifications.jvm.slack/version-0.62.0-org.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "*"
-    },
-    "user-guide-first-steps": {
-      "id": "user-guide-first-steps",
-      "title": "First steps",
-      "description": "In this section, you'll learn how to create and run pipelines in StreamPipes."
-    },
-    "user-guide-installation": {
-      "id": "user-guide-installation",
-      "title": "Installation",
-      "description": "Prerequisites"
-    },
-    "user-guide-tour": {
-      "id": "user-guide-tour",
-      "title": "Tour",
-      "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure."
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-63-0-pre-asf-metadata-prop-3ad.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-63-0-pre-asf-metadata-prop-3ad.json
deleted file mode 100644
index fd19f2b..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-63-0-pre-asf-metadata-prop-3ad.json
+++ /dev/null
@@ -1,1063 +0,0 @@
-{
-  "pluginId": "default",
-  "version": "0.63.0-pre-asf",
-  "label": "0.63.0-pre-asf",
-  "banner": "unmaintained",
-  "badge": true,
-  "noIndex": false,
-  "className": "docs-version-0.63.0-pre-asf",
-  "isLast": false,
-  "docsSidebars": {},
-  "docs": {
-    "dev-guide-archetype": {
-      "id": "dev-guide-archetype",
-      "title": "Start Developing",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks."
-    },
-    "dev-guide-configuration": {
-      "id": "dev-guide-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works."
-    },
-    "dev-guide-development-environment": {
-      "id": "dev-guide-development-environment",
-      "title": "Development Environment",
-      "description": "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."
-    },
-    "dev-guide-output-strategies": {
-      "id": "dev-guide-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction"
-    },
-    "dev-guide-static-properties": {
-      "id": "dev-guide-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction"
-    },
-    "dev-guide-stream-requirements": {
-      "id": "dev-guide-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction"
-    },
-    "dev-guide-tutorial-processors": {
-      "id": "dev-guide-tutorial-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper."
-    },
-    "dev-guide-tutorial-sinks": {
-      "id": "dev-guide-tutorial-sinks",
-      "title": "Tutorial: Data Sinks",
-      "description": "In this tutorial, we will add a new data sink using the standalone wrapper."
-    },
-    "dev-guide-tutorial-sources": {
-      "id": "dev-guide-tutorial-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server)."
-    },
-    "org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink": {
-      "id": "org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink",
-      "title": "Spatial Grid Enrichment",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding": {
-      "id": "org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding",
-      "title": "Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding": {
-      "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-      "title": "Reverse Geocoder",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding": {
-      "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-      "title": "Static Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode": {
-      "id": "org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount": {
-      "id": "org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount",
-      "title": "Event Counter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate": {
-      "id": "org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop": {
-      "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-      "title": "Math",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop": {
-      "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-      "title": "Static Math",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry": {
-      "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-      "title": "Trigonometry Functions",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing": {
-      "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-      "title": "URL Dereferencing",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp": {
-      "id": "org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp",
-      "title": "Timestamp Enricher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure": {
-      "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-      "title": "Size Measure",
-      "description": "*"
-    },
-    "org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose": {
-      "id": "org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose",
-      "title": "Compose",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich": {
-      "id": "org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich",
-      "title": "Merge By Enrich",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge": {
-      "id": "org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge",
-      "title": "Merge By Time",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter": {
-      "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-      "title": "Numerical Filter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter": {
-      "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-      "title": "Numerical Text Filter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project": {
-      "id": "org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project",
-      "title": "Projection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter": {
-      "id": "org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter",
-      "title": "Text Filter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold": {
-      "id": "org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold",
-      "title": "Threshold Detector",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator": {
-      "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-      "title": "Distance Calculator",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency": {
-      "id": "org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange": {
-      "id": "org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase": {
-      "id": "org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter": {
-      "id": "org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence": {
-      "id": "org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence",
-      "title": "Sequence Detection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop": {
-      "id": "org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount": {
-      "id": "org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker",
-      "title": "Chunker (English)",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder",
-      "title": "Name Finder",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-      "title": "Part of Speech (English)",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-      "title": "Sentence Detection (English)",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-      "title": "Tokenizer (English)",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter": {
-      "id": "org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper": {
-      "id": "org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper",
-      "title": "Field Mapper",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate": {
-      "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-      "title": "Boilerplate Removal",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-      "title": "Boolean Counter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-      "title": "Boolean Inverter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-      "title": "Measure Time Between Two Sensors",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-      "title": "Boolean Timer",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value",
-      "title": "Value Changed",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array",
-      "title": "Count Array",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-      "title": "CSV Metadata Enricher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value",
-      "title": "Calculate Duration",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-      "title": "Timestamp Extractor",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration",
-      "title": "Task Duration",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-      "title": "Transform to boolean",
-      "description": "*"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-      "title": "Buffered REST Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms",
-      "title": "JMS Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka",
-      "title": "Kafka Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-      "title": "Pulsar Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest",
-      "title": "REST Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto": {
-      "id": "org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto",
-      "title": "Eclipse Ditto",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch": {
-      "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-      "title": "Elasticsearch",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb": {
-      "id": "org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb",
-      "title": "CouchDB",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb": {
-      "id": "org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb",
-      "title": "InfluxDB",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb": {
-      "id": "org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb",
-      "title": "IoTDB",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua": {
-      "id": "org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua",
-      "title": "OPC-UA",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql": {
-      "id": "org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql",
-      "title": "PostgreSQL",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard": {
-      "id": "org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard",
-      "title": "Dashboard Sink",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake": {
-      "id": "org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake",
-      "title": "Data Lake",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification": {
-      "id": "org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email": {
-      "id": "org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email",
-      "title": "Email Notification",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal": {
-      "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-      "title": "OneSignal",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack": {
-      "id": "org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.coindesk": {
-      "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-      "title": "Coindesk Bitcoin Price",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.gdelt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-      "title": "GDELT",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.news": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-      "title": "IEX Cloud News",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.stocks": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-      "title": "IEX Cloud Stock Quotes",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-      "title": "Image Upload (Set)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-      "title": "Image Upload (Stream)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-      "title": "InfluxDB Set Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-      "title": "InfluxDB Stream Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iss": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iss",
-      "title": "ISS Location",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-      "title": "MySQL Set Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-      "title": "MySql Stream Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-      "title": "NETIO MQTT M2M",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.rest": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-      "title": "NETIO http JSON",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera": {
-      "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-      "title": "NSW Traffic Cameras",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.opcua": {
-      "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-      "title": "OPC UA",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.s7": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-      "title": "PLC4X S7",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ros": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ros",
-      "title": "ROS Bridge",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-      "title": "Random Data Simulator (Set)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-      "title": "Random Data Simulator (Stream)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.slack": {
-      "id": "pe/org.apache.streampipes.connect.adapters.slack",
-      "title": "Slack",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ti": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ti",
-      "title": "TI Sensor Tag",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.edit": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-      "title": "Wikipedia Edits",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.new": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-      "title": "Wikipedia New Articles",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.file": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-      "title": "File Stream",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.http": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-      "title": "HTTP Stream",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.kafka": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-      "title": "Apache Kafka",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-      "title": "MQTT",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.pulsar": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-      "title": "Apache Pulsar",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.flink": {
-      "id": "pe/org.apache.streampipes.processor.geo.flink",
-      "title": "Spatial Grid Enrichment",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.geocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-      "title": "Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-      "title": "Reverse Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-      "title": "Static Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-      "title": "Image Cropper",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.qrcode": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.count": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-      "title": "Count Aggregation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.eventcount": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-      "title": "Event Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.rate": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-      "title": "Math",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-      "title": "Static Math",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-      "title": "Trigonometry Functions",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-      "title": "URL Dereferencing",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.timestamp": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-      "title": "Timestamp Enricher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure": {
-      "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-      "title": "Size Measure",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.compose": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-      "title": "Compose",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.enrich": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-      "title": "Merge By Enrich",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.merge": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-      "title": "Merge By Time",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-      "title": "Numerical Filter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-      "title": "Numerical Text Filter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.project": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-      "title": "Projection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.textfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-      "title": "Text Filter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.threshold": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-      "title": "Threshold Detector",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-      "title": "Creates JTS Point",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-      "title": "EPSG Code",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-      "title": "Single Trajectory Creator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-      "title": "Distance Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.speed": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-      "title": "Speed Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-      "title": "Static Distance Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.absence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-      "title": "Absence",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.and": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-      "title": "And",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-      "title": "Sequence",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequency": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequencychange": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.increase": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.sequence": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-      "title": "Sequence Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.stop": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary": {
-      "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-      "title": "Statistics Summary",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.wordcount": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.chunker": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-      "title": "Chunker (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.namefinder": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-      "title": "Name Finder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-      "title": "Part of Speech (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-      "title": "Sentence Detection (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-      "title": "Tokenizer (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-mapper": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-      "title": "Field Mapper",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-      "title": "Boilerplate Removal",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-      "title": "Boolean Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-      "title": "Boolean Inverter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-      "title": "Measure Time Between Two Sensors",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-      "title": "Boolean Timer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.changed-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-      "title": "Value Changed",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.count-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-      "title": "Count Array",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-      "title": "CSV Metadata Enricher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.duration-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-      "title": "Calculate Duration",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-      "title": "Timestamp Extractor",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.split-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-      "title": "String Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-      "title": "String Timer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.taskduration": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-      "title": "Task Duration",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-      "title": "Transform to boolean",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.protocol.set.file": {
-      "id": "pe/org.apache.streampipes.protocol.set.file",
-      "title": "File Set",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.protocol.set.http": {
-      "id": "pe/org.apache.streampipes.protocol.set.http",
-      "title": "HTTP Set",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-      "title": "Buffered REST Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.jms": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-      "title": "JMS Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.kafka": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-      "title": "Kafka Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-      "title": "MQTT Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-      "title": "Pulsar Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-      "title": "REST Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.ditto": {
-      "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-      "title": "Eclipse Ditto",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch": {
-      "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-      "title": "Elasticsearch",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.couchdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-      "title": "CouchDB",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.influxdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-      "title": "InfluxDB",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.iotdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-      "title": "IoTDB",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.opcua": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-      "title": "OPC-UA",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.postgresql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-      "title": "PostgreSQL",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.dashboard": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-      "title": "Dashboard Sink",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.datalake": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-      "title": "Data Lake",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.notification": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.email": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-      "title": "Email Notification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-      "title": "OneSignal",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.slack": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "<!--"
-    },
-    "user-guide-first-steps": {
-      "id": "user-guide-first-steps",
-      "title": "First steps",
-      "description": "In this section, you'll learn how to create and run pipelines in StreamPipes."
-    },
-    "user-guide-installation": {
-      "id": "user-guide-installation",
-      "title": "Installation",
-      "description": "Prerequisites"
-    },
-    "user-guide-tour": {
-      "id": "user-guide-tour",
-      "title": "Tour",
-      "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure."
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-64-0-pre-asf-metadata-prop-72c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-64-0-pre-asf-metadata-prop-72c.json
deleted file mode 100644
index a261402..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-64-0-pre-asf-metadata-prop-72c.json
+++ /dev/null
@@ -1,1063 +0,0 @@
-{
-  "pluginId": "default",
-  "version": "0.64.0-pre-asf",
-  "label": "0.64.0-pre-asf",
-  "banner": "unmaintained",
-  "badge": true,
-  "noIndex": false,
-  "className": "docs-version-0.64.0-pre-asf",
-  "isLast": false,
-  "docsSidebars": {},
-  "docs": {
-    "dev-guide-archetype": {
-      "id": "dev-guide-archetype",
-      "title": "Start Developing",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks."
-    },
-    "dev-guide-configuration": {
-      "id": "dev-guide-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works."
-    },
-    "dev-guide-development-environment": {
-      "id": "dev-guide-development-environment",
-      "title": "Development Environment",
-      "description": "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."
-    },
-    "dev-guide-output-strategies": {
-      "id": "dev-guide-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction"
-    },
-    "dev-guide-static-properties": {
-      "id": "dev-guide-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction"
-    },
-    "dev-guide-stream-requirements": {
-      "id": "dev-guide-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction"
-    },
-    "dev-guide-tutorial-processors": {
-      "id": "dev-guide-tutorial-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper."
-    },
-    "dev-guide-tutorial-sinks": {
-      "id": "dev-guide-tutorial-sinks",
-      "title": "Tutorial: Data Sinks",
-      "description": "In this tutorial, we will add a new data sink using the standalone wrapper."
-    },
-    "dev-guide-tutorial-sources": {
-      "id": "dev-guide-tutorial-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server)."
-    },
-    "org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink": {
-      "id": "org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink",
-      "title": "Spatial Grid Enrichment",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding": {
-      "id": "org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding",
-      "title": "Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding": {
-      "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-      "title": "Reverse Geocoder",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding": {
-      "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-      "title": "Static Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode": {
-      "id": "org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount": {
-      "id": "org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount",
-      "title": "Event Counter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate": {
-      "id": "org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop": {
-      "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-      "title": "Math",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop": {
-      "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-      "title": "Static Math",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry": {
-      "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-      "title": "Trigonometry Functions",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing": {
-      "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-      "title": "URL Dereferencing",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp": {
-      "id": "org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp",
-      "title": "Timestamp Enricher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure": {
-      "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-      "title": "Size Measure",
-      "description": "*"
-    },
-    "org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose": {
-      "id": "org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose",
-      "title": "Compose",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich": {
-      "id": "org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich",
-      "title": "Merge By Enrich",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge": {
-      "id": "org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge",
-      "title": "Merge By Time",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter": {
-      "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-      "title": "Numerical Filter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter": {
-      "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-      "title": "Numerical Text Filter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project": {
-      "id": "org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project",
-      "title": "Projection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter": {
-      "id": "org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter",
-      "title": "Text Filter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold": {
-      "id": "org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold",
-      "title": "Threshold Detector",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator": {
-      "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-      "title": "Distance Calculator",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency": {
-      "id": "org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange": {
-      "id": "org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase": {
-      "id": "org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter": {
-      "id": "org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence": {
-      "id": "org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence",
-      "title": "Sequence Detection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop": {
-      "id": "org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount": {
-      "id": "org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker",
-      "title": "Chunker (English)",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder",
-      "title": "Name Finder",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-      "title": "Part of Speech (English)",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-      "title": "Sentence Detection (English)",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-      "title": "Tokenizer (English)",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter": {
-      "id": "org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper": {
-      "id": "org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper",
-      "title": "Field Mapper",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate": {
-      "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-      "title": "Boilerplate Removal",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-      "title": "Boolean Counter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-      "title": "Boolean Inverter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-      "title": "Measure Time Between Two Sensors",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-      "title": "Boolean Timer",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value",
-      "title": "Value Changed",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array",
-      "title": "Count Array",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-      "title": "CSV Metadata Enricher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value",
-      "title": "Calculate Duration",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-      "title": "Timestamp Extractor",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration",
-      "title": "Task Duration",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-      "title": "Transform to boolean",
-      "description": "*"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-      "title": "Buffered REST Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms",
-      "title": "JMS Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka",
-      "title": "Kafka Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-      "title": "Pulsar Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest",
-      "title": "REST Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto": {
-      "id": "org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto",
-      "title": "Eclipse Ditto",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch": {
-      "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-      "title": "Elasticsearch",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb": {
-      "id": "org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb",
-      "title": "CouchDB",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb": {
-      "id": "org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb",
-      "title": "InfluxDB",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb": {
-      "id": "org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb",
-      "title": "IoTDB",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua": {
-      "id": "org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua",
-      "title": "OPC-UA",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql": {
-      "id": "org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql",
-      "title": "PostgreSQL",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard": {
-      "id": "org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard",
-      "title": "Dashboard Sink",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake": {
-      "id": "org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake",
-      "title": "Data Lake",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification": {
-      "id": "org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email": {
-      "id": "org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email",
-      "title": "Email Notification",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal": {
-      "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-      "title": "OneSignal",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack": {
-      "id": "org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.coindesk": {
-      "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-      "title": "Coindesk Bitcoin Price",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.gdelt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-      "title": "GDELT",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.news": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-      "title": "IEX Cloud News",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.stocks": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-      "title": "IEX Cloud Stock Quotes",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-      "title": "Image Upload (Set)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-      "title": "Image Upload (Stream)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-      "title": "InfluxDB Set Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-      "title": "InfluxDB Stream Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iss": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iss",
-      "title": "ISS Location",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-      "title": "MySQL Set Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-      "title": "MySql Stream Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-      "title": "NETIO MQTT M2M",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.rest": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-      "title": "NETIO http JSON",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera": {
-      "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-      "title": "NSW Traffic Cameras",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.opcua": {
-      "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-      "title": "OPC UA",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.s7": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-      "title": "PLC4X S7",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ros": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ros",
-      "title": "ROS Bridge",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-      "title": "Random Data Simulator (Set)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-      "title": "Random Data Simulator (Stream)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.slack": {
-      "id": "pe/org.apache.streampipes.connect.adapters.slack",
-      "title": "Slack",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ti": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ti",
-      "title": "TI Sensor Tag",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.edit": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-      "title": "Wikipedia Edits",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.new": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-      "title": "Wikipedia New Articles",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.file": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-      "title": "File Stream",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.http": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-      "title": "HTTP Stream",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.kafka": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-      "title": "Apache Kafka",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-      "title": "MQTT",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.pulsar": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-      "title": "Apache Pulsar",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.flink": {
-      "id": "pe/org.apache.streampipes.processor.geo.flink",
-      "title": "Spatial Grid Enrichment",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.geocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-      "title": "Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-      "title": "Reverse Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-      "title": "Static Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-      "title": "Image Cropper",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.qrcode": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.count": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-      "title": "Count Aggregation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.eventcount": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-      "title": "Event Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.rate": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-      "title": "Math",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-      "title": "Static Math",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-      "title": "Trigonometry Functions",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-      "title": "URL Dereferencing",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.timestamp": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-      "title": "Timestamp Enricher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure": {
-      "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-      "title": "Size Measure",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.compose": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-      "title": "Compose",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.enrich": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-      "title": "Merge By Enrich",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.merge": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-      "title": "Merge By Time",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-      "title": "Numerical Filter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-      "title": "Numerical Text Filter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.project": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-      "title": "Projection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.textfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-      "title": "Text Filter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.threshold": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-      "title": "Threshold Detector",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-      "title": "Creates JTS Point",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-      "title": "EPSG Code",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-      "title": "Single Trajectory Creator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-      "title": "Distance Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.speed": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-      "title": "Speed Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-      "title": "Static Distance Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.absence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-      "title": "Absence",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.and": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-      "title": "And",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-      "title": "Sequence",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequency": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequencychange": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.increase": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.sequence": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-      "title": "Sequence Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.stop": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary": {
-      "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-      "title": "Statistics Summary",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.wordcount": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.chunker": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-      "title": "Chunker (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.namefinder": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-      "title": "Name Finder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-      "title": "Part of Speech (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-      "title": "Sentence Detection (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-      "title": "Tokenizer (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-mapper": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-      "title": "Field Mapper",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-      "title": "Boilerplate Removal",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-      "title": "Boolean Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-      "title": "Boolean Inverter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-      "title": "Measure Time Between Two Sensors",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-      "title": "Boolean Timer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.changed-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-      "title": "Value Changed",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.count-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-      "title": "Count Array",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-      "title": "CSV Metadata Enricher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.duration-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-      "title": "Calculate Duration",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-      "title": "Timestamp Extractor",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.split-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-      "title": "String Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-      "title": "String Timer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.taskduration": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-      "title": "Task Duration",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-      "title": "Transform to boolean",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.protocol.set.file": {
-      "id": "pe/org.apache.streampipes.protocol.set.file",
-      "title": "File Set",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.protocol.set.http": {
-      "id": "pe/org.apache.streampipes.protocol.set.http",
-      "title": "HTTP Set",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-      "title": "Buffered REST Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.jms": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-      "title": "JMS Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.kafka": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-      "title": "Kafka Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-      "title": "MQTT Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-      "title": "Pulsar Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-      "title": "REST Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.ditto": {
-      "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-      "title": "Eclipse Ditto",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch": {
-      "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-      "title": "Elasticsearch",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.couchdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-      "title": "CouchDB",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.influxdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-      "title": "InfluxDB",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.iotdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-      "title": "IoTDB",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.opcua": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-      "title": "OPC-UA",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.postgresql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-      "title": "PostgreSQL",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.dashboard": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-      "title": "Dashboard Sink",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.datalake": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-      "title": "Data Lake",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.notification": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.email": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-      "title": "Email Notification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-      "title": "OneSignal",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.slack": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "<!--"
-    },
-    "user-guide-first-steps": {
-      "id": "user-guide-first-steps",
-      "title": "First steps",
-      "description": "In this section, you'll learn how to create and run pipelines in StreamPipes."
-    },
-    "user-guide-installation": {
-      "id": "user-guide-installation",
-      "title": "Installation",
-      "description": "Prerequisites"
-    },
-    "user-guide-tour": {
-      "id": "user-guide-tour",
-      "title": "Tour",
-      "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure."
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-65-0-pre-asf-metadata-prop-156.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-65-0-pre-asf-metadata-prop-156.json
deleted file mode 100644
index 433102e..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-65-0-pre-asf-metadata-prop-156.json
+++ /dev/null
@@ -1,1333 +0,0 @@
-{
-  "pluginId": "default",
-  "version": "0.65.0-pre-asf",
-  "label": "0.65.0-pre-asf",
-  "banner": "unmaintained",
-  "badge": true,
-  "noIndex": false,
-  "className": "docs-version-0.65.0-pre-asf",
-  "isLast": false,
-  "docsSidebars": {},
-  "docs": {
-    "community-get-help": {
-      "id": "community-get-help",
-      "title": "Get Help",
-      "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have."
-    },
-    "dev-guide-archetype": {
-      "id": "dev-guide-archetype",
-      "title": "Start Developing",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks."
-    },
-    "dev-guide-configuration": {
-      "id": "dev-guide-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works."
-    },
-    "dev-guide-development-environment": {
-      "id": "dev-guide-development-environment",
-      "title": "Development Environment",
-      "description": "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."
-    },
-    "dev-guide-output-strategies": {
-      "id": "dev-guide-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction"
-    },
-    "dev-guide-static-properties": {
-      "id": "dev-guide-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction"
-    },
-    "dev-guide-stream-requirements": {
-      "id": "dev-guide-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction"
-    },
-    "dev-guide-tutorial-processors": {
-      "id": "dev-guide-tutorial-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper."
-    },
-    "dev-guide-tutorial-sinks": {
-      "id": "dev-guide-tutorial-sinks",
-      "title": "Tutorial: Data Sinks",
-      "description": "In this tutorial, we will add a new data sink using the standalone wrapper."
-    },
-    "dev-guide-tutorial-sources": {
-      "id": "dev-guide-tutorial-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server)."
-    },
-    "extend-sdk-event-model": {
-      "id": "extend-sdk-event-model",
-      "title": "SDK Guide: Event Model",
-      "description": "Introduction"
-    },
-    "extend-sdk-stream-requirements": {
-      "id": "extend-sdk-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction"
-    },
-    "extend-setup": {
-      "id": "extend-setup",
-      "title": "Development Setup",
-      "description": "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."
-    },
-    "extend-tutorial-data-processors": {
-      "id": "extend-tutorial-data-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor."
-    },
-    "extend-tutorial-data-sinks": {
-      "id": "extend-tutorial-data-sinks",
-      "title": "Tutorial: Data Sinks",
-      "description": "In this tutorial, we will add a new data sink using the standalone wrapper."
-    },
-    "extend-tutorial-data-sources": {
-      "id": "extend-tutorial-data-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server)."
-    },
-    "org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink": {
-      "id": "org.apache.streampipes.processor.geo.flink/org.apache.streampipes.processor.geo.flink",
-      "title": "Spatial Grid Enrichment",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding": {
-      "id": "org.apache.streampipes.processor.geo.jvm.geocoding/org.apache.streampipes.processor.geo.jvm.geocoding",
-      "title": "Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding": {
-      "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-      "title": "Reverse Geocoder",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding": {
-      "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-      "title": "Static Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode": {
-      "id": "org.apache.streampipes.processor.imageclassification.qrcode/org.apache.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "org.apache.streampipes.processors.aggregation.flink.aggregation/org.apache.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount": {
-      "id": "org.apache.streampipes.processors.aggregation.flink.eventcount/org.apache.streampipes.processors.aggregation.flink.eventcount",
-      "title": "Event Counter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate": {
-      "id": "org.apache.streampipes.processors.aggregation.flink.rate/org.apache.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop": {
-      "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-      "title": "Math",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop": {
-      "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-      "title": "Static Math",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry": {
-      "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-      "title": "Trigonometry Functions",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing": {
-      "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-      "title": "URL Dereferencing",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp": {
-      "id": "org.apache.streampipes.processors.enricher.flink.timestamp/org.apache.streampipes.processors.enricher.flink.timestamp",
-      "title": "Timestamp Enricher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure": {
-      "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-      "title": "Size Measure",
-      "description": "*"
-    },
-    "org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose": {
-      "id": "org.apache.streampipes.processors.filters.jvm.compose/org.apache.streampipes.processors.filters.jvm.compose",
-      "title": "Compose",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich": {
-      "id": "org.apache.streampipes.processors.filters.jvm.enrich/org.apache.streampipes.processors.filters.jvm.enrich",
-      "title": "Merge By Enrich",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge": {
-      "id": "org.apache.streampipes.processors.filters.jvm.merge/org.apache.streampipes.processors.filters.jvm.merge",
-      "title": "Merge By Time",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter": {
-      "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-      "title": "Numerical Filter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter": {
-      "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-      "title": "Numerical Text Filter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project": {
-      "id": "org.apache.streampipes.processors.filters.jvm.project/org.apache.streampipes.processors.filters.jvm.project",
-      "title": "Projection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter": {
-      "id": "org.apache.streampipes.processors.filters.jvm.textfilter/org.apache.streampipes.processors.filters.jvm.textfilter",
-      "title": "Text Filter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold": {
-      "id": "org.apache.streampipes.processors.filters.jvm.threshold/org.apache.streampipes.processors.filters.jvm.threshold",
-      "title": "Threshold Detector",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator": {
-      "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-      "title": "Distance Calculator",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency": {
-      "id": "org.apache.streampipes.processors.siddhi.frequency/org.apache.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange": {
-      "id": "org.apache.streampipes.processors.siddhi.frequencychange/org.apache.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase": {
-      "id": "org.apache.streampipes.processors.siddhi.increase/org.apache.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter": {
-      "id": "org.apache.streampipes.processors.siddhi.numericalfilter/org.apache.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence": {
-      "id": "org.apache.streampipes.processors.siddhi.sequence/org.apache.streampipes.processors.siddhi.sequence",
-      "title": "Sequence Detection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop": {
-      "id": "org.apache.streampipes.processors.siddhi.stop/org.apache.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "org.apache.streampipes.processors.textmining.flink.languagedetection/org.apache.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount": {
-      "id": "org.apache.streampipes.processors.textmining.flink.wordcount/org.apache.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.chunker/org.apache.streampipes.processors.textmining.jvm.chunker",
-      "title": "Chunker (English)",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.namefinder/org.apache.streampipes.processors.textmining.jvm.namefinder",
-      "title": "Name Finder",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-      "title": "Part of Speech (English)",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-      "title": "Sentence Detection (English)",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer": {
-      "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-      "title": "Tokenizer (English)",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter": {
-      "id": "org.apache.streampipes.processors.transformation.flink.field-converter/org.apache.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper": {
-      "id": "org.apache.streampipes.processors.transformation.flink.field-mapper/org.apache.streampipes.processors.transformation.flink.field-mapper",
-      "title": "Field Mapper",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "org.apache.streampipes.processors.transformation.flink.field-renamer/org.apache.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate": {
-      "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-      "title": "Boilerplate Removal",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-      "title": "Boolean Counter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-      "title": "Boolean Inverter",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-      "title": "Measure Time Between Two Sensors",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-      "title": "Boolean Timer",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.changed-value/org.apache.streampipes.processors.transformation.jvm.changed-value",
-      "title": "Value Changed",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.count-array/org.apache.streampipes.processors.transformation.jvm.count-array",
-      "title": "Count Array",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-      "title": "CSV Metadata Enricher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.duration-value/org.apache.streampipes.processors.transformation.jvm.duration-value",
-      "title": "Calculate Duration",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-      "title": "Timestamp Extractor",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.split-array/org.apache.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.taskduration/org.apache.streampipes.processors.transformation.jvm.taskduration",
-      "title": "Task Duration",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean": {
-      "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-      "title": "Transform to boolean",
-      "description": "*"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-      "title": "Buffered REST Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.jms/org.apache.streampipes.sinks.brokers.jvm.jms",
-      "title": "JMS Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.kafka/org.apache.streampipes.sinks.brokers.jvm.kafka",
-      "title": "Kafka Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-      "title": "Pulsar Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest": {
-      "id": "org.apache.streampipes.sinks.brokers.jvm.rest/org.apache.streampipes.sinks.brokers.jvm.rest",
-      "title": "REST Publisher",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto": {
-      "id": "org.apache.streampipes.sinks.databases.ditto/org.apache.streampipes.sinks.databases.ditto",
-      "title": "Eclipse Ditto",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch": {
-      "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-      "title": "Elasticsearch",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb": {
-      "id": "org.apache.streampipes.sinks.databases.jvm.couchdb/org.apache.streampipes.sinks.databases.jvm.couchdb",
-      "title": "CouchDB",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb": {
-      "id": "org.apache.streampipes.sinks.databases.jvm.influxdb/org.apache.streampipes.sinks.databases.jvm.influxdb",
-      "title": "InfluxDB",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb": {
-      "id": "org.apache.streampipes.sinks.databases.jvm.iotdb/org.apache.streampipes.sinks.databases.jvm.iotdb",
-      "title": "IoTDB",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua": {
-      "id": "org.apache.streampipes.sinks.databases.jvm.opcua/org.apache.streampipes.sinks.databases.jvm.opcua",
-      "title": "OPC-UA",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql": {
-      "id": "org.apache.streampipes.sinks.databases.jvm.postgresql/org.apache.streampipes.sinks.databases.jvm.postgresql",
-      "title": "PostgreSQL",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard": {
-      "id": "org.apache.streampipes.sinks.internal.jvm.dashboard/org.apache.streampipes.sinks.internal.jvm.dashboard",
-      "title": "Dashboard Sink",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake": {
-      "id": "org.apache.streampipes.sinks.internal.jvm.datalake/org.apache.streampipes.sinks.internal.jvm.datalake",
-      "title": "Data Lake",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification": {
-      "id": "org.apache.streampipes.sinks.internal.jvm.notification/org.apache.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email": {
-      "id": "org.apache.streampipes.sinks.notifications.jvm.email/org.apache.streampipes.sinks.notifications.jvm.email",
-      "title": "Email Notification",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal": {
-      "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-      "title": "OneSignal",
-      "description": "<!--"
-    },
-    "org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack": {
-      "id": "org.apache.streampipes.sinks.notifications.jvm.slack/org.apache.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.coindesk": {
-      "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-      "title": "Coindesk Bitcoin Price",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.gdelt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-      "title": "GDELT",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.news": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-      "title": "IEX Cloud News",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.stocks": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-      "title": "IEX Cloud Stock Quotes",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-      "title": "Image Upload (Set)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-      "title": "Image Upload (Stream)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-      "title": "InfluxDB Set Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-      "title": "InfluxDB Stream Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iss": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iss",
-      "title": "ISS Location",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-      "title": "MySQL Set Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-      "title": "MySql Stream Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-      "title": "NETIO MQTT M2M",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.rest": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-      "title": "NETIO http JSON",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera": {
-      "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-      "title": "NSW Traffic Cameras",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.opcua": {
-      "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-      "title": "OPC UA",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.s7": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-      "title": "PLC4X S7",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ros": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ros",
-      "title": "ROS Bridge",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-      "title": "Random Data Simulator (Set)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-      "title": "Random Data Simulator (Stream)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.slack": {
-      "id": "pe/org.apache.streampipes.connect.adapters.slack",
-      "title": "Slack",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ti": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ti",
-      "title": "TI Sensor Tag",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.edit": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-      "title": "Wikipedia Edits",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.new": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-      "title": "Wikipedia New Articles",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.file": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-      "title": "File Stream",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.http": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-      "title": "HTTP Stream",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.kafka": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-      "title": "Apache Kafka",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-      "title": "MQTT",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.pulsar": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-      "title": "Apache Pulsar",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.flink": {
-      "id": "pe/org.apache.streampipes.processor.geo.flink",
-      "title": "Spatial Grid Enrichment",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.geocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-      "title": "Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-      "title": "Reverse Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-      "title": "Static Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-      "title": "Image Cropper",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.qrcode": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.count": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-      "title": "Count Aggregation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.eventcount": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-      "title": "Event Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.rate": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-      "title": "Math",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-      "title": "Static Math",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-      "title": "Trigonometry Functions",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-      "title": "URL Dereferencing",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.timestamp": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-      "title": "Timestamp Enricher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure": {
-      "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-      "title": "Size Measure",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.compose": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-      "title": "Compose",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.enrich": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-      "title": "Merge By Enrich",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.merge": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-      "title": "Merge By Time",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-      "title": "Numerical Filter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-      "title": "Numerical Text Filter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.project": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-      "title": "Projection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.textfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-      "title": "Text Filter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.threshold": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-      "title": "Threshold Detector",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-      "title": "Creates JTS Point",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-      "title": "EPSG Code",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-      "title": "Single Trajectory Creator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-      "title": "Distance Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.speed": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-      "title": "Speed Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-      "title": "Static Distance Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.absence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-      "title": "Absence",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.and": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-      "title": "And",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-      "title": "Sequence",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequency": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequencychange": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.increase": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.sequence": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-      "title": "Sequence Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.stop": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary": {
-      "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-      "title": "Statistics Summary",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.wordcount": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.chunker": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-      "title": "Chunker (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.namefinder": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-      "title": "Name Finder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-      "title": "Part of Speech (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-      "title": "Sentence Detection (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-      "title": "Tokenizer (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-mapper": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-      "title": "Field Mapper",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-      "title": "Boilerplate Removal",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-      "title": "Boolean Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-      "title": "Boolean Inverter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-      "title": "Measure Time Between Two Sensors",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-      "title": "Boolean Timer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.changed-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-      "title": "Value Changed",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.count-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-      "title": "Count Array",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-      "title": "CSV Metadata Enricher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.duration-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-      "title": "Calculate Duration",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-      "title": "Timestamp Extractor",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.split-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-      "title": "String Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-      "title": "String Timer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.taskduration": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-      "title": "Task Duration",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-      "title": "Transform to boolean",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.protocol.set.file": {
-      "id": "pe/org.apache.streampipes.protocol.set.file",
-      "title": "File Set",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.protocol.set.http": {
-      "id": "pe/org.apache.streampipes.protocol.set.http",
-      "title": "HTTP Set",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-      "title": "Buffered REST Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.jms": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-      "title": "JMS Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.kafka": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-      "title": "Kafka Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-      "title": "MQTT Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-      "title": "Pulsar Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-      "title": "REST Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.ditto": {
-      "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-      "title": "Eclipse Ditto",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch": {
-      "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-      "title": "Elasticsearch",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.couchdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-      "title": "CouchDB",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.influxdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-      "title": "InfluxDB",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.iotdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-      "title": "IoTDB",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.opcua": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-      "title": "OPC-UA",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.postgresql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-      "title": "PostgreSQL",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.dashboard": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-      "title": "Dashboard Sink",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.datalake": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-      "title": "Data Lake",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.notification": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.email": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-      "title": "Email Notification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-      "title": "OneSignal",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.slack": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.connect.adapters.flic.mqtt": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.connect.adapters.flic.mqtt",
-      "title": "Flic MQTT",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.connect.adapters.plc4x.modbus": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.connect.adapters.plc4x.modbus",
-      "title": "PLC4X MODBUS",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.connect.adapters.simulator.machine": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.connect.adapters.simulator.machine",
-      "title": "Machine Data Simulator",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.connect.protocol.stream.httpserver": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.connect.protocol.stream.httpserver",
-      "title": "HTTP Server",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.changedetection.jvm.cusum": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.changedetection.jvm.cusum",
-      "title": "Cusum",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.filters.jvm.limit": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.filters.jvm.limit",
-      "title": "Rate Limit",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-      "title": "Signal Edge Filter",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-      "title": "Boolean To State",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.buffer": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-      "title": "State Buffer",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-      "title": "State Buffer Labeler",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-      "title": "Number Labeler",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-      "title": "String To State",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.sinks.brokers.jvm.nats": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.sinks.brokers.jvm.nats",
-      "title": "NATS Publisher",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.sinks.databases.jvm.mysql": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.sinks.databases.jvm.mysql",
-      "title": "MySQL Database",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.sinks.notifications.jvm.telegram": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.sinks.notifications.jvm.telegram",
-      "title": "Telegram Publisher",
-      "description": "<!--"
-    },
-    "user-guide-first-steps": {
-      "id": "user-guide-first-steps",
-      "title": "First steps",
-      "description": "In this section, you'll learn how to create and run pipelines in StreamPipes."
-    },
-    "user-guide-installation": {
-      "id": "user-guide-installation",
-      "title": "Installation",
-      "description": "Prerequisites"
-    },
-    "user-guide-tour": {
-      "id": "user-guide-tour",
-      "title": "Tour",
-      "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure."
-    },
-    "version-0.67.0-community-contribute": {
-      "id": "version-0.67.0-community-contribute",
-      "title": "Contribute",
-      "description": "Contribute"
-    },
-    "version-0.67.0-concepts-adapter": {
-      "id": "version-0.67.0-concepts-adapter",
-      "title": "Data Adapters",
-      "description": "tbd"
-    },
-    "version-0.67.0-concepts-data-streams": {
-      "id": "version-0.67.0-concepts-data-streams",
-      "title": "Data Streams",
-      "description": "tbd"
-    },
-    "version-0.67.0-concepts-glossary": {
-      "id": "version-0.67.0-concepts-glossary",
-      "title": "Glossary",
-      "description": "tbd"
-    },
-    "version-0.67.0-concepts-overview": {
-      "id": "version-0.67.0-concepts-overview",
-      "title": "StreamPipes Concepts",
-      "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful."
-    },
-    "version-0.67.0-concepts-pipelines": {
-      "id": "version-0.67.0-concepts-pipelines",
-      "title": "Pipelines",
-      "description": "tbd"
-    },
-    "version-0.67.0-debugging-debugging": {
-      "id": "version-0.67.0-debugging-debugging",
-      "title": "Debugging",
-      "description": "tbd"
-    },
-    "version-0.67.0-debugging-monitoring": {
-      "id": "version-0.67.0-debugging-monitoring",
-      "title": "Monitoring",
-      "description": "tbd"
-    },
-    "version-0.67.0-deploy-docker": {
-      "id": "version-0.67.0-deploy-docker",
-      "title": "Docker Deployment",
-      "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes."
-    },
-    "version-0.67.0-deploy-kubernetes": {
-      "id": "version-0.67.0-deploy-kubernetes",
-      "title": "Kubernetes Deployment",
-      "description": "Prerequisites"
-    },
-    "version-0.67.0-deploy-use-ssl": {
-      "id": "version-0.67.0-deploy-use-ssl",
-      "title": "Use SSL",
-      "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend."
-    },
-    "version-0.67.0-extend-archetypes": {
-      "id": "version-0.67.0-extend-archetypes",
-      "title": "Maven Archetypes",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks."
-    },
-    "version-0.67.0-extend-cli": {
-      "id": "version-0.67.0-extend-cli",
-      "title": "StreamPipes CLI",
-      "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing"
-    },
-    "version-0.67.0-extend-sdk-output-strategies": {
-      "id": "version-0.67.0-extend-sdk-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction"
-    },
-    "version-0.67.0-extend-sdk-static-properties": {
-      "id": "version-0.67.0-extend-sdk-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction"
-    },
-    "version-0.67.0-technicals-architecture": {
-      "id": "version-0.67.0-technicals-architecture",
-      "title": "Architecture",
-      "description": "The following picture illustrates the high-level architecture of StreamPipes:"
-    },
-    "version-0.67.0-technicals-configuration": {
-      "id": "version-0.67.0-technicals-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works."
-    },
-    "version-0.67.0-technicals-messaging": {
-      "id": "version-0.67.0-technicals-messaging",
-      "title": "Messaging",
-      "description": "tbd"
-    },
-    "version-0.67.0-technicals-runtime-wrappers": {
-      "id": "version-0.67.0-technicals-runtime-wrappers",
-      "title": "Runtime Wrappers",
-      "description": "tbd"
-    },
-    "version-0.67.0-technicals-user-guidance": {
-      "id": "version-0.67.0-technicals-user-guidance",
-      "title": "User Guidance",
-      "description": "tbd"
-    },
-    "version-0.67.0-try-installation": {
-      "id": "version-0.67.0-try-installation",
-      "title": "Installation",
-      "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also"
-    },
-    "version-0.67.0-try-tutorial": {
-      "id": "version-0.67.0-try-tutorial",
-      "title": "Interactive Tutorial",
-      "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox."
-    },
-    "version-0.67.0-use-configurations": {
-      "id": "version-0.67.0-use-configurations",
-      "title": "Configurations",
-      "description": "tbd"
-    },
-    "version-0.67.0-use-connect": {
-      "id": "version-0.67.0-use-connect",
-      "title": "StreamPipes Connect",
-      "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface."
-    },
-    "version-0.67.0-use-dashboard": {
-      "id": "version-0.67.0-use-dashboard",
-      "title": "Live Dashboard",
-      "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations"
-    },
-    "version-0.67.0-use-data-explorer": {
-      "id": "version-0.67.0-use-data-explorer",
-      "title": "Data Explorer",
-      "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink."
-    },
-    "version-0.67.0-use-install-pipeline-elements": {
-      "id": "version-0.67.0-use-install-pipeline-elements",
-      "title": "Install Pipeline Elements",
-      "description": "Install Pipeline Elements"
-    },
-    "version-0.67.0-use-managing-pipelines": {
-      "id": "version-0.67.0-use-managing-pipelines",
-      "title": "Managing Pipelines",
-      "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines."
-    },
-    "version-0.67.0-use-notifications": {
-      "id": "version-0.67.0-use-notifications",
-      "title": "Notifications",
-      "description": "The notification module can be used to create internal notifications."
-    },
-    "version-0.67.0-use-pipeline-editor": {
-      "id": "version-0.67.0-use-pipeline-editor",
-      "title": "Pipeline Editor",
-      "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks."
-    },
-    "version-0.67.0-user-guide-introduction": {
-      "id": "version-0.67.0-user-guide-introduction",
-      "title": "Apache StreamPipes Documentation",
-      "description": "This is the documentation of Apache StreamPipes."
-    },
-    "version-0.67.0-user-guide-introduction-old": {
-      "id": "version-0.67.0-user-guide-introduction-old",
-      "title": "Introduction",
-      "description": "StreamPipes is a framework that enables users to work with data streams."
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-66-0-metadata-prop-fc7.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-66-0-metadata-prop-fc7.json
deleted file mode 100644
index cd97a24..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-66-0-metadata-prop-fc7.json
+++ /dev/null
@@ -1,948 +0,0 @@
-{
-  "pluginId": "default",
-  "version": "0.66.0",
-  "label": "0.66.0",
-  "banner": "unmaintained",
-  "badge": true,
-  "noIndex": false,
-  "className": "docs-version-0.66.0",
-  "isLast": false,
-  "docsSidebars": {},
-  "docs": {
-    "community-contribute": {
-      "id": "community-contribute",
-      "title": "Contribute",
-      "description": "Contribute"
-    },
-    "community-get-help": {
-      "id": "community-get-help",
-      "title": "Get Help",
-      "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have."
-    },
-    "concepts-adapter": {
-      "id": "concepts-adapter",
-      "title": "Data Adapters",
-      "description": "tbd"
-    },
-    "concepts-data-streams": {
-      "id": "concepts-data-streams",
-      "title": "Data Streams",
-      "description": "tbd"
-    },
-    "concepts-glossary": {
-      "id": "concepts-glossary",
-      "title": "Glossary",
-      "description": "tbd"
-    },
-    "concepts-overview": {
-      "id": "concepts-overview",
-      "title": "StreamPipes Concepts",
-      "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful."
-    },
-    "concepts-pipelines": {
-      "id": "concepts-pipelines",
-      "title": "Pipelines",
-      "description": "tbd"
-    },
-    "debugging-debugging": {
-      "id": "debugging-debugging",
-      "title": "Debugging",
-      "description": "tbd"
-    },
-    "debugging-monitoring": {
-      "id": "debugging-monitoring",
-      "title": "Monitoring",
-      "description": "tbd"
-    },
-    "deploy-docker": {
-      "id": "deploy-docker",
-      "title": "Docker Deployment",
-      "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes."
-    },
-    "deploy-kubernetes": {
-      "id": "deploy-kubernetes",
-      "title": "Kubernetes Deployment",
-      "description": "Prerequisites"
-    },
-    "deploy-security": {
-      "id": "deploy-security",
-      "title": "Security",
-      "description": "Overriding default settings"
-    },
-    "deploy-use-ssl": {
-      "id": "deploy-use-ssl",
-      "title": "Use SSL",
-      "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend."
-    },
-    "dev-guide-archetype": {
-      "id": "dev-guide-archetype",
-      "title": "Start Developing",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks."
-    },
-    "dev-guide-configuration": {
-      "id": "dev-guide-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works."
-    },
-    "dev-guide-development-environment": {
-      "id": "dev-guide-development-environment",
-      "title": "Development Environment",
-      "description": "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."
-    },
-    "dev-guide-output-strategies": {
-      "id": "dev-guide-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction"
-    },
-    "dev-guide-static-properties": {
-      "id": "dev-guide-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction"
-    },
-    "dev-guide-stream-requirements": {
-      "id": "dev-guide-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction"
-    },
-    "dev-guide-tutorial-sources": {
-      "id": "dev-guide-tutorial-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server)."
-    },
-    "extend-archetypes": {
-      "id": "extend-archetypes",
-      "title": "Maven Archetypes",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks."
-    },
-    "extend-cli": {
-      "id": "extend-cli",
-      "title": "StreamPipes CLI",
-      "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing"
-    },
-    "extend-first-processor": {
-      "id": "extend-first-processor",
-      "title": "Your first data processor",
-      "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI."
-    },
-    "extend-sdk-event-model": {
-      "id": "extend-sdk-event-model",
-      "title": "SDK Guide: Event Model",
-      "description": "Introduction"
-    },
-    "extend-sdk-migration-service-discovery": {
-      "id": "extend-sdk-migration-service-discovery",
-      "title": "Migration Guide: New Service Discovery in 0.69.0",
-      "description": "Introduction"
-    },
-    "extend-sdk-output-strategies": {
-      "id": "extend-sdk-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction"
-    },
-    "extend-sdk-static-properties": {
-      "id": "extend-sdk-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction"
-    },
-    "extend-sdk-stream-requirements": {
-      "id": "extend-sdk-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction"
-    },
-    "extend-setup": {
-      "id": "extend-setup",
-      "title": "Development Setup",
-      "description": "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."
-    },
-    "extend-tutorial-data-processors": {
-      "id": "extend-tutorial-data-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper."
-    },
-    "extend-tutorial-data-sinks": {
-      "id": "extend-tutorial-data-sinks",
-      "title": "Tutorial: Data Sinks",
-      "description": "In this tutorial, we will add a new data sink using the standalone wrapper."
-    },
-    "extend-tutorial-data-sources": {
-      "id": "extend-tutorial-data-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server)."
-    },
-    "pe/org.apache.streampipes.connect.adapters.coindesk": {
-      "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-      "title": "Coindesk Bitcoin Price",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.gdelt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-      "title": "GDELT",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.news": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-      "title": "IEX Cloud News",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.stocks": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-      "title": "IEX Cloud Stock Quotes",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-      "title": "Image Upload (Set)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-      "title": "Image Upload (Stream)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-      "title": "InfluxDB Set Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-      "title": "InfluxDB Stream Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iss": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iss",
-      "title": "ISS Location",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-      "title": "MySQL Set Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-      "title": "MySql Stream Adapter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-      "title": "NETIO MQTT M2M",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.rest": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-      "title": "NETIO http JSON",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera": {
-      "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-      "title": "NSW Traffic Cameras",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.opcua": {
-      "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-      "title": "OPC UA",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.s7": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-      "title": "PLC4X S7",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ros": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ros",
-      "title": "ROS Bridge",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-      "title": "Random Data Simulator (Set)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-      "title": "Random Data Simulator (Stream)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.slack": {
-      "id": "pe/org.apache.streampipes.connect.adapters.slack",
-      "title": "Slack",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ti": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ti",
-      "title": "TI Sensor Tag",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.edit": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-      "title": "Wikipedia Edits",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.new": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-      "title": "Wikipedia New Articles",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.file": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-      "title": "File Stream",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.http": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-      "title": "HTTP Stream",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.kafka": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-      "title": "Apache Kafka",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-      "title": "MQTT",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.pulsar": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-      "title": "Apache Pulsar",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.flink": {
-      "id": "pe/org.apache.streampipes.processor.geo.flink",
-      "title": "Spatial Grid Enrichment",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.geocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-      "title": "Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-      "title": "Reverse Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-      "title": "Static Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-      "title": "Image Cropper",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.qrcode": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.count": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-      "title": "Count Aggregation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.eventcount": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-      "title": "Event Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.rate": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-      "title": "Math",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-      "title": "Static Math",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-      "title": "Trigonometry Functions",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-      "title": "URL Dereferencing",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.timestamp": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-      "title": "Timestamp Enricher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure": {
-      "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-      "title": "Size Measure",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.compose": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-      "title": "Compose",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.enrich": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-      "title": "Merge By Enrich",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.merge": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-      "title": "Merge By Time",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-      "title": "Numerical Filter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-      "title": "Numerical Text Filter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.project": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-      "title": "Projection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.textfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-      "title": "Text Filter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.threshold": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-      "title": "Threshold Detector",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-      "title": "Creates JTS Point",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-      "title": "EPSG Code",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-      "title": "Single Trajectory Creator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-      "title": "Distance Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.speed": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-      "title": "Speed Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-      "title": "Static Distance Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.absence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-      "title": "Absence",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.and": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-      "title": "And",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-      "title": "Sequence",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequency": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequencychange": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.increase": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.sequence": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-      "title": "Sequence Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.stop": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary": {
-      "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-      "title": "Statistics Summary",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.wordcount": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.chunker": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-      "title": "Chunker (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.namefinder": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-      "title": "Name Finder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-      "title": "Part of Speech (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-      "title": "Sentence Detection (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-      "title": "Tokenizer (English)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-mapper": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-      "title": "Field Mapper",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-      "title": "Boilerplate Removal",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-      "title": "Boolean Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-      "title": "Boolean Inverter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-      "title": "Measure Time Between Two Sensors",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-      "title": "Boolean Timer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.changed-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-      "title": "Value Changed",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.count-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-      "title": "Count Array",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-      "title": "CSV Metadata Enricher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.duration-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-      "title": "Calculate Duration",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-      "title": "Timestamp Extractor",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.split-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-      "title": "String Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-      "title": "String Timer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.taskduration": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-      "title": "Task Duration",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-      "title": "Transform to boolean",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.protocol.set.file": {
-      "id": "pe/org.apache.streampipes.protocol.set.file",
-      "title": "File Set",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.protocol.set.http": {
-      "id": "pe/org.apache.streampipes.protocol.set.http",
-      "title": "HTTP Set",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-      "title": "Buffered REST Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.jms": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-      "title": "JMS Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.kafka": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-      "title": "Kafka Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-      "title": "MQTT Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-      "title": "Pulsar Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-      "title": "REST Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.ditto": {
-      "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-      "title": "Eclipse Ditto",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch": {
-      "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-      "title": "Elasticsearch",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.couchdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-      "title": "CouchDB",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.influxdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-      "title": "InfluxDB",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.iotdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-      "title": "IoTDB",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.opcua": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-      "title": "OPC-UA",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.postgresql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-      "title": "PostgreSQL",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.dashboard": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-      "title": "Dashboard Sink",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.datalake": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-      "title": "Data Lake",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.notification": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.email": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-      "title": "Email Notification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-      "title": "OneSignal",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.slack": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.connect.adapters.flic.mqtt": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.connect.adapters.flic.mqtt",
-      "title": "Flic MQTT",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.connect.adapters.plc4x.modbus": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.connect.adapters.plc4x.modbus",
-      "title": "PLC4X MODBUS",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.connect.adapters.simulator.machine": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.connect.adapters.simulator.machine",
-      "title": "Machine Data Simulator",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.connect.protocol.stream.httpserver": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.connect.protocol.stream.httpserver",
-      "title": "HTTP Server",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.changedetection.jvm.cusum": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.changedetection.jvm.cusum",
-      "title": "Cusum",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.filters.jvm.limit": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.filters.jvm.limit",
-      "title": "Rate Limit",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-      "title": "Signal Edge Filter",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-      "title": "Boolean To State",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.buffer": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-      "title": "State Buffer",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-      "title": "State Buffer Labeler",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-      "title": "Number Labeler",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-      "title": "String To State",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.sinks.brokers.jvm.nats": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.sinks.brokers.jvm.nats",
-      "title": "NATS Publisher",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.sinks.databases.jvm.mysql": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.sinks.databases.jvm.mysql",
-      "title": "MySQL Database",
-      "description": "<!--"
-    },
-    "pe/version-0.68.0-org.apache.streampipes.sinks.notifications.jvm.telegram": {
-      "id": "pe/version-0.68.0-org.apache.streampipes.sinks.notifications.jvm.telegram",
-      "title": "Telegram Publisher",
-      "description": "<!--"
-    },
-    "technicals-architecture": {
-      "id": "technicals-architecture",
-      "title": "Architecture",
-      "description": "The following picture illustrates the high-level architecture of StreamPipes:"
-    },
-    "technicals-configuration": {
-      "id": "technicals-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works."
-    },
-    "technicals-messaging": {
-      "id": "technicals-messaging",
-      "title": "Messaging",
-      "description": "tbd"
-    },
-    "technicals-runtime-wrappers": {
-      "id": "technicals-runtime-wrappers",
-      "title": "Runtime Wrappers",
-      "description": "tbd"
-    },
-    "technicals-user-guidance": {
-      "id": "technicals-user-guidance",
-      "title": "User Guidance",
-      "description": "tbd"
-    },
-    "try-installation": {
-      "id": "try-installation",
-      "title": "Installation",
-      "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also"
-    },
-    "try-tutorial": {
-      "id": "try-tutorial",
-      "title": "Interactive Tutorial",
-      "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox."
-    },
-    "use-configurations": {
-      "id": "use-configurations",
-      "title": "Configurations",
-      "description": "tbd"
-    },
-    "use-connect": {
-      "id": "use-connect",
-      "title": "StreamPipes Connect",
-      "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface."
-    },
-    "use-dashboard": {
-      "id": "use-dashboard",
-      "title": "Live Dashboard",
-      "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations"
-    },
-    "use-data-explorer": {
-      "id": "use-data-explorer",
-      "title": "Data Explorer",
-      "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink."
-    },
-    "use-install-pipeline-elements": {
-      "id": "use-install-pipeline-elements",
-      "title": "Install Pipeline Elements",
-      "description": "Install Pipeline Elements"
-    },
-    "use-managing-pipelines": {
-      "id": "use-managing-pipelines",
-      "title": "Managing Pipelines",
-      "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines."
-    },
-    "use-notifications": {
-      "id": "use-notifications",
-      "title": "Notifications",
-      "description": "The notification module can be used to create internal notifications."
-    },
-    "use-pipeline-editor": {
-      "id": "use-pipeline-editor",
-      "title": "Pipeline Editor",
-      "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks."
-    },
-    "user-guide-first-steps": {
-      "id": "user-guide-first-steps",
-      "title": "First steps",
-      "description": "In this section, you'll learn how to create and run pipelines in StreamPipes."
-    },
-    "user-guide-installation": {
-      "id": "user-guide-installation",
-      "title": "Installation",
-      "description": "Prerequisites"
-    },
-    "user-guide-introduction": {
-      "id": "user-guide-introduction",
-      "title": "Apache StreamPipes Documentation",
-      "description": "This is the documentation of Apache StreamPipes."
-    },
-    "user-guide-introduction-old": {
-      "id": "user-guide-introduction-old",
-      "title": "Introduction",
-      "description": "StreamPipes is a framework that enables users to work with data streams."
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-67-0-metadata-prop-9d6.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-67-0-metadata-prop-9d6.json
deleted file mode 100644
index 1cb1e65..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-67-0-metadata-prop-9d6.json
+++ /dev/null
@@ -1,503 +0,0 @@
-{
-  "pluginId": "default",
-  "version": "0.67.0",
-  "label": "0.67.0",
-  "banner": "unmaintained",
-  "badge": true,
-  "noIndex": false,
-  "className": "docs-version-0.67.0",
-  "isLast": false,
-  "docsSidebars": {},
-  "docs": {
-    "community-contribute": {
-      "id": "community-contribute",
-      "title": "Contribute",
-      "description": "Contribute"
-    },
-    "community-get-help": {
-      "id": "community-get-help",
-      "title": "Get Help",
-      "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have."
-    },
-    "concepts-adapter": {
-      "id": "concepts-adapter",
-      "title": "Data Adapters",
-      "description": "tbd"
-    },
-    "concepts-data-streams": {
-      "id": "concepts-data-streams",
-      "title": "Data Streams",
-      "description": "tbd"
-    },
-    "concepts-glossary": {
-      "id": "concepts-glossary",
-      "title": "Glossary",
-      "description": "tbd"
-    },
-    "concepts-overview": {
-      "id": "concepts-overview",
-      "title": "StreamPipes Concepts",
-      "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful."
-    },
-    "concepts-pipelines": {
-      "id": "concepts-pipelines",
-      "title": "Pipelines",
-      "description": "tbd"
-    },
-    "debugging-debugging": {
-      "id": "debugging-debugging",
-      "title": "Debugging",
-      "description": "tbd"
-    },
-    "debugging-monitoring": {
-      "id": "debugging-monitoring",
-      "title": "Monitoring",
-      "description": "tbd"
-    },
-    "deploy-docker": {
-      "id": "deploy-docker",
-      "title": "Docker Deployment",
-      "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes."
-    },
-    "deploy-kubernetes": {
-      "id": "deploy-kubernetes",
-      "title": "Kubernetes Deployment",
-      "description": "Prerequisites"
-    },
-    "deploy-security": {
-      "id": "deploy-security",
-      "title": "Security",
-      "description": "Overriding default settings"
-    },
-    "deploy-use-ssl": {
-      "id": "deploy-use-ssl",
-      "title": "Use SSL",
-      "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend."
-    },
-    "dev-guide-archetype": {
-      "id": "dev-guide-archetype",
-      "title": "Start Developing",
-      "description": ""
-    },
-    "dev-guide-sdk-guide-processors": {
-      "id": "dev-guide-sdk-guide-processors",
-      "title": "SDK Guide: Data Processors",
-      "description": "Project Setup"
-    },
-    "dev-guide-sdk-guide-sinks": {
-      "id": "dev-guide-sdk-guide-sinks",
-      "title": "SDK Guide: Data Sinks",
-      "description": "Project Setup"
-    },
-    "extend-archetypes": {
-      "id": "extend-archetypes",
-      "title": "Maven Archetypes",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks."
-    },
-    "extend-cli": {
-      "id": "extend-cli",
-      "title": "StreamPipes CLI",
-      "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing"
-    },
-    "extend-first-processor": {
-      "id": "extend-first-processor",
-      "title": "Your first data processor",
-      "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI."
-    },
-    "extend-sdk-event-model": {
-      "id": "extend-sdk-event-model",
-      "title": "SDK Guide: Event Model",
-      "description": "Introduction"
-    },
-    "extend-sdk-functions": {
-      "id": "extend-sdk-functions",
-      "title": "SDK Guide: Functions",
-      "description": "Introduction"
-    },
-    "extend-sdk-migration-service-discovery": {
-      "id": "extend-sdk-migration-service-discovery",
-      "title": "Migration Guide: New Service Discovery in 0.69.0",
-      "description": "Introduction"
-    },
-    "extend-sdk-output-strategies": {
-      "id": "extend-sdk-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction"
-    },
-    "extend-sdk-static-properties": {
-      "id": "extend-sdk-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction"
-    },
-    "extend-sdk-stream-requirements": {
-      "id": "extend-sdk-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction"
-    },
-    "extend-setup": {
-      "id": "extend-setup",
-      "title": "Development Setup",
-      "description": "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."
-    },
-    "extend-tutorial-data-processors": {
-      "id": "extend-tutorial-data-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper."
-    },
-    "extend-tutorial-data-sinks": {
-      "id": "extend-tutorial-data-sinks",
-      "title": "Tutorial: Data Sinks",
-      "description": "In this tutorial, we will add a new data sink using the standalone wrapper."
-    },
-    "extend-tutorial-data-sources": {
-      "id": "extend-tutorial-data-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server)."
-    },
-    "pe/org.apache.streampipes.connect.adapters.flic.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-      "title": "Flic MQTT",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.opcua": {
-      "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-      "title": "OPC UA",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.modbus": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-      "title": "PLC4X MODBUS",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.machine": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-      "title": "Machine Data Simulator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.httpserver": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-      "title": "HTTP Server",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.geocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-      "title": "Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-      "title": "Reverse Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-      "title": "Static Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.qrcode": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.count": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-      "title": "Count Aggregation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.eventcount": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-      "title": "Event Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.rate": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.changedetection.jvm.cusum": {
-      "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-      "title": "Cusum",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.limit": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-      "title": "Rate Limit",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.merge": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-      "title": "Synchronize Two Streams",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-      "title": "Distance Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-      "title": "Static Distance Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.absence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-      "title": "Absence",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.and": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-      "title": "And",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-      "title": "Sequence",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequency": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequencychange": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.increase": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.stop": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.wordcount": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-      "title": "Boolean Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-      "title": "Signal Edge Filter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-      "title": "Boolean To State",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-      "title": "State Buffer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-      "title": "State Buffer Labeler",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-      "title": "Number Labeler",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-      "title": "String To State",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.split-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-      "title": "String Timer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.nats": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-      "title": "NATS Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.ditto": {
-      "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-      "title": "Eclipse Ditto",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.mysql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-      "title": "MySQL Database",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.notification": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.slack": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.telegram": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-      "title": "Telegram Publisher",
-      "description": "<!--"
-    },
-    "technicals-architecture": {
-      "id": "technicals-architecture",
-      "title": "Architecture",
-      "description": "The following picture illustrates the high-level architecture of StreamPipes:"
-    },
-    "technicals-configuration": {
-      "id": "technicals-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works."
-    },
-    "technicals-messaging": {
-      "id": "technicals-messaging",
-      "title": "Messaging",
-      "description": "tbd"
-    },
-    "technicals-runtime-wrappers": {
-      "id": "technicals-runtime-wrappers",
-      "title": "Runtime Wrappers",
-      "description": "tbd"
-    },
-    "technicals-user-guidance": {
-      "id": "technicals-user-guidance",
-      "title": "User Guidance",
-      "description": "tbd"
-    },
-    "try-installation": {
-      "id": "try-installation",
-      "title": "Installation",
-      "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also"
-    },
-    "try-tutorial": {
-      "id": "try-tutorial",
-      "title": "Interactive Tutorial",
-      "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox."
-    },
-    "use-configurations": {
-      "id": "use-configurations",
-      "title": "Configurations",
-      "description": "tbd"
-    },
-    "use-connect": {
-      "id": "use-connect",
-      "title": "StreamPipes Connect",
-      "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface."
-    },
-    "use-dashboard": {
-      "id": "use-dashboard",
-      "title": "Live Dashboard",
-      "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations"
-    },
-    "use-data-explorer": {
-      "id": "use-data-explorer",
-      "title": "Data Explorer",
-      "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink."
-    },
-    "use-install-pipeline-elements": {
-      "id": "use-install-pipeline-elements",
-      "title": "Install Pipeline Elements",
-      "description": "Install Pipeline Elements"
-    },
-    "use-managing-pipelines": {
-      "id": "use-managing-pipelines",
-      "title": "Managing Pipelines",
-      "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines."
-    },
-    "use-notifications": {
-      "id": "use-notifications",
-      "title": "Notifications",
-      "description": "The notification module can be used to create internal notifications."
-    },
-    "use-pipeline-editor": {
-      "id": "use-pipeline-editor",
-      "title": "Pipeline Editor",
-      "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks."
-    },
-    "user-guide-installation": {
-      "id": "user-guide-installation",
-      "title": "Installation",
-      "description": "Prerequisites"
-    },
-    "user-guide-introduction": {
-      "id": "user-guide-introduction",
-      "title": "Apache StreamPipes Documentation",
-      "description": "This is the documentation of Apache StreamPipes."
-    },
-    "user-guide-introduction-old": {
-      "id": "user-guide-introduction-old",
-      "title": "Introduction",
-      "description": "StreamPipes is a framework that enables users to work with data streams."
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-68-0-metadata-prop-76c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-68-0-metadata-prop-76c.json
deleted file mode 100644
index 0ef2504..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-68-0-metadata-prop-76c.json
+++ /dev/null
@@ -1,393 +0,0 @@
-{
-  "pluginId": "default",
-  "version": "0.68.0",
-  "label": "0.68.0",
-  "banner": "unmaintained",
-  "badge": true,
-  "noIndex": false,
-  "className": "docs-version-0.68.0",
-  "isLast": false,
-  "docsSidebars": {},
-  "docs": {
-    "community-contribute": {
-      "id": "community-contribute",
-      "title": "Contribute",
-      "description": "Contribute"
-    },
-    "community-get-help": {
-      "id": "community-get-help",
-      "title": "Get Help",
-      "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have."
-    },
-    "deploy-docker": {
-      "id": "deploy-docker",
-      "title": "Docker Deployment",
-      "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes."
-    },
-    "deploy-security": {
-      "id": "deploy-security",
-      "title": "Security",
-      "description": "Overriding default settings"
-    },
-    "dev-guide-sdk-guide-processors": {
-      "id": "dev-guide-sdk-guide-processors",
-      "title": "SDK Guide: Data Processors",
-      "description": "Project Setup"
-    },
-    "dev-guide-sdk-guide-sinks": {
-      "id": "dev-guide-sdk-guide-sinks",
-      "title": "SDK Guide: Data Sinks",
-      "description": "Project Setup"
-    },
-    "extend-archetypes": {
-      "id": "extend-archetypes",
-      "title": "Maven Archetypes",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks."
-    },
-    "extend-cli": {
-      "id": "extend-cli",
-      "title": "StreamPipes CLI",
-      "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing"
-    },
-    "extend-first-processor": {
-      "id": "extend-first-processor",
-      "title": "Your first data processor",
-      "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI."
-    },
-    "extend-sdk-event-model": {
-      "id": "extend-sdk-event-model",
-      "title": "SDK Guide: Event Model",
-      "description": "Introduction"
-    },
-    "extend-sdk-functions": {
-      "id": "extend-sdk-functions",
-      "title": "SDK Guide: Functions",
-      "description": "Introduction"
-    },
-    "extend-sdk-migration-service-discovery": {
-      "id": "extend-sdk-migration-service-discovery",
-      "title": "Migration Guide: New Service Discovery in 0.69.0",
-      "description": "Introduction"
-    },
-    "extend-sdk-output-strategies": {
-      "id": "extend-sdk-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction"
-    },
-    "extend-sdk-static-properties": {
-      "id": "extend-sdk-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction"
-    },
-    "extend-sdk-stream-requirements": {
-      "id": "extend-sdk-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction"
-    },
-    "extend-setup": {
-      "id": "extend-setup",
-      "title": "Development Setup",
-      "description": "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."
-    },
-    "extend-tutorial-data-processors": {
-      "id": "extend-tutorial-data-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor using the Apache Flink wrapper."
-    },
-    "extend-tutorial-data-sinks": {
-      "id": "extend-tutorial-data-sinks",
-      "title": "Tutorial: Data Sinks",
-      "description": "In this tutorial, we will add a new data sink using the standalone wrapper."
-    },
-    "extend-tutorial-data-sources": {
-      "id": "extend-tutorial-data-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server)."
-    },
-    "pe/org.apache.streampipes.connect.adapters.flic.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-      "title": "Flic MQTT",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.opcua": {
-      "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-      "title": "OPC UA",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.modbus": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-      "title": "PLC4X MODBUS",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.machine": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-      "title": "Machine Data Simulator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.httpserver": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-      "title": "HTTP Server",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.geocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-      "title": "Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-      "title": "Reverse Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-      "title": "Static Google Maps Geocoder",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.qrcode": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.count": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-      "title": "Count Aggregation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.eventcount": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-      "title": "Event Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.rate": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.changedetection.jvm.cusum": {
-      "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-      "title": "Cusum",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.limit": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-      "title": "Rate Limit",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.merge": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-      "title": "Synchronize Two Streams",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-      "title": "Distance Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-      "title": "Static Distance Calculator",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.absence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-      "title": "Absence",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.and": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-      "title": "And",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-      "title": "Sequence",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequency": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequencychange": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.increase": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.stop": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.wordcount": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-      "title": "Boolean Counter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-      "title": "Signal Edge Filter",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-      "title": "Boolean To State",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-      "title": "State Buffer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-      "title": "State Buffer Labeler",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-      "title": "Number Labeler",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-      "title": "String To State",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.split-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-      "title": "String Timer",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.nats": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-      "title": "NATS Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.ditto": {
-      "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-      "title": "Eclipse Ditto",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.mysql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-      "title": "MySQL Database",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.notification": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.slack": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.telegram": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-      "title": "Telegram Publisher",
-      "description": "<!--"
-    },
-    "technicals-configuration": {
-      "id": "technicals-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works."
-    },
-    "try-installation": {
-      "id": "try-installation",
-      "title": "Installation",
-      "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also"
-    },
-    "try-tutorial": {
-      "id": "try-tutorial",
-      "title": "Interactive Tutorial",
-      "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox."
-    },
-    "use-configurations": {
-      "id": "use-configurations",
-      "title": "Configurations",
-      "description": "The configuration section is an admin-only interface for system-wide settings."
-    },
-    "use-dashboard": {
-      "id": "use-dashboard",
-      "title": "Live Dashboard",
-      "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations"
-    },
-    "use-data-explorer": {
-      "id": "use-data-explorer",
-      "title": "Data Explorer",
-      "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink."
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-69-0-metadata-prop-2b3.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-69-0-metadata-prop-2b3.json
deleted file mode 100644
index 14e76f1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-69-0-metadata-prop-2b3.json
+++ /dev/null
@@ -1,138 +0,0 @@
-{
-  "pluginId": "default",
-  "version": "0.69.0",
-  "label": "0.69.0",
-  "banner": "unmaintained",
-  "badge": true,
-  "noIndex": false,
-  "className": "docs-version-0.69.0",
-  "isLast": false,
-  "docsSidebars": {},
-  "docs": {
-    "community-get-help": {
-      "id": "community-get-help",
-      "title": "Get Help",
-      "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have."
-    },
-    "deploy-security": {
-      "id": "deploy-security",
-      "title": "Security",
-      "description": "Overriding default settings"
-    },
-    "extend-archetypes": {
-      "id": "extend-archetypes",
-      "title": "Maven Archetypes",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks."
-    },
-    "extend-cli": {
-      "id": "extend-cli",
-      "title": "StreamPipes CLI",
-      "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing"
-    },
-    "extend-first-processor": {
-      "id": "extend-first-processor",
-      "title": "Your first data processor",
-      "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI."
-    },
-    "extend-sdk-event-model": {
-      "id": "extend-sdk-event-model",
-      "title": "SDK Guide: Event Model",
-      "description": "Introduction"
-    },
-    "extend-sdk-migration-service-discovery": {
-      "id": "extend-sdk-migration-service-discovery",
-      "title": "Migration Guide: New Service Discovery in 0.69.0",
-      "description": "Introduction"
-    },
-    "extend-sdk-stream-requirements": {
-      "id": "extend-sdk-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction"
-    },
-    "extend-setup": {
-      "id": "extend-setup",
-      "title": "Development Setup",
-      "description": "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."
-    },
-    "extend-tutorial-data-processors": {
-      "id": "extend-tutorial-data-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor using the standalone wrapper."
-    },
-    "extend-tutorial-data-sinks": {
-      "id": "extend-tutorial-data-sinks",
-      "title": "Tutorial: Data Sinks",
-      "description": "In this tutorial, we will add a new data sink using the standalone wrapper."
-    },
-    "extend-tutorial-data-sources": {
-      "id": "extend-tutorial-data-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server)."
-    },
-    "try-installation": {
-      "id": "try-installation",
-      "title": "Installation",
-      "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also"
-    },
-    "use-configurations": {
-      "id": "use-configurations",
-      "title": "Configurations",
-      "description": "The configuration section is an admin-only interface for system-wide settings."
-    },
-    "use-dashboard": {
-      "id": "use-dashboard",
-      "title": "Live Dashboard",
-      "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations"
-    },
-    "use-data-explorer": {
-      "id": "use-data-explorer",
-      "title": "Data Explorer",
-      "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink."
-    },
-    "user-guide-introduction": {
-      "id": "user-guide-introduction",
-      "title": "Apache StreamPipes Documentation",
-      "description": "This is the documentation of Apache StreamPipes."
-    },
-    "version-0.90.0-community-contribute": {
-      "id": "version-0.90.0-community-contribute",
-      "title": "Contribute",
-      "description": "Contribute"
-    },
-    "version-0.90.0-extend-sdk-functions": {
-      "id": "version-0.90.0-extend-sdk-functions",
-      "title": "SDK Guide: Functions",
-      "description": "Introduction"
-    },
-    "version-0.90.0-extend-sdk-output-strategies": {
-      "id": "version-0.90.0-extend-sdk-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction"
-    },
-    "version-0.90.0-extend-sdk-static-properties": {
-      "id": "version-0.90.0-extend-sdk-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction"
-    },
-    "version-0.90.0-technicals-configuration": {
-      "id": "version-0.90.0-technicals-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works."
-    },
-    "version-0.90.0-use-connect": {
-      "id": "version-0.90.0-use-connect",
-      "title": "StreamPipes Connect",
-      "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface."
-    },
-    "version-0.90.0-use-pipeline-editor": {
-      "id": "version-0.90.0-use-pipeline-editor",
-      "title": "Pipeline Editor",
-      "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks."
-    },
-    "version-0.90.0-user-guide-installation": {
-      "id": "version-0.90.0-user-guide-installation",
-      "title": "Installation",
-      "description": "Prerequisites"
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-70-0-metadata-prop-ffc.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-70-0-metadata-prop-ffc.json
deleted file mode 100644
index e9121a2..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-70-0-metadata-prop-ffc.json
+++ /dev/null
@@ -1,2231 +0,0 @@
-{
-  "pluginId": "default",
-  "version": "0.70.0",
-  "label": "0.70.0",
-  "banner": "unmaintained",
-  "badge": true,
-  "noIndex": false,
-  "className": "docs-version-0.70.0",
-  "isLast": false,
-  "docsSidebars": {
-    "documentation": [
-      {
-        "type": "category",
-        "label": "🚀 Try StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "Overview",
-            "href": "/docs/0.70.0/user-guide-introduction",
-            "docId": "user-guide-introduction"
-          },
-          {
-            "type": "link",
-            "label": "Installation",
-            "href": "/docs/0.70.0/try-installation",
-            "docId": "try-installation"
-          },
-          {
-            "type": "link",
-            "label": "Interactive Tutorial",
-            "href": "/docs/0.70.0/try-tutorial",
-            "docId": "try-tutorial"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "💡 Concepts",
-        "items": [
-          {
-            "type": "link",
-            "label": "Overview",
-            "href": "/docs/0.70.0/concepts-overview",
-            "docId": "concepts-overview"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "🎓 Use StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "StreamPipes Connect",
-            "href": "/docs/0.70.0/use-connect",
-            "docId": "use-connect"
-          },
-          {
-            "type": "link",
-            "label": "Pipeline Editor",
-            "href": "/docs/0.70.0/use-pipeline-editor",
-            "docId": "use-pipeline-editor"
-          },
-          {
-            "type": "link",
-            "label": "Managing Pipelines",
-            "href": "/docs/0.70.0/use-managing-pipelines",
-            "docId": "use-managing-pipelines"
-          },
-          {
-            "type": "link",
-            "label": "Live Dashboard",
-            "href": "/docs/0.70.0/use-dashboard",
-            "docId": "use-dashboard"
-          },
-          {
-            "type": "link",
-            "label": "Data Explorer",
-            "href": "/docs/0.70.0/use-data-explorer",
-            "docId": "use-data-explorer"
-          },
-          {
-            "type": "link",
-            "label": "Notifications",
-            "href": "/docs/0.70.0/use-notifications",
-            "docId": "use-notifications"
-          },
-          {
-            "type": "link",
-            "label": "Install Pipeline Elements",
-            "href": "/docs/0.70.0/use-install-pipeline-elements",
-            "docId": "use-install-pipeline-elements"
-          },
-          {
-            "type": "link",
-            "label": "Configurations",
-            "href": "/docs/0.70.0/use-configurations",
-            "docId": "use-configurations"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "📚 Pipeline Elements",
-        "items": [
-          {
-            "type": "category",
-            "label": "Adapters",
-            "items": [
-              {
-                "type": "link",
-                "label": "Apache Kafka",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.kafka"
-              },
-              {
-                "type": "link",
-                "label": "Apache Pulsar",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-              },
-              {
-                "type": "link",
-                "label": "Coindesk Bitcoin Price",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-                "docId": "pe/org.apache.streampipes.connect.adapters.coindesk"
-              },
-              {
-                "type": "link",
-                "label": "File Stream",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.file"
-              },
-              {
-                "type": "link",
-                "label": "File Set",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.file",
-                "docId": "pe/org.apache.streampipes.protocol.set.file"
-              },
-              {
-                "type": "link",
-                "label": "Flic MQTT",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-                "docId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-              },
-              {
-                "type": "link",
-                "label": "GDELT",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-                "docId": "pe/org.apache.streampipes.connect.adapters.gdelt"
-              },
-              {
-                "type": "link",
-                "label": "HTTP Server",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-              },
-              {
-                "type": "link",
-                "label": "HTTP Set",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.http",
-                "docId": "pe/org.apache.streampipes.protocol.set.http"
-              },
-              {
-                "type": "link",
-                "label": "HTTP Stream",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.http"
-              },
-              {
-                "type": "link",
-                "label": "IEX Cloud News",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-                "docId": "pe/org.apache.streampipes.connect.adapters.iex.news"
-              },
-              {
-                "type": "link",
-                "label": "IEX Cloud Stock Quotes",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-                "docId": "pe/org.apache.streampipes.connect.adapters.iex.stocks"
-              },
-              {
-                "type": "link",
-                "label": "ISS Location",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iss",
-                "docId": "pe/org.apache.streampipes.connect.adapters.iss"
-              },
-              {
-                "type": "link",
-                "label": "Image Upload (Set)",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.set",
-                "docId": "pe/org.apache.streampipes.connect.adapters.image.set"
-              },
-              {
-                "type": "link",
-                "label": "Image Upload (Stream)",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.image.stream"
-              },
-              {
-                "type": "link",
-                "label": "InfluxDB Set Adapter",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-                "docId": "pe/org.apache.streampipes.connect.adapters.influxdb.set"
-              },
-              {
-                "type": "link",
-                "label": "InfluxDB Stream Adapter",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-              },
-              {
-                "type": "link",
-                "label": "MQTT",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-              },
-              {
-                "type": "link",
-                "label": "Machine Data Simulator",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-                "docId": "pe/org.apache.streampipes.connect.adapters.simulator.machine"
-              },
-              {
-                "type": "link",
-                "label": "MySQL Set Adapter",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-                "docId": "pe/org.apache.streampipes.connect.adapters.mysql.set"
-              },
-              {
-                "type": "link",
-                "label": "MySql Stream Adapter",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.mysql.stream"
-              },
-              {
-                "type": "link",
-                "label": "NETIO MQTT M2M",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-                "docId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-              },
-              {
-                "type": "link",
-                "label": "NETIO http JSON",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-                "docId": "pe/org.apache.streampipes.connect.adapters.netio.rest"
-              },
-              {
-                "type": "link",
-                "label": "NSW Traffic Cameras",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-                "docId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              },
-              {
-                "type": "link",
-                "label": "OPC UA",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.opcua",
-                "docId": "pe/org.apache.streampipes.connect.adapters.opcua"
-              },
-              {
-                "type": "link",
-                "label": "PLC4X MODBUS",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-                "docId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-              },
-              {
-                "type": "link",
-                "label": "PLC4X S7",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-                "docId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-              },
-              {
-                "type": "link",
-                "label": "ROS Bridge",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ros",
-                "docId": "pe/org.apache.streampipes.connect.adapters.ros"
-              },
-              {
-                "type": "link",
-                "label": "Random Data Simulator (Set)",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-                "docId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              },
-              {
-                "type": "link",
-                "label": "Random Data Simulator (Stream)",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              },
-              {
-                "type": "link",
-                "label": "Slack",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.slack",
-                "docId": "pe/org.apache.streampipes.connect.adapters.slack"
-              },
-              {
-                "type": "link",
-                "label": "TI Sensor Tag",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ti",
-                "docId": "pe/org.apache.streampipes.connect.adapters.ti"
-              },
-              {
-                "type": "link",
-                "label": "Wikipedia Edits",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-                "docId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-              },
-              {
-                "type": "link",
-                "label": "Wikipedia New Articles",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-                "docId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-              }
-            ],
-            "collapsed": true,
-            "collapsible": true
-          },
-          {
-            "type": "category",
-            "label": "Data Processors",
-            "items": [
-              {
-                "type": "link",
-                "label": "Absence",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-              },
-              {
-                "type": "link",
-                "label": "Aggregation",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-              },
-              {
-                "type": "link",
-                "label": "And",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-              },
-              {
-                "type": "link",
-                "label": "Boilerplate Removal",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              },
-              {
-                "type": "link",
-                "label": "Boolean Counter",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              },
-              {
-                "type": "link",
-                "label": "Boolean Inverter",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              },
-              {
-                "type": "link",
-                "label": "Boolean Timer",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              },
-              {
-                "type": "link",
-                "label": "Boolean To State",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              },
-              {
-                "type": "link",
-                "label": "CSV Metadata Enricher",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              },
-              {
-                "type": "link",
-                "label": "Calculate Duration",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-              },
-              {
-                "type": "link",
-                "label": "Chunker (English)",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-              },
-              {
-                "type": "link",
-                "label": "Compose",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.compose"
-              },
-              {
-                "type": "link",
-                "label": "Count Aggregation",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.count"
-              },
-              {
-                "type": "link",
-                "label": "Count Array",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-              },
-              {
-                "type": "link",
-                "label": "Creates JTS Point",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              },
-              {
-                "type": "link",
-                "label": "Cusum",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-                "docId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-              },
-              {
-                "type": "link",
-                "label": "Distance Calculator",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              },
-              {
-                "type": "link",
-                "label": "EPSG Code",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              },
-              {
-                "type": "link",
-                "label": "Event Counter",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-              },
-              {
-                "type": "link",
-                "label": "Event Rate",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.rate"
-              },
-              {
-                "type": "link",
-                "label": "Field Converter",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-              },
-              {
-                "type": "link",
-                "label": "Field Hasher",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              },
-              {
-                "type": "link",
-                "label": "Field Mapper",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-              },
-              {
-                "type": "link",
-                "label": "Field Renamer",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-              },
-              {
-                "type": "link",
-                "label": "Frequency Calculation",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.frequency"
-              },
-              {
-                "type": "link",
-                "label": "Frequency Change",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.frequencychange"
-              },
-              {
-                "type": "link",
-                "label": "Generic Image Classification",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              },
-              {
-                "type": "link",
-                "label": "Google Maps Geocoder",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-                "docId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-              },
-              {
-                "type": "link",
-                "label": "Image Cropper",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              },
-              {
-                "type": "link",
-                "label": "Image Enricher",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              },
-              {
-                "type": "link",
-                "label": "Language Detection",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-                "docId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-              },
-              {
-                "type": "link",
-                "label": "Language Detection",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              },
-              {
-                "type": "link",
-                "label": "Math",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              },
-              {
-                "type": "link",
-                "label": "Measure Time Between Two Sensors",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              },
-              {
-                "type": "link",
-                "label": "Measurement Unit Converter",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              },
-              {
-                "type": "link",
-                "label": "Merge By Enrich",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.enrich"
-              },
-              {
-                "type": "link",
-                "label": "Name Finder",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-              },
-              {
-                "type": "link",
-                "label": "Number Labeler",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              },
-              {
-                "type": "link",
-                "label": "Numerical Filter",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              },
-              {
-                "type": "link",
-                "label": "Numerical Filter (Siddhi)",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-              },
-              {
-                "type": "link",
-                "label": "Numerical Text Filter",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              },
-              {
-                "type": "link",
-                "label": "Part of Speech (English)",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              },
-              {
-                "type": "link",
-                "label": "Peak Detection",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              },
-              {
-                "type": "link",
-                "label": "Projection",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.project"
-              },
-              {
-                "type": "link",
-                "label": "QR Code Reader",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.qrcode"
-              },
-              {
-                "type": "link",
-                "label": "Rate Limit",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.limit"
-              },
-              {
-                "type": "link",
-                "label": "Reverse Geocoder",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-                "docId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              },
-              {
-                "type": "link",
-                "label": "Sentence Detection (English)",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              },
-              {
-                "type": "link",
-                "label": "Sequence",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              },
-              {
-                "type": "link",
-                "label": "Sequence Detection",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.sequence"
-              },
-              {
-                "type": "link",
-                "label": "Signal Edge Filter",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              },
-              {
-                "type": "link",
-                "label": "Single Trajectory Creator",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              },
-              {
-                "type": "link",
-                "label": "Size Measure",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-                "docId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              },
-              {
-                "type": "link",
-                "label": "Spatial Grid Enrichment",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.flink",
-                "docId": "pe/org.apache.streampipes.processor.geo.flink"
-              },
-              {
-                "type": "link",
-                "label": "Speed Calculator",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-              },
-              {
-                "type": "link",
-                "label": "Split Array",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-              },
-              {
-                "type": "link",
-                "label": "State Buffer",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              },
-              {
-                "type": "link",
-                "label": "State Buffer Labeler",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              },
-              {
-                "type": "link",
-                "label": "Static Distance Calculator",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              },
-              {
-                "type": "link",
-                "label": "Static Google Maps Geocoder",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-                "docId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              },
-              {
-                "type": "link",
-                "label": "Static Math",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              },
-              {
-                "type": "link",
-                "label": "Statistics Summary",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-                "docId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              },
-              {
-                "type": "link",
-                "label": "Stream Stop Detection",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.stop",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.stop"
-              },
-              {
-                "type": "link",
-                "label": "String Counter",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              },
-              {
-                "type": "link",
-                "label": "String Timer",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              },
-              {
-                "type": "link",
-                "label": "String To State",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              },
-              {
-                "type": "link",
-                "label": "Synchronize Two Streams",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.merge"
-              },
-              {
-                "type": "link",
-                "label": "Task Duration",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-              },
-              {
-                "type": "link",
-                "label": "Text Filter",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-              },
-              {
-                "type": "link",
-                "label": "Threshold Detector",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.threshold"
-              },
-              {
-                "type": "link",
-                "label": "Timestamp Enricher",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-              },
-              {
-                "type": "link",
-                "label": "Timestamp Extractor",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              },
-              {
-                "type": "link",
-                "label": "Tokenizer (English)",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              },
-              {
-                "type": "link",
-                "label": "Transform to boolean",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              },
-              {
-                "type": "link",
-                "label": "Trend",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.increase",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.increase"
-              },
-              {
-                "type": "link",
-                "label": "Trigonometry Functions",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              },
-              {
-                "type": "link",
-                "label": "URL Dereferencing",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              },
-              {
-                "type": "link",
-                "label": "Value Changed",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-              },
-              {
-                "type": "link",
-                "label": "Word Count",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-                "docId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-              }
-            ],
-            "collapsed": true,
-            "collapsible": true
-          },
-          {
-            "type": "category",
-            "label": "Data Sinks",
-            "items": [
-              {
-                "type": "link",
-                "label": "Buffered REST Publisher",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              },
-              {
-                "type": "link",
-                "label": "CouchDB",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-              },
-              {
-                "type": "link",
-                "label": "Dashboard Sink",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-                "docId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-              },
-              {
-                "type": "link",
-                "label": "Data Lake",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-                "docId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-              },
-              {
-                "type": "link",
-                "label": "Eclipse Ditto",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.ditto",
-                "docId": "pe/org.apache.streampipes.sinks.databases.ditto"
-              },
-              {
-                "type": "link",
-                "label": "Elasticsearch",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-                "docId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              },
-              {
-                "type": "link",
-                "label": "Email Notification",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.email"
-              },
-              {
-                "type": "link",
-                "label": "InfluxDB",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-              },
-              {
-                "type": "link",
-                "label": "IoTDB",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-              },
-              {
-                "type": "link",
-                "label": "JMS Publisher",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-              },
-              {
-                "type": "link",
-                "label": "Kafka Publisher",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-              },
-              {
-                "type": "link",
-                "label": "MySQL Database",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-              },
-              {
-                "type": "link",
-                "label": "NATS Publisher",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-              },
-              {
-                "type": "link",
-                "label": "Notification",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-                "docId": "pe/org.apache.streampipes.sinks.internal.jvm.notification"
-              },
-              {
-                "type": "link",
-                "label": "OPC-UA",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-              },
-              {
-                "type": "link",
-                "label": "OneSignal",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              },
-              {
-                "type": "link",
-                "label": "PostgreSQL",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-              },
-              {
-                "type": "link",
-                "label": "Pulsar Publisher",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              },
-              {
-                "type": "link",
-                "label": "REST Publisher",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-              },
-              {
-                "type": "link",
-                "label": "RabbitMQ Publisher",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              },
-              {
-                "type": "link",
-                "label": "Slack Notification",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-              },
-              {
-                "type": "link",
-                "label": "Telegram Publisher",
-                "href": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-              }
-            ],
-            "collapsed": true,
-            "collapsible": true
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "⚡ Deploy StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "Docker Deployment",
-            "href": "/docs/0.70.0/deploy-docker",
-            "docId": "deploy-docker"
-          },
-          {
-            "type": "link",
-            "label": "Kubernetes Deployment",
-            "href": "/docs/0.70.0/deploy-kubernetes",
-            "docId": "deploy-kubernetes"
-          },
-          {
-            "type": "link",
-            "label": "Use SSL",
-            "href": "/docs/0.70.0/deploy-use-ssl",
-            "docId": "deploy-use-ssl"
-          },
-          {
-            "type": "link",
-            "label": "Security",
-            "href": "/docs/0.70.0/deploy-security",
-            "docId": "deploy-security"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "💻 Extend StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "Development Setup",
-            "href": "/docs/0.70.0/extend-setup",
-            "docId": "extend-setup"
-          },
-          {
-            "type": "link",
-            "label": "StreamPipes CLI",
-            "href": "/docs/0.70.0/extend-cli",
-            "docId": "extend-cli"
-          },
-          {
-            "type": "link",
-            "label": "Maven Archetypes",
-            "href": "/docs/0.70.0/extend-archetypes",
-            "docId": "extend-archetypes"
-          },
-          {
-            "type": "link",
-            "label": "Your first data processor",
-            "href": "/docs/0.70.0/extend-first-processor",
-            "docId": "extend-first-processor"
-          },
-          {
-            "type": "link",
-            "label": "Tutorial: Data Sources",
-            "href": "/docs/0.70.0/extend-tutorial-data-sources",
-            "docId": "extend-tutorial-data-sources"
-          },
-          {
-            "type": "link",
-            "label": "Tutorial: Data Processors",
-            "href": "/docs/0.70.0/extend-tutorial-data-processors",
-            "docId": "extend-tutorial-data-processors"
-          },
-          {
-            "type": "link",
-            "label": "Tutorial: Data Sinks",
-            "href": "/docs/0.70.0/extend-tutorial-data-sinks",
-            "docId": "extend-tutorial-data-sinks"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Event Model",
-            "href": "/docs/0.70.0/extend-sdk-event-model",
-            "docId": "extend-sdk-event-model"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Stream Requirements",
-            "href": "/docs/0.70.0/extend-sdk-stream-requirements",
-            "docId": "extend-sdk-stream-requirements"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Static Properties",
-            "href": "/docs/0.70.0/extend-sdk-static-properties",
-            "docId": "extend-sdk-static-properties"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Output Strategies",
-            "href": "/docs/0.70.0/extend-sdk-output-strategies",
-            "docId": "extend-sdk-output-strategies"
-          },
-          {
-            "type": "link",
-            "label": "Migration Guide: 0.69.0",
-            "href": "/docs/0.70.0/extend-sdk-migration-service-discovery",
-            "docId": "extend-sdk-migration-service-discovery"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "🔧 Technicals",
-        "items": [
-          {
-            "type": "link",
-            "label": "Architecture",
-            "href": "/docs/0.70.0/technicals-architecture",
-            "docId": "technicals-architecture"
-          },
-          {
-            "type": "link",
-            "label": "User Guidance",
-            "href": "/docs/0.70.0/technicals-user-guidance",
-            "docId": "technicals-user-guidance"
-          },
-          {
-            "type": "link",
-            "label": "Runtime Wrappers",
-            "href": "/docs/0.70.0/technicals-runtime-wrappers",
-            "docId": "technicals-runtime-wrappers"
-          },
-          {
-            "type": "link",
-            "label": "Messaging",
-            "href": "/docs/0.70.0/technicals-messaging",
-            "docId": "technicals-messaging"
-          },
-          {
-            "type": "link",
-            "label": "Configuration",
-            "href": "/docs/0.70.0/technicals-configuration",
-            "docId": "technicals-configuration"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "👪 Community",
-        "items": [
-          {
-            "type": "link",
-            "label": "Get Help",
-            "href": "/docs/0.70.0/community-get-help",
-            "docId": "community-get-help"
-          },
-          {
-            "type": "link",
-            "label": "Contribute",
-            "href": "/docs/0.70.0/community-contribute",
-            "docId": "community-contribute"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      }
-    ],
-    "faq": [
-      {
-        "type": "category",
-        "label": "FAQ",
-        "items": [
-          {
-            "type": "link",
-            "label": "Common Problems",
-            "href": "/docs/0.70.0/faq-common-problems",
-            "docId": "faq-common-problems"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      }
-    ]
-  },
-  "docs": {
-    "community-contribute": {
-      "id": "community-contribute",
-      "title": "Contribute",
-      "description": "Contribute",
-      "sidebar": "documentation"
-    },
-    "community-get-help": {
-      "id": "community-get-help",
-      "title": "Get Help",
-      "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-      "sidebar": "documentation"
-    },
-    "concepts-adapter": {
-      "id": "concepts-adapter",
-      "title": "Data Adapters",
-      "description": "tbd"
-    },
-    "concepts-data-streams": {
-      "id": "concepts-data-streams",
-      "title": "Data Streams",
-      "description": "tbd"
-    },
-    "concepts-glossary": {
-      "id": "concepts-glossary",
-      "title": "Glossary",
-      "description": "tbd"
-    },
-    "concepts-overview": {
-      "id": "concepts-overview",
-      "title": "StreamPipes Concepts",
-      "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-      "sidebar": "documentation"
-    },
-    "concepts-pipelines": {
-      "id": "concepts-pipelines",
-      "title": "Pipelines",
-      "description": "tbd"
-    },
-    "debugging-debugging": {
-      "id": "debugging-debugging",
-      "title": "Debugging",
-      "description": "tbd"
-    },
-    "debugging-monitoring": {
-      "id": "debugging-monitoring",
-      "title": "Monitoring",
-      "description": "tbd"
-    },
-    "deploy-docker": {
-      "id": "deploy-docker",
-      "title": "Docker Deployment",
-      "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-      "sidebar": "documentation"
-    },
-    "deploy-kubernetes": {
-      "id": "deploy-kubernetes",
-      "title": "Kubernetes Deployment",
-      "description": "Prerequisites",
-      "sidebar": "documentation"
-    },
-    "deploy-security": {
-      "id": "deploy-security",
-      "title": "Security",
-      "description": "Overriding default settings",
-      "sidebar": "documentation"
-    },
-    "deploy-use-ssl": {
-      "id": "deploy-use-ssl",
-      "title": "Use SSL",
-      "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-      "sidebar": "documentation"
-    },
-    "dev-guide-archetype": {
-      "id": "dev-guide-archetype",
-      "title": "Start Developing",
-      "description": ""
-    },
-    "dev-guide-sdk-guide-processors": {
-      "id": "dev-guide-sdk-guide-processors",
-      "title": "SDK Guide: Data Processors",
-      "description": "Project Setup"
-    },
-    "dev-guide-sdk-guide-sinks": {
-      "id": "dev-guide-sdk-guide-sinks",
-      "title": "SDK Guide: Data Sinks",
-      "description": "Project Setup"
-    },
-    "extend-archetypes": {
-      "id": "extend-archetypes",
-      "title": "Maven Archetypes",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-      "sidebar": "documentation"
-    },
-    "extend-cli": {
-      "id": "extend-cli",
-      "title": "StreamPipes CLI",
-      "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-      "sidebar": "documentation"
-    },
-    "extend-first-processor": {
-      "id": "extend-first-processor",
-      "title": "Your first data processor",
-      "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-event-model": {
-      "id": "extend-sdk-event-model",
-      "title": "SDK Guide: Event Model",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-functions": {
-      "id": "extend-sdk-functions",
-      "title": "SDK Guide: Functions",
-      "description": "Introduction"
-    },
-    "extend-sdk-migration-service-discovery": {
-      "id": "extend-sdk-migration-service-discovery",
-      "title": "Migration Guide: New Service Discovery in 0.69.0",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-output-strategies": {
-      "id": "extend-sdk-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-static-properties": {
-      "id": "extend-sdk-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-stream-requirements": {
-      "id": "extend-sdk-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-setup": {
-      "id": "extend-setup",
-      "title": "Development Setup",
-      "description": "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.",
-      "sidebar": "documentation"
-    },
-    "extend-tutorial-data-processors": {
-      "id": "extend-tutorial-data-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor.",
-      "sidebar": "documentation"
-    },
-    "extend-tutorial-data-sinks": {
-      "id": "extend-tutorial-data-sinks",
-      "title": "Tutorial: Data Sinks",
-      "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-      "sidebar": "documentation"
-    },
-    "extend-tutorial-data-sources": {
-      "id": "extend-tutorial-data-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-      "sidebar": "documentation"
-    },
-    "faq-common-problems": {
-      "id": "faq-common-problems",
-      "title": "Common Problems",
-      "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-      "sidebar": "faq"
-    },
-    "pe/org.apache.streampipes.connect.adapters.coindesk": {
-      "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-      "title": "Coindesk Bitcoin Price",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.flic.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-      "title": "Flic MQTT",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.gdelt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-      "title": "GDELT",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.news": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-      "title": "IEX Cloud News",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.stocks": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-      "title": "IEX Cloud Stock Quotes",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-      "title": "Image Upload (Set)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-      "title": "Image Upload (Stream)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-      "title": "InfluxDB Set Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-      "title": "InfluxDB Stream Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iss": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iss",
-      "title": "ISS Location",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-      "title": "MySQL Set Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-      "title": "MySql Stream Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-      "title": "NETIO MQTT M2M",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.rest": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-      "title": "NETIO http JSON",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera": {
-      "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-      "title": "NSW Traffic Cameras",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.opcua": {
-      "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-      "title": "OPC UA",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.modbus": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-      "title": "PLC4X MODBUS",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.s7": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-      "title": "PLC4X S7",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ros": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ros",
-      "title": "ROS Bridge",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.machine": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-      "title": "Machine Data Simulator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-      "title": "Random Data Simulator (Set)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-      "title": "Random Data Simulator (Stream)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.slack": {
-      "id": "pe/org.apache.streampipes.connect.adapters.slack",
-      "title": "Slack",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ti": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ti",
-      "title": "TI Sensor Tag",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.edit": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-      "title": "Wikipedia Edits",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.new": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-      "title": "Wikipedia New Articles",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.file": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-      "title": "File Stream",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.http": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-      "title": "HTTP Stream",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.httpserver": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-      "title": "HTTP Server",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.kafka": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-      "title": "Apache Kafka",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-      "title": "MQTT",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.pulsar": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-      "title": "Apache Pulsar",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.flink": {
-      "id": "pe/org.apache.streampipes.processor.geo.flink",
-      "title": "Spatial Grid Enrichment",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.geocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-      "title": "Google Maps Geocoder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-      "title": "Reverse Geocoder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-      "title": "Static Google Maps Geocoder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-      "title": "Image Cropper",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.qrcode": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.count": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-      "title": "Count Aggregation",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.eventcount": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-      "title": "Event Counter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.rate": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.changedetection.jvm.cusum": {
-      "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-      "title": "Cusum",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-      "title": "Math",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-      "title": "Static Math",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-      "title": "Trigonometry Functions",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-      "title": "URL Dereferencing",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.timestamp": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-      "title": "Timestamp Enricher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure": {
-      "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-      "title": "Size Measure",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.compose": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-      "title": "Compose",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.enrich": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-      "title": "Merge By Enrich",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.limit": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-      "title": "Rate Limit",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.merge": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-      "title": "Synchronize Two Streams",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-      "title": "Numerical Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-      "title": "Numerical Text Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.project": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-      "title": "Projection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.textfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-      "title": "Text Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.threshold": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-      "title": "Threshold Detector",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-      "title": "Creates JTS Point",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-      "title": "EPSG Code",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-      "title": "Single Trajectory Creator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-      "title": "Distance Calculator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.speed": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-      "title": "Speed Calculator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-      "title": "Static Distance Calculator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.absence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-      "title": "Absence",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.and": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-      "title": "And",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-      "title": "Sequence",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequency": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequencychange": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.increase": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.sequence": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-      "title": "Sequence Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.stop": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary": {
-      "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-      "title": "Statistics Summary",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.wordcount": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.chunker": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-      "title": "Chunker (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.namefinder": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-      "title": "Name Finder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-      "title": "Part of Speech (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-      "title": "Sentence Detection (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-      "title": "Tokenizer (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-mapper": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-      "title": "Field Mapper",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-      "title": "Boilerplate Removal",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-      "title": "Boolean Counter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-      "title": "Boolean Inverter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-      "title": "Measure Time Between Two Sensors",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-      "title": "Boolean Timer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.changed-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-      "title": "Value Changed",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.count-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-      "title": "Count Array",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-      "title": "CSV Metadata Enricher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.duration-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-      "title": "Calculate Duration",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-      "title": "Signal Edge Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-      "title": "Boolean To State",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-      "title": "State Buffer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-      "title": "State Buffer Labeler",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-      "title": "Number Labeler",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-      "title": "String To State",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-      "title": "Timestamp Extractor",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.split-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-      "title": "String Counter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-      "title": "String Timer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.taskduration": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-      "title": "Task Duration",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-      "title": "Transform to boolean",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.protocol.set.file": {
-      "id": "pe/org.apache.streampipes.protocol.set.file",
-      "title": "File Set",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.protocol.set.http": {
-      "id": "pe/org.apache.streampipes.protocol.set.http",
-      "title": "HTTP Set",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-      "title": "Buffered REST Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.jms": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-      "title": "JMS Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.kafka": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-      "title": "Kafka Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-      "title": "MQTT Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.nats": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-      "title": "NATS Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-      "title": "Pulsar Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-      "title": "REST Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.ditto": {
-      "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-      "title": "Eclipse Ditto",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch": {
-      "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-      "title": "Elasticsearch",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.couchdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-      "title": "CouchDB",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.influxdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-      "title": "InfluxDB",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.iotdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-      "title": "IoTDB",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.mysql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-      "title": "MySQL Database",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.opcua": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-      "title": "OPC-UA",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.postgresql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-      "title": "PostgreSQL",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.dashboard": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-      "title": "Dashboard Sink",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.datalake": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-      "title": "Data Lake",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.notification": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.email": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-      "title": "Email Notification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-      "title": "OneSignal",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.slack": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.telegram": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-      "title": "Telegram Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "technicals-architecture": {
-      "id": "technicals-architecture",
-      "title": "Architecture",
-      "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-      "sidebar": "documentation"
-    },
-    "technicals-configuration": {
-      "id": "technicals-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works.",
-      "sidebar": "documentation"
-    },
-    "technicals-messaging": {
-      "id": "technicals-messaging",
-      "title": "Messaging",
-      "description": "tbd",
-      "sidebar": "documentation"
-    },
-    "technicals-runtime-wrappers": {
-      "id": "technicals-runtime-wrappers",
-      "title": "Runtime Wrappers",
-      "description": "tbd",
-      "sidebar": "documentation"
-    },
-    "technicals-user-guidance": {
-      "id": "technicals-user-guidance",
-      "title": "User Guidance",
-      "description": "tbd",
-      "sidebar": "documentation"
-    },
-    "try-installation": {
-      "id": "try-installation",
-      "title": "Installation",
-      "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-      "sidebar": "documentation"
-    },
-    "try-tutorial": {
-      "id": "try-tutorial",
-      "title": "Interactive Tutorial",
-      "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox.",
-      "sidebar": "documentation"
-    },
-    "use-configurations": {
-      "id": "use-configurations",
-      "title": "Configurations",
-      "description": "The configuration section is an admin-only interface for system-wide settings.",
-      "sidebar": "documentation"
-    },
-    "use-connect": {
-      "id": "use-connect",
-      "title": "StreamPipes Connect",
-      "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-      "sidebar": "documentation"
-    },
-    "use-dashboard": {
-      "id": "use-dashboard",
-      "title": "Live Dashboard",
-      "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-      "sidebar": "documentation"
-    },
-    "use-data-explorer": {
-      "id": "use-data-explorer",
-      "title": "Data Explorer",
-      "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-      "sidebar": "documentation"
-    },
-    "use-install-pipeline-elements": {
-      "id": "use-install-pipeline-elements",
-      "title": "Install Pipeline Elements",
-      "description": "Install Pipeline Elements",
-      "sidebar": "documentation"
-    },
-    "use-managing-pipelines": {
-      "id": "use-managing-pipelines",
-      "title": "Managing Pipelines",
-      "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-      "sidebar": "documentation"
-    },
-    "use-notifications": {
-      "id": "use-notifications",
-      "title": "Notifications",
-      "description": "The notification module can be used to create internal notifications.",
-      "sidebar": "documentation"
-    },
-    "use-pipeline-editor": {
-      "id": "use-pipeline-editor",
-      "title": "Pipeline Editor",
-      "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-      "sidebar": "documentation"
-    },
-    "user-guide-installation": {
-      "id": "user-guide-installation",
-      "title": "Installation",
-      "description": "Prerequisites"
-    },
-    "user-guide-introduction": {
-      "id": "user-guide-introduction",
-      "title": "Apache StreamPipes Documentation",
-      "description": "This is the documentation of Apache StreamPipes.",
-      "sidebar": "documentation"
-    },
-    "user-guide-introduction-old": {
-      "id": "user-guide-introduction-old",
-      "title": "Introduction",
-      "description": "StreamPipes is a framework that enables users to work with data streams."
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-90-0-metadata-prop-75c.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-90-0-metadata-prop-75c.json
deleted file mode 100644
index bf38820..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-90-0-metadata-prop-75c.json
+++ /dev/null
@@ -1,2241 +0,0 @@
-{
-  "pluginId": "default",
-  "version": "0.90.0",
-  "label": "0.90.0",
-  "banner": "unmaintained",
-  "badge": true,
-  "noIndex": false,
-  "className": "docs-version-0.90.0",
-  "isLast": false,
-  "docsSidebars": {
-    "documentation": [
-      {
-        "type": "category",
-        "label": "🚀 Try StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "Overview",
-            "href": "/docs/0.90.0/user-guide-introduction",
-            "docId": "user-guide-introduction"
-          },
-          {
-            "type": "link",
-            "label": "Installation",
-            "href": "/docs/0.90.0/try-installation",
-            "docId": "try-installation"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "💡 Concepts",
-        "items": [
-          {
-            "type": "link",
-            "label": "Overview",
-            "href": "/docs/0.90.0/concepts-overview",
-            "docId": "concepts-overview"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "🎓 Use StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "StreamPipes Connect",
-            "href": "/docs/0.90.0/use-connect",
-            "docId": "use-connect"
-          },
-          {
-            "type": "link",
-            "label": "Pipeline Editor",
-            "href": "/docs/0.90.0/use-pipeline-editor",
-            "docId": "use-pipeline-editor"
-          },
-          {
-            "type": "link",
-            "label": "Managing Pipelines",
-            "href": "/docs/0.90.0/use-managing-pipelines",
-            "docId": "use-managing-pipelines"
-          },
-          {
-            "type": "link",
-            "label": "Live Dashboard",
-            "href": "/docs/0.90.0/use-dashboard",
-            "docId": "use-dashboard"
-          },
-          {
-            "type": "link",
-            "label": "Data Explorer",
-            "href": "/docs/0.90.0/use-data-explorer",
-            "docId": "use-data-explorer"
-          },
-          {
-            "type": "link",
-            "label": "Notifications",
-            "href": "/docs/0.90.0/use-notifications",
-            "docId": "use-notifications"
-          },
-          {
-            "type": "link",
-            "label": "Install Pipeline Elements",
-            "href": "/docs/0.90.0/use-install-pipeline-elements",
-            "docId": "use-install-pipeline-elements"
-          },
-          {
-            "type": "link",
-            "label": "Configurations",
-            "href": "/docs/0.90.0/use-configurations",
-            "docId": "use-configurations"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "📚 Pipeline Elements",
-        "items": [
-          {
-            "type": "category",
-            "label": "Adapters",
-            "items": [
-              {
-                "type": "link",
-                "label": "Apache Kafka",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.kafka"
-              },
-              {
-                "type": "link",
-                "label": "Apache Pulsar",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-              },
-              {
-                "type": "link",
-                "label": "Coindesk Bitcoin Price",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-                "docId": "pe/org.apache.streampipes.connect.adapters.coindesk"
-              },
-              {
-                "type": "link",
-                "label": "File Stream",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.file"
-              },
-              {
-                "type": "link",
-                "label": "File Set",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.file",
-                "docId": "pe/org.apache.streampipes.protocol.set.file"
-              },
-              {
-                "type": "link",
-                "label": "Flic MQTT",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-                "docId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-              },
-              {
-                "type": "link",
-                "label": "GDELT",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-                "docId": "pe/org.apache.streampipes.connect.adapters.gdelt"
-              },
-              {
-                "type": "link",
-                "label": "HTTP Server",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-              },
-              {
-                "type": "link",
-                "label": "HTTP Set",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.http",
-                "docId": "pe/org.apache.streampipes.protocol.set.http"
-              },
-              {
-                "type": "link",
-                "label": "HTTP Stream",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.http"
-              },
-              {
-                "type": "link",
-                "label": "IEX Cloud News",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-                "docId": "pe/org.apache.streampipes.connect.adapters.iex.news"
-              },
-              {
-                "type": "link",
-                "label": "IEX Cloud Stock Quotes",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-                "docId": "pe/org.apache.streampipes.connect.adapters.iex.stocks"
-              },
-              {
-                "type": "link",
-                "label": "ISS Location",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iss",
-                "docId": "pe/org.apache.streampipes.connect.adapters.iss"
-              },
-              {
-                "type": "link",
-                "label": "Image Upload (Set)",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.set",
-                "docId": "pe/org.apache.streampipes.connect.adapters.image.set"
-              },
-              {
-                "type": "link",
-                "label": "Image Upload (Stream)",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.image.stream"
-              },
-              {
-                "type": "link",
-                "label": "InfluxDB Set Adapter",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-                "docId": "pe/org.apache.streampipes.connect.adapters.influxdb.set"
-              },
-              {
-                "type": "link",
-                "label": "InfluxDB Stream Adapter",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-              },
-              {
-                "type": "link",
-                "label": "MQTT",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-              },
-              {
-                "type": "link",
-                "label": "Machine Data Simulator",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-                "docId": "pe/org.apache.streampipes.connect.adapters.simulator.machine"
-              },
-              {
-                "type": "link",
-                "label": "MySQL Set Adapter",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-                "docId": "pe/org.apache.streampipes.connect.adapters.mysql.set"
-              },
-              {
-                "type": "link",
-                "label": "MySql Stream Adapter",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.mysql.stream"
-              },
-              {
-                "type": "link",
-                "label": "NETIO MQTT M2M",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-                "docId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-              },
-              {
-                "type": "link",
-                "label": "NETIO http JSON",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-                "docId": "pe/org.apache.streampipes.connect.adapters.netio.rest"
-              },
-              {
-                "type": "link",
-                "label": "NSW Traffic Cameras",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-                "docId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              },
-              {
-                "type": "link",
-                "label": "OPC UA",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.opcua",
-                "docId": "pe/org.apache.streampipes.connect.adapters.opcua"
-              },
-              {
-                "type": "link",
-                "label": "PLC4X MODBUS",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-                "docId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-              },
-              {
-                "type": "link",
-                "label": "PLC4X S7",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-                "docId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-              },
-              {
-                "type": "link",
-                "label": "ROS Bridge",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ros",
-                "docId": "pe/org.apache.streampipes.connect.adapters.ros"
-              },
-              {
-                "type": "link",
-                "label": "Random Data Simulator (Set)",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-                "docId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              },
-              {
-                "type": "link",
-                "label": "Random Data Simulator (Stream)",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              },
-              {
-                "type": "link",
-                "label": "Slack",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.slack",
-                "docId": "pe/org.apache.streampipes.connect.adapters.slack"
-              },
-              {
-                "type": "link",
-                "label": "TI Sensor Tag",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ti",
-                "docId": "pe/org.apache.streampipes.connect.adapters.ti"
-              },
-              {
-                "type": "link",
-                "label": "Wikipedia Edits",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-                "docId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-              },
-              {
-                "type": "link",
-                "label": "Wikipedia New Articles",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-                "docId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-              }
-            ],
-            "collapsed": true,
-            "collapsible": true
-          },
-          {
-            "type": "category",
-            "label": "Data Processors",
-            "items": [
-              {
-                "type": "link",
-                "label": "Absence",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-              },
-              {
-                "type": "link",
-                "label": "Aggregation",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-              },
-              {
-                "type": "link",
-                "label": "And",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-              },
-              {
-                "type": "link",
-                "label": "Boilerplate Removal",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              },
-              {
-                "type": "link",
-                "label": "Boolean Counter",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              },
-              {
-                "type": "link",
-                "label": "Boolean Inverter",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              },
-              {
-                "type": "link",
-                "label": "Boolean Timer",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              },
-              {
-                "type": "link",
-                "label": "Boolean To State",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              },
-              {
-                "type": "link",
-                "label": "CSV Metadata Enricher",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              },
-              {
-                "type": "link",
-                "label": "Calculate Duration",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-              },
-              {
-                "type": "link",
-                "label": "Chunker (English)",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-              },
-              {
-                "type": "link",
-                "label": "Compose",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.compose"
-              },
-              {
-                "type": "link",
-                "label": "Count Aggregation",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.count"
-              },
-              {
-                "type": "link",
-                "label": "Count Array",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-              },
-              {
-                "type": "link",
-                "label": "Creates JTS Point",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              },
-              {
-                "type": "link",
-                "label": "Cusum",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-                "docId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-              },
-              {
-                "type": "link",
-                "label": "Distance Calculator",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              },
-              {
-                "type": "link",
-                "label": "EPSG Code",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              },
-              {
-                "type": "link",
-                "label": "Event Counter",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-              },
-              {
-                "type": "link",
-                "label": "Event Rate",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.rate"
-              },
-              {
-                "type": "link",
-                "label": "Field Converter",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-              },
-              {
-                "type": "link",
-                "label": "Field Hasher",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              },
-              {
-                "type": "link",
-                "label": "Field Mapper",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-              },
-              {
-                "type": "link",
-                "label": "Field Renamer",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-              },
-              {
-                "type": "link",
-                "label": "Frequency Calculation",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.frequency"
-              },
-              {
-                "type": "link",
-                "label": "Frequency Change",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.frequencychange"
-              },
-              {
-                "type": "link",
-                "label": "Generic Image Classification",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              },
-              {
-                "type": "link",
-                "label": "Google Maps Geocoder",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-                "docId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-              },
-              {
-                "type": "link",
-                "label": "Image Cropper",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              },
-              {
-                "type": "link",
-                "label": "Image Enricher",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              },
-              {
-                "type": "link",
-                "label": "Language Detection",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-                "docId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-              },
-              {
-                "type": "link",
-                "label": "Language Detection",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              },
-              {
-                "type": "link",
-                "label": "Math",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              },
-              {
-                "type": "link",
-                "label": "Measure Time Between Two Sensors",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              },
-              {
-                "type": "link",
-                "label": "Measurement Unit Converter",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              },
-              {
-                "type": "link",
-                "label": "Merge By Enrich",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.enrich"
-              },
-              {
-                "type": "link",
-                "label": "Name Finder",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-              },
-              {
-                "type": "link",
-                "label": "Number Labeler",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              },
-              {
-                "type": "link",
-                "label": "Numerical Filter",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              },
-              {
-                "type": "link",
-                "label": "Numerical Filter (Siddhi)",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-              },
-              {
-                "type": "link",
-                "label": "Numerical Text Filter",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              },
-              {
-                "type": "link",
-                "label": "Part of Speech (English)",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              },
-              {
-                "type": "link",
-                "label": "Peak Detection",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              },
-              {
-                "type": "link",
-                "label": "Projection",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.project"
-              },
-              {
-                "type": "link",
-                "label": "QR Code Reader",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.qrcode"
-              },
-              {
-                "type": "link",
-                "label": "Rate Limit",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.limit"
-              },
-              {
-                "type": "link",
-                "label": "Reverse Geocoder",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-                "docId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              },
-              {
-                "type": "link",
-                "label": "Sentence Detection (English)",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              },
-              {
-                "type": "link",
-                "label": "Sequence",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              },
-              {
-                "type": "link",
-                "label": "Sequence Detection",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.sequence"
-              },
-              {
-                "type": "link",
-                "label": "Signal Edge Filter",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              },
-              {
-                "type": "link",
-                "label": "Single Trajectory Creator",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              },
-              {
-                "type": "link",
-                "label": "Size Measure",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-                "docId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              },
-              {
-                "type": "link",
-                "label": "Spatial Grid Enrichment",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.flink",
-                "docId": "pe/org.apache.streampipes.processor.geo.flink"
-              },
-              {
-                "type": "link",
-                "label": "Speed Calculator",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-              },
-              {
-                "type": "link",
-                "label": "Split Array",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-              },
-              {
-                "type": "link",
-                "label": "State Buffer",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              },
-              {
-                "type": "link",
-                "label": "State Buffer Labeler",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              },
-              {
-                "type": "link",
-                "label": "Static Distance Calculator",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              },
-              {
-                "type": "link",
-                "label": "Static Google Maps Geocoder",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-                "docId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              },
-              {
-                "type": "link",
-                "label": "Static Math",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              },
-              {
-                "type": "link",
-                "label": "Statistics Summary",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-                "docId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              },
-              {
-                "type": "link",
-                "label": "Stream Stop Detection",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.stop",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.stop"
-              },
-              {
-                "type": "link",
-                "label": "String Counter",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              },
-              {
-                "type": "link",
-                "label": "String Timer",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              },
-              {
-                "type": "link",
-                "label": "String To State",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              },
-              {
-                "type": "link",
-                "label": "Synchronize Two Streams",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.merge"
-              },
-              {
-                "type": "link",
-                "label": "Task Duration",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-              },
-              {
-                "type": "link",
-                "label": "Text Filter",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-              },
-              {
-                "type": "link",
-                "label": "Threshold Detector",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.threshold"
-              },
-              {
-                "type": "link",
-                "label": "Timestamp Enricher",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-              },
-              {
-                "type": "link",
-                "label": "Timestamp Extractor",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              },
-              {
-                "type": "link",
-                "label": "Tokenizer (English)",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              },
-              {
-                "type": "link",
-                "label": "Transform to boolean",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              },
-              {
-                "type": "link",
-                "label": "Trend",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.increase",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.increase"
-              },
-              {
-                "type": "link",
-                "label": "Trigonometry Functions",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              },
-              {
-                "type": "link",
-                "label": "URL Dereferencing",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              },
-              {
-                "type": "link",
-                "label": "Value Changed",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-              },
-              {
-                "type": "link",
-                "label": "Word Count",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-                "docId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-              }
-            ],
-            "collapsed": true,
-            "collapsible": true
-          },
-          {
-            "type": "category",
-            "label": "Data Sinks",
-            "items": [
-              {
-                "type": "link",
-                "label": "Buffered REST Publisher",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              },
-              {
-                "type": "link",
-                "label": "CouchDB",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-              },
-              {
-                "type": "link",
-                "label": "Dashboard Sink",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-                "docId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-              },
-              {
-                "type": "link",
-                "label": "Data Lake",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-                "docId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-              },
-              {
-                "type": "link",
-                "label": "Eclipse Ditto",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.ditto",
-                "docId": "pe/org.apache.streampipes.sinks.databases.ditto"
-              },
-              {
-                "type": "link",
-                "label": "Elasticsearch",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-                "docId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              },
-              {
-                "type": "link",
-                "label": "Email Notification",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.email"
-              },
-              {
-                "type": "link",
-                "label": "InfluxDB",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-              },
-              {
-                "type": "link",
-                "label": "IoTDB",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-              },
-              {
-                "type": "link",
-                "label": "JMS Publisher",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-              },
-              {
-                "type": "link",
-                "label": "Kafka Publisher",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-              },
-              {
-                "type": "link",
-                "label": "MySQL Database",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-              },
-              {
-                "type": "link",
-                "label": "NATS Publisher",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-              },
-              {
-                "type": "link",
-                "label": "Notification",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-                "docId": "pe/org.apache.streampipes.sinks.internal.jvm.notification"
-              },
-              {
-                "type": "link",
-                "label": "OPC-UA",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-              },
-              {
-                "type": "link",
-                "label": "OneSignal",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              },
-              {
-                "type": "link",
-                "label": "PostgreSQL",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-              },
-              {
-                "type": "link",
-                "label": "Pulsar Publisher",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              },
-              {
-                "type": "link",
-                "label": "REST Publisher",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-              },
-              {
-                "type": "link",
-                "label": "RabbitMQ Publisher",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              },
-              {
-                "type": "link",
-                "label": "Slack Notification",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-              },
-              {
-                "type": "link",
-                "label": "Telegram Publisher",
-                "href": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-              }
-            ],
-            "collapsed": true,
-            "collapsible": true
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "⚡ Deploy StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "Docker Deployment",
-            "href": "/docs/0.90.0/deploy-docker",
-            "docId": "deploy-docker"
-          },
-          {
-            "type": "link",
-            "label": "Kubernetes Deployment",
-            "href": "/docs/0.90.0/deploy-kubernetes",
-            "docId": "deploy-kubernetes"
-          },
-          {
-            "type": "link",
-            "label": "Use SSL",
-            "href": "/docs/0.90.0/deploy-use-ssl",
-            "docId": "deploy-use-ssl"
-          },
-          {
-            "type": "link",
-            "label": "Security",
-            "href": "/docs/0.90.0/deploy-security",
-            "docId": "deploy-security"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "💻 Extend StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "Development Setup",
-            "href": "/docs/0.90.0/extend-setup",
-            "docId": "extend-setup"
-          },
-          {
-            "type": "link",
-            "label": "StreamPipes CLI",
-            "href": "/docs/0.90.0/extend-cli",
-            "docId": "extend-cli"
-          },
-          {
-            "type": "link",
-            "label": "Maven Archetypes",
-            "href": "/docs/0.90.0/extend-archetypes",
-            "docId": "extend-archetypes"
-          },
-          {
-            "type": "link",
-            "label": "Your first data processor",
-            "href": "/docs/0.90.0/extend-first-processor",
-            "docId": "extend-first-processor"
-          },
-          {
-            "type": "link",
-            "label": "Tutorial: Data Sources",
-            "href": "/docs/0.90.0/extend-tutorial-data-sources",
-            "docId": "extend-tutorial-data-sources"
-          },
-          {
-            "type": "link",
-            "label": "Tutorial: Data Processors",
-            "href": "/docs/0.90.0/extend-tutorial-data-processors",
-            "docId": "extend-tutorial-data-processors"
-          },
-          {
-            "type": "link",
-            "label": "Tutorial: Data Sinks",
-            "href": "/docs/0.90.0/extend-tutorial-data-sinks",
-            "docId": "extend-tutorial-data-sinks"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Functions",
-            "href": "/docs/0.90.0/extend-sdk-functions",
-            "docId": "extend-sdk-functions"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Event Model",
-            "href": "/docs/0.90.0/extend-sdk-event-model",
-            "docId": "extend-sdk-event-model"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Stream Requirements",
-            "href": "/docs/0.90.0/extend-sdk-stream-requirements",
-            "docId": "extend-sdk-stream-requirements"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Static Properties",
-            "href": "/docs/0.90.0/extend-sdk-static-properties",
-            "docId": "extend-sdk-static-properties"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Output Strategies",
-            "href": "/docs/0.90.0/extend-sdk-output-strategies",
-            "docId": "extend-sdk-output-strategies"
-          },
-          {
-            "type": "link",
-            "label": "Migration Guide: 0.69.0",
-            "href": "/docs/0.90.0/extend-sdk-migration-service-discovery",
-            "docId": "extend-sdk-migration-service-discovery"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "🔧 Technicals",
-        "items": [
-          {
-            "type": "link",
-            "label": "Architecture",
-            "href": "/docs/0.90.0/technicals-architecture",
-            "docId": "technicals-architecture"
-          },
-          {
-            "type": "link",
-            "label": "User Guidance",
-            "href": "/docs/0.90.0/technicals-user-guidance",
-            "docId": "technicals-user-guidance"
-          },
-          {
-            "type": "link",
-            "label": "Runtime Wrappers",
-            "href": "/docs/0.90.0/technicals-runtime-wrappers",
-            "docId": "technicals-runtime-wrappers"
-          },
-          {
-            "type": "link",
-            "label": "Messaging",
-            "href": "/docs/0.90.0/technicals-messaging",
-            "docId": "technicals-messaging"
-          },
-          {
-            "type": "link",
-            "label": "Configuration",
-            "href": "/docs/0.90.0/technicals-configuration",
-            "docId": "technicals-configuration"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "👪 Community",
-        "items": [
-          {
-            "type": "link",
-            "label": "Get Help",
-            "href": "/docs/0.90.0/community-get-help",
-            "docId": "community-get-help"
-          },
-          {
-            "type": "link",
-            "label": "Contribute",
-            "href": "/docs/0.90.0/community-contribute",
-            "docId": "community-contribute"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      }
-    ],
-    "faq": [
-      {
-        "type": "category",
-        "label": "FAQ",
-        "items": [
-          {
-            "type": "link",
-            "label": "Common Problems",
-            "href": "/docs/0.90.0/faq-common-problems",
-            "docId": "faq-common-problems"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      }
-    ]
-  },
-  "docs": {
-    "community-contribute": {
-      "id": "community-contribute",
-      "title": "Contribute",
-      "description": "Contribute",
-      "sidebar": "documentation"
-    },
-    "community-get-help": {
-      "id": "community-get-help",
-      "title": "Get Help",
-      "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-      "sidebar": "documentation"
-    },
-    "concepts-adapter": {
-      "id": "concepts-adapter",
-      "title": "Data Adapters",
-      "description": "tbd"
-    },
-    "concepts-data-streams": {
-      "id": "concepts-data-streams",
-      "title": "Data Streams",
-      "description": "tbd"
-    },
-    "concepts-glossary": {
-      "id": "concepts-glossary",
-      "title": "Glossary",
-      "description": "tbd"
-    },
-    "concepts-overview": {
-      "id": "concepts-overview",
-      "title": "StreamPipes Concepts",
-      "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-      "sidebar": "documentation"
-    },
-    "concepts-pipelines": {
-      "id": "concepts-pipelines",
-      "title": "Pipelines",
-      "description": "tbd"
-    },
-    "debugging-debugging": {
-      "id": "debugging-debugging",
-      "title": "Debugging",
-      "description": "tbd"
-    },
-    "debugging-monitoring": {
-      "id": "debugging-monitoring",
-      "title": "Monitoring",
-      "description": "tbd"
-    },
-    "deploy-docker": {
-      "id": "deploy-docker",
-      "title": "Docker Deployment",
-      "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-      "sidebar": "documentation"
-    },
-    "deploy-kubernetes": {
-      "id": "deploy-kubernetes",
-      "title": "Kubernetes Deployment",
-      "description": "Prerequisites",
-      "sidebar": "documentation"
-    },
-    "deploy-security": {
-      "id": "deploy-security",
-      "title": "Security",
-      "description": "Overriding default settings",
-      "sidebar": "documentation"
-    },
-    "deploy-use-ssl": {
-      "id": "deploy-use-ssl",
-      "title": "Use SSL",
-      "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-      "sidebar": "documentation"
-    },
-    "dev-guide-archetype": {
-      "id": "dev-guide-archetype",
-      "title": "Start Developing",
-      "description": ""
-    },
-    "dev-guide-sdk-guide-processors": {
-      "id": "dev-guide-sdk-guide-processors",
-      "title": "SDK Guide: Data Processors",
-      "description": "Project Setup"
-    },
-    "dev-guide-sdk-guide-sinks": {
-      "id": "dev-guide-sdk-guide-sinks",
-      "title": "SDK Guide: Data Sinks",
-      "description": "Project Setup"
-    },
-    "extend-archetypes": {
-      "id": "extend-archetypes",
-      "title": "Maven Archetypes",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-      "sidebar": "documentation"
-    },
-    "extend-cli": {
-      "id": "extend-cli",
-      "title": "StreamPipes CLI",
-      "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-      "sidebar": "documentation"
-    },
-    "extend-first-processor": {
-      "id": "extend-first-processor",
-      "title": "Your first data processor",
-      "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-event-model": {
-      "id": "extend-sdk-event-model",
-      "title": "SDK Guide: Event Model",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-functions": {
-      "id": "extend-sdk-functions",
-      "title": "SDK Guide: Functions",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-migration-service-discovery": {
-      "id": "extend-sdk-migration-service-discovery",
-      "title": "Migration Guide: New Service Discovery in 0.69.0",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-output-strategies": {
-      "id": "extend-sdk-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-static-properties": {
-      "id": "extend-sdk-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-stream-requirements": {
-      "id": "extend-sdk-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-setup": {
-      "id": "extend-setup",
-      "title": "Development Setup",
-      "description": "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.",
-      "sidebar": "documentation"
-    },
-    "extend-tutorial-data-processors": {
-      "id": "extend-tutorial-data-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor.",
-      "sidebar": "documentation"
-    },
-    "extend-tutorial-data-sinks": {
-      "id": "extend-tutorial-data-sinks",
-      "title": "Tutorial: Data Sinks",
-      "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-      "sidebar": "documentation"
-    },
-    "extend-tutorial-data-sources": {
-      "id": "extend-tutorial-data-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-      "sidebar": "documentation"
-    },
-    "faq-common-problems": {
-      "id": "faq-common-problems",
-      "title": "Common Problems",
-      "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-      "sidebar": "faq"
-    },
-    "pe/org.apache.streampipes.connect.adapters.coindesk": {
-      "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-      "title": "Coindesk Bitcoin Price",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.flic.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-      "title": "Flic MQTT",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.gdelt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-      "title": "GDELT",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.news": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-      "title": "IEX Cloud News",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.stocks": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-      "title": "IEX Cloud Stock Quotes",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-      "title": "Image Upload (Set)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-      "title": "Image Upload (Stream)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-      "title": "InfluxDB Set Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-      "title": "InfluxDB Stream Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iss": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iss",
-      "title": "ISS Location",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-      "title": "MySQL Set Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-      "title": "MySql Stream Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-      "title": "NETIO MQTT M2M",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.rest": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-      "title": "NETIO http JSON",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera": {
-      "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-      "title": "NSW Traffic Cameras",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.opcua": {
-      "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-      "title": "OPC UA",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.modbus": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-      "title": "PLC4X MODBUS",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.s7": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-      "title": "PLC4X S7",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ros": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ros",
-      "title": "ROS Bridge",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.machine": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-      "title": "Machine Data Simulator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-      "title": "Random Data Simulator (Set)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-      "title": "Random Data Simulator (Stream)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.slack": {
-      "id": "pe/org.apache.streampipes.connect.adapters.slack",
-      "title": "Slack",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ti": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ti",
-      "title": "TI Sensor Tag",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.edit": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-      "title": "Wikipedia Edits",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.new": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-      "title": "Wikipedia New Articles",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.file": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-      "title": "File Stream",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.http": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-      "title": "HTTP Stream",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.httpserver": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-      "title": "HTTP Server",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.kafka": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-      "title": "Apache Kafka",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-      "title": "MQTT",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.pulsar": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-      "title": "Apache Pulsar",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.flink": {
-      "id": "pe/org.apache.streampipes.processor.geo.flink",
-      "title": "Spatial Grid Enrichment",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.geocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-      "title": "Google Maps Geocoder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-      "title": "Reverse Geocoder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-      "title": "Static Google Maps Geocoder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-      "title": "Image Cropper",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.qrcode": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.count": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-      "title": "Count Aggregation",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.eventcount": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-      "title": "Event Counter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.rate": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.changedetection.jvm.cusum": {
-      "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-      "title": "Cusum",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-      "title": "Math",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-      "title": "Static Math",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-      "title": "Trigonometry Functions",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-      "title": "URL Dereferencing",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.timestamp": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-      "title": "Timestamp Enricher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure": {
-      "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-      "title": "Size Measure",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.compose": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-      "title": "Compose",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.enrich": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-      "title": "Merge By Enrich",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.limit": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-      "title": "Rate Limit",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.merge": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-      "title": "Synchronize Two Streams",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-      "title": "Numerical Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-      "title": "Numerical Text Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.project": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-      "title": "Projection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.textfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-      "title": "Text Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.threshold": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-      "title": "Threshold Detector",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-      "title": "Creates JTS Point",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-      "title": "EPSG Code",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-      "title": "Single Trajectory Creator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-      "title": "Distance Calculator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.speed": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-      "title": "Speed Calculator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-      "title": "Static Distance Calculator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.absence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-      "title": "Absence",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.and": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-      "title": "And",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-      "title": "Sequence",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequency": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequencychange": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.increase": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.sequence": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-      "title": "Sequence Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.stop": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary": {
-      "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-      "title": "Statistics Summary",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.wordcount": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.chunker": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-      "title": "Chunker (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.namefinder": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-      "title": "Name Finder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-      "title": "Part of Speech (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-      "title": "Sentence Detection (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-      "title": "Tokenizer (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-mapper": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-      "title": "Field Mapper",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-      "title": "Boilerplate Removal",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-      "title": "Boolean Counter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-      "title": "Boolean Inverter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-      "title": "Measure Time Between Two Sensors",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-      "title": "Boolean Timer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.changed-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-      "title": "Value Changed",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.count-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-      "title": "Count Array",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-      "title": "CSV Metadata Enricher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.duration-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-      "title": "Calculate Duration",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-      "title": "Signal Edge Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-      "title": "Boolean To State",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-      "title": "State Buffer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-      "title": "State Buffer Labeler",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-      "title": "Number Labeler",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-      "title": "String To State",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-      "title": "Timestamp Extractor",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.split-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-      "title": "String Counter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-      "title": "String Timer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.taskduration": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-      "title": "Task Duration",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-      "title": "Transform to boolean",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.protocol.set.file": {
-      "id": "pe/org.apache.streampipes.protocol.set.file",
-      "title": "File Set",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.protocol.set.http": {
-      "id": "pe/org.apache.streampipes.protocol.set.http",
-      "title": "HTTP Set",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-      "title": "Buffered REST Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.jms": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-      "title": "JMS Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.kafka": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-      "title": "Kafka Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-      "title": "MQTT Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.nats": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-      "title": "NATS Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-      "title": "Pulsar Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-      "title": "REST Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.ditto": {
-      "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-      "title": "Eclipse Ditto",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch": {
-      "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-      "title": "Elasticsearch",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.couchdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-      "title": "CouchDB",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.influxdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-      "title": "InfluxDB",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.iotdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-      "title": "IoTDB",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.mysql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-      "title": "MySQL Database",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.opcua": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-      "title": "OPC-UA",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.postgresql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-      "title": "PostgreSQL",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.dashboard": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-      "title": "Dashboard Sink",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.datalake": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-      "title": "Data Lake",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.notification": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.email": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-      "title": "Email Notification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-      "title": "OneSignal",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.slack": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.telegram": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-      "title": "Telegram Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "technicals-architecture": {
-      "id": "technicals-architecture",
-      "title": "Architecture",
-      "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-      "sidebar": "documentation"
-    },
-    "technicals-configuration": {
-      "id": "technicals-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works.",
-      "sidebar": "documentation"
-    },
-    "technicals-messaging": {
-      "id": "technicals-messaging",
-      "title": "Messaging",
-      "description": "tbd",
-      "sidebar": "documentation"
-    },
-    "technicals-runtime-wrappers": {
-      "id": "technicals-runtime-wrappers",
-      "title": "Runtime Wrappers",
-      "description": "tbd",
-      "sidebar": "documentation"
-    },
-    "technicals-user-guidance": {
-      "id": "technicals-user-guidance",
-      "title": "User Guidance",
-      "description": "tbd",
-      "sidebar": "documentation"
-    },
-    "try-installation": {
-      "id": "try-installation",
-      "title": "Installation",
-      "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-      "sidebar": "documentation"
-    },
-    "try-tutorial": {
-      "id": "try-tutorial",
-      "title": "Interactive Tutorial",
-      "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox."
-    },
-    "use-configurations": {
-      "id": "use-configurations",
-      "title": "Configurations",
-      "description": "The configuration section is an admin-only interface for system-wide settings.",
-      "sidebar": "documentation"
-    },
-    "use-connect": {
-      "id": "use-connect",
-      "title": "StreamPipes Connect",
-      "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-      "sidebar": "documentation"
-    },
-    "use-dashboard": {
-      "id": "use-dashboard",
-      "title": "Live Dashboard",
-      "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-      "sidebar": "documentation"
-    },
-    "use-data-explorer": {
-      "id": "use-data-explorer",
-      "title": "Data Explorer",
-      "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-      "sidebar": "documentation"
-    },
-    "use-install-pipeline-elements": {
-      "id": "use-install-pipeline-elements",
-      "title": "Install Pipeline Elements",
-      "description": "Install Pipeline Elements",
-      "sidebar": "documentation"
-    },
-    "use-managing-pipelines": {
-      "id": "use-managing-pipelines",
-      "title": "Managing Pipelines",
-      "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-      "sidebar": "documentation"
-    },
-    "use-notifications": {
-      "id": "use-notifications",
-      "title": "Notifications",
-      "description": "The notification module can be used to create internal notifications.",
-      "sidebar": "documentation"
-    },
-    "use-pipeline-editor": {
-      "id": "use-pipeline-editor",
-      "title": "Pipeline Editor",
-      "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-      "sidebar": "documentation"
-    },
-    "user-guide-first-steps": {
-      "id": "user-guide-first-steps",
-      "title": "First steps",
-      "description": "In this section, you'll learn how to create and run pipelines in StreamPipes."
-    },
-    "user-guide-installation": {
-      "id": "user-guide-installation",
-      "title": "Installation",
-      "description": "Prerequisites"
-    },
-    "user-guide-introduction": {
-      "id": "user-guide-introduction",
-      "title": "Apache StreamPipes Documentation",
-      "description": "This is the documentation of Apache StreamPipes.",
-      "sidebar": "documentation"
-    },
-    "user-guide-introduction-old": {
-      "id": "user-guide-introduction-old",
-      "title": "Introduction",
-      "description": "StreamPipes is a framework that enables users to work with data streams."
-    },
-    "user-guide-software-components": {
-      "id": "user-guide-software-components",
-      "title": "Software Components",
-      "description": "This page contains all the software components that can be used within the StreamPipes framework."
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-91-0-metadata-prop-bb5.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-91-0-metadata-prop-bb5.json
deleted file mode 100644
index 7b09cf6..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-91-0-metadata-prop-bb5.json
+++ /dev/null
@@ -1,2251 +0,0 @@
-{
-  "pluginId": "default",
-  "version": "0.91.0",
-  "label": "0.91.0",
-  "banner": "unmaintained",
-  "badge": true,
-  "noIndex": false,
-  "className": "docs-version-0.91.0",
-  "isLast": false,
-  "docsSidebars": {
-    "documentation": [
-      {
-        "type": "category",
-        "label": "🚀 Try StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "Overview",
-            "href": "/docs/0.91.0/user-guide-introduction",
-            "docId": "user-guide-introduction"
-          },
-          {
-            "type": "link",
-            "label": "Installation",
-            "href": "/docs/0.91.0/try-installation",
-            "docId": "try-installation"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "💡 Concepts",
-        "items": [
-          {
-            "type": "link",
-            "label": "Overview",
-            "href": "/docs/0.91.0/concepts-overview",
-            "docId": "concepts-overview"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "🎓 Use StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "StreamPipes Connect",
-            "href": "/docs/0.91.0/use-connect",
-            "docId": "use-connect"
-          },
-          {
-            "type": "link",
-            "label": "Pipeline Editor",
-            "href": "/docs/0.91.0/use-pipeline-editor",
-            "docId": "use-pipeline-editor"
-          },
-          {
-            "type": "link",
-            "label": "Managing Pipelines",
-            "href": "/docs/0.91.0/use-managing-pipelines",
-            "docId": "use-managing-pipelines"
-          },
-          {
-            "type": "link",
-            "label": "Live Dashboard",
-            "href": "/docs/0.91.0/use-dashboard",
-            "docId": "use-dashboard"
-          },
-          {
-            "type": "link",
-            "label": "Data Explorer",
-            "href": "/docs/0.91.0/use-data-explorer",
-            "docId": "use-data-explorer"
-          },
-          {
-            "type": "link",
-            "label": "Notifications",
-            "href": "/docs/0.91.0/use-notifications",
-            "docId": "use-notifications"
-          },
-          {
-            "type": "link",
-            "label": "Install Pipeline Elements",
-            "href": "/docs/0.91.0/use-install-pipeline-elements",
-            "docId": "use-install-pipeline-elements"
-          },
-          {
-            "type": "link",
-            "label": "Configurations",
-            "href": "/docs/0.91.0/use-configurations",
-            "docId": "use-configurations"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "📚 Pipeline Elements",
-        "items": [
-          {
-            "type": "category",
-            "label": "Adapters",
-            "items": [
-              {
-                "type": "link",
-                "label": "Apache Kafka",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.kafka"
-              },
-              {
-                "type": "link",
-                "label": "Apache Pulsar",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-              },
-              {
-                "type": "link",
-                "label": "Coindesk Bitcoin Price",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-                "docId": "pe/org.apache.streampipes.connect.adapters.coindesk"
-              },
-              {
-                "type": "link",
-                "label": "File Stream",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.file"
-              },
-              {
-                "type": "link",
-                "label": "File Set",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.file",
-                "docId": "pe/org.apache.streampipes.protocol.set.file"
-              },
-              {
-                "type": "link",
-                "label": "Flic MQTT",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-                "docId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-              },
-              {
-                "type": "link",
-                "label": "GDELT",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-                "docId": "pe/org.apache.streampipes.connect.adapters.gdelt"
-              },
-              {
-                "type": "link",
-                "label": "HTTP Server",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-              },
-              {
-                "type": "link",
-                "label": "HTTP Set",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.http",
-                "docId": "pe/org.apache.streampipes.protocol.set.http"
-              },
-              {
-                "type": "link",
-                "label": "HTTP Stream",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.http"
-              },
-              {
-                "type": "link",
-                "label": "IEX Cloud News",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-                "docId": "pe/org.apache.streampipes.connect.adapters.iex.news"
-              },
-              {
-                "type": "link",
-                "label": "IEX Cloud Stock Quotes",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-                "docId": "pe/org.apache.streampipes.connect.adapters.iex.stocks"
-              },
-              {
-                "type": "link",
-                "label": "ISS Location",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iss",
-                "docId": "pe/org.apache.streampipes.connect.adapters.iss"
-              },
-              {
-                "type": "link",
-                "label": "Image Upload (Set)",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.set",
-                "docId": "pe/org.apache.streampipes.connect.adapters.image.set"
-              },
-              {
-                "type": "link",
-                "label": "Image Upload (Stream)",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.image.stream"
-              },
-              {
-                "type": "link",
-                "label": "InfluxDB Set Adapter",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-                "docId": "pe/org.apache.streampipes.connect.adapters.influxdb.set"
-              },
-              {
-                "type": "link",
-                "label": "InfluxDB Stream Adapter",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-              },
-              {
-                "type": "link",
-                "label": "MQTT",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-              },
-              {
-                "type": "link",
-                "label": "Machine Data Simulator",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-                "docId": "pe/org.apache.streampipes.connect.adapters.simulator.machine"
-              },
-              {
-                "type": "link",
-                "label": "MySQL Set Adapter",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-                "docId": "pe/org.apache.streampipes.connect.adapters.mysql.set"
-              },
-              {
-                "type": "link",
-                "label": "MySql Stream Adapter",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.mysql.stream"
-              },
-              {
-                "type": "link",
-                "label": "NETIO MQTT M2M",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-                "docId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-              },
-              {
-                "type": "link",
-                "label": "NETIO http JSON",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-                "docId": "pe/org.apache.streampipes.connect.adapters.netio.rest"
-              },
-              {
-                "type": "link",
-                "label": "NSW Traffic Cameras",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-                "docId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              },
-              {
-                "type": "link",
-                "label": "OPC UA",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.opcua",
-                "docId": "pe/org.apache.streampipes.connect.adapters.opcua"
-              },
-              {
-                "type": "link",
-                "label": "PLC4X MODBUS",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-                "docId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-              },
-              {
-                "type": "link",
-                "label": "PLC4X S7",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-                "docId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-              },
-              {
-                "type": "link",
-                "label": "ROS Bridge",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ros",
-                "docId": "pe/org.apache.streampipes.connect.adapters.ros"
-              },
-              {
-                "type": "link",
-                "label": "Random Data Simulator (Set)",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-                "docId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              },
-              {
-                "type": "link",
-                "label": "Random Data Simulator (Stream)",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              },
-              {
-                "type": "link",
-                "label": "Slack",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.slack",
-                "docId": "pe/org.apache.streampipes.connect.adapters.slack"
-              },
-              {
-                "type": "link",
-                "label": "TI Sensor Tag",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ti",
-                "docId": "pe/org.apache.streampipes.connect.adapters.ti"
-              },
-              {
-                "type": "link",
-                "label": "Wikipedia Edits",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-                "docId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-              },
-              {
-                "type": "link",
-                "label": "Wikipedia New Articles",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-                "docId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-              }
-            ],
-            "collapsed": true,
-            "collapsible": true
-          },
-          {
-            "type": "category",
-            "label": "Data Processors",
-            "items": [
-              {
-                "type": "link",
-                "label": "Absence",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-              },
-              {
-                "type": "link",
-                "label": "Aggregation",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-              },
-              {
-                "type": "link",
-                "label": "And",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-              },
-              {
-                "type": "link",
-                "label": "Boilerplate Removal",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              },
-              {
-                "type": "link",
-                "label": "Boolean Counter",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              },
-              {
-                "type": "link",
-                "label": "Boolean Inverter",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              },
-              {
-                "type": "link",
-                "label": "Boolean Timer",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              },
-              {
-                "type": "link",
-                "label": "Boolean To State",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              },
-              {
-                "type": "link",
-                "label": "CSV Metadata Enricher",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              },
-              {
-                "type": "link",
-                "label": "Calculate Duration",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-              },
-              {
-                "type": "link",
-                "label": "Chunker (English)",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-              },
-              {
-                "type": "link",
-                "label": "Compose",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.compose"
-              },
-              {
-                "type": "link",
-                "label": "Count Aggregation",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.count"
-              },
-              {
-                "type": "link",
-                "label": "Count Array",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-              },
-              {
-                "type": "link",
-                "label": "Creates JTS Point",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              },
-              {
-                "type": "link",
-                "label": "Cusum",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-                "docId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-              },
-              {
-                "type": "link",
-                "label": "Distance Calculator",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              },
-              {
-                "type": "link",
-                "label": "EPSG Code",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              },
-              {
-                "type": "link",
-                "label": "Event Counter",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-              },
-              {
-                "type": "link",
-                "label": "Event Rate",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.rate"
-              },
-              {
-                "type": "link",
-                "label": "Field Converter",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-              },
-              {
-                "type": "link",
-                "label": "Field Hasher",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              },
-              {
-                "type": "link",
-                "label": "Field Mapper",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-              },
-              {
-                "type": "link",
-                "label": "Field Renamer",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-              },
-              {
-                "type": "link",
-                "label": "Frequency Calculation",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.frequency"
-              },
-              {
-                "type": "link",
-                "label": "Frequency Change",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.frequencychange"
-              },
-              {
-                "type": "link",
-                "label": "Generic Image Classification",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              },
-              {
-                "type": "link",
-                "label": "Google Maps Geocoder",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-                "docId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-              },
-              {
-                "type": "link",
-                "label": "Image Cropper",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              },
-              {
-                "type": "link",
-                "label": "Image Enricher",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              },
-              {
-                "type": "link",
-                "label": "Language Detection",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-                "docId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-              },
-              {
-                "type": "link",
-                "label": "Language Detection",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              },
-              {
-                "type": "link",
-                "label": "Math",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              },
-              {
-                "type": "link",
-                "label": "Measure Time Between Two Sensors",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              },
-              {
-                "type": "link",
-                "label": "Measurement Unit Converter",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              },
-              {
-                "type": "link",
-                "label": "Merge By Enrich",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.enrich"
-              },
-              {
-                "type": "link",
-                "label": "Name Finder",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-              },
-              {
-                "type": "link",
-                "label": "Number Labeler",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              },
-              {
-                "type": "link",
-                "label": "Numerical Filter",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              },
-              {
-                "type": "link",
-                "label": "Numerical Filter (Siddhi)",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-              },
-              {
-                "type": "link",
-                "label": "Numerical Text Filter",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              },
-              {
-                "type": "link",
-                "label": "Part of Speech (English)",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              },
-              {
-                "type": "link",
-                "label": "Peak Detection",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              },
-              {
-                "type": "link",
-                "label": "Projection",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.project"
-              },
-              {
-                "type": "link",
-                "label": "QR Code Reader",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.qrcode"
-              },
-              {
-                "type": "link",
-                "label": "Rate Limit",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.limit"
-              },
-              {
-                "type": "link",
-                "label": "Reverse Geocoder",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-                "docId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              },
-              {
-                "type": "link",
-                "label": "Sentence Detection (English)",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              },
-              {
-                "type": "link",
-                "label": "Sequence",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              },
-              {
-                "type": "link",
-                "label": "Sequence Detection",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.sequence"
-              },
-              {
-                "type": "link",
-                "label": "Signal Edge Filter",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              },
-              {
-                "type": "link",
-                "label": "Single Trajectory Creator",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              },
-              {
-                "type": "link",
-                "label": "Size Measure",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-                "docId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              },
-              {
-                "type": "link",
-                "label": "Spatial Grid Enrichment",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.flink",
-                "docId": "pe/org.apache.streampipes.processor.geo.flink"
-              },
-              {
-                "type": "link",
-                "label": "Speed Calculator",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-              },
-              {
-                "type": "link",
-                "label": "Split Array",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-              },
-              {
-                "type": "link",
-                "label": "State Buffer",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              },
-              {
-                "type": "link",
-                "label": "State Buffer Labeler",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              },
-              {
-                "type": "link",
-                "label": "Static Distance Calculator",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              },
-              {
-                "type": "link",
-                "label": "Static Google Maps Geocoder",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-                "docId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              },
-              {
-                "type": "link",
-                "label": "Static Math",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              },
-              {
-                "type": "link",
-                "label": "Statistics Summary",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-                "docId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              },
-              {
-                "type": "link",
-                "label": "Stream Stop Detection",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.stop",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.stop"
-              },
-              {
-                "type": "link",
-                "label": "String Counter",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              },
-              {
-                "type": "link",
-                "label": "String Timer",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              },
-              {
-                "type": "link",
-                "label": "String To State",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              },
-              {
-                "type": "link",
-                "label": "Synchronize Two Streams",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.merge"
-              },
-              {
-                "type": "link",
-                "label": "Task Duration",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-              },
-              {
-                "type": "link",
-                "label": "Text Filter",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-              },
-              {
-                "type": "link",
-                "label": "Threshold Detector",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.threshold"
-              },
-              {
-                "type": "link",
-                "label": "Timestamp Enricher",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-              },
-              {
-                "type": "link",
-                "label": "Timestamp Extractor",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              },
-              {
-                "type": "link",
-                "label": "Tokenizer (English)",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              },
-              {
-                "type": "link",
-                "label": "Transform to boolean",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              },
-              {
-                "type": "link",
-                "label": "Trend",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.increase",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.increase"
-              },
-              {
-                "type": "link",
-                "label": "Trigonometry Functions",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              },
-              {
-                "type": "link",
-                "label": "URL Dereferencing",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              },
-              {
-                "type": "link",
-                "label": "Value Changed",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-              },
-              {
-                "type": "link",
-                "label": "Word Count",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-                "docId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-              }
-            ],
-            "collapsed": true,
-            "collapsible": true
-          },
-          {
-            "type": "category",
-            "label": "Data Sinks",
-            "items": [
-              {
-                "type": "link",
-                "label": "Buffered REST Publisher",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              },
-              {
-                "type": "link",
-                "label": "CouchDB",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-              },
-              {
-                "type": "link",
-                "label": "Dashboard Sink",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-                "docId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-              },
-              {
-                "type": "link",
-                "label": "Data Lake",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-                "docId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-              },
-              {
-                "type": "link",
-                "label": "Eclipse Ditto",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.ditto",
-                "docId": "pe/org.apache.streampipes.sinks.databases.ditto"
-              },
-              {
-                "type": "link",
-                "label": "Elasticsearch",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-                "docId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              },
-              {
-                "type": "link",
-                "label": "Email Notification",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.email"
-              },
-              {
-                "type": "link",
-                "label": "InfluxDB",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-              },
-              {
-                "type": "link",
-                "label": "IoTDB",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-              },
-              {
-                "type": "link",
-                "label": "JMS Publisher",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-              },
-              {
-                "type": "link",
-                "label": "Kafka Publisher",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-              },
-              {
-                "type": "link",
-                "label": "MySQL Database",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-              },
-              {
-                "type": "link",
-                "label": "NATS Publisher",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-              },
-              {
-                "type": "link",
-                "label": "Notification",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-                "docId": "pe/org.apache.streampipes.sinks.internal.jvm.notification"
-              },
-              {
-                "type": "link",
-                "label": "OPC-UA",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-              },
-              {
-                "type": "link",
-                "label": "OneSignal",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              },
-              {
-                "type": "link",
-                "label": "PostgreSQL",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-              },
-              {
-                "type": "link",
-                "label": "Pulsar Publisher",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              },
-              {
-                "type": "link",
-                "label": "REST Publisher",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-              },
-              {
-                "type": "link",
-                "label": "RabbitMQ Publisher",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              },
-              {
-                "type": "link",
-                "label": "Slack Notification",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-              },
-              {
-                "type": "link",
-                "label": "Telegram Publisher",
-                "href": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-              }
-            ],
-            "collapsed": true,
-            "collapsible": true
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "⚡ Deploy StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "Docker Deployment",
-            "href": "/docs/0.91.0/deploy-docker",
-            "docId": "deploy-docker"
-          },
-          {
-            "type": "link",
-            "label": "Kubernetes Deployment",
-            "href": "/docs/0.91.0/deploy-kubernetes",
-            "docId": "deploy-kubernetes"
-          },
-          {
-            "type": "link",
-            "label": "Use SSL",
-            "href": "/docs/0.91.0/deploy-use-ssl",
-            "docId": "deploy-use-ssl"
-          },
-          {
-            "type": "link",
-            "label": "Security",
-            "href": "/docs/0.91.0/deploy-security",
-            "docId": "deploy-security"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "💻 Extend StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "Development Setup",
-            "href": "/docs/0.91.0/extend-setup",
-            "docId": "extend-setup"
-          },
-          {
-            "type": "link",
-            "label": "StreamPipes CLI",
-            "href": "/docs/0.91.0/extend-cli",
-            "docId": "extend-cli"
-          },
-          {
-            "type": "link",
-            "label": "Maven Archetypes",
-            "href": "/docs/0.91.0/extend-archetypes",
-            "docId": "extend-archetypes"
-          },
-          {
-            "type": "link",
-            "label": "Your first data processor",
-            "href": "/docs/0.91.0/extend-first-processor",
-            "docId": "extend-first-processor"
-          },
-          {
-            "type": "link",
-            "label": "Tutorial: Data Sources",
-            "href": "/docs/0.91.0/extend-tutorial-data-sources",
-            "docId": "extend-tutorial-data-sources"
-          },
-          {
-            "type": "link",
-            "label": "Tutorial: Data Processors",
-            "href": "/docs/0.91.0/extend-tutorial-data-processors",
-            "docId": "extend-tutorial-data-processors"
-          },
-          {
-            "type": "link",
-            "label": "Tutorial: Data Sinks",
-            "href": "/docs/0.91.0/extend-tutorial-data-sinks",
-            "docId": "extend-tutorial-data-sinks"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Functions",
-            "href": "/docs/0.91.0/extend-sdk-functions",
-            "docId": "extend-sdk-functions"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Event Model",
-            "href": "/docs/0.91.0/extend-sdk-event-model",
-            "docId": "extend-sdk-event-model"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Stream Requirements",
-            "href": "/docs/0.91.0/extend-sdk-stream-requirements",
-            "docId": "extend-sdk-stream-requirements"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Static Properties",
-            "href": "/docs/0.91.0/extend-sdk-static-properties",
-            "docId": "extend-sdk-static-properties"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Output Strategies",
-            "href": "/docs/0.91.0/extend-sdk-output-strategies",
-            "docId": "extend-sdk-output-strategies"
-          },
-          {
-            "type": "link",
-            "label": "Migration Guide: 0.69.0",
-            "href": "/docs/0.91.0/extend-sdk-migration-service-discovery",
-            "docId": "extend-sdk-migration-service-discovery"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "🔧 Technicals",
-        "items": [
-          {
-            "type": "link",
-            "label": "Architecture",
-            "href": "/docs/0.91.0/technicals-architecture",
-            "docId": "technicals-architecture"
-          },
-          {
-            "type": "link",
-            "label": "User Guidance",
-            "href": "/docs/0.91.0/technicals-user-guidance",
-            "docId": "technicals-user-guidance"
-          },
-          {
-            "type": "link",
-            "label": "Runtime Wrappers",
-            "href": "/docs/0.91.0/technicals-runtime-wrappers",
-            "docId": "technicals-runtime-wrappers"
-          },
-          {
-            "type": "link",
-            "label": "Messaging",
-            "href": "/docs/0.91.0/technicals-messaging",
-            "docId": "technicals-messaging"
-          },
-          {
-            "type": "link",
-            "label": "Configuration",
-            "href": "/docs/0.91.0/technicals-configuration",
-            "docId": "technicals-configuration"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "👪 Community",
-        "items": [
-          {
-            "type": "link",
-            "label": "Get Help",
-            "href": "/docs/0.91.0/community-get-help",
-            "docId": "community-get-help"
-          },
-          {
-            "type": "link",
-            "label": "Contribute",
-            "href": "/docs/0.91.0/community-contribute",
-            "docId": "community-contribute"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      }
-    ],
-    "faq": [
-      {
-        "type": "category",
-        "label": "FAQ",
-        "items": [
-          {
-            "type": "link",
-            "label": "Common Problems",
-            "href": "/docs/0.91.0/faq-common-problems",
-            "docId": "faq-common-problems"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      }
-    ]
-  },
-  "docs": {
-    "community-contribute": {
-      "id": "community-contribute",
-      "title": "Contribute",
-      "description": "Contribute",
-      "sidebar": "documentation"
-    },
-    "community-get-help": {
-      "id": "community-get-help",
-      "title": "Get Help",
-      "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-      "sidebar": "documentation"
-    },
-    "concepts-adapter": {
-      "id": "concepts-adapter",
-      "title": "Data Adapters",
-      "description": "tbd"
-    },
-    "concepts-data-streams": {
-      "id": "concepts-data-streams",
-      "title": "Data Streams",
-      "description": "tbd"
-    },
-    "concepts-glossary": {
-      "id": "concepts-glossary",
-      "title": "Glossary",
-      "description": "tbd"
-    },
-    "concepts-overview": {
-      "id": "concepts-overview",
-      "title": "StreamPipes Concepts",
-      "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-      "sidebar": "documentation"
-    },
-    "concepts-pipelines": {
-      "id": "concepts-pipelines",
-      "title": "Pipelines",
-      "description": "tbd"
-    },
-    "debugging-debugging": {
-      "id": "debugging-debugging",
-      "title": "Debugging",
-      "description": "tbd"
-    },
-    "debugging-monitoring": {
-      "id": "debugging-monitoring",
-      "title": "Monitoring",
-      "description": "tbd"
-    },
-    "deploy-docker": {
-      "id": "deploy-docker",
-      "title": "Docker Deployment",
-      "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-      "sidebar": "documentation"
-    },
-    "deploy-kubernetes": {
-      "id": "deploy-kubernetes",
-      "title": "Kubernetes Deployment",
-      "description": "Prerequisites",
-      "sidebar": "documentation"
-    },
-    "deploy-security": {
-      "id": "deploy-security",
-      "title": "Security",
-      "description": "Overriding default settings",
-      "sidebar": "documentation"
-    },
-    "deploy-use-ssl": {
-      "id": "deploy-use-ssl",
-      "title": "Use SSL",
-      "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-      "sidebar": "documentation"
-    },
-    "dev-guide-archetype": {
-      "id": "dev-guide-archetype",
-      "title": "Start Developing",
-      "description": ""
-    },
-    "dev-guide-sdk-guide-processors": {
-      "id": "dev-guide-sdk-guide-processors",
-      "title": "SDK Guide: Data Processors",
-      "description": "Project Setup"
-    },
-    "dev-guide-sdk-guide-sinks": {
-      "id": "dev-guide-sdk-guide-sinks",
-      "title": "SDK Guide: Data Sinks",
-      "description": "Project Setup"
-    },
-    "extend-archetypes": {
-      "id": "extend-archetypes",
-      "title": "Maven Archetypes",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-      "sidebar": "documentation"
-    },
-    "extend-cli": {
-      "id": "extend-cli",
-      "title": "StreamPipes CLI",
-      "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-      "sidebar": "documentation"
-    },
-    "extend-first-processor": {
-      "id": "extend-first-processor",
-      "title": "Your first data processor",
-      "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-event-model": {
-      "id": "extend-sdk-event-model",
-      "title": "SDK Guide: Event Model",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-functions": {
-      "id": "extend-sdk-functions",
-      "title": "SDK Guide: Functions",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-migration-service-discovery": {
-      "id": "extend-sdk-migration-service-discovery",
-      "title": "Migration Guide: New Service Discovery in 0.69.0",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-output-strategies": {
-      "id": "extend-sdk-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-static-properties": {
-      "id": "extend-sdk-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-stream-requirements": {
-      "id": "extend-sdk-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-setup": {
-      "id": "extend-setup",
-      "title": "Development Setup",
-      "description": "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.",
-      "sidebar": "documentation"
-    },
-    "extend-tutorial-data-processors": {
-      "id": "extend-tutorial-data-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor.",
-      "sidebar": "documentation"
-    },
-    "extend-tutorial-data-sinks": {
-      "id": "extend-tutorial-data-sinks",
-      "title": "Tutorial: Data Sinks",
-      "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-      "sidebar": "documentation"
-    },
-    "extend-tutorial-data-sources": {
-      "id": "extend-tutorial-data-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-      "sidebar": "documentation"
-    },
-    "faq-common-problems": {
-      "id": "faq-common-problems",
-      "title": "Common Problems",
-      "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-      "sidebar": "faq"
-    },
-    "pe/org.apache.streampipes.connect.adapters.coindesk": {
-      "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-      "title": "Coindesk Bitcoin Price",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.flic.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-      "title": "Flic MQTT",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.gdelt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-      "title": "GDELT",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.news": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-      "title": "IEX Cloud News",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.stocks": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-      "title": "IEX Cloud Stock Quotes",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-      "title": "Image Upload (Set)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-      "title": "Image Upload (Stream)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-      "title": "InfluxDB Set Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-      "title": "InfluxDB Stream Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iss": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iss",
-      "title": "ISS Location",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-      "title": "MySQL Set Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-      "title": "MySql Stream Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-      "title": "NETIO MQTT M2M",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.rest": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-      "title": "NETIO http JSON",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera": {
-      "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-      "title": "NSW Traffic Cameras",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.opcua": {
-      "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-      "title": "OPC UA",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.modbus": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-      "title": "PLC4X MODBUS",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.s7": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-      "title": "PLC4X S7",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ros": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ros",
-      "title": "ROS Bridge",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.machine": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-      "title": "Machine Data Simulator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-      "title": "Random Data Simulator (Set)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-      "title": "Random Data Simulator (Stream)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.slack": {
-      "id": "pe/org.apache.streampipes.connect.adapters.slack",
-      "title": "Slack",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ti": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ti",
-      "title": "TI Sensor Tag",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.edit": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-      "title": "Wikipedia Edits",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.new": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-      "title": "Wikipedia New Articles",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.file": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-      "title": "File Stream",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.http": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-      "title": "HTTP Stream",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.httpserver": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-      "title": "HTTP Server",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.kafka": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-      "title": "Apache Kafka",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-      "title": "MQTT",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.pulsar": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-      "title": "Apache Pulsar",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.flink": {
-      "id": "pe/org.apache.streampipes.processor.geo.flink",
-      "title": "Spatial Grid Enrichment",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.geocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-      "title": "Google Maps Geocoder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-      "title": "Reverse Geocoder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-      "title": "Static Google Maps Geocoder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-      "title": "Image Cropper",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.qrcode": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.count": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-      "title": "Count Aggregation",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.eventcount": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-      "title": "Event Counter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.rate": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.changedetection.jvm.cusum": {
-      "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-      "title": "Cusum",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-      "title": "Math",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-      "title": "Static Math",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-      "title": "Trigonometry Functions",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-      "title": "URL Dereferencing",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.timestamp": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-      "title": "Timestamp Enricher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure": {
-      "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-      "title": "Size Measure",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.compose": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-      "title": "Compose",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.enrich": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-      "title": "Merge By Enrich",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.limit": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-      "title": "Rate Limit",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.merge": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-      "title": "Synchronize Two Streams",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-      "title": "Numerical Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-      "title": "Numerical Text Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.project": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-      "title": "Projection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.textfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-      "title": "Text Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.threshold": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-      "title": "Threshold Detector",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-      "title": "Creates JTS Point",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-      "title": "EPSG Code",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-      "title": "Single Trajectory Creator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-      "title": "Distance Calculator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.speed": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-      "title": "Speed Calculator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-      "title": "Static Distance Calculator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.absence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-      "title": "Absence",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.and": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-      "title": "And",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-      "title": "Sequence",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequency": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequencychange": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.increase": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.sequence": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-      "title": "Sequence Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.stop": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary": {
-      "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-      "title": "Statistics Summary",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.wordcount": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.chunker": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-      "title": "Chunker (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.namefinder": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-      "title": "Name Finder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-      "title": "Part of Speech (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-      "title": "Sentence Detection (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-      "title": "Tokenizer (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-mapper": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-      "title": "Field Mapper",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-      "title": "Boilerplate Removal",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-      "title": "Boolean Counter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-      "title": "Boolean Inverter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-      "title": "Measure Time Between Two Sensors",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-      "title": "Boolean Timer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.changed-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-      "title": "Value Changed",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.count-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-      "title": "Count Array",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-      "title": "CSV Metadata Enricher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.duration-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-      "title": "Calculate Duration",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-      "title": "Signal Edge Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-      "title": "Boolean To State",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-      "title": "State Buffer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-      "title": "State Buffer Labeler",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-      "title": "Number Labeler",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-      "title": "String To State",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-      "title": "Timestamp Extractor",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.split-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-      "title": "String Counter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-      "title": "String Timer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.taskduration": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-      "title": "Task Duration",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-      "title": "Transform to boolean",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.protocol.set.file": {
-      "id": "pe/org.apache.streampipes.protocol.set.file",
-      "title": "File Set",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.protocol.set.http": {
-      "id": "pe/org.apache.streampipes.protocol.set.http",
-      "title": "HTTP Set",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-      "title": "Buffered REST Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.jms": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-      "title": "JMS Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.kafka": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-      "title": "Kafka Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-      "title": "MQTT Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.nats": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-      "title": "NATS Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-      "title": "Pulsar Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-      "title": "REST Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.ditto": {
-      "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-      "title": "Eclipse Ditto",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch": {
-      "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-      "title": "Elasticsearch",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.couchdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-      "title": "CouchDB",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.influxdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-      "title": "InfluxDB",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.iotdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-      "title": "IoTDB",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.mysql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-      "title": "MySQL Database",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.opcua": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-      "title": "OPC-UA",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.postgresql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-      "title": "PostgreSQL",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.dashboard": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-      "title": "Dashboard Sink",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.datalake": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-      "title": "Data Lake",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.notification": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.email": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-      "title": "Email Notification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-      "title": "OneSignal",
-      "description": "~ Licensed to the Apache Software Foundation (ASF) under one or more",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.slack": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "~ Licensed to the Apache Software Foundation (ASF) under one or more",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.telegram": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-      "title": "Telegram Publisher",
-      "description": "~ Licensed to the Apache Software Foundation (ASF) under one or more",
-      "sidebar": "documentation"
-    },
-    "privacy": {
-      "id": "privacy",
-      "title": "Datenschutzerklärung",
-      "description": "Verantwortliche Stelle"
-    },
-    "technicals-architecture": {
-      "id": "technicals-architecture",
-      "title": "Architecture",
-      "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-      "sidebar": "documentation"
-    },
-    "technicals-configuration": {
-      "id": "technicals-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works.",
-      "sidebar": "documentation"
-    },
-    "technicals-messaging": {
-      "id": "technicals-messaging",
-      "title": "Messaging",
-      "description": "tbd",
-      "sidebar": "documentation"
-    },
-    "technicals-runtime-wrappers": {
-      "id": "technicals-runtime-wrappers",
-      "title": "Runtime Wrappers",
-      "description": "tbd",
-      "sidebar": "documentation"
-    },
-    "technicals-user-guidance": {
-      "id": "technicals-user-guidance",
-      "title": "User Guidance",
-      "description": "tbd",
-      "sidebar": "documentation"
-    },
-    "try-installation": {
-      "id": "try-installation",
-      "title": "Installation",
-      "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-      "sidebar": "documentation"
-    },
-    "try-tutorial": {
-      "id": "try-tutorial",
-      "title": "Interactive Tutorial",
-      "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox."
-    },
-    "use-configurations": {
-      "id": "use-configurations",
-      "title": "Configurations",
-      "description": "The configuration section is an admin-only interface for system-wide settings.",
-      "sidebar": "documentation"
-    },
-    "use-connect": {
-      "id": "use-connect",
-      "title": "StreamPipes Connect",
-      "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-      "sidebar": "documentation"
-    },
-    "use-dashboard": {
-      "id": "use-dashboard",
-      "title": "Live Dashboard",
-      "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-      "sidebar": "documentation"
-    },
-    "use-data-explorer": {
-      "id": "use-data-explorer",
-      "title": "Data Explorer",
-      "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-      "sidebar": "documentation"
-    },
-    "use-install-pipeline-elements": {
-      "id": "use-install-pipeline-elements",
-      "title": "Install Pipeline Elements",
-      "description": "Install Pipeline Elements",
-      "sidebar": "documentation"
-    },
-    "use-managing-pipelines": {
-      "id": "use-managing-pipelines",
-      "title": "Managing Pipelines",
-      "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-      "sidebar": "documentation"
-    },
-    "use-notifications": {
-      "id": "use-notifications",
-      "title": "Notifications",
-      "description": "The notification module can be used to create internal notifications.",
-      "sidebar": "documentation"
-    },
-    "use-pipeline-editor": {
-      "id": "use-pipeline-editor",
-      "title": "Pipeline Editor",
-      "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-      "sidebar": "documentation"
-    },
-    "user-guide-first-steps": {
-      "id": "user-guide-first-steps",
-      "title": "First steps",
-      "description": "In this section, you'll learn how to create and run pipelines in StreamPipes."
-    },
-    "user-guide-installation": {
-      "id": "user-guide-installation",
-      "title": "Installation",
-      "description": "Prerequisites"
-    },
-    "user-guide-introduction": {
-      "id": "user-guide-introduction",
-      "title": "Apache StreamPipes Documentation",
-      "description": "This is the documentation of Apache StreamPipes.",
-      "sidebar": "documentation"
-    },
-    "user-guide-introduction-old": {
-      "id": "user-guide-introduction-old",
-      "title": "Introduction",
-      "description": "StreamPipes is a framework that enables users to work with data streams."
-    },
-    "user-guide-software-components": {
-      "id": "user-guide-software-components",
-      "title": "Software Components",
-      "description": "This page contains all the software components that can be used within the StreamPipes framework."
-    },
-    "user-guide-tour": {
-      "id": "user-guide-tour",
-      "title": "Tour",
-      "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure."
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-92-0-metadata-prop-304.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-92-0-metadata-prop-304.json
deleted file mode 100644
index 7be3c70..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-0-92-0-metadata-prop-304.json
+++ /dev/null
@@ -1,2278 +0,0 @@
-{
-  "pluginId": "default",
-  "version": "0.92.0",
-  "label": "0.92.0",
-  "banner": null,
-  "badge": true,
-  "noIndex": false,
-  "className": "docs-version-0.92.0",
-  "isLast": true,
-  "docsSidebars": {
-    "documentation": [
-      {
-        "type": "category",
-        "label": "🚀 Try StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "Overview",
-            "href": "/docs/user-guide-introduction",
-            "docId": "user-guide-introduction"
-          },
-          {
-            "type": "link",
-            "label": "Installation",
-            "href": "/docs/try-installation",
-            "docId": "try-installation"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "Concepts",
-        "items": [
-          {
-            "type": "link",
-            "label": "Introduction",
-            "href": "/docs/introduction",
-            "docId": "introduction"
-          },
-          {
-            "type": "link",
-            "label": "Overview",
-            "href": "/docs/concepts-overview",
-            "docId": "concepts-overview"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "🎓 Use StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "StreamPipes Connect",
-            "href": "/docs/use-connect",
-            "docId": "use-connect"
-          },
-          {
-            "type": "link",
-            "label": "Pipeline Editor",
-            "href": "/docs/use-pipeline-editor",
-            "docId": "use-pipeline-editor"
-          },
-          {
-            "type": "link",
-            "label": "Managing Pipelines",
-            "href": "/docs/use-managing-pipelines",
-            "docId": "use-managing-pipelines"
-          },
-          {
-            "type": "link",
-            "label": "Live Dashboard",
-            "href": "/docs/use-dashboard",
-            "docId": "use-dashboard"
-          },
-          {
-            "type": "link",
-            "label": "Data Explorer",
-            "href": "/docs/use-data-explorer",
-            "docId": "use-data-explorer"
-          },
-          {
-            "type": "link",
-            "label": "Notifications",
-            "href": "/docs/use-notifications",
-            "docId": "use-notifications"
-          },
-          {
-            "type": "link",
-            "label": "Install Pipeline Elements",
-            "href": "/docs/use-install-pipeline-elements",
-            "docId": "use-install-pipeline-elements"
-          },
-          {
-            "type": "link",
-            "label": "Configurations",
-            "href": "/docs/use-configurations",
-            "docId": "use-configurations"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "📚 Pipeline Elements",
-        "items": [
-          {
-            "type": "category",
-            "label": "Adapters",
-            "items": [
-              {
-                "type": "link",
-                "label": "Apache Kafka",
-                "href": "/docs/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.kafka"
-              },
-              {
-                "type": "link",
-                "label": "Apache Pulsar",
-                "href": "/docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-              },
-              {
-                "type": "link",
-                "label": "Coindesk Bitcoin Price",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.coindesk",
-                "docId": "pe/org.apache.streampipes.connect.adapters.coindesk"
-              },
-              {
-                "type": "link",
-                "label": "File Stream",
-                "href": "/docs/pe/org.apache.streampipes.connect.protocol.stream.file",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.file"
-              },
-              {
-                "type": "link",
-                "label": "File Set",
-                "href": "/docs/pe/org.apache.streampipes.protocol.set.file",
-                "docId": "pe/org.apache.streampipes.protocol.set.file"
-              },
-              {
-                "type": "link",
-                "label": "Flic MQTT",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-                "docId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-              },
-              {
-                "type": "link",
-                "label": "GDELT",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.gdelt",
-                "docId": "pe/org.apache.streampipes.connect.adapters.gdelt"
-              },
-              {
-                "type": "link",
-                "label": "HTTP Server",
-                "href": "/docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-              },
-              {
-                "type": "link",
-                "label": "HTTP Set",
-                "href": "/docs/pe/org.apache.streampipes.protocol.set.http",
-                "docId": "pe/org.apache.streampipes.protocol.set.http"
-              },
-              {
-                "type": "link",
-                "label": "HTTP Stream",
-                "href": "/docs/pe/org.apache.streampipes.connect.protocol.stream.http",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.http"
-              },
-              {
-                "type": "link",
-                "label": "IEX Cloud News",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.iex.news",
-                "docId": "pe/org.apache.streampipes.connect.adapters.iex.news"
-              },
-              {
-                "type": "link",
-                "label": "IEX Cloud Stock Quotes",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-                "docId": "pe/org.apache.streampipes.connect.adapters.iex.stocks"
-              },
-              {
-                "type": "link",
-                "label": "ISS Location",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.iss",
-                "docId": "pe/org.apache.streampipes.connect.adapters.iss"
-              },
-              {
-                "type": "link",
-                "label": "Image Upload (Set)",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.image.set",
-                "docId": "pe/org.apache.streampipes.connect.adapters.image.set"
-              },
-              {
-                "type": "link",
-                "label": "Image Upload (Stream)",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.image.stream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.image.stream"
-              },
-              {
-                "type": "link",
-                "label": "InfluxDB Set Adapter",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-                "docId": "pe/org.apache.streampipes.connect.adapters.influxdb.set"
-              },
-              {
-                "type": "link",
-                "label": "InfluxDB Stream Adapter",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-              },
-              {
-                "type": "link",
-                "label": "MQTT",
-                "href": "/docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-              },
-              {
-                "type": "link",
-                "label": "Machine Data Simulator",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-                "docId": "pe/org.apache.streampipes.connect.adapters.simulator.machine"
-              },
-              {
-                "type": "link",
-                "label": "MySQL Set Adapter",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.set",
-                "docId": "pe/org.apache.streampipes.connect.adapters.mysql.set"
-              },
-              {
-                "type": "link",
-                "label": "MySql Stream Adapter",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.mysql.stream"
-              },
-              {
-                "type": "link",
-                "label": "NETIO MQTT M2M",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-                "docId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-              },
-              {
-                "type": "link",
-                "label": "NETIO http JSON",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.netio.rest",
-                "docId": "pe/org.apache.streampipes.connect.adapters.netio.rest"
-              },
-              {
-                "type": "link",
-                "label": "NSW Traffic Cameras",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-                "docId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              },
-              {
-                "type": "link",
-                "label": "OPC UA",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.opcua",
-                "docId": "pe/org.apache.streampipes.connect.adapters.opcua"
-              },
-              {
-                "type": "link",
-                "label": "PLC4X MODBUS",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-                "docId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-              },
-              {
-                "type": "link",
-                "label": "PLC4X S7",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-                "docId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-              },
-              {
-                "type": "link",
-                "label": "ROS Bridge",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.ros",
-                "docId": "pe/org.apache.streampipes.connect.adapters.ros"
-              },
-              {
-                "type": "link",
-                "label": "Random Data Simulator (Set)",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-                "docId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              },
-              {
-                "type": "link",
-                "label": "Random Data Simulator (Stream)",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              },
-              {
-                "type": "link",
-                "label": "Slack",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.slack",
-                "docId": "pe/org.apache.streampipes.connect.adapters.slack"
-              },
-              {
-                "type": "link",
-                "label": "TI Sensor Tag",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.ti",
-                "docId": "pe/org.apache.streampipes.connect.adapters.ti"
-              },
-              {
-                "type": "link",
-                "label": "Wikipedia Edits",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-                "docId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-              },
-              {
-                "type": "link",
-                "label": "Wikipedia New Articles",
-                "href": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-                "docId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-              }
-            ],
-            "collapsed": true,
-            "collapsible": true
-          },
-          {
-            "type": "category",
-            "label": "Data Processors",
-            "items": [
-              {
-                "type": "link",
-                "label": "Absence",
-                "href": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-              },
-              {
-                "type": "link",
-                "label": "Aggregation",
-                "href": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-              },
-              {
-                "type": "link",
-                "label": "And",
-                "href": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-              },
-              {
-                "type": "link",
-                "label": "Boilerplate Removal",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              },
-              {
-                "type": "link",
-                "label": "Boolean Counter",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              },
-              {
-                "type": "link",
-                "label": "Boolean Inverter",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              },
-              {
-                "type": "link",
-                "label": "Boolean Timer",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              },
-              {
-                "type": "link",
-                "label": "Boolean To State",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              },
-              {
-                "type": "link",
-                "label": "CSV Metadata Enricher",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              },
-              {
-                "type": "link",
-                "label": "Calculate Duration",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-              },
-              {
-                "type": "link",
-                "label": "Chunker (English)",
-                "href": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-              },
-              {
-                "type": "link",
-                "label": "Compose",
-                "href": "/docs/pe/org.apache.streampipes.processors.filters.jvm.compose",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.compose"
-              },
-              {
-                "type": "link",
-                "label": "Count Aggregation",
-                "href": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.count",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.count"
-              },
-              {
-                "type": "link",
-                "label": "Count Array",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-              },
-              {
-                "type": "link",
-                "label": "Creates JTS Point",
-                "href": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              },
-              {
-                "type": "link",
-                "label": "Cusum",
-                "href": "/docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-                "docId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-              },
-              {
-                "type": "link",
-                "label": "Distance Calculator",
-                "href": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              },
-              {
-                "type": "link",
-                "label": "EPSG Code",
-                "href": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              },
-              {
-                "type": "link",
-                "label": "Event Counter",
-                "href": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-              },
-              {
-                "type": "link",
-                "label": "Event Rate",
-                "href": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.rate"
-              },
-              {
-                "type": "link",
-                "label": "Field Converter",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-              },
-              {
-                "type": "link",
-                "label": "Field Hasher",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              },
-              {
-                "type": "link",
-                "label": "Field Mapper",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-              },
-              {
-                "type": "link",
-                "label": "Field Renamer",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-              },
-              {
-                "type": "link",
-                "label": "Frequency Calculation",
-                "href": "/docs/pe/org.apache.streampipes.processors.siddhi.frequency",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.frequency"
-              },
-              {
-                "type": "link",
-                "label": "Frequency Change",
-                "href": "/docs/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.frequencychange"
-              },
-              {
-                "type": "link",
-                "label": "Generic Image Classification",
-                "href": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              },
-              {
-                "type": "link",
-                "label": "Google Maps Geocoder",
-                "href": "/docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-                "docId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-              },
-              {
-                "type": "link",
-                "label": "Image Cropper",
-                "href": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              },
-              {
-                "type": "link",
-                "label": "Image Enricher",
-                "href": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              },
-              {
-                "type": "link",
-                "label": "Language Detection",
-                "href": "/docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-                "docId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-              },
-              {
-                "type": "link",
-                "label": "Language Detection",
-                "href": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              },
-              {
-                "type": "link",
-                "label": "Math",
-                "href": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              },
-              {
-                "type": "link",
-                "label": "Measure Time Between Two Sensors",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              },
-              {
-                "type": "link",
-                "label": "Measurement Unit Converter",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              },
-              {
-                "type": "link",
-                "label": "Merge Two Streams",
-                "href": "/docs/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.enrich"
-              },
-              {
-                "type": "link",
-                "label": "Name Finder",
-                "href": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-              },
-              {
-                "type": "link",
-                "label": "Number Labeler",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              },
-              {
-                "type": "link",
-                "label": "Numerical Filter",
-                "href": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              },
-              {
-                "type": "link",
-                "label": "Numerical Filter (Siddhi)",
-                "href": "/docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-              },
-              {
-                "type": "link",
-                "label": "Numerical Text Filter",
-                "href": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              },
-              {
-                "type": "link",
-                "label": "Part of Speech (English)",
-                "href": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              },
-              {
-                "type": "link",
-                "label": "Peak Detection",
-                "href": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              },
-              {
-                "type": "link",
-                "label": "Projection",
-                "href": "/docs/pe/org.apache.streampipes.processors.filters.jvm.project",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.project"
-              },
-              {
-                "type": "link",
-                "label": "QR Code Reader",
-                "href": "/docs/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.qrcode"
-              },
-              {
-                "type": "link",
-                "label": "Rate Limit",
-                "href": "/docs/pe/org.apache.streampipes.processors.filters.jvm.limit",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.limit"
-              },
-              {
-                "type": "link",
-                "label": "Reverse Geocoder",
-                "href": "/docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-                "docId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              },
-              {
-                "type": "link",
-                "label": "Sentence Detection (English)",
-                "href": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              },
-              {
-                "type": "link",
-                "label": "Sequence",
-                "href": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              },
-              {
-                "type": "link",
-                "label": "Sequence Detection",
-                "href": "/docs/pe/org.apache.streampipes.processors.siddhi.sequence",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.sequence"
-              },
-              {
-                "type": "link",
-                "label": "Signal Edge Filter",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              },
-              {
-                "type": "link",
-                "label": "Single Trajectory Creator",
-                "href": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              },
-              {
-                "type": "link",
-                "label": "Size Measure",
-                "href": "/docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-                "docId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              },
-              {
-                "type": "link",
-                "label": "Spatial Grid Enrichment",
-                "href": "/docs/pe/org.apache.streampipes.processor.geo.flink",
-                "docId": "pe/org.apache.streampipes.processor.geo.flink"
-              },
-              {
-                "type": "link",
-                "label": "Speed Calculator",
-                "href": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-              },
-              {
-                "type": "link",
-                "label": "Split Array",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-              },
-              {
-                "type": "link",
-                "label": "State Buffer",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              },
-              {
-                "type": "link",
-                "label": "State Buffer Labeler",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              },
-              {
-                "type": "link",
-                "label": "Static Distance Calculator",
-                "href": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              },
-              {
-                "type": "link",
-                "label": "Static Google Maps Geocoder",
-                "href": "/docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-                "docId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              },
-              {
-                "type": "link",
-                "label": "Static Math",
-                "href": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              },
-              {
-                "type": "link",
-                "label": "Statistics Summary",
-                "href": "/docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-                "docId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              },
-              {
-                "type": "link",
-                "label": "Stream Stop Detection",
-                "href": "/docs/pe/org.apache.streampipes.processors.siddhi.stop",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.stop"
-              },
-              {
-                "type": "link",
-                "label": "String Counter",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              },
-              {
-                "type": "link",
-                "label": "String Timer",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              },
-              {
-                "type": "link",
-                "label": "String To State",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              },
-              {
-                "type": "link",
-                "label": "Synchronize Two Streams",
-                "href": "/docs/pe/org.apache.streampipes.processors.filters.jvm.merge",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.merge"
-              },
-              {
-                "type": "link",
-                "label": "Task Duration",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-              },
-              {
-                "type": "link",
-                "label": "Text Filter",
-                "href": "/docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-              },
-              {
-                "type": "link",
-                "label": "Threshold Detector",
-                "href": "/docs/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.threshold"
-              },
-              {
-                "type": "link",
-                "label": "Timestamp Enricher",
-                "href": "/docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-              },
-              {
-                "type": "link",
-                "label": "Timestamp Extractor",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              },
-              {
-                "type": "link",
-                "label": "Tokenizer (English)",
-                "href": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              },
-              {
-                "type": "link",
-                "label": "Transform to boolean",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              },
-              {
-                "type": "link",
-                "label": "Trend",
-                "href": "/docs/pe/org.apache.streampipes.processors.siddhi.increase",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.increase"
-              },
-              {
-                "type": "link",
-                "label": "Trigonometry Functions",
-                "href": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              },
-              {
-                "type": "link",
-                "label": "URL Dereferencing",
-                "href": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              },
-              {
-                "type": "link",
-                "label": "Value Changed",
-                "href": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-              },
-              {
-                "type": "link",
-                "label": "Word Count",
-                "href": "/docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-                "docId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-              }
-            ],
-            "collapsed": true,
-            "collapsible": true
-          },
-          {
-            "type": "category",
-            "label": "Data Sinks",
-            "items": [
-              {
-                "type": "link",
-                "label": "Buffered REST Publisher",
-                "href": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              },
-              {
-                "type": "link",
-                "label": "CouchDB",
-                "href": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-              },
-              {
-                "type": "link",
-                "label": "Dashboard Sink",
-                "href": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-                "docId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-              },
-              {
-                "type": "link",
-                "label": "Data Lake",
-                "href": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-                "docId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-              },
-              {
-                "type": "link",
-                "label": "Eclipse Ditto",
-                "href": "/docs/pe/org.apache.streampipes.sinks.databases.ditto",
-                "docId": "pe/org.apache.streampipes.sinks.databases.ditto"
-              },
-              {
-                "type": "link",
-                "label": "Elasticsearch",
-                "href": "/docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-                "docId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              },
-              {
-                "type": "link",
-                "label": "Email Notification",
-                "href": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.email"
-              },
-              {
-                "type": "link",
-                "label": "InfluxDB",
-                "href": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-              },
-              {
-                "type": "link",
-                "label": "IoTDB",
-                "href": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-              },
-              {
-                "type": "link",
-                "label": "JMS Publisher",
-                "href": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-              },
-              {
-                "type": "link",
-                "label": "Kafka Publisher",
-                "href": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-              },
-              {
-                "type": "link",
-                "label": "MySQL Database",
-                "href": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-              },
-              {
-                "type": "link",
-                "label": "NATS Publisher",
-                "href": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-              },
-              {
-                "type": "link",
-                "label": "Notification",
-                "href": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-                "docId": "pe/org.apache.streampipes.sinks.internal.jvm.notification"
-              },
-              {
-                "type": "link",
-                "label": "OPC-UA",
-                "href": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-              },
-              {
-                "type": "link",
-                "label": "OneSignal",
-                "href": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              },
-              {
-                "type": "link",
-                "label": "PostgreSQL",
-                "href": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-              },
-              {
-                "type": "link",
-                "label": "Pulsar Publisher",
-                "href": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              },
-              {
-                "type": "link",
-                "label": "REST Publisher",
-                "href": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-              },
-              {
-                "type": "link",
-                "label": "RabbitMQ Publisher",
-                "href": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              },
-              {
-                "type": "link",
-                "label": "Slack Notification",
-                "href": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-              },
-              {
-                "type": "link",
-                "label": "Telegram Publisher",
-                "href": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-              }
-            ],
-            "collapsed": true,
-            "collapsible": true
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "⚡ Deploy StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "Docker Deployment",
-            "href": "/docs/deploy-docker",
-            "docId": "deploy-docker"
-          },
-          {
-            "type": "link",
-            "label": "Kubernetes Deployment",
-            "href": "/docs/deploy-kubernetes",
-            "docId": "deploy-kubernetes"
-          },
-          {
-            "type": "link",
-            "label": "Use SSL",
-            "href": "/docs/deploy-use-ssl",
-            "docId": "deploy-use-ssl"
-          },
-          {
-            "type": "link",
-            "label": "Security",
-            "href": "/docs/deploy-security",
-            "docId": "deploy-security"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "💻 Extend StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "Development Setup",
-            "href": "/docs/extend-setup",
-            "docId": "extend-setup"
-          },
-          {
-            "type": "link",
-            "label": "StreamPipes CLI",
-            "href": "/docs/extend-cli",
-            "docId": "extend-cli"
-          },
-          {
-            "type": "link",
-            "label": "Maven Archetypes",
-            "href": "/docs/extend-archetypes",
-            "docId": "extend-archetypes"
-          },
-          {
-            "type": "link",
-            "label": "Your first data processor",
-            "href": "/docs/extend-first-processor",
-            "docId": "extend-first-processor"
-          },
-          {
-            "type": "link",
-            "label": "Tutorial: Data Sources",
-            "href": "/docs/extend-tutorial-data-sources",
-            "docId": "extend-tutorial-data-sources"
-          },
-          {
-            "type": "link",
-            "label": "Tutorial: Data Processors",
-            "href": "/docs/extend-tutorial-data-processors",
-            "docId": "extend-tutorial-data-processors"
-          },
-          {
-            "type": "link",
-            "label": "Tutorial: Data Sinks",
-            "href": "/docs/extend-tutorial-data-sinks",
-            "docId": "extend-tutorial-data-sinks"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Functions",
-            "href": "/docs/extend-sdk-functions",
-            "docId": "extend-sdk-functions"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Event Model",
-            "href": "/docs/extend-sdk-event-model",
-            "docId": "extend-sdk-event-model"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Stream Requirements",
-            "href": "/docs/extend-sdk-stream-requirements",
-            "docId": "extend-sdk-stream-requirements"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Static Properties",
-            "href": "/docs/extend-sdk-static-properties",
-            "docId": "extend-sdk-static-properties"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Output Strategies",
-            "href": "/docs/extend-sdk-output-strategies",
-            "docId": "extend-sdk-output-strategies"
-          },
-          {
-            "type": "link",
-            "label": "Migration Guide: 0.69.0",
-            "href": "/docs/extend-sdk-migration-service-discovery",
-            "docId": "extend-sdk-migration-service-discovery"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "🔧 Technicals",
-        "items": [
-          {
-            "type": "link",
-            "label": "Architecture",
-            "href": "/docs/technicals-architecture",
-            "docId": "technicals-architecture"
-          },
-          {
-            "type": "link",
-            "label": "User Guidance",
-            "href": "/docs/technicals-user-guidance",
-            "docId": "technicals-user-guidance"
-          },
-          {
-            "type": "link",
-            "label": "Runtime Wrappers",
-            "href": "/docs/technicals-runtime-wrappers",
-            "docId": "technicals-runtime-wrappers"
-          },
-          {
-            "type": "link",
-            "label": "Messaging",
-            "href": "/docs/technicals-messaging",
-            "docId": "technicals-messaging"
-          },
-          {
-            "type": "link",
-            "label": "Configuration",
-            "href": "/docs/technicals-configuration",
-            "docId": "technicals-configuration"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "👪 Community",
-        "items": [
-          {
-            "type": "link",
-            "label": "Get Help",
-            "href": "/docs/community-get-help",
-            "docId": "community-get-help"
-          },
-          {
-            "type": "link",
-            "label": "Contribute",
-            "href": "/docs/community-contribute",
-            "docId": "community-contribute"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      }
-    ],
-    "faq": [
-      {
-        "type": "category",
-        "label": "FAQ",
-        "items": [
-          {
-            "type": "link",
-            "label": "Common Problems",
-            "href": "/docs/faq-common-problems",
-            "docId": "faq-common-problems"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      }
-    ]
-  },
-  "docs": {
-    "community-contribute": {
-      "id": "community-contribute",
-      "title": "Contribute",
-      "description": "Contribute",
-      "sidebar": "documentation"
-    },
-    "community-get-help": {
-      "id": "community-get-help",
-      "title": "Get Help",
-      "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-      "sidebar": "documentation"
-    },
-    "concepts-adapter": {
-      "id": "concepts-adapter",
-      "title": "Data Adapters",
-      "description": "tbd"
-    },
-    "concepts-data-streams": {
-      "id": "concepts-data-streams",
-      "title": "Data Streams",
-      "description": "tbd"
-    },
-    "concepts-glossary": {
-      "id": "concepts-glossary",
-      "title": "Glossary",
-      "description": "tbd"
-    },
-    "concepts-overview": {
-      "id": "concepts-overview",
-      "title": "StreamPipes Concepts",
-      "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-      "sidebar": "documentation"
-    },
-    "concepts-pipelines": {
-      "id": "concepts-pipelines",
-      "title": "Pipelines",
-      "description": "tbd"
-    },
-    "debugging-debugging": {
-      "id": "debugging-debugging",
-      "title": "Debugging",
-      "description": "tbd"
-    },
-    "debugging-monitoring": {
-      "id": "debugging-monitoring",
-      "title": "Monitoring",
-      "description": "tbd"
-    },
-    "deploy-docker": {
-      "id": "deploy-docker",
-      "title": "Docker Deployment",
-      "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-      "sidebar": "documentation"
-    },
-    "deploy-environment-variables": {
-      "id": "deploy-environment-variables",
-      "title": "deploy-environment-variables",
-      "description": "---"
-    },
-    "deploy-kubernetes": {
-      "id": "deploy-kubernetes",
-      "title": "Kubernetes Deployment",
-      "description": "Prerequisites",
-      "sidebar": "documentation"
-    },
-    "deploy-security": {
-      "id": "deploy-security",
-      "title": "Security",
-      "description": "Overriding default settings",
-      "sidebar": "documentation"
-    },
-    "deploy-use-ssl": {
-      "id": "deploy-use-ssl",
-      "title": "Use SSL",
-      "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-      "sidebar": "documentation"
-    },
-    "dev-guide-archetype": {
-      "id": "dev-guide-archetype",
-      "title": "Start Developing",
-      "description": ""
-    },
-    "dev-guide-introduction": {
-      "id": "dev-guide-introduction",
-      "title": "Introduction",
-      "description": "StreamPipes is an open platform which can be easily extended at runtime by adding new data streams, data processors and data sinks."
-    },
-    "dev-guide-sdk-guide-processors": {
-      "id": "dev-guide-sdk-guide-processors",
-      "title": "SDK Guide: Data Processors",
-      "description": "Project Setup"
-    },
-    "dev-guide-sdk-guide-sinks": {
-      "id": "dev-guide-sdk-guide-sinks",
-      "title": "SDK Guide: Data Sinks",
-      "description": "Project Setup"
-    },
-    "extend-archetypes": {
-      "id": "extend-archetypes",
-      "title": "Maven Archetypes",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-      "sidebar": "documentation"
-    },
-    "extend-cli": {
-      "id": "extend-cli",
-      "title": "StreamPipes CLI",
-      "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-      "sidebar": "documentation"
-    },
-    "extend-first-processor": {
-      "id": "extend-first-processor",
-      "title": "Your first data processor",
-      "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-event-model": {
-      "id": "extend-sdk-event-model",
-      "title": "SDK Guide: Event Model",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-functions": {
-      "id": "extend-sdk-functions",
-      "title": "SDK Guide: Functions",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-migration-service-discovery": {
-      "id": "extend-sdk-migration-service-discovery",
-      "title": "Migration Guide: New Service Discovery in 0.69.0",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-output-strategies": {
-      "id": "extend-sdk-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-static-properties": {
-      "id": "extend-sdk-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-stream-requirements": {
-      "id": "extend-sdk-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-setup": {
-      "id": "extend-setup",
-      "title": "Development Setup",
-      "description": "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.",
-      "sidebar": "documentation"
-    },
-    "extend-tutorial-data-processors": {
-      "id": "extend-tutorial-data-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor.",
-      "sidebar": "documentation"
-    },
-    "extend-tutorial-data-sinks": {
-      "id": "extend-tutorial-data-sinks",
-      "title": "Tutorial: Data Sinks",
-      "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-      "sidebar": "documentation"
-    },
-    "extend-tutorial-data-sources": {
-      "id": "extend-tutorial-data-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-      "sidebar": "documentation"
-    },
-    "faq-common-problems": {
-      "id": "faq-common-problems",
-      "title": "Common Problems",
-      "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-      "sidebar": "faq"
-    },
-    "introduction": {
-      "id": "introduction",
-      "title": "Introduction",
-      "description": "What is StreamPipes?",
-      "sidebar": "documentation"
-    },
-    "license": {
-      "id": "license",
-      "title": "license",
-      "description": "---"
-    },
-    "pe/org.apache.streampipes.connect.adapters.coindesk": {
-      "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-      "title": "Coindesk Bitcoin Price",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.flic.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-      "title": "Flic MQTT",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.gdelt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-      "title": "GDELT",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.news": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-      "title": "IEX Cloud News",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.stocks": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-      "title": "IEX Cloud Stock Quotes",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-      "title": "Image Upload (Set)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-      "title": "Image Upload (Stream)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-      "title": "InfluxDB Set Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-      "title": "InfluxDB Stream Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iss": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iss",
-      "title": "ISS Location",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-      "title": "MySQL Set Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-      "title": "MySql Stream Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-      "title": "NETIO MQTT M2M",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.rest": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-      "title": "NETIO http JSON",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera": {
-      "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-      "title": "NSW Traffic Cameras",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.opcua": {
-      "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-      "title": "OPC UA",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.modbus": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-      "title": "PLC4X MODBUS",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.s7": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-      "title": "PLC4X S7",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ros": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ros",
-      "title": "ROS Bridge",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.machine": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-      "title": "Machine Data Simulator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-      "title": "Random Data Simulator (Set)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-      "title": "Random Data Simulator (Stream)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.slack": {
-      "id": "pe/org.apache.streampipes.connect.adapters.slack",
-      "title": "Slack",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ti": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ti",
-      "title": "TI Sensor Tag",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.edit": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-      "title": "Wikipedia Edits",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.new": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-      "title": "Wikipedia New Articles",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.file": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-      "title": "File Stream",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.http": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-      "title": "HTTP Stream",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.httpserver": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-      "title": "HTTP Server",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.kafka": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-      "title": "Apache Kafka",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-      "title": "MQTT",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.pulsar": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-      "title": "Apache Pulsar",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.flink": {
-      "id": "pe/org.apache.streampipes.processor.geo.flink",
-      "title": "Spatial Grid Enrichment",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.geocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-      "title": "Google Maps Geocoder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-      "title": "Reverse Geocoder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-      "title": "Static Google Maps Geocoder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-      "title": "Image Cropper",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.qrcode": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.count": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-      "title": "Count Aggregation",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.eventcount": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-      "title": "Event Counter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.rate": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.changedetection.jvm.cusum": {
-      "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-      "title": "Cusum",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-      "title": "Math",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-      "title": "Static Math",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-      "title": "Trigonometry Functions",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-      "title": "URL Dereferencing",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.timestamp": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-      "title": "Timestamp Enricher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure": {
-      "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-      "title": "Size Measure",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.compose": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-      "title": "Compose",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.enrich": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-      "title": "Merge Two Streams",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.limit": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-      "title": "Rate Limit",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.merge": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-      "title": "Synchronize Two Streams",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-      "title": "Numerical Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-      "title": "Numerical Text Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.project": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-      "title": "Projection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.textfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-      "title": "Text Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.threshold": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-      "title": "Threshold Detector",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-      "title": "Creates JTS Point",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-      "title": "EPSG Code",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-      "title": "Single Trajectory Creator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-      "title": "Distance Calculator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.speed": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-      "title": "Speed Calculator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-      "title": "Static Distance Calculator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.absence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-      "title": "Absence",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.and": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-      "title": "And",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-      "title": "Sequence",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequency": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequencychange": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.increase": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.sequence": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-      "title": "Sequence Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.stop": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary": {
-      "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-      "title": "Statistics Summary",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.wordcount": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.chunker": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-      "title": "Chunker (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.namefinder": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-      "title": "Name Finder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-      "title": "Part of Speech (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-      "title": "Sentence Detection (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-      "title": "Tokenizer (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-mapper": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-      "title": "Field Mapper",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-      "title": "Boilerplate Removal",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-      "title": "Boolean Counter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-      "title": "Boolean Inverter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-      "title": "Measure Time Between Two Sensors",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-      "title": "Boolean Timer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.changed-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-      "title": "Value Changed",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.count-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-      "title": "Count Array",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-      "title": "CSV Metadata Enricher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.duration-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-      "title": "Calculate Duration",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-      "title": "Signal Edge Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-      "title": "Boolean To State",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-      "title": "State Buffer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-      "title": "State Buffer Labeler",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-      "title": "Number Labeler",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-      "title": "String To State",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-      "title": "Timestamp Extractor",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.split-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-      "title": "String Counter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-      "title": "String Timer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.taskduration": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-      "title": "Task Duration",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-      "title": "Transform to boolean",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.protocol.set.file": {
-      "id": "pe/org.apache.streampipes.protocol.set.file",
-      "title": "File Set",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.protocol.set.http": {
-      "id": "pe/org.apache.streampipes.protocol.set.http",
-      "title": "HTTP Set",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-      "title": "Buffered REST Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.jms": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-      "title": "JMS Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.kafka": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-      "title": "Kafka Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-      "title": "MQTT Publisher",
-      "description": "<!--"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.nats": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-      "title": "NATS Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-      "title": "Pulsar Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-      "title": "REST Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.ditto": {
-      "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-      "title": "Eclipse Ditto",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch": {
-      "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-      "title": "Elasticsearch",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.couchdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-      "title": "CouchDB",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.influxdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-      "title": "InfluxDB",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.iotdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-      "title": "IoTDB",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.mysql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-      "title": "MySQL Database",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.opcua": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-      "title": "OPC-UA",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.postgresql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-      "title": "PostgreSQL",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.dashboard": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-      "title": "Dashboard Sink",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.datalake": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-      "title": "Data Lake",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.notification": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.email": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-      "title": "Email Notification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-      "title": "OneSignal",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.slack": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.telegram": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-      "title": "Telegram Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "privacy": {
-      "id": "privacy",
-      "title": "Datenschutzerklärung",
-      "description": "Verantwortliche Stelle"
-    },
-    "technicals-architecture": {
-      "id": "technicals-architecture",
-      "title": "Architecture",
-      "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-      "sidebar": "documentation"
-    },
-    "technicals-configuration": {
-      "id": "technicals-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works.",
-      "sidebar": "documentation"
-    },
-    "technicals-messaging": {
-      "id": "technicals-messaging",
-      "title": "Messaging",
-      "description": "tbd",
-      "sidebar": "documentation"
-    },
-    "technicals-runtime-wrappers": {
-      "id": "technicals-runtime-wrappers",
-      "title": "Runtime Wrappers",
-      "description": "tbd",
-      "sidebar": "documentation"
-    },
-    "technicals-user-guidance": {
-      "id": "technicals-user-guidance",
-      "title": "User Guidance",
-      "description": "tbd",
-      "sidebar": "documentation"
-    },
-    "try-installation": {
-      "id": "try-installation",
-      "title": "Installation",
-      "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-      "sidebar": "documentation"
-    },
-    "try-tutorial": {
-      "id": "try-tutorial",
-      "title": "Interactive Tutorial",
-      "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox."
-    },
-    "use-configurations": {
-      "id": "use-configurations",
-      "title": "Configurations",
-      "description": "The configuration section is an admin-only interface for system-wide settings.",
-      "sidebar": "documentation"
-    },
-    "use-connect": {
-      "id": "use-connect",
-      "title": "StreamPipes Connect",
-      "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-      "sidebar": "documentation"
-    },
-    "use-dashboard": {
-      "id": "use-dashboard",
-      "title": "Live Dashboard",
-      "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-      "sidebar": "documentation"
-    },
-    "use-data-explorer": {
-      "id": "use-data-explorer",
-      "title": "Data Explorer",
-      "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-      "sidebar": "documentation"
-    },
-    "use-install-pipeline-elements": {
-      "id": "use-install-pipeline-elements",
-      "title": "Install Pipeline Elements",
-      "description": "Install Pipeline Elements",
-      "sidebar": "documentation"
-    },
-    "use-managing-pipelines": {
-      "id": "use-managing-pipelines",
-      "title": "Managing Pipelines",
-      "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-      "sidebar": "documentation"
-    },
-    "use-notifications": {
-      "id": "use-notifications",
-      "title": "Notifications",
-      "description": "The notification module can be used to create internal notifications.",
-      "sidebar": "documentation"
-    },
-    "use-pipeline-editor": {
-      "id": "use-pipeline-editor",
-      "title": "Pipeline Editor",
-      "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-      "sidebar": "documentation"
-    },
-    "user-guide-first-steps": {
-      "id": "user-guide-first-steps",
-      "title": "First steps",
-      "description": "In this section, you'll learn how to create and run pipelines in StreamPipes."
-    },
-    "user-guide-installation": {
-      "id": "user-guide-installation",
-      "title": "Installation",
-      "description": "Prerequisites"
-    },
-    "user-guide-introduction": {
-      "id": "user-guide-introduction",
-      "title": "Apache StreamPipes Documentation",
-      "description": "This is the documentation of Apache StreamPipes.",
-      "sidebar": "documentation"
-    },
-    "user-guide-introduction-old": {
-      "id": "user-guide-introduction-old",
-      "title": "Introduction",
-      "description": "StreamPipes is a framework that enables users to work with data streams."
-    },
-    "user-guide-software-components": {
-      "id": "user-guide-software-components",
-      "title": "Software Components",
-      "description": "This page contains all the software components that can be used within the StreamPipes framework."
-    },
-    "user-guide-tour": {
-      "id": "user-guide-tour",
-      "title": "Tour",
-      "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure."
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json b/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json
deleted file mode 100644
index 5a0d2c1..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json
+++ /dev/null
@@ -1,2253 +0,0 @@
-{
-  "pluginId": "default",
-  "version": "current",
-  "label": "Next",
-  "banner": "unreleased",
-  "badge": true,
-  "noIndex": false,
-  "className": "docs-version-current",
-  "isLast": false,
-  "docsSidebars": {
-    "documentation": [
-      {
-        "type": "category",
-        "label": "🚀 Try StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "Overview",
-            "href": "/docs/next/user-guide-introduction",
-            "docId": "user-guide-introduction"
-          },
-          {
-            "type": "link",
-            "label": "Installation",
-            "href": "/docs/next/try-installation",
-            "docId": "try-installation"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "Concepts",
-        "items": [
-          {
-            "type": "link",
-            "label": "Introduction",
-            "href": "/docs/next/introduction",
-            "docId": "introduction"
-          },
-          {
-            "type": "link",
-            "label": "Overview",
-            "href": "/docs/next/concepts-overview",
-            "docId": "concepts-overview"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "🎓 Use StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "StreamPipes Connect",
-            "href": "/docs/next/use-connect",
-            "docId": "use-connect"
-          },
-          {
-            "type": "link",
-            "label": "Pipeline Editor",
-            "href": "/docs/next/use-pipeline-editor",
-            "docId": "use-pipeline-editor"
-          },
-          {
-            "type": "link",
-            "label": "Managing Pipelines",
-            "href": "/docs/next/use-managing-pipelines",
-            "docId": "use-managing-pipelines"
-          },
-          {
-            "type": "link",
-            "label": "Live Dashboard",
-            "href": "/docs/next/use-dashboard",
-            "docId": "use-dashboard"
-          },
-          {
-            "type": "link",
-            "label": "Data Explorer",
-            "href": "/docs/next/use-data-explorer",
-            "docId": "use-data-explorer"
-          },
-          {
-            "type": "link",
-            "label": "Notifications",
-            "href": "/docs/next/use-notifications",
-            "docId": "use-notifications"
-          },
-          {
-            "type": "link",
-            "label": "Install Pipeline Elements",
-            "href": "/docs/next/use-install-pipeline-elements",
-            "docId": "use-install-pipeline-elements"
-          },
-          {
-            "type": "link",
-            "label": "Configurations",
-            "href": "/docs/next/use-configurations",
-            "docId": "use-configurations"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "📚 Pipeline Elements",
-        "items": [
-          {
-            "type": "category",
-            "label": "Adapters",
-            "items": [
-              {
-                "type": "link",
-                "label": "Apache Kafka",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.kafka"
-              },
-              {
-                "type": "link",
-                "label": "Apache Pulsar",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-              },
-              {
-                "type": "link",
-                "label": "Coindesk Bitcoin Price",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.coindesk",
-                "docId": "pe/org.apache.streampipes.connect.adapters.coindesk"
-              },
-              {
-                "type": "link",
-                "label": "File Stream",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.file",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.file"
-              },
-              {
-                "type": "link",
-                "label": "File Set",
-                "href": "/docs/next/pe/org.apache.streampipes.protocol.set.file",
-                "docId": "pe/org.apache.streampipes.protocol.set.file"
-              },
-              {
-                "type": "link",
-                "label": "Flic MQTT",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-                "docId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-              },
-              {
-                "type": "link",
-                "label": "GDELT",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.gdelt",
-                "docId": "pe/org.apache.streampipes.connect.adapters.gdelt"
-              },
-              {
-                "type": "link",
-                "label": "HTTP Server",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-              },
-              {
-                "type": "link",
-                "label": "HTTP Set",
-                "href": "/docs/next/pe/org.apache.streampipes.protocol.set.http",
-                "docId": "pe/org.apache.streampipes.protocol.set.http"
-              },
-              {
-                "type": "link",
-                "label": "HTTP Stream",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.http",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.http"
-              },
-              {
-                "type": "link",
-                "label": "IEX Cloud News",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.news",
-                "docId": "pe/org.apache.streampipes.connect.adapters.iex.news"
-              },
-              {
-                "type": "link",
-                "label": "IEX Cloud Stock Quotes",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-                "docId": "pe/org.apache.streampipes.connect.adapters.iex.stocks"
-              },
-              {
-                "type": "link",
-                "label": "ISS Location",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.iss",
-                "docId": "pe/org.apache.streampipes.connect.adapters.iss"
-              },
-              {
-                "type": "link",
-                "label": "Image Upload (Set)",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.set",
-                "docId": "pe/org.apache.streampipes.connect.adapters.image.set"
-              },
-              {
-                "type": "link",
-                "label": "Image Upload (Stream)",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.stream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.image.stream"
-              },
-              {
-                "type": "link",
-                "label": "InfluxDB Set Adapter",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-                "docId": "pe/org.apache.streampipes.connect.adapters.influxdb.set"
-              },
-              {
-                "type": "link",
-                "label": "InfluxDB Stream Adapter",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-              },
-              {
-                "type": "link",
-                "label": "MQTT",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-                "docId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-              },
-              {
-                "type": "link",
-                "label": "Machine Data Simulator",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-                "docId": "pe/org.apache.streampipes.connect.adapters.simulator.machine"
-              },
-              {
-                "type": "link",
-                "label": "MySQL Set Adapter",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.set",
-                "docId": "pe/org.apache.streampipes.connect.adapters.mysql.set"
-              },
-              {
-                "type": "link",
-                "label": "MySql Stream Adapter",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.mysql.stream"
-              },
-              {
-                "type": "link",
-                "label": "NETIO MQTT M2M",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-                "docId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-              },
-              {
-                "type": "link",
-                "label": "NETIO http JSON",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.rest",
-                "docId": "pe/org.apache.streampipes.connect.adapters.netio.rest"
-              },
-              {
-                "type": "link",
-                "label": "NSW Traffic Cameras",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-                "docId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              },
-              {
-                "type": "link",
-                "label": "OPC UA",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.opcua",
-                "docId": "pe/org.apache.streampipes.connect.adapters.opcua"
-              },
-              {
-                "type": "link",
-                "label": "PLC4X MODBUS",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-                "docId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-              },
-              {
-                "type": "link",
-                "label": "PLC4X S7",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-                "docId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-              },
-              {
-                "type": "link",
-                "label": "ROS Bridge",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.ros",
-                "docId": "pe/org.apache.streampipes.connect.adapters.ros"
-              },
-              {
-                "type": "link",
-                "label": "Random Data Simulator (Set)",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-                "docId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              },
-              {
-                "type": "link",
-                "label": "Random Data Simulator (Stream)",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-                "docId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              },
-              {
-                "type": "link",
-                "label": "Slack",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.slack",
-                "docId": "pe/org.apache.streampipes.connect.adapters.slack"
-              },
-              {
-                "type": "link",
-                "label": "TI Sensor Tag",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.ti",
-                "docId": "pe/org.apache.streampipes.connect.adapters.ti"
-              },
-              {
-                "type": "link",
-                "label": "Wikipedia Edits",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-                "docId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-              },
-              {
-                "type": "link",
-                "label": "Wikipedia New Articles",
-                "href": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-                "docId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-              }
-            ],
-            "collapsed": true,
-            "collapsible": true
-          },
-          {
-            "type": "category",
-            "label": "Data Processors",
-            "items": [
-              {
-                "type": "link",
-                "label": "Absence",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-              },
-              {
-                "type": "link",
-                "label": "Aggregation",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-              },
-              {
-                "type": "link",
-                "label": "And",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-              },
-              {
-                "type": "link",
-                "label": "Boilerplate Removal",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              },
-              {
-                "type": "link",
-                "label": "Boolean Counter",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              },
-              {
-                "type": "link",
-                "label": "Boolean Inverter",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              },
-              {
-                "type": "link",
-                "label": "Boolean Timer",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              },
-              {
-                "type": "link",
-                "label": "Boolean To State",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              },
-              {
-                "type": "link",
-                "label": "CSV Metadata Enricher",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              },
-              {
-                "type": "link",
-                "label": "Calculate Duration",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-              },
-              {
-                "type": "link",
-                "label": "Chunker (English)",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-              },
-              {
-                "type": "link",
-                "label": "Compose",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.compose",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.compose"
-              },
-              {
-                "type": "link",
-                "label": "Count Aggregation",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.count",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.count"
-              },
-              {
-                "type": "link",
-                "label": "Count Array",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-              },
-              {
-                "type": "link",
-                "label": "Creates JTS Point",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              },
-              {
-                "type": "link",
-                "label": "Cusum",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-                "docId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-              },
-              {
-                "type": "link",
-                "label": "Distance Calculator",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              },
-              {
-                "type": "link",
-                "label": "EPSG Code",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              },
-              {
-                "type": "link",
-                "label": "Event Counter",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-              },
-              {
-                "type": "link",
-                "label": "Event Rate",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-                "docId": "pe/org.apache.streampipes.processors.aggregation.flink.rate"
-              },
-              {
-                "type": "link",
-                "label": "Field Converter",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-              },
-              {
-                "type": "link",
-                "label": "Field Hasher",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              },
-              {
-                "type": "link",
-                "label": "Field Mapper",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-              },
-              {
-                "type": "link",
-                "label": "Field Renamer",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-              },
-              {
-                "type": "link",
-                "label": "Frequency Calculation",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequency",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.frequency"
-              },
-              {
-                "type": "link",
-                "label": "Frequency Change",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.frequencychange"
-              },
-              {
-                "type": "link",
-                "label": "Generic Image Classification",
-                "href": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              },
-              {
-                "type": "link",
-                "label": "Google Maps Geocoder",
-                "href": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-                "docId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-              },
-              {
-                "type": "link",
-                "label": "Image Cropper",
-                "href": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              },
-              {
-                "type": "link",
-                "label": "Image Enricher",
-                "href": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              },
-              {
-                "type": "link",
-                "label": "Language Detection",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-                "docId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-              },
-              {
-                "type": "link",
-                "label": "Language Detection",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              },
-              {
-                "type": "link",
-                "label": "Math",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              },
-              {
-                "type": "link",
-                "label": "Measure Time Between Two Sensors",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              },
-              {
-                "type": "link",
-                "label": "Measurement Unit Converter",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              },
-              {
-                "type": "link",
-                "label": "Merge Two Streams",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.enrich"
-              },
-              {
-                "type": "link",
-                "label": "Name Finder",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-              },
-              {
-                "type": "link",
-                "label": "Number Labeler",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              },
-              {
-                "type": "link",
-                "label": "Numerical Filter",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              },
-              {
-                "type": "link",
-                "label": "Numerical Filter (Siddhi)",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-              },
-              {
-                "type": "link",
-                "label": "Numerical Text Filter",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              },
-              {
-                "type": "link",
-                "label": "Part of Speech (English)",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              },
-              {
-                "type": "link",
-                "label": "Peak Detection",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              },
-              {
-                "type": "link",
-                "label": "Projection",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.project",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.project"
-              },
-              {
-                "type": "link",
-                "label": "QR Code Reader",
-                "href": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-                "docId": "pe/org.apache.streampipes.processor.imageclassification.qrcode"
-              },
-              {
-                "type": "link",
-                "label": "Rate Limit",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.limit",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.limit"
-              },
-              {
-                "type": "link",
-                "label": "Reverse Geocoder",
-                "href": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-                "docId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              },
-              {
-                "type": "link",
-                "label": "Sentence Detection (English)",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              },
-              {
-                "type": "link",
-                "label": "Sequence",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-                "docId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              },
-              {
-                "type": "link",
-                "label": "Sequence Detection",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.siddhi.sequence",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.sequence"
-              },
-              {
-                "type": "link",
-                "label": "Signal Edge Filter",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              },
-              {
-                "type": "link",
-                "label": "Single Trajectory Creator",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              },
-              {
-                "type": "link",
-                "label": "Size Measure",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-                "docId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              },
-              {
-                "type": "link",
-                "label": "Spatial Grid Enrichment",
-                "href": "/docs/next/pe/org.apache.streampipes.processor.geo.flink",
-                "docId": "pe/org.apache.streampipes.processor.geo.flink"
-              },
-              {
-                "type": "link",
-                "label": "Speed Calculator",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-              },
-              {
-                "type": "link",
-                "label": "Split Array",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-              },
-              {
-                "type": "link",
-                "label": "State Buffer",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              },
-              {
-                "type": "link",
-                "label": "State Buffer Labeler",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              },
-              {
-                "type": "link",
-                "label": "Static Distance Calculator",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-                "docId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              },
-              {
-                "type": "link",
-                "label": "Static Google Maps Geocoder",
-                "href": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-                "docId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              },
-              {
-                "type": "link",
-                "label": "Static Math",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              },
-              {
-                "type": "link",
-                "label": "Statistics Summary",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-                "docId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              },
-              {
-                "type": "link",
-                "label": "Stream Stop Detection",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.siddhi.stop",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.stop"
-              },
-              {
-                "type": "link",
-                "label": "String Counter",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              },
-              {
-                "type": "link",
-                "label": "String Timer",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              },
-              {
-                "type": "link",
-                "label": "String To State",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              },
-              {
-                "type": "link",
-                "label": "Synchronize Two Streams",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.merge",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.merge"
-              },
-              {
-                "type": "link",
-                "label": "Task Duration",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-              },
-              {
-                "type": "link",
-                "label": "Text Filter",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-              },
-              {
-                "type": "link",
-                "label": "Threshold Detector",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-                "docId": "pe/org.apache.streampipes.processors.filters.jvm.threshold"
-              },
-              {
-                "type": "link",
-                "label": "Timestamp Enricher",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-              },
-              {
-                "type": "link",
-                "label": "Timestamp Extractor",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              },
-              {
-                "type": "link",
-                "label": "Tokenizer (English)",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-                "docId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              },
-              {
-                "type": "link",
-                "label": "Transform to boolean",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              },
-              {
-                "type": "link",
-                "label": "Trend",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.siddhi.increase",
-                "docId": "pe/org.apache.streampipes.processors.siddhi.increase"
-              },
-              {
-                "type": "link",
-                "label": "Trigonometry Functions",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              },
-              {
-                "type": "link",
-                "label": "URL Dereferencing",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-                "docId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              },
-              {
-                "type": "link",
-                "label": "Value Changed",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-                "docId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-              },
-              {
-                "type": "link",
-                "label": "Word Count",
-                "href": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-                "docId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-              }
-            ],
-            "collapsed": true,
-            "collapsible": true
-          },
-          {
-            "type": "category",
-            "label": "Data Sinks",
-            "items": [
-              {
-                "type": "link",
-                "label": "Buffered REST Publisher",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              },
-              {
-                "type": "link",
-                "label": "CouchDB",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-              },
-              {
-                "type": "link",
-                "label": "Dashboard Sink",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-                "docId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-              },
-              {
-                "type": "link",
-                "label": "Data Lake",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-                "docId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-              },
-              {
-                "type": "link",
-                "label": "Eclipse Ditto",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.databases.ditto",
-                "docId": "pe/org.apache.streampipes.sinks.databases.ditto"
-              },
-              {
-                "type": "link",
-                "label": "Elasticsearch",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-                "docId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              },
-              {
-                "type": "link",
-                "label": "Email Notification",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.email"
-              },
-              {
-                "type": "link",
-                "label": "InfluxDB",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-              },
-              {
-                "type": "link",
-                "label": "IoTDB",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-              },
-              {
-                "type": "link",
-                "label": "JMS Publisher",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-              },
-              {
-                "type": "link",
-                "label": "Kafka Publisher",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-              },
-              {
-                "type": "link",
-                "label": "MySQL Database",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-              },
-              {
-                "type": "link",
-                "label": "NATS Publisher",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-              },
-              {
-                "type": "link",
-                "label": "Notification",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-                "docId": "pe/org.apache.streampipes.sinks.internal.jvm.notification"
-              },
-              {
-                "type": "link",
-                "label": "OPC-UA",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-              },
-              {
-                "type": "link",
-                "label": "OneSignal",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              },
-              {
-                "type": "link",
-                "label": "PostgreSQL",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-                "docId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-              },
-              {
-                "type": "link",
-                "label": "Pulsar Publisher",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              },
-              {
-                "type": "link",
-                "label": "REST Publisher",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-              },
-              {
-                "type": "link",
-                "label": "RabbitMQ Publisher",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-                "docId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              },
-              {
-                "type": "link",
-                "label": "Slack Notification",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-              },
-              {
-                "type": "link",
-                "label": "Telegram Publisher",
-                "href": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-                "docId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-              }
-            ],
-            "collapsed": true,
-            "collapsible": true
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "⚡ Deploy StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "Docker Deployment",
-            "href": "/docs/next/deploy-docker",
-            "docId": "deploy-docker"
-          },
-          {
-            "type": "link",
-            "label": "Kubernetes Deployment",
-            "href": "/docs/next/deploy-kubernetes",
-            "docId": "deploy-kubernetes"
-          },
-          {
-            "type": "link",
-            "label": "Use SSL",
-            "href": "/docs/next/deploy-use-ssl",
-            "docId": "deploy-use-ssl"
-          },
-          {
-            "type": "link",
-            "label": "Security",
-            "href": "/docs/next/deploy-security",
-            "docId": "deploy-security"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "💻 Extend StreamPipes",
-        "items": [
-          {
-            "type": "link",
-            "label": "Development Setup",
-            "href": "/docs/next/extend-setup",
-            "docId": "extend-setup"
-          },
-          {
-            "type": "link",
-            "label": "StreamPipes CLI",
-            "href": "/docs/next/extend-cli",
-            "docId": "extend-cli"
-          },
-          {
-            "type": "link",
-            "label": "Maven Archetypes",
-            "href": "/docs/next/extend-archetypes",
-            "docId": "extend-archetypes"
-          },
-          {
-            "type": "link",
-            "label": "Your first data processor",
-            "href": "/docs/next/extend-first-processor",
-            "docId": "extend-first-processor"
-          },
-          {
-            "type": "link",
-            "label": "Tutorial: Data Sources",
-            "href": "/docs/next/extend-tutorial-data-sources",
-            "docId": "extend-tutorial-data-sources"
-          },
-          {
-            "type": "link",
-            "label": "Tutorial: Data Processors",
-            "href": "/docs/next/extend-tutorial-data-processors",
-            "docId": "extend-tutorial-data-processors"
-          },
-          {
-            "type": "link",
-            "label": "Tutorial: Data Sinks",
-            "href": "/docs/next/extend-tutorial-data-sinks",
-            "docId": "extend-tutorial-data-sinks"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Functions",
-            "href": "/docs/next/extend-sdk-functions",
-            "docId": "extend-sdk-functions"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Event Model",
-            "href": "/docs/next/extend-sdk-event-model",
-            "docId": "extend-sdk-event-model"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Stream Requirements",
-            "href": "/docs/next/extend-sdk-stream-requirements",
-            "docId": "extend-sdk-stream-requirements"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Static Properties",
-            "href": "/docs/next/extend-sdk-static-properties",
-            "docId": "extend-sdk-static-properties"
-          },
-          {
-            "type": "link",
-            "label": "SDK: Output Strategies",
-            "href": "/docs/next/extend-sdk-output-strategies",
-            "docId": "extend-sdk-output-strategies"
-          },
-          {
-            "type": "link",
-            "label": "Migration Guide: 0.69.0",
-            "href": "/docs/next/extend-sdk-migration-service-discovery",
-            "docId": "extend-sdk-migration-service-discovery"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "🔧 Technicals",
-        "items": [
-          {
-            "type": "link",
-            "label": "Architecture",
-            "href": "/docs/next/technicals-architecture",
-            "docId": "technicals-architecture"
-          },
-          {
-            "type": "link",
-            "label": "User Guidance",
-            "href": "/docs/next/technicals-user-guidance",
-            "docId": "technicals-user-guidance"
-          },
-          {
-            "type": "link",
-            "label": "Runtime Wrappers",
-            "href": "/docs/next/technicals-runtime-wrappers",
-            "docId": "technicals-runtime-wrappers"
-          },
-          {
-            "type": "link",
-            "label": "Messaging",
-            "href": "/docs/next/technicals-messaging",
-            "docId": "technicals-messaging"
-          },
-          {
-            "type": "link",
-            "label": "Configuration",
-            "href": "/docs/next/technicals-configuration",
-            "docId": "technicals-configuration"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      },
-      {
-        "type": "category",
-        "label": "👪 Community",
-        "items": [
-          {
-            "type": "link",
-            "label": "Get Help",
-            "href": "/docs/next/community-get-help",
-            "docId": "community-get-help"
-          },
-          {
-            "type": "link",
-            "label": "Contribute",
-            "href": "/docs/next/community-contribute",
-            "docId": "community-contribute"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      }
-    ],
-    "faq": [
-      {
-        "type": "category",
-        "label": "FAQ",
-        "items": [
-          {
-            "type": "link",
-            "label": "Common Problems",
-            "href": "/docs/next/faq-common-problems",
-            "docId": "faq-common-problems"
-          }
-        ],
-        "collapsed": true,
-        "collapsible": true
-      }
-    ]
-  },
-  "docs": {
-    "community-contribute": {
-      "id": "community-contribute",
-      "title": "Contribute",
-      "description": "Contribute",
-      "sidebar": "documentation"
-    },
-    "community-get-help": {
-      "id": "community-get-help",
-      "title": "Get Help",
-      "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-      "sidebar": "documentation"
-    },
-    "concepts-adapter": {
-      "id": "concepts-adapter",
-      "title": "Data Adapters",
-      "description": "tbd"
-    },
-    "concepts-data-streams": {
-      "id": "concepts-data-streams",
-      "title": "Data Streams",
-      "description": "tbd"
-    },
-    "concepts-glossary": {
-      "id": "concepts-glossary",
-      "title": "Glossary",
-      "description": "tbd"
-    },
-    "concepts-overview": {
-      "id": "concepts-overview",
-      "title": "StreamPipes Concepts",
-      "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-      "sidebar": "documentation"
-    },
-    "concepts-pipelines": {
-      "id": "concepts-pipelines",
-      "title": "Pipelines",
-      "description": "tbd"
-    },
-    "debugging-debugging": {
-      "id": "debugging-debugging",
-      "title": "Debugging",
-      "description": "tbd"
-    },
-    "debugging-monitoring": {
-      "id": "debugging-monitoring",
-      "title": "Monitoring",
-      "description": "tbd"
-    },
-    "deploy-docker": {
-      "id": "deploy-docker",
-      "title": "Docker Deployment",
-      "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-      "sidebar": "documentation"
-    },
-    "deploy-environment-variables": {
-      "id": "deploy-environment-variables",
-      "title": "deploy-environment-variables",
-      "description": "---"
-    },
-    "deploy-kubernetes": {
-      "id": "deploy-kubernetes",
-      "title": "Kubernetes Deployment",
-      "description": "Prerequisites",
-      "sidebar": "documentation"
-    },
-    "deploy-security": {
-      "id": "deploy-security",
-      "title": "Security",
-      "description": "Overriding default settings",
-      "sidebar": "documentation"
-    },
-    "deploy-use-ssl": {
-      "id": "deploy-use-ssl",
-      "title": "Use SSL",
-      "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-      "sidebar": "documentation"
-    },
-    "extend-archetypes": {
-      "id": "extend-archetypes",
-      "title": "Maven Archetypes",
-      "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-      "sidebar": "documentation"
-    },
-    "extend-cli": {
-      "id": "extend-cli",
-      "title": "StreamPipes CLI",
-      "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-      "sidebar": "documentation"
-    },
-    "extend-first-processor": {
-      "id": "extend-first-processor",
-      "title": "Your first data processor",
-      "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-event-model": {
-      "id": "extend-sdk-event-model",
-      "title": "SDK Guide: Event Model",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-functions": {
-      "id": "extend-sdk-functions",
-      "title": "SDK Guide: Functions",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-migration-service-discovery": {
-      "id": "extend-sdk-migration-service-discovery",
-      "title": "Migration Guide: New Service Discovery in 0.69.0",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-output-strategies": {
-      "id": "extend-sdk-output-strategies",
-      "title": "SDK Guide: Output Strategies",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-static-properties": {
-      "id": "extend-sdk-static-properties",
-      "title": "SDK Guide: Static Properties",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-sdk-stream-requirements": {
-      "id": "extend-sdk-stream-requirements",
-      "title": "SDK Guide: Stream Requirements",
-      "description": "Introduction",
-      "sidebar": "documentation"
-    },
-    "extend-setup": {
-      "id": "extend-setup",
-      "title": "Development Setup",
-      "description": "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.",
-      "sidebar": "documentation"
-    },
-    "extend-tutorial-data-processors": {
-      "id": "extend-tutorial-data-processors",
-      "title": "Tutorial: Data Processors",
-      "description": "In this tutorial, we will add a new data processor.",
-      "sidebar": "documentation"
-    },
-    "extend-tutorial-data-sinks": {
-      "id": "extend-tutorial-data-sinks",
-      "title": "Tutorial: Data Sinks",
-      "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-      "sidebar": "documentation"
-    },
-    "extend-tutorial-data-sources": {
-      "id": "extend-tutorial-data-sources",
-      "title": "Tutorial: Data Sources",
-      "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-      "sidebar": "documentation"
-    },
-    "faq-common-problems": {
-      "id": "faq-common-problems",
-      "title": "Common Problems",
-      "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-      "sidebar": "faq"
-    },
-    "introduction": {
-      "id": "introduction",
-      "title": "Introduction",
-      "description": "What is StreamPipes?",
-      "sidebar": "documentation"
-    },
-    "license": {
-      "id": "license",
-      "title": "license",
-      "description": "---"
-    },
-    "pe/org.apache.streampipes.connect.adapters.coindesk": {
-      "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-      "title": "Coindesk Bitcoin Price",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.flic.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-      "title": "Flic MQTT",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.gdelt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-      "title": "GDELT",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.news": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-      "title": "IEX Cloud News",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iex.stocks": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-      "title": "IEX Cloud Stock Quotes",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-      "title": "Image Upload (Set)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.image.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-      "title": "Image Upload (Stream)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-      "title": "InfluxDB Set Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.influxdb.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-      "title": "InfluxDB Stream Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.iss": {
-      "id": "pe/org.apache.streampipes.connect.adapters.iss",
-      "title": "ISS Location",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.set": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-      "title": "MySQL Set Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.mysql.stream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-      "title": "MySql Stream Adapter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-      "title": "NETIO MQTT M2M",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.netio.rest": {
-      "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-      "title": "NETIO http JSON",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera": {
-      "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-      "title": "NSW Traffic Cameras",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.opcua": {
-      "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-      "title": "OPC UA",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.modbus": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-      "title": "PLC4X MODBUS",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.plc4x.s7": {
-      "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-      "title": "PLC4X S7",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ros": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ros",
-      "title": "ROS Bridge",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.machine": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-      "title": "Machine Data Simulator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-      "title": "Random Data Simulator (Set)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream": {
-      "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-      "title": "Random Data Simulator (Stream)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.slack": {
-      "id": "pe/org.apache.streampipes.connect.adapters.slack",
-      "title": "Slack",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.ti": {
-      "id": "pe/org.apache.streampipes.connect.adapters.ti",
-      "title": "TI Sensor Tag",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.edit": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-      "title": "Wikipedia Edits",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.adapters.wikipedia.new": {
-      "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-      "title": "Wikipedia New Articles",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.file": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-      "title": "File Stream",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.http": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-      "title": "HTTP Stream",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.httpserver": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-      "title": "HTTP Server",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.kafka": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-      "title": "Apache Kafka",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.mqtt": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-      "title": "MQTT",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.connect.protocol.stream.pulsar": {
-      "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-      "title": "Apache Pulsar",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.flink": {
-      "id": "pe/org.apache.streampipes.processor.geo.flink",
-      "title": "Spatial Grid Enrichment",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.geocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-      "title": "Google Maps Geocoder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-      "title": "Reverse Geocoder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding": {
-      "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-      "title": "Static Google Maps Geocoder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-      "title": "Generic Image Classification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-      "title": "Image Cropper",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-      "title": "Image Enricher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processor.imageclassification.qrcode": {
-      "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-      "title": "QR Code Reader",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.aggregation": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-      "title": "Aggregation",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.count": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-      "title": "Count Aggregation",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.eventcount": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-      "title": "Event Counter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.aggregation.flink.rate": {
-      "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-      "title": "Event Rate",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.changedetection.jvm.cusum": {
-      "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-      "title": "Cusum",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-      "title": "Math",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-      "title": "Static Math",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-      "title": "Trigonometry Functions",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-      "title": "URL Dereferencing",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.flink.timestamp": {
-      "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-      "title": "Timestamp Enricher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure": {
-      "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-      "title": "Size Measure",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.compose": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-      "title": "Compose",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.enrich": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-      "title": "Merge Two Streams",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.limit": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-      "title": "Rate Limit",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.merge": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-      "title": "Synchronize Two Streams",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-      "title": "Numerical Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-      "title": "Numerical Text Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.project": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-      "title": "Projection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.textfilter": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-      "title": "Text Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.filters.jvm.threshold": {
-      "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-      "title": "Threshold Detector",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-      "title": "Creates JTS Point",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-      "title": "EPSG Code",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-      "title": "Single Trajectory Creator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-      "title": "Distance Calculator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.speed": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-      "title": "Speed Calculator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator": {
-      "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-      "title": "Static Distance Calculator",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.absence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-      "title": "Absence",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.and": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-      "title": "And",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-      "title": "Peak Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence": {
-      "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-      "title": "Sequence",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequency": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-      "title": "Frequency Calculation",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.frequencychange": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-      "title": "Frequency Change",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.increase": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-      "title": "Trend",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.numericalfilter": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-      "title": "Numerical Filter (Siddhi)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.sequence": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-      "title": "Sequence Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.siddhi.stop": {
-      "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-      "title": "Stream Stop Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary": {
-      "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-      "title": "Statistics Summary",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.flink.wordcount": {
-      "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-      "title": "Word Count",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.chunker": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-      "title": "Chunker (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-      "title": "Language Detection",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.namefinder": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-      "title": "Name Finder",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-      "title": "Part of Speech (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-      "title": "Sentence Detection (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer": {
-      "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-      "title": "Tokenizer (English)",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-      "title": "Field Converter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-mapper": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-      "title": "Field Mapper",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.field-renamer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-      "title": "Field Renamer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-      "title": "Field Hasher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-      "title": "Measurement Unit Converter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate": {
-      "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-      "title": "Boilerplate Removal",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-      "title": "Boolean Counter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-      "title": "Boolean Inverter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-      "title": "Measure Time Between Two Sensors",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-      "title": "Boolean Timer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.changed-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-      "title": "Value Changed",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.count-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-      "title": "Count Array",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-      "title": "CSV Metadata Enricher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.duration-value": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-      "title": "Calculate Duration",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-      "title": "Signal Edge Filter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-      "title": "Boolean To State",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-      "title": "State Buffer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-      "title": "State Buffer Labeler",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-      "title": "Number Labeler",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-      "title": "String To State",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-      "title": "Timestamp Extractor",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.split-array": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-      "title": "Split Array",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-      "title": "String Counter",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-      "title": "String Timer",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.taskduration": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-      "title": "Task Duration",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean": {
-      "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-      "title": "Transform to boolean",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.protocol.set.file": {
-      "id": "pe/org.apache.streampipes.protocol.set.file",
-      "title": "File Set",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.protocol.set.http": {
-      "id": "pe/org.apache.streampipes.protocol.set.http",
-      "title": "HTTP Set",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-      "title": "Buffered REST Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.jms": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-      "title": "JMS Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.kafka": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-      "title": "Kafka Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.nats": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-      "title": "NATS Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-      "title": "Pulsar Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-      "title": "RabbitMQ Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.brokers.jvm.rest": {
-      "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-      "title": "REST Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.ditto": {
-      "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-      "title": "Eclipse Ditto",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch": {
-      "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-      "title": "Elasticsearch",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.couchdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-      "title": "CouchDB",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.influxdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-      "title": "InfluxDB",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.iotdb": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-      "title": "IoTDB",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.mysql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-      "title": "MySQL Database",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.opcua": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-      "title": "OPC-UA",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.databases.jvm.postgresql": {
-      "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-      "title": "PostgreSQL",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.dashboard": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-      "title": "Dashboard Sink",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.datalake": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-      "title": "Data Lake",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.internal.jvm.notification": {
-      "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-      "title": "Notification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.email": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-      "title": "Email Notification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-      "title": "OneSignal",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.slack": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-      "title": "Slack Notification",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "pe/org.apache.streampipes.sinks.notifications.jvm.telegram": {
-      "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-      "title": "Telegram Publisher",
-      "description": "<!--",
-      "sidebar": "documentation"
-    },
-    "privacy": {
-      "id": "privacy",
-      "title": "Datenschutzerklärung",
-      "description": "Verantwortliche Stelle"
-    },
-    "technicals-architecture": {
-      "id": "technicals-architecture",
-      "title": "Architecture",
-      "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-      "sidebar": "documentation"
-    },
-    "technicals-configuration": {
-      "id": "technicals-configuration",
-      "title": "Configuration",
-      "description": "On this page we explain how the StreamPipes configuration works.",
-      "sidebar": "documentation"
-    },
-    "technicals-messaging": {
-      "id": "technicals-messaging",
-      "title": "Messaging",
-      "description": "tbd",
-      "sidebar": "documentation"
-    },
-    "technicals-runtime-wrappers": {
-      "id": "technicals-runtime-wrappers",
-      "title": "Runtime Wrappers",
-      "description": "tbd",
-      "sidebar": "documentation"
-    },
-    "technicals-user-guidance": {
-      "id": "technicals-user-guidance",
-      "title": "User Guidance",
-      "description": "tbd",
-      "sidebar": "documentation"
-    },
-    "try-installation": {
-      "id": "try-installation",
-      "title": "Installation",
-      "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-      "sidebar": "documentation"
-    },
-    "try-tutorial": {
-      "id": "try-tutorial",
-      "title": "Interactive Tutorial",
-      "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox."
-    },
-    "use-configurations": {
-      "id": "use-configurations",
-      "title": "Configurations",
-      "description": "The configuration section is an admin-only interface for system-wide settings.",
-      "sidebar": "documentation"
-    },
-    "use-connect": {
-      "id": "use-connect",
-      "title": "StreamPipes Connect",
-      "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-      "sidebar": "documentation"
-    },
-    "use-dashboard": {
-      "id": "use-dashboard",
-      "title": "Live Dashboard",
-      "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-      "sidebar": "documentation"
-    },
-    "use-data-explorer": {
-      "id": "use-data-explorer",
-      "title": "Data Explorer",
-      "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-      "sidebar": "documentation"
-    },
-    "use-install-pipeline-elements": {
-      "id": "use-install-pipeline-elements",
-      "title": "Install Pipeline Elements",
-      "description": "Install Pipeline Elements",
-      "sidebar": "documentation"
-    },
-    "use-managing-pipelines": {
-      "id": "use-managing-pipelines",
-      "title": "Managing Pipelines",
-      "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-      "sidebar": "documentation"
-    },
-    "use-notifications": {
-      "id": "use-notifications",
-      "title": "Notifications",
-      "description": "The notification module can be used to create internal notifications.",
-      "sidebar": "documentation"
-    },
-    "use-pipeline-editor": {
-      "id": "use-pipeline-editor",
-      "title": "Pipeline Editor",
-      "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-      "sidebar": "documentation"
-    },
-    "user-guide-first-steps": {
-      "id": "user-guide-first-steps",
-      "title": "First steps",
-      "description": "In this section, you'll learn how to create and run pipelines in StreamPipes."
-    },
-    "user-guide-installation": {
-      "id": "user-guide-installation",
-      "title": "Installation",
-      "description": "Prerequisites"
-    },
-    "user-guide-introduction": {
-      "id": "user-guide-introduction",
-      "title": "Apache StreamPipes Documentation",
-      "description": "This is the documentation of Apache StreamPipes.",
-      "sidebar": "documentation"
-    },
-    "user-guide-introduction-old": {
-      "id": "user-guide-introduction-old",
-      "title": "Introduction",
-      "description": "StreamPipes is a framework that enables users to work with data streams."
-    },
-    "user-guide-software-components": {
-      "id": "user-guide-software-components",
-      "title": "Software Components",
-      "description": "This page contains all the software components that can be used within the StreamPipes framework."
-    },
-    "user-guide-tour": {
-      "id": "user-guide-tour",
-      "title": "Tour",
-      "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure."
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json b/website-v2/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json
deleted file mode 100644
index b141f71..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "name": "docusaurus-plugin-content-pages",
-  "id": "default"
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json b/website-v2/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json
deleted file mode 100644
index f246b79..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json
+++ /dev/null
@@ -1,32877 +0,0 @@
-{
-  "docusaurus-plugin-content-docs": {
-    "default": {
-      "loadedVersions": [
-        {
-          "versionName": "current",
-          "label": "Next",
-          "banner": "unreleased",
-          "badge": true,
-          "noIndex": false,
-          "className": "docs-version-current",
-          "path": "/docs/next",
-          "tagsPath": "/docs/next/tags",
-          "isLast": false,
-          "sidebarFilePath": "C:\\git\\apache\\incubator-streampipes-website\\website-v2\\sidebars.json",
-          "contentPath": "C:\\git\\apache\\incubator-streampipes-website\\docs",
-          "contentPathLocalized": "C:\\git\\apache\\incubator-streampipes-website\\website-v2\\i18n\\en\\docusaurus-plugin-content-docs\\current",
-          "docs": [
-            {
-              "unversionedId": "community-contribute",
-              "id": "community-contribute",
-              "title": "Contribute",
-              "description": "Contribute",
-              "source": "@site/../docs/09_contribute.md",
-              "sourceDirName": ".",
-              "slug": "/community-contribute",
-              "permalink": "/docs/next/community-contribute",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 9,
-              "frontMatter": {
-                "id": "community-contribute",
-                "title": "Contribute",
-                "sidebar_label": "Contribute"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Get Help",
-                "permalink": "/docs/next/community-get-help"
-              }
-            },
-            {
-              "unversionedId": "community-get-help",
-              "id": "community-get-help",
-              "title": "Get Help",
-              "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-              "source": "@site/../docs/09_get-help.md",
-              "sourceDirName": ".",
-              "slug": "/community-get-help",
-              "permalink": "/docs/next/community-get-help",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 9,
-              "frontMatter": {
-                "id": "community-get-help",
-                "title": "Get Help",
-                "sidebar_label": "Get Help"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Configuration",
-                "permalink": "/docs/next/technicals-configuration"
-              },
-              "next": {
-                "title": "Contribute",
-                "permalink": "/docs/next/community-contribute"
-              }
-            },
-            {
-              "unversionedId": "concepts-adapter",
-              "id": "concepts-adapter",
-              "title": "Data Adapters",
-              "description": "tbd",
-              "source": "@site/../docs/02_concepts-adapter.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-adapter",
-              "permalink": "/docs/next/concepts-adapter",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-adapter",
-                "title": "Data Adapters",
-                "sidebar_label": "Data Adapters"
-              }
-            },
-            {
-              "unversionedId": "concepts-data-streams",
-              "id": "concepts-data-streams",
-              "title": "Data Streams",
-              "description": "tbd",
-              "source": "@site/../docs/02_concepts-data-streams.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-data-streams",
-              "permalink": "/docs/next/concepts-data-streams",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-data-streams",
-                "title": "Data Streams",
-                "sidebar_label": "Data Streams"
-              }
-            },
-            {
-              "unversionedId": "concepts-glossary",
-              "id": "concepts-glossary",
-              "title": "Glossary",
-              "description": "tbd",
-              "source": "@site/../docs/02_concepts-glossary.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-glossary",
-              "permalink": "/docs/next/concepts-glossary",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-glossary",
-                "title": "Glossary",
-                "sidebar_label": "Glossary"
-              }
-            },
-            {
-              "unversionedId": "concepts-overview",
-              "id": "concepts-overview",
-              "title": "StreamPipes Concepts",
-              "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-              "source": "@site/../docs/02_concepts-overview.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-overview",
-              "permalink": "/docs/next/concepts-overview",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-overview",
-                "title": "StreamPipes Concepts",
-                "sidebar_label": "Overview"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Introduction",
-                "permalink": "/docs/next/introduction"
-              },
-              "next": {
-                "title": "StreamPipes Connect",
-                "permalink": "/docs/next/use-connect"
-              }
-            },
-            {
-              "unversionedId": "concepts-pipelines",
-              "id": "concepts-pipelines",
-              "title": "Pipelines",
-              "description": "tbd",
-              "source": "@site/../docs/02_concepts-pipeline.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-pipelines",
-              "permalink": "/docs/next/concepts-pipelines",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-pipelines",
-                "title": "Pipelines",
-                "sidebar_label": "Pipelines"
-              }
-            },
-            {
-              "unversionedId": "debugging-debugging",
-              "id": "debugging-debugging",
-              "title": "Debugging",
-              "description": "tbd",
-              "source": "@site/../docs/08_debugging.md",
-              "sourceDirName": ".",
-              "slug": "/debugging-debugging",
-              "permalink": "/docs/next/debugging-debugging",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 8,
-              "frontMatter": {
-                "id": "debugging-debugging",
-                "title": "Debugging",
-                "sidebar_label": "Debugging"
-              }
-            },
-            {
-              "unversionedId": "debugging-monitoring",
-              "id": "debugging-monitoring",
-              "title": "Monitoring",
-              "description": "tbd",
-              "source": "@site/../docs/08_monitoring.md",
-              "sourceDirName": ".",
-              "slug": "/debugging-monitoring",
-              "permalink": "/docs/next/debugging-monitoring",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 8,
-              "frontMatter": {
-                "id": "debugging-monitoring",
-                "title": "Monitoring",
-                "sidebar_label": "Monitoring"
-              }
-            },
-            {
-              "unversionedId": "deploy-docker",
-              "id": "deploy-docker",
-              "title": "Docker Deployment",
-              "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-              "source": "@site/../docs/05_deploy-docker.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-docker",
-              "permalink": "/docs/next/deploy-docker",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-docker",
-                "title": "Docker Deployment",
-                "sidebar_label": "Docker Deployment"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Telegram Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-              },
-              "next": {
-                "title": "Kubernetes Deployment",
-                "permalink": "/docs/next/deploy-kubernetes"
-              }
-            },
-            {
-              "unversionedId": "deploy-environment-variables",
-              "id": "deploy-environment-variables",
-              "title": "deploy-environment-variables",
-              "description": "---",
-              "source": "@site/../docs/05_deploy-environment-variables.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-environment-variables",
-              "permalink": "/docs/next/deploy-environment-variables",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {}
-            },
-            {
-              "unversionedId": "deploy-kubernetes",
-              "id": "deploy-kubernetes",
-              "title": "Kubernetes Deployment",
-              "description": "Prerequisites",
-              "source": "@site/../docs/05_deploy-kubernetes.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-kubernetes",
-              "permalink": "/docs/next/deploy-kubernetes",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-kubernetes",
-                "title": "Kubernetes Deployment",
-                "sidebar_label": "Kubernetes Deployment"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Docker Deployment",
-                "permalink": "/docs/next/deploy-docker"
-              },
-              "next": {
-                "title": "Use SSL",
-                "permalink": "/docs/next/deploy-use-ssl"
-              }
-            },
-            {
-              "unversionedId": "deploy-security",
-              "id": "deploy-security",
-              "title": "Security",
-              "description": "Overriding default settings",
-              "source": "@site/../docs/05_deploy-security.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-security",
-              "permalink": "/docs/next/deploy-security",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-security",
-                "title": "Security",
-                "sidebar_label": "Security"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Use SSL",
-                "permalink": "/docs/next/deploy-use-ssl"
-              },
-              "next": {
-                "title": "Development Setup",
-                "permalink": "/docs/next/extend-setup"
-              }
-            },
-            {
-              "unversionedId": "deploy-use-ssl",
-              "id": "deploy-use-ssl",
-              "title": "Use SSL",
-              "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-              "source": "@site/../docs/05_deploy-use-ssl.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-use-ssl",
-              "permalink": "/docs/next/deploy-use-ssl",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-use-ssl",
-                "title": "Use SSL",
-                "sidebar_label": "Use SSL"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Kubernetes Deployment",
-                "permalink": "/docs/next/deploy-kubernetes"
-              },
-              "next": {
-                "title": "Security",
-                "permalink": "/docs/next/deploy-security"
-              }
-            },
-            {
-              "unversionedId": "extend-archetypes",
-              "id": "extend-archetypes",
-              "title": "Maven Archetypes",
-              "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-              "source": "@site/../docs/06_extend-archetypes.md",
-              "sourceDirName": ".",
-              "slug": "/extend-archetypes",
-              "permalink": "/docs/next/extend-archetypes",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-archetypes",
-                "title": "Maven Archetypes",
-                "sidebar_label": "Maven Archetypes"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "StreamPipes CLI",
-                "permalink": "/docs/next/extend-cli"
-              },
-              "next": {
-                "title": "Your first data processor",
-                "permalink": "/docs/next/extend-first-processor"
-              }
-            },
-            {
-              "unversionedId": "extend-cli",
-              "id": "extend-cli",
-              "title": "StreamPipes CLI",
-              "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-              "source": "@site/../docs/06_extend-cli.md",
-              "sourceDirName": ".",
-              "slug": "/extend-cli",
-              "permalink": "/docs/next/extend-cli",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-cli",
-                "title": "StreamPipes CLI",
-                "sidebar_label": "StreamPipes CLI"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Development Setup",
-                "permalink": "/docs/next/extend-setup"
-              },
-              "next": {
-                "title": "Maven Archetypes",
-                "permalink": "/docs/next/extend-archetypes"
-              }
-            },
-            {
-              "unversionedId": "extend-first-processor",
-              "id": "extend-first-processor",
-              "title": "Your first data processor",
-              "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-              "source": "@site/../docs/06_extend-first-processor.md",
-              "sourceDirName": ".",
-              "slug": "/extend-first-processor",
-              "permalink": "/docs/next/extend-first-processor",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-first-processor",
-                "title": "Your first data processor",
-                "sidebar_label": "Your first data processor"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Maven Archetypes",
-                "permalink": "/docs/next/extend-archetypes"
-              },
-              "next": {
-                "title": "Tutorial: Data Sources",
-                "permalink": "/docs/next/extend-tutorial-data-sources"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-event-model",
-              "id": "extend-sdk-event-model",
-              "title": "SDK Guide: Event Model",
-              "description": "Introduction",
-              "source": "@site/../docs/06_extend-sdk-event-model.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-event-model",
-              "permalink": "/docs/next/extend-sdk-event-model",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-event-model",
-                "title": "SDK Guide: Event Model",
-                "sidebar_label": "SDK: Event Model"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Functions",
-                "permalink": "/docs/next/extend-sdk-functions"
-              },
-              "next": {
-                "title": "SDK: Stream Requirements",
-                "permalink": "/docs/next/extend-sdk-stream-requirements"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-functions",
-              "id": "extend-sdk-functions",
-              "title": "SDK Guide: Functions",
-              "description": "Introduction",
-              "source": "@site/../docs/06_extend-sdk-functions.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-functions",
-              "permalink": "/docs/next/extend-sdk-functions",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-functions",
-                "title": "SDK Guide: Functions",
-                "sidebar_label": "SDK: Functions"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tutorial: Data Sinks",
-                "permalink": "/docs/next/extend-tutorial-data-sinks"
-              },
-              "next": {
-                "title": "SDK: Event Model",
-                "permalink": "/docs/next/extend-sdk-event-model"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-migration-service-discovery",
-              "id": "extend-sdk-migration-service-discovery",
-              "title": "Migration Guide: New Service Discovery in 0.69.0",
-              "description": "Introduction",
-              "source": "@site/../docs/06_extend-sdk-migration-sd.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-migration-service-discovery",
-              "permalink": "/docs/next/extend-sdk-migration-service-discovery",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-migration-service-discovery",
-                "title": "Migration Guide: New Service Discovery in 0.69.0",
-                "sidebar_label": "Migration Guide: 0.69.0"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Output Strategies",
-                "permalink": "/docs/next/extend-sdk-output-strategies"
-              },
-              "next": {
-                "title": "Architecture",
-                "permalink": "/docs/next/technicals-architecture"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-output-strategies",
-              "id": "extend-sdk-output-strategies",
-              "title": "SDK Guide: Output Strategies",
-              "description": "Introduction",
-              "source": "@site/../docs/06_extend-sdk-output-strategies.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-output-strategies",
-              "permalink": "/docs/next/extend-sdk-output-strategies",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-output-strategies",
-                "title": "SDK Guide: Output Strategies",
-                "sidebar_label": "SDK: Output Strategies"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Static Properties",
-                "permalink": "/docs/next/extend-sdk-static-properties"
-              },
-              "next": {
-                "title": "Migration Guide: 0.69.0",
-                "permalink": "/docs/next/extend-sdk-migration-service-discovery"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-static-properties",
-              "id": "extend-sdk-static-properties",
-              "title": "SDK Guide: Static Properties",
-              "description": "Introduction",
-              "source": "@site/../docs/06_extend-sdk-static-properties.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-static-properties",
-              "permalink": "/docs/next/extend-sdk-static-properties",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-static-properties",
-                "title": "SDK Guide: Static Properties",
-                "sidebar_label": "SDK: Static Properties"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Stream Requirements",
-                "permalink": "/docs/next/extend-sdk-stream-requirements"
-              },
-              "next": {
-                "title": "SDK: Output Strategies",
-                "permalink": "/docs/next/extend-sdk-output-strategies"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-stream-requirements",
-              "id": "extend-sdk-stream-requirements",
-              "title": "SDK Guide: Stream Requirements",
-              "description": "Introduction",
-              "source": "@site/../docs/06_extend-sdk-stream-requirements.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-stream-requirements",
-              "permalink": "/docs/next/extend-sdk-stream-requirements",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-stream-requirements",
-                "title": "SDK Guide: Stream Requirements",
-                "sidebar_label": "SDK: Stream Requirements"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Event Model",
-                "permalink": "/docs/next/extend-sdk-event-model"
-              },
-              "next": {
-                "title": "SDK: Static Properties",
-                "permalink": "/docs/next/extend-sdk-static-properties"
-              }
-            },
-            {
-              "unversionedId": "extend-setup",
-              "id": "extend-setup",
-              "title": "Development Setup",
-              "description": "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.",
-              "source": "@site/../docs/06_extend-setup.md",
-              "sourceDirName": ".",
-              "slug": "/extend-setup",
-              "permalink": "/docs/next/extend-setup",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-setup",
-                "title": "Development Setup",
-                "sidebar_label": "Development Setup"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Security",
-                "permalink": "/docs/next/deploy-security"
-              },
-              "next": {
-                "title": "StreamPipes CLI",
-                "permalink": "/docs/next/extend-cli"
-              }
-            },
-            {
-              "unversionedId": "extend-tutorial-data-processors",
-              "id": "extend-tutorial-data-processors",
-              "title": "Tutorial: Data Processors",
-              "description": "In this tutorial, we will add a new data processor.",
-              "source": "@site/../docs/06_extend-tutorial-data-processors.md",
-              "sourceDirName": ".",
-              "slug": "/extend-tutorial-data-processors",
-              "permalink": "/docs/next/extend-tutorial-data-processors",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-tutorial-data-processors",
-                "title": "Tutorial: Data Processors",
-                "sidebar_label": "Tutorial: Data Processors"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tutorial: Data Sources",
-                "permalink": "/docs/next/extend-tutorial-data-sources"
-              },
-              "next": {
-                "title": "Tutorial: Data Sinks",
-                "permalink": "/docs/next/extend-tutorial-data-sinks"
-              }
-            },
-            {
-              "unversionedId": "extend-tutorial-data-sinks",
-              "id": "extend-tutorial-data-sinks",
-              "title": "Tutorial: Data Sinks",
-              "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-              "source": "@site/../docs/06_extend-tutorial-data-sinks.md",
-              "sourceDirName": ".",
-              "slug": "/extend-tutorial-data-sinks",
-              "permalink": "/docs/next/extend-tutorial-data-sinks",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-tutorial-data-sinks",
-                "title": "Tutorial: Data Sinks",
-                "sidebar_label": "Tutorial: Data Sinks"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tutorial: Data Processors",
-                "permalink": "/docs/next/extend-tutorial-data-processors"
-              },
-              "next": {
-                "title": "SDK: Functions",
-                "permalink": "/docs/next/extend-sdk-functions"
-              }
-            },
-            {
-              "unversionedId": "extend-tutorial-data-sources",
-              "id": "extend-tutorial-data-sources",
-              "title": "Tutorial: Data Sources",
-              "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-              "source": "@site/../docs/06_extend-tutorial-data-sources.md",
-              "sourceDirName": ".",
-              "slug": "/extend-tutorial-data-sources",
-              "permalink": "/docs/next/extend-tutorial-data-sources",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-tutorial-data-sources",
-                "title": "Tutorial: Data Sources",
-                "sidebar_label": "Tutorial: Data Sources"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Your first data processor",
-                "permalink": "/docs/next/extend-first-processor"
-              },
-              "next": {
-                "title": "Tutorial: Data Processors",
-                "permalink": "/docs/next/extend-tutorial-data-processors"
-              }
-            },
-            {
-              "unversionedId": "faq-common-problems",
-              "id": "faq-common-problems",
-              "title": "Common Problems",
-              "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-              "source": "@site/../docs/faq-common-problems.md",
-              "sourceDirName": ".",
-              "slug": "/faq-common-problems",
-              "permalink": "/docs/next/faq-common-problems",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "faq-common-problems",
-                "title": "Common Problems",
-                "sidebar_label": "Common Problems"
-              },
-              "sidebar": "faq"
-            },
-            {
-              "unversionedId": "introduction",
-              "id": "introduction",
-              "title": "Introduction",
-              "description": "What is StreamPipes?",
-              "source": "@site/../docs/02_introduction.md",
-              "sourceDirName": ".",
-              "slug": "/introduction",
-              "permalink": "/docs/next/introduction",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "introduction",
-                "title": "Introduction",
-                "sidebar_label": "Introduction"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Installation",
-                "permalink": "/docs/next/try-installation"
-              },
-              "next": {
-                "title": "Overview",
-                "permalink": "/docs/next/concepts-overview"
-              }
-            },
-            {
-              "unversionedId": "license",
-              "id": "license",
-              "title": "license",
-              "description": "---",
-              "source": "@site/../docs/license.md",
-              "sourceDirName": ".",
-              "slug": "/license",
-              "permalink": "/docs/next/license",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {}
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.coindesk",
-              "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-              "title": "Coindesk Bitcoin Price",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.coindesk.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.coindesk",
-                "title": "Coindesk Bitcoin Price",
-                "sidebar_label": "Coindesk Bitcoin Price"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Apache Pulsar",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-              },
-              "next": {
-                "title": "File Stream",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.file"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "title": "Flic MQTT",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.flic.mqtt",
-                "title": "Flic MQTT",
-                "sidebar_label": "Flic MQTT"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "File Set",
-                "permalink": "/docs/next/pe/org.apache.streampipes.protocol.set.file"
-              },
-              "next": {
-                "title": "GDELT",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.gdelt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.gdelt",
-              "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-              "title": "GDELT",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.gdelt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.gdelt",
-                "title": "GDELT",
-                "sidebar_label": "GDELT"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Flic MQTT",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-              },
-              "next": {
-                "title": "HTTP Server",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.news",
-              "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-              "title": "IEX Cloud News",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.iex.news.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.iex.news",
-                "title": "IEX Cloud News",
-                "sidebar_label": "IEX Cloud News"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "HTTP Stream",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.http"
-              },
-              "next": {
-                "title": "IEX Cloud Stock Quotes",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "title": "IEX Cloud Stock Quotes",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.iex.stocks.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.iex.stocks",
-                "title": "IEX Cloud Stock Quotes",
-                "sidebar_label": "IEX Cloud Stock Quotes"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "IEX Cloud News",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.news"
-              },
-              "next": {
-                "title": "ISS Location",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iss"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.set",
-              "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-              "title": "Image Upload (Set)",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.image.set.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.image.set",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.set",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.image.set",
-                "title": "Image Upload (Set)",
-                "sidebar_label": "Image Upload (Set)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "ISS Location",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iss"
-              },
-              "next": {
-                "title": "Image Upload (Stream)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.stream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.stream",
-              "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-              "title": "Image Upload (Stream)",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.image.stream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.image.stream",
-                "title": "Image Upload (Stream)",
-                "sidebar_label": "Image Upload (Stream)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Upload (Set)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.set"
-              },
-              "next": {
-                "title": "InfluxDB Set Adapter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "title": "InfluxDB Set Adapter",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.influxdb.set.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.influxdb.set",
-                "title": "InfluxDB Set Adapter",
-                "sidebar_label": "InfluxDB Set Adapter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Upload (Stream)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.stream"
-              },
-              "next": {
-                "title": "InfluxDB Stream Adapter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "title": "InfluxDB Stream Adapter",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.influxdb.stream",
-                "title": "InfluxDB Stream Adapter",
-                "sidebar_label": "InfluxDB Stream Adapter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "InfluxDB Set Adapter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-              },
-              "next": {
-                "title": "MQTT",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.iss",
-              "id": "pe/org.apache.streampipes.connect.adapters.iss",
-              "title": "ISS Location",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.iss.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.iss",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iss",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.iss",
-                "title": "ISS Location",
-                "sidebar_label": "ISS Location"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "IEX Cloud Stock Quotes",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-              },
-              "next": {
-                "title": "Image Upload (Set)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.set"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "title": "MySQL Set Adapter",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.mysql.set.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.mysql.set",
-                "title": "MySQL Set Adapter",
-                "sidebar_label": "MySQL Set Adapter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Machine Data Simulator",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-              },
-              "next": {
-                "title": "MySql Stream Adapter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "title": "MySql Stream Adapter",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.mysql.stream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.mysql.stream",
-                "title": "MySql Stream Adapter",
-                "sidebar_label": "MySql Stream Adapter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MySQL Set Adapter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.set"
-              },
-              "next": {
-                "title": "NETIO MQTT M2M",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "title": "NETIO MQTT M2M",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.netio.mqtt",
-                "title": "NETIO MQTT M2M",
-                "sidebar_label": "NETIO MQTT M2M"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MySql Stream Adapter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-              },
-              "next": {
-                "title": "NETIO http JSON",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.rest"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "title": "NETIO http JSON",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.netio.rest.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.netio.rest",
-                "title": "NETIO http JSON",
-                "sidebar_label": "NETIO http JSON"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NETIO MQTT M2M",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-              },
-              "next": {
-                "title": "NSW Traffic Cameras",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "title": "NSW Traffic Cameras",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-                "title": "NSW Traffic Cameras",
-                "sidebar_label": "NSW Traffic Cameras"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NETIO http JSON",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.rest"
-              },
-              "next": {
-                "title": "OPC UA",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.opcua"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-              "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-              "title": "OPC UA",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.opcua.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.opcua",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.opcua",
-                "title": "OPC UA",
-                "sidebar_label": "OPC UA"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NSW Traffic Cameras",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              },
-              "next": {
-                "title": "PLC4X MODBUS",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "title": "PLC4X MODBUS",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.plc4x.modbus",
-                "title": "PLC4X MODBUS",
-                "sidebar_label": "PLC4X MODBUS"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "OPC UA",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.opcua"
-              },
-              "next": {
-                "title": "PLC4X S7",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "title": "PLC4X S7",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.plc4x.s7",
-                "title": "PLC4X S7",
-                "sidebar_label": "PLC4X S7"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "PLC4X MODBUS",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-              },
-              "next": {
-                "title": "ROS Bridge",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.ros"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.ros",
-              "id": "pe/org.apache.streampipes.connect.adapters.ros",
-              "title": "ROS Bridge",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.ros.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.ros",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.ros",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.ros",
-                "title": "ROS Bridge",
-                "sidebar_label": "ROS Bridge"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "PLC4X S7",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-              },
-              "next": {
-                "title": "Random Data Simulator (Set)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "title": "Machine Data Simulator",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.simulator.machine.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.simulator.machine",
-                "title": "Machine Data Simulator",
-                "sidebar_label": "Machine Data Simulator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MQTT",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-              },
-              "next": {
-                "title": "MySQL Set Adapter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.set"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "title": "Random Data Simulator (Set)",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.simulator.randomdataset",
-                "title": "Random Data Simulator (Set)",
-                "sidebar_label": "Random Data Simulator (Set)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "ROS Bridge",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.ros"
-              },
-              "next": {
-                "title": "Random Data Simulator (Stream)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "title": "Random Data Simulator (Stream)",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-                "title": "Random Data Simulator (Stream)",
-                "sidebar_label": "Random Data Simulator (Stream)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Random Data Simulator (Set)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              },
-              "next": {
-                "title": "Slack",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.slack"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.slack",
-              "id": "pe/org.apache.streampipes.connect.adapters.slack",
-              "title": "Slack",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.slack.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.slack",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.slack",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.slack",
-                "title": "Slack",
-                "sidebar_label": "Slack"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Random Data Simulator (Stream)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              },
-              "next": {
-                "title": "TI Sensor Tag",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.ti"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.ti",
-              "id": "pe/org.apache.streampipes.connect.adapters.ti",
-              "title": "TI Sensor Tag",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.ti.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.ti",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.ti",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.ti",
-                "title": "TI Sensor Tag",
-                "sidebar_label": "TI Sensor Tag"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Slack",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.slack"
-              },
-              "next": {
-                "title": "Wikipedia Edits",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "title": "Wikipedia Edits",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.wikipedia.edit",
-                "title": "Wikipedia Edits",
-                "sidebar_label": "Wikipedia Edits"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "TI Sensor Tag",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.ti"
-              },
-              "next": {
-                "title": "Wikipedia New Articles",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "title": "Wikipedia New Articles",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.wikipedia.new",
-                "title": "Wikipedia New Articles",
-                "sidebar_label": "Wikipedia New Articles"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Wikipedia Edits",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-              },
-              "next": {
-                "title": "Absence",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.file",
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-              "title": "File Stream",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.file.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.file",
-                "title": "File Stream",
-                "sidebar_label": "File Stream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Coindesk Bitcoin Price",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.coindesk"
-              },
-              "next": {
-                "title": "File Set",
-                "permalink": "/docs/next/pe/org.apache.streampipes.protocol.set.file"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.http",
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-              "title": "HTTP Stream",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.http.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.http",
-                "title": "HTTP Stream",
-                "sidebar_label": "HTTP Stream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "HTTP Set",
-                "permalink": "/docs/next/pe/org.apache.streampipes.protocol.set.http"
-              },
-              "next": {
-                "title": "IEX Cloud News",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.news"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "title": "HTTP Server",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.httpserver",
-                "title": "HTTP Server",
-                "sidebar_label": "HTTP Server"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "GDELT",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.gdelt"
-              },
-              "next": {
-                "title": "HTTP Set",
-                "permalink": "/docs/next/pe/org.apache.streampipes.protocol.set.http"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "title": "Apache Kafka",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.kafka.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.kafka",
-                "title": "Apache Kafka",
-                "sidebar_label": "Apache Kafka"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Configurations",
-                "permalink": "/docs/next/use-configurations"
-              },
-              "next": {
-                "title": "Apache Pulsar",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "title": "MQTT",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.mqtt",
-                "title": "MQTT",
-                "sidebar_label": "MQTT"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "InfluxDB Stream Adapter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-              },
-              "next": {
-                "title": "Machine Data Simulator",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "title": "Apache Pulsar",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.pulsar",
-                "title": "Apache Pulsar",
-                "sidebar_label": "Apache Pulsar"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Apache Kafka",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-              },
-              "next": {
-                "title": "Coindesk Bitcoin Price",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.coindesk"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.flink",
-              "id": "pe/org.apache.streampipes.processor.geo.flink",
-              "title": "Spatial Grid Enrichment",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processor.geo.flink.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.flink",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.flink",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.flink",
-                "title": "Spatial Grid Enrichment",
-                "sidebar_label": "Spatial Grid Enrichment"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Size Measure",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              },
-              "next": {
-                "title": "Speed Calculator",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "title": "Google Maps Geocoder",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-                "title": "Google Maps Geocoder",
-                "sidebar_label": "Google Maps Geocoder"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Generic Image Classification",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              },
-              "next": {
-                "title": "Image Cropper",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "title": "Reverse Geocoder",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-                "title": "Reverse Geocoder",
-                "sidebar_label": "Reverse Geocoder"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Rate Limit",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.limit"
-              },
-              "next": {
-                "title": "Sentence Detection (English)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "title": "Static Google Maps Geocoder",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-                "title": "Static Google Maps Geocoder",
-                "sidebar_label": "Static Google Maps Geocoder"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Static Distance Calculator",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              },
-              "next": {
-                "title": "Static Math",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "title": "Generic Image Classification",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-                "title": "Generic Image Classification",
-                "sidebar_label": "Generic Image Classification"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Frequency Change",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-              },
-              "next": {
-                "title": "Google Maps Geocoder",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "title": "Image Cropper",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-                "title": "Image Cropper",
-                "sidebar_label": "Image Cropper"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Google Maps Geocoder",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-              },
-              "next": {
-                "title": "Image Enricher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "title": "Image Enricher",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-                "title": "Image Enricher",
-                "sidebar_label": "Image Enricher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Cropper",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              },
-              "next": {
-                "title": "Language Detection",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "title": "QR Code Reader",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-                "title": "QR Code Reader",
-                "sidebar_label": "QR Code Reader"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Projection",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.project"
-              },
-              "next": {
-                "title": "Rate Limit",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.limit"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "title": "Aggregation",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-                "title": "Aggregation",
-                "sidebar_label": "Aggregation"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Absence",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-              },
-              "next": {
-                "title": "And",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "title": "Count Aggregation",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.count",
-                "title": "Count Aggregation",
-                "sidebar_label": "Count Aggregation"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Compose",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.compose"
-              },
-              "next": {
-                "title": "Count Array",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "title": "Event Counter",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-                "title": "Event Counter",
-                "sidebar_label": "Event Counter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "EPSG Code",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              },
-              "next": {
-                "title": "Event Rate",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "title": "Event Rate",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-                "title": "Event Rate",
-                "sidebar_label": "Event Rate"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Event Counter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-              },
-              "next": {
-                "title": "Field Converter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "title": "Cusum",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.changedetection.jvm.cusum",
-                "title": "Cusum",
-                "sidebar_label": "Cusum"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Creates JTS Point",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              },
-              "next": {
-                "title": "Distance Calculator",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "title": "Math",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-                "title": "Math",
-                "sidebar_label": "Math"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Language Detection",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              },
-              "next": {
-                "title": "Measure Time Between Two Sensors",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "title": "Static Math",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-                "title": "Static Math",
-                "sidebar_label": "Static Math"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Static Google Maps Geocoder",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              },
-              "next": {
-                "title": "Statistics Summary",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "title": "Trigonometry Functions",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-                "title": "Trigonometry Functions",
-                "sidebar_label": "Trigonometry Functions"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Trend",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.increase"
-              },
-              "next": {
-                "title": "URL Dereferencing",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "title": "URL Dereferencing",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-                "title": "URL Dereferencing",
-                "sidebar_label": "URL Dereferencing"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Trigonometry Functions",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              },
-              "next": {
-                "title": "Value Changed",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "title": "Timestamp Enricher",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-                "title": "Timestamp Enricher",
-                "sidebar_label": "Timestamp Enricher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Threshold Detector",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-              },
-              "next": {
-                "title": "Timestamp Extractor",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "title": "Size Measure",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-                "title": "Size Measure",
-                "sidebar_label": "Size Measure"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Single Trajectory Creator",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              },
-              "next": {
-                "title": "Spatial Grid Enrichment",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.flink"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "title": "Compose",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.compose.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.compose",
-                "title": "Compose",
-                "sidebar_label": "Compose"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Chunker (English)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-              },
-              "next": {
-                "title": "Count Aggregation",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.count"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "title": "Merge Two Streams",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.enrich.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-                "title": "Merge Two Streams",
-                "sidebar_label": "Merge Two Streams"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Measurement Unit Converter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              },
-              "next": {
-                "title": "Name Finder",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "title": "Rate Limit",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.limit.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.limit",
-                "title": "Rate Limit",
-                "sidebar_label": "Rate Limit"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "QR Code Reader",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-              },
-              "next": {
-                "title": "Reverse Geocoder",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "title": "Synchronize Two Streams",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.merge",
-                "title": "Synchronize Two Streams",
-                "sidebar_label": "Synchronize Two Streams"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "String To State",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              },
-              "next": {
-                "title": "Task Duration",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "title": "Numerical Filter",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-                "title": "Numerical Filter",
-                "sidebar_label": "Numerical Filter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Number Labeler",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              },
-              "next": {
-                "title": "Numerical Filter (Siddhi)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "title": "Numerical Text Filter",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-                "title": "Numerical Text Filter",
-                "sidebar_label": "Numerical Text Filter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Numerical Filter (Siddhi)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-              },
-              "next": {
-                "title": "Part of Speech (English)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.project",
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-              "title": "Projection",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.project.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.project",
-                "title": "Projection",
-                "sidebar_label": "Projection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Peak Detection",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              },
-              "next": {
-                "title": "QR Code Reader",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "title": "Text Filter",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-                "title": "Text Filter",
-                "sidebar_label": "Text Filter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Task Duration",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-              },
-              "next": {
-                "title": "Threshold Detector",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "title": "Threshold Detector",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.threshold.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-                "title": "Threshold Detector",
-                "sidebar_label": "Threshold Detector"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Text Filter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-              },
-              "next": {
-                "title": "Timestamp Enricher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "title": "Creates JTS Point",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-                "title": "Creates JTS Point",
-                "sidebar_label": "Creates JTS Point"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Count Array",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-              },
-              "next": {
-                "title": "Cusum",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "title": "EPSG Code",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-                "title": "EPSG Code",
-                "sidebar_label": "EPSG Code"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Distance Calculator",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              },
-              "next": {
-                "title": "Event Counter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "title": "Single Trajectory Creator",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-                "title": "Single Trajectory Creator",
-                "sidebar_label": "Single Trajectory Creator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Signal Edge Filter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              },
-              "next": {
-                "title": "Size Measure",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "title": "Distance Calculator",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-                "title": "Distance Calculator",
-                "sidebar_label": "Distance Calculator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Cusum",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-              },
-              "next": {
-                "title": "EPSG Code",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "title": "Speed Calculator",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.processor.speed",
-                "title": "Speed Calculator",
-                "sidebar_label": "Speed Calculator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Spatial Grid Enrichment",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.flink"
-              },
-              "next": {
-                "title": "Split Array",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "title": "Static Distance Calculator",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-                "title": "Static Distance Calculator",
-                "sidebar_label": "Static Distance Calculator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "State Buffer Labeler",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              },
-              "next": {
-                "title": "Static Google Maps Geocoder",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "title": "Absence",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-                "title": "Absence",
-                "sidebar_label": "Absence"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Wikipedia New Articles",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-              },
-              "next": {
-                "title": "Aggregation",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "title": "And",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-                "title": "And",
-                "sidebar_label": "And"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Aggregation",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-              },
-              "next": {
-                "title": "Boilerplate Removal",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "title": "Peak Detection",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-                "title": "Peak Detection",
-                "sidebar_label": "Peak Detection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Part of Speech (English)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              },
-              "next": {
-                "title": "Projection",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.project"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "title": "Sequence",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-                "title": "Sequence",
-                "sidebar_label": "Sequence"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Sentence Detection (English)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              },
-              "next": {
-                "title": "Sequence Detection",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.sequence"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-              "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-              "title": "Frequency Calculation",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.frequency",
-                "title": "Frequency Calculation",
-                "sidebar_label": "Frequency Calculation"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Renamer",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-              },
-              "next": {
-                "title": "Frequency Change",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "title": "Frequency Change",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-                "title": "Frequency Change",
-                "sidebar_label": "Frequency Change"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Frequency Calculation",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequency"
-              },
-              "next": {
-                "title": "Generic Image Classification",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-              "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-              "title": "Trend",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.siddhi.increase.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.increase",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.increase",
-                "title": "Trend",
-                "sidebar_label": "Trend"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Transform to boolean",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              },
-              "next": {
-                "title": "Trigonometry Functions",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "title": "Numerical Filter (Siddhi)",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-                "title": "Numerical Filter (Siddhi)",
-                "sidebar_label": "Numerical Filter (Siddhi)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Numerical Filter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              },
-              "next": {
-                "title": "Numerical Text Filter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.sequence",
-              "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-              "title": "Sequence Detection",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.siddhi.sequence.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.sequence",
-                "title": "Sequence Detection",
-                "sidebar_label": "Sequence Detection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Sequence",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              },
-              "next": {
-                "title": "Signal Edge Filter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-              "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-              "title": "Stream Stop Detection",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.siddhi.stop.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.stop",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.stop",
-                "title": "Stream Stop Detection",
-                "sidebar_label": "Stream Stop Detection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Statistics Summary",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              },
-              "next": {
-                "title": "String Counter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "title": "Statistics Summary",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.statistics.flink.statistics-summary",
-                "title": "Statistics Summary",
-                "sidebar_label": "Statistics Summary"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Static Math",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              },
-              "next": {
-                "title": "Stream Stop Detection",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.stop"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "title": "Language Detection",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-                "title": "Language Detection",
-                "sidebar_label": "Language Detection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Enricher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              },
-              "next": {
-                "title": "Language Detection",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "title": "Word Count",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-                "title": "Word Count",
-                "sidebar_label": "Word Count"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Value Changed",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-              },
-              "next": {
-                "title": "Buffered REST Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "title": "Chunker (English)",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-                "title": "Chunker (English)",
-                "sidebar_label": "Chunker (English)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Calculate Duration",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-              },
-              "next": {
-                "title": "Compose",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.compose"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "title": "Language Detection",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-                "title": "Language Detection",
-                "sidebar_label": "Language Detection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Language Detection",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-              },
-              "next": {
-                "title": "Math",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "title": "Name Finder",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-                "title": "Name Finder",
-                "sidebar_label": "Name Finder"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Merge Two Streams",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-              },
-              "next": {
-                "title": "Number Labeler",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "title": "Part of Speech (English)",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-                "title": "Part of Speech (English)",
-                "sidebar_label": "Part of Speech (English)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Numerical Text Filter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              },
-              "next": {
-                "title": "Peak Detection",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "title": "Sentence Detection (English)",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-                "title": "Sentence Detection (English)",
-                "sidebar_label": "Sentence Detection (English)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Reverse Geocoder",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              },
-              "next": {
-                "title": "Sequence",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "title": "Tokenizer (English)",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-                "title": "Tokenizer (English)",
-                "sidebar_label": "Tokenizer (English)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Timestamp Extractor",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              },
-              "next": {
-                "title": "Transform to boolean",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "title": "Field Converter",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-                "title": "Field Converter",
-                "sidebar_label": "Field Converter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Event Rate",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-              },
-              "next": {
-                "title": "Field Hasher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "title": "Field Mapper",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-                "title": "Field Mapper",
-                "sidebar_label": "Field Mapper"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Hasher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              },
-              "next": {
-                "title": "Field Renamer",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "title": "Field Renamer",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-                "title": "Field Renamer",
-                "sidebar_label": "Field Renamer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Mapper",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-              },
-              "next": {
-                "title": "Frequency Calculation",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequency"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "title": "Field Hasher",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-                "title": "Field Hasher",
-                "sidebar_label": "Field Hasher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Converter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-              },
-              "next": {
-                "title": "Field Mapper",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "title": "Measurement Unit Converter",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-                "title": "Measurement Unit Converter",
-                "sidebar_label": "Measurement Unit Converter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Measure Time Between Two Sensors",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              },
-              "next": {
-                "title": "Merge Two Streams",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "title": "Boilerplate Removal",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-                "title": "Boilerplate Removal",
-                "sidebar_label": "Boilerplate Removal"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "And",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-              },
-              "next": {
-                "title": "Boolean Counter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "title": "Boolean Counter",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-                "title": "Boolean Counter",
-                "sidebar_label": "Boolean Counter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boilerplate Removal",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              },
-              "next": {
-                "title": "Boolean Inverter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "title": "Boolean Inverter",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-                "title": "Boolean Inverter",
-                "sidebar_label": "Boolean Inverter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean Counter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              },
-              "next": {
-                "title": "Boolean Timer",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "title": "Measure Time Between Two Sensors",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-                "title": "Measure Time Between Two Sensors",
-                "sidebar_label": "Measure Time Between Two Sensors"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Math",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              },
-              "next": {
-                "title": "Measurement Unit Converter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "title": "Boolean Timer",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-                "title": "Boolean Timer",
-                "sidebar_label": "Boolean Timer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean Inverter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              },
-              "next": {
-                "title": "Boolean To State",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "title": "Value Changed",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-                "title": "Value Changed",
-                "sidebar_label": "Value Changed"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "URL Dereferencing",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              },
-              "next": {
-                "title": "Word Count",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "title": "Count Array",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-                "title": "Count Array",
-                "sidebar_label": "Count Array"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Count Aggregation",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.count"
-              },
-              "next": {
-                "title": "Creates JTS Point",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "title": "CSV Metadata Enricher",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-                "title": "CSV Metadata Enricher",
-                "sidebar_label": "CSV Metadata Enricher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean To State",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              },
-              "next": {
-                "title": "Calculate Duration",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "title": "Calculate Duration",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-                "title": "Calculate Duration",
-                "sidebar_label": "Calculate Duration"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "CSV Metadata Enricher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              },
-              "next": {
-                "title": "Chunker (English)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "title": "Signal Edge Filter",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-                "title": "Signal Edge Filter",
-                "sidebar_label": "Signal Edge Filter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Sequence Detection",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.sequence"
-              },
-              "next": {
-                "title": "Single Trajectory Creator",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "title": "Boolean To State",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-                "title": "Boolean To State",
-                "sidebar_label": "Boolean To State"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean Timer",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              },
-              "next": {
-                "title": "CSV Metadata Enricher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "title": "State Buffer",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-                "title": "State Buffer",
-                "sidebar_label": "State Buffer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Split Array",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-              },
-              "next": {
-                "title": "State Buffer Labeler",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "title": "State Buffer Labeler",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-                "title": "State Buffer Labeler",
-                "sidebar_label": "State Buffer Labeler"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "State Buffer",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              },
-              "next": {
-                "title": "Static Distance Calculator",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "title": "Number Labeler",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-                "title": "Number Labeler",
-                "sidebar_label": "Number Labeler"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Name Finder",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-              },
-              "next": {
-                "title": "Numerical Filter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "title": "String To State",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-                "title": "String To State",
-                "sidebar_label": "String To State"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "String Timer",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              },
-              "next": {
-                "title": "Synchronize Two Streams",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.merge"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "title": "Timestamp Extractor",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-                "title": "Timestamp Extractor",
-                "sidebar_label": "Timestamp Extractor"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Timestamp Enricher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-              },
-              "next": {
-                "title": "Tokenizer (English)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "title": "Split Array",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-                "title": "Split Array",
-                "sidebar_label": "Split Array"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Speed Calculator",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-              },
-              "next": {
-                "title": "State Buffer",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "title": "String Counter",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-                "title": "String Counter",
-                "sidebar_label": "String Counter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Stream Stop Detection",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.stop"
-              },
-              "next": {
-                "title": "String Timer",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "title": "String Timer",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-                "title": "String Timer",
-                "sidebar_label": "String Timer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "String Counter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              },
-              "next": {
-                "title": "String To State",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "title": "Task Duration",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-                "title": "Task Duration",
-                "sidebar_label": "Task Duration"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Synchronize Two Streams",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.merge"
-              },
-              "next": {
-                "title": "Text Filter",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "title": "Transform to boolean",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "permalink": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-                "title": "Transform to boolean",
-                "sidebar_label": "Transform to boolean"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tokenizer (English)",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              },
-              "next": {
-                "title": "Trend",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.siddhi.increase"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.protocol.set.file",
-              "id": "pe/org.apache.streampipes.protocol.set.file",
-              "title": "File Set",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.protocol.set.file.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.protocol.set.file",
-              "permalink": "/docs/next/pe/org.apache.streampipes.protocol.set.file",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.protocol.set.file",
-                "title": "File Set",
-                "sidebar_label": "File Set"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "File Stream",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.file"
-              },
-              "next": {
-                "title": "Flic MQTT",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.protocol.set.http",
-              "id": "pe/org.apache.streampipes.protocol.set.http",
-              "title": "HTTP Set",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.protocol.set.http.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.protocol.set.http",
-              "permalink": "/docs/next/pe/org.apache.streampipes.protocol.set.http",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.protocol.set.http",
-                "title": "HTTP Set",
-                "sidebar_label": "HTTP Set"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "HTTP Server",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-              },
-              "next": {
-                "title": "HTTP Stream",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.http"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "title": "Buffered REST Publisher",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-                "title": "Buffered REST Publisher",
-                "sidebar_label": "Buffered REST Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Word Count",
-                "permalink": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-              },
-              "next": {
-                "title": "CouchDB",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "title": "JMS Publisher",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-                "title": "JMS Publisher",
-                "sidebar_label": "JMS Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "IoTDB",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-              },
-              "next": {
-                "title": "Kafka Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "title": "Kafka Publisher",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-                "title": "Kafka Publisher",
-                "sidebar_label": "Kafka Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "JMS Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-              },
-              "next": {
-                "title": "MySQL Database",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "title": "NATS Publisher",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.nats",
-                "title": "NATS Publisher",
-                "sidebar_label": "NATS Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MySQL Database",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-              },
-              "next": {
-                "title": "Notification",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "title": "Pulsar Publisher",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-                "title": "Pulsar Publisher",
-                "sidebar_label": "Pulsar Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "PostgreSQL",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-              },
-              "next": {
-                "title": "REST Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "title": "RabbitMQ Publisher",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-                "title": "RabbitMQ Publisher",
-                "sidebar_label": "RabbitMQ Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "REST Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-              },
-              "next": {
-                "title": "Slack Notification",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "title": "REST Publisher",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-                "title": "REST Publisher",
-                "sidebar_label": "REST Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Pulsar Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              },
-              "next": {
-                "title": "RabbitMQ Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-              "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-              "title": "Eclipse Ditto",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.ditto.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.ditto",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.ditto",
-                "title": "Eclipse Ditto",
-                "sidebar_label": "Eclipse Ditto"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Data Lake",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-              },
-              "next": {
-                "title": "Elasticsearch",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "title": "Elasticsearch",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-                "title": "Elasticsearch",
-                "sidebar_label": "Elasticsearch"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Eclipse Ditto",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.ditto"
-              },
-              "next": {
-                "title": "Email Notification",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "title": "CouchDB",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-                "title": "CouchDB",
-                "sidebar_label": "CouchDB"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Buffered REST Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              },
-              "next": {
-                "title": "Dashboard Sink",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "title": "InfluxDB",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-                "title": "InfluxDB",
-                "sidebar_label": "InfluxDB"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Email Notification",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-              },
-              "next": {
-                "title": "IoTDB",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "title": "IoTDB",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-                "title": "IoTDB",
-                "sidebar_label": "IoTDB"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "InfluxDB",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-              },
-              "next": {
-                "title": "JMS Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "title": "MySQL Database",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.mysql",
-                "title": "MySQL Database",
-                "sidebar_label": "MySQL Database"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Kafka Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-              },
-              "next": {
-                "title": "NATS Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "title": "OPC-UA",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-                "title": "OPC-UA",
-                "sidebar_label": "OPC-UA"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Notification",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-              },
-              "next": {
-                "title": "OneSignal",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "title": "PostgreSQL",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-                "title": "PostgreSQL",
-                "sidebar_label": "PostgreSQL"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "OneSignal",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              },
-              "next": {
-                "title": "Pulsar Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "title": "Dashboard Sink",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-                "title": "Dashboard Sink",
-                "sidebar_label": "Dashboard Sink"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "CouchDB",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-              },
-              "next": {
-                "title": "Data Lake",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "title": "Data Lake",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-                "title": "Data Lake",
-                "sidebar_label": "Data Lake"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Dashboard Sink",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-              },
-              "next": {
-                "title": "Eclipse Ditto",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.ditto"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "title": "Notification",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-                "title": "Notification",
-                "sidebar_label": "Notification"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NATS Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-              },
-              "next": {
-                "title": "OPC-UA",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "title": "Email Notification",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.email.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-                "title": "Email Notification",
-                "sidebar_label": "Email Notification"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Elasticsearch",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              },
-              "next": {
-                "title": "InfluxDB",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "title": "OneSignal",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-                "title": "OneSignal",
-                "sidebar_label": "OneSignal"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "OPC-UA",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-              },
-              "next": {
-                "title": "PostgreSQL",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "title": "Slack Notification",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-                "title": "Slack Notification",
-                "sidebar_label": "Slack Notification"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "RabbitMQ Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              },
-              "next": {
-                "title": "Telegram Publisher",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "title": "Telegram Publisher",
-              "description": "<!--",
-              "source": "@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.telegram",
-                "title": "Telegram Publisher",
-                "sidebar_label": "Telegram Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Slack Notification",
-                "permalink": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-              },
-              "next": {
-                "title": "Docker Deployment",
-                "permalink": "/docs/next/deploy-docker"
-              }
-            },
-            {
-              "unversionedId": "privacy",
-              "id": "privacy",
-              "title": "Datenschutzerklärung",
-              "description": "Verantwortliche Stelle",
-              "source": "@site/../docs/privacy.md",
-              "sourceDirName": ".",
-              "slug": "/privacy",
-              "permalink": "/docs/next/privacy",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "privacy",
-                "title": "Datenschutzerklärung",
-                "sidebar_label": "Privacy Notice"
-              }
-            },
-            {
-              "unversionedId": "technicals-architecture",
-              "id": "technicals-architecture",
-              "title": "Architecture",
-              "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-              "source": "@site/../docs/07_technicals-architecture.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-architecture",
-              "permalink": "/docs/next/technicals-architecture",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-architecture",
-                "title": "Architecture",
-                "sidebar_label": "Architecture"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Migration Guide: 0.69.0",
-                "permalink": "/docs/next/extend-sdk-migration-service-discovery"
-              },
-              "next": {
-                "title": "User Guidance",
-                "permalink": "/docs/next/technicals-user-guidance"
-              }
-            },
-            {
-              "unversionedId": "technicals-configuration",
-              "id": "technicals-configuration",
-              "title": "Configuration",
-              "description": "On this page we explain how the StreamPipes configuration works.",
-              "source": "@site/../docs/07_technicals-configuration.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-configuration",
-              "permalink": "/docs/next/technicals-configuration",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-configuration",
-                "title": "Configuration",
-                "sidebar_label": "Configuration"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Messaging",
-                "permalink": "/docs/next/technicals-messaging"
-              },
-              "next": {
-                "title": "Get Help",
-                "permalink": "/docs/next/community-get-help"
-              }
-            },
-            {
-              "unversionedId": "technicals-messaging",
-              "id": "technicals-messaging",
-              "title": "Messaging",
-              "description": "tbd",
-              "source": "@site/../docs/07_technicals-messaging.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-messaging",
-              "permalink": "/docs/next/technicals-messaging",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-messaging",
-                "title": "Messaging",
-                "sidebar_label": "Messaging"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Runtime Wrappers",
-                "permalink": "/docs/next/technicals-runtime-wrappers"
-              },
-              "next": {
-                "title": "Configuration",
-                "permalink": "/docs/next/technicals-configuration"
-              }
-            },
-            {
-              "unversionedId": "technicals-runtime-wrappers",
-              "id": "technicals-runtime-wrappers",
-              "title": "Runtime Wrappers",
-              "description": "tbd",
-              "source": "@site/../docs/07_technicals-runtime-wrappers.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-runtime-wrappers",
-              "permalink": "/docs/next/technicals-runtime-wrappers",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-runtime-wrappers",
-                "title": "Runtime Wrappers",
-                "sidebar_label": "Runtime Wrappers"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "User Guidance",
-                "permalink": "/docs/next/technicals-user-guidance"
-              },
-              "next": {
-                "title": "Messaging",
-                "permalink": "/docs/next/technicals-messaging"
-              }
-            },
-            {
-              "unversionedId": "technicals-user-guidance",
-              "id": "technicals-user-guidance",
-              "title": "User Guidance",
-              "description": "tbd",
-              "source": "@site/../docs/07_technicals-user-guidance.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-user-guidance",
-              "permalink": "/docs/next/technicals-user-guidance",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-user-guidance",
-                "title": "User Guidance",
-                "sidebar_label": "User Guidance"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Architecture",
-                "permalink": "/docs/next/technicals-architecture"
-              },
-              "next": {
-                "title": "Runtime Wrappers",
-                "permalink": "/docs/next/technicals-runtime-wrappers"
-              }
-            },
-            {
-              "unversionedId": "try-installation",
-              "id": "try-installation",
-              "title": "Installation",
-              "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-              "source": "@site/../docs/01_try-installation.md",
-              "sourceDirName": ".",
-              "slug": "/try-installation",
-              "permalink": "/docs/next/try-installation",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 1,
-              "frontMatter": {
-                "id": "try-installation",
-                "title": "Installation",
-                "sidebar_label": "Installation"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Overview",
-                "permalink": "/docs/next/user-guide-introduction"
-              },
-              "next": {
-                "title": "Introduction",
-                "permalink": "/docs/next/introduction"
-              }
-            },
-            {
-              "unversionedId": "try-tutorial",
-              "id": "try-tutorial",
-              "title": "Interactive Tutorial",
-              "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox.",
-              "source": "@site/../docs/01_try-tutorial.md",
-              "sourceDirName": ".",
-              "slug": "/try-tutorial",
-              "permalink": "/docs/next/try-tutorial",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 1,
-              "frontMatter": {
-                "id": "try-tutorial",
-                "title": "Interactive Tutorial",
-                "sidebar_label": "Interactive Tutorial"
-              }
-            },
-            {
-              "unversionedId": "use-configurations",
-              "id": "use-configurations",
-              "title": "Configurations",
-              "description": "The configuration section is an admin-only interface for system-wide settings.",
-              "source": "@site/../docs/03_use-configurations.md",
-              "sourceDirName": ".",
-              "slug": "/use-configurations",
-              "permalink": "/docs/next/use-configurations",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-configurations",
-                "title": "Configurations",
-                "sidebar_label": "Configurations"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Install Pipeline Elements",
-                "permalink": "/docs/next/use-install-pipeline-elements"
-              },
-              "next": {
-                "title": "Apache Kafka",
-                "permalink": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-              }
-            },
-            {
-              "unversionedId": "use-connect",
-              "id": "use-connect",
-              "title": "StreamPipes Connect",
-              "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-              "source": "@site/../docs/03_use-connect.md",
-              "sourceDirName": ".",
-              "slug": "/use-connect",
-              "permalink": "/docs/next/use-connect",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-connect",
-                "title": "StreamPipes Connect",
-                "sidebar_label": "StreamPipes Connect"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Overview",
-                "permalink": "/docs/next/concepts-overview"
-              },
-              "next": {
-                "title": "Pipeline Editor",
-                "permalink": "/docs/next/use-pipeline-editor"
-              }
-            },
-            {
-              "unversionedId": "use-dashboard",
-              "id": "use-dashboard",
-              "title": "Live Dashboard",
-              "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-              "source": "@site/../docs/03_use-dashboard.md",
-              "sourceDirName": ".",
-              "slug": "/use-dashboard",
-              "permalink": "/docs/next/use-dashboard",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-dashboard",
-                "title": "Live Dashboard",
-                "sidebar_label": "Live Dashboard"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Managing Pipelines",
-                "permalink": "/docs/next/use-managing-pipelines"
-              },
-              "next": {
-                "title": "Data Explorer",
-                "permalink": "/docs/next/use-data-explorer"
-              }
-            },
-            {
-              "unversionedId": "use-data-explorer",
-              "id": "use-data-explorer",
-              "title": "Data Explorer",
-              "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-              "source": "@site/../docs/03_use-data-explorer.md",
-              "sourceDirName": ".",
-              "slug": "/use-data-explorer",
-              "permalink": "/docs/next/use-data-explorer",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-data-explorer",
-                "title": "Data Explorer",
-                "sidebar_label": "Data Explorer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Live Dashboard",
-                "permalink": "/docs/next/use-dashboard"
-              },
-              "next": {
-                "title": "Notifications",
-                "permalink": "/docs/next/use-notifications"
-              }
-            },
-            {
-              "unversionedId": "use-install-pipeline-elements",
-              "id": "use-install-pipeline-elements",
-              "title": "Install Pipeline Elements",
-              "description": "Install Pipeline Elements",
-              "source": "@site/../docs/03_use-install-pipeline-elements.md",
-              "sourceDirName": ".",
-              "slug": "/use-install-pipeline-elements",
-              "permalink": "/docs/next/use-install-pipeline-elements",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-install-pipeline-elements",
-                "title": "Install Pipeline Elements",
-                "sidebar_label": "Install Pipeline Elements"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Notifications",
-                "permalink": "/docs/next/use-notifications"
-              },
-              "next": {
-                "title": "Configurations",
-                "permalink": "/docs/next/use-configurations"
-              }
-            },
-            {
-              "unversionedId": "use-managing-pipelines",
-              "id": "use-managing-pipelines",
-              "title": "Managing Pipelines",
-              "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-              "source": "@site/../docs/03_use-managing-pipelines.md",
-              "sourceDirName": ".",
-              "slug": "/use-managing-pipelines",
-              "permalink": "/docs/next/use-managing-pipelines",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-managing-pipelines",
-                "title": "Managing Pipelines",
-                "sidebar_label": "Managing Pipelines"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Pipeline Editor",
-                "permalink": "/docs/next/use-pipeline-editor"
-              },
-              "next": {
-                "title": "Live Dashboard",
-                "permalink": "/docs/next/use-dashboard"
-              }
-            },
-            {
-              "unversionedId": "use-notifications",
-              "id": "use-notifications",
-              "title": "Notifications",
-              "description": "The notification module can be used to create internal notifications.",
-              "source": "@site/../docs/03_use-notifications.md",
-              "sourceDirName": ".",
-              "slug": "/use-notifications",
-              "permalink": "/docs/next/use-notifications",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-notifications",
-                "title": "Notifications",
-                "sidebar_label": "Notifications"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Data Explorer",
-                "permalink": "/docs/next/use-data-explorer"
-              },
-              "next": {
-                "title": "Install Pipeline Elements",
-                "permalink": "/docs/next/use-install-pipeline-elements"
-              }
-            },
-            {
-              "unversionedId": "use-pipeline-editor",
-              "id": "use-pipeline-editor",
-              "title": "Pipeline Editor",
-              "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-              "source": "@site/../docs/03_use-pipeline-editor.md",
-              "sourceDirName": ".",
-              "slug": "/use-pipeline-editor",
-              "permalink": "/docs/next/use-pipeline-editor",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-pipeline-editor",
-                "title": "Pipeline Editor",
-                "sidebar_label": "Pipeline Editor"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "StreamPipes Connect",
-                "permalink": "/docs/next/use-connect"
-              },
-              "next": {
-                "title": "Managing Pipelines",
-                "permalink": "/docs/next/use-managing-pipelines"
-              }
-            },
-            {
-              "unversionedId": "user-guide-first-steps",
-              "id": "user-guide-first-steps",
-              "title": "First steps",
-              "description": "In this section, you'll learn how to create and run pipelines in StreamPipes.",
-              "source": "@site/../docs/user-guide-first-steps.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-first-steps",
-              "permalink": "/docs/next/user-guide-first-steps",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-first-steps",
-                "title": "First steps",
-                "sidebar_label": "First steps"
-              }
-            },
-            {
-              "unversionedId": "user-guide-installation",
-              "id": "user-guide-installation",
-              "title": "Installation",
-              "description": "Prerequisites",
-              "source": "@site/../docs/user-guide-installation.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-installation",
-              "permalink": "/docs/next/user-guide-installation",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-installation",
-                "title": "Installation",
-                "sidebar_label": "Installation"
-              }
-            },
-            {
-              "unversionedId": "user-guide-introduction",
-              "id": "user-guide-introduction",
-              "title": "Apache StreamPipes Documentation",
-              "description": "This is the documentation of Apache StreamPipes.",
-              "source": "@site/../docs/01_try-overview.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-introduction",
-              "permalink": "/docs/next/user-guide-introduction",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 1,
-              "frontMatter": {
-                "id": "user-guide-introduction",
-                "title": "Apache StreamPipes Documentation",
-                "sidebar_label": "Overview"
-              },
-              "sidebar": "documentation",
-              "next": {
-                "title": "Installation",
-                "permalink": "/docs/next/try-installation"
-              }
-            },
-            {
-              "unversionedId": "user-guide-introduction-old",
-              "id": "user-guide-introduction-old",
-              "title": "Introduction",
-              "description": "StreamPipes is a framework that enables users to work with data streams.",
-              "source": "@site/../docs/user-guide-introduction.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-introduction-old",
-              "permalink": "/docs/next/user-guide-introduction-old",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-introduction-old",
-                "title": "Introduction",
-                "sidebar_label": "Introduction"
-              }
-            },
-            {
-              "unversionedId": "user-guide-software-components",
-              "id": "user-guide-software-components",
-              "title": "Software Components",
-              "description": "This page contains all the software components that can be used within the StreamPipes framework.",
-              "source": "@site/../docs/user-guide-software-components.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-software-components",
-              "permalink": "/docs/next/user-guide-software-components",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-software-components",
-                "title": "Software Components",
-                "sidebar_label": "Software Components"
-              }
-            },
-            {
-              "unversionedId": "user-guide-tour",
-              "id": "user-guide-tour",
-              "title": "Tour",
-              "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure.",
-              "source": "@site/../docs/user-guide-tour.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-tour",
-              "permalink": "/docs/next/user-guide-tour",
-              "draft": false,
-              "tags": [],
-              "version": "current",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-tour",
-                "title": "Tour",
-                "sidebar_label": "Tour"
-              }
-            }
-          ],
-          "drafts": [],
-          "sidebars": {
-            "documentation": [
-              {
-                "type": "category",
-                "label": "🚀 Try StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "user-guide-introduction"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "try-installation"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "Concepts",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "introduction"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "concepts-overview"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "🎓 Use StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "use-connect"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-pipeline-editor"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-managing-pipelines"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-dashboard"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-data-explorer"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-notifications"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-install-pipeline-elements"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-configurations"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "📚 Pipeline Elements",
-                "items": [
-                  {
-                    "type": "category",
-                    "label": "Adapters",
-                    "items": [
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.coindesk"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.file"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.protocol.set.file"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.gdelt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.protocol.set.http"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.http"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.iex.news"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.iss"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.image.set"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.image.stream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.mysql.set"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.netio.rest"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.opcua"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.ros"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.slack"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.ti"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-                      }
-                    ],
-                    "collapsed": true,
-                    "collapsible": true
-                  },
-                  {
-                    "type": "category",
-                    "label": "Data Processors",
-                    "items": [
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.compose"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.count"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.frequency"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.project"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.limit"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.sequence"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.flink"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.stop"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.merge"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.increase"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-                      }
-                    ],
-                    "collapsed": true,
-                    "collapsible": true
-                  },
-                  {
-                    "type": "category",
-                    "label": "Data Sinks",
-                    "items": [
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.ditto"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-                      }
-                    ],
-                    "collapsed": true,
-                    "collapsible": true
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "⚡ Deploy StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "deploy-docker"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "deploy-kubernetes"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "deploy-use-ssl"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "deploy-security"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "💻 Extend StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "extend-setup"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-cli"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-archetypes"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-first-processor"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-tutorial-data-sources"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-tutorial-data-processors"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-tutorial-data-sinks"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-functions"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-event-model"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-stream-requirements"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-static-properties"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-output-strategies"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-migration-service-discovery"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "🔧 Technicals",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "technicals-architecture"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-user-guidance"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-runtime-wrappers"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-messaging"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-configuration"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "👪 Community",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "community-get-help"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "community-contribute"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              }
-            ],
-            "faq": [
-              {
-                "type": "category",
-                "label": "FAQ",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "faq-common-problems"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              }
-            ]
-          }
-        },
-        {
-          "versionName": "0.92.0",
-          "label": "0.92.0",
-          "banner": null,
-          "badge": true,
-          "noIndex": false,
-          "className": "docs-version-0.92.0",
-          "path": "/docs",
-          "tagsPath": "/docs/tags",
-          "isLast": true,
-          "routePriority": -1,
-          "sidebarFilePath": "C:\\git\\apache\\incubator-streampipes-website\\website-v2\\versioned_sidebars\\version-0.92.0-sidebars.json",
-          "contentPath": "C:\\git\\apache\\incubator-streampipes-website\\website-v2\\versioned_docs\\version-0.92.0",
-          "contentPathLocalized": "C:\\git\\apache\\incubator-streampipes-website\\website-v2\\i18n\\en\\docusaurus-plugin-content-docs\\version-0.92.0",
-          "docs": [
-            {
-              "unversionedId": "community-contribute",
-              "id": "version-0.92.0/community-contribute",
-              "title": "Contribute",
-              "description": "Contribute",
-              "source": "@site/versioned_docs/version-0.92.0/09_contribute.md",
-              "sourceDirName": ".",
-              "slug": "/community-contribute",
-              "permalink": "/docs/community-contribute",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 9,
-              "frontMatter": {
-                "id": "community-contribute",
-                "title": "Contribute",
-                "sidebar_label": "Contribute"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Get Help",
-                "permalink": "/docs/community-get-help"
-              }
-            },
-            {
-              "unversionedId": "community-get-help",
-              "id": "version-0.92.0/community-get-help",
-              "title": "Get Help",
-              "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-              "source": "@site/versioned_docs/version-0.92.0/09_get-help.md",
-              "sourceDirName": ".",
-              "slug": "/community-get-help",
-              "permalink": "/docs/community-get-help",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 9,
-              "frontMatter": {
-                "id": "community-get-help",
-                "title": "Get Help",
-                "sidebar_label": "Get Help"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Configuration",
-                "permalink": "/docs/technicals-configuration"
-              },
-              "next": {
-                "title": "Contribute",
-                "permalink": "/docs/community-contribute"
-              }
-            },
-            {
-              "unversionedId": "concepts-adapter",
-              "id": "version-0.92.0/concepts-adapter",
-              "title": "Data Adapters",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.92.0/02_concepts-adapter.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-adapter",
-              "permalink": "/docs/concepts-adapter",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-adapter",
-                "title": "Data Adapters",
-                "sidebar_label": "Data Adapters"
-              }
-            },
-            {
-              "unversionedId": "concepts-data-streams",
-              "id": "version-0.92.0/concepts-data-streams",
-              "title": "Data Streams",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.92.0/02_concepts-data-streams.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-data-streams",
-              "permalink": "/docs/concepts-data-streams",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-data-streams",
-                "title": "Data Streams",
-                "sidebar_label": "Data Streams"
-              }
-            },
-            {
-              "unversionedId": "concepts-glossary",
-              "id": "version-0.92.0/concepts-glossary",
-              "title": "Glossary",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.92.0/02_concepts-glossary.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-glossary",
-              "permalink": "/docs/concepts-glossary",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-glossary",
-                "title": "Glossary",
-                "sidebar_label": "Glossary"
-              }
-            },
-            {
-              "unversionedId": "concepts-overview",
-              "id": "version-0.92.0/concepts-overview",
-              "title": "StreamPipes Concepts",
-              "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-              "source": "@site/versioned_docs/version-0.92.0/02_concepts-overview.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-overview",
-              "permalink": "/docs/concepts-overview",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-overview",
-                "title": "StreamPipes Concepts",
-                "sidebar_label": "Overview"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Introduction",
-                "permalink": "/docs/introduction"
-              },
-              "next": {
-                "title": "StreamPipes Connect",
-                "permalink": "/docs/use-connect"
-              }
-            },
-            {
-              "unversionedId": "concepts-pipelines",
-              "id": "version-0.92.0/concepts-pipelines",
-              "title": "Pipelines",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.92.0/02_concepts-pipeline.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-pipelines",
-              "permalink": "/docs/concepts-pipelines",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-pipelines",
-                "title": "Pipelines",
-                "sidebar_label": "Pipelines"
-              }
-            },
-            {
-              "unversionedId": "debugging-debugging",
-              "id": "version-0.92.0/debugging-debugging",
-              "title": "Debugging",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.92.0/08_debugging.md",
-              "sourceDirName": ".",
-              "slug": "/debugging-debugging",
-              "permalink": "/docs/debugging-debugging",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 8,
-              "frontMatter": {
-                "id": "debugging-debugging",
-                "title": "Debugging",
-                "sidebar_label": "Debugging"
-              }
-            },
-            {
-              "unversionedId": "debugging-monitoring",
-              "id": "version-0.92.0/debugging-monitoring",
-              "title": "Monitoring",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.92.0/08_monitoring.md",
-              "sourceDirName": ".",
-              "slug": "/debugging-monitoring",
-              "permalink": "/docs/debugging-monitoring",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 8,
-              "frontMatter": {
-                "id": "debugging-monitoring",
-                "title": "Monitoring",
-                "sidebar_label": "Monitoring"
-              }
-            },
-            {
-              "unversionedId": "deploy-docker",
-              "id": "version-0.92.0/deploy-docker",
-              "title": "Docker Deployment",
-              "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-              "source": "@site/versioned_docs/version-0.92.0/05_deploy-docker.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-docker",
-              "permalink": "/docs/deploy-docker",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-docker",
-                "title": "Docker Deployment",
-                "sidebar_label": "Docker Deployment"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Telegram Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-              },
-              "next": {
-                "title": "Kubernetes Deployment",
-                "permalink": "/docs/deploy-kubernetes"
-              }
-            },
-            {
-              "unversionedId": "deploy-environment-variables",
-              "id": "version-0.92.0/deploy-environment-variables",
-              "title": "deploy-environment-variables",
-              "description": "---",
-              "source": "@site/versioned_docs/version-0.92.0/05_deploy-environment-variables.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-environment-variables",
-              "permalink": "/docs/deploy-environment-variables",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {}
-            },
-            {
-              "unversionedId": "deploy-kubernetes",
-              "id": "version-0.92.0/deploy-kubernetes",
-              "title": "Kubernetes Deployment",
-              "description": "Prerequisites",
-              "source": "@site/versioned_docs/version-0.92.0/05_deploy-kubernetes.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-kubernetes",
-              "permalink": "/docs/deploy-kubernetes",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-kubernetes",
-                "title": "Kubernetes Deployment",
-                "sidebar_label": "Kubernetes Deployment"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Docker Deployment",
-                "permalink": "/docs/deploy-docker"
-              },
-              "next": {
-                "title": "Use SSL",
-                "permalink": "/docs/deploy-use-ssl"
-              }
-            },
-            {
-              "unversionedId": "deploy-security",
-              "id": "version-0.92.0/deploy-security",
-              "title": "Security",
-              "description": "Overriding default settings",
-              "source": "@site/versioned_docs/version-0.92.0/05_deploy-security.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-security",
-              "permalink": "/docs/deploy-security",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-security",
-                "title": "Security",
-                "sidebar_label": "Security"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Use SSL",
-                "permalink": "/docs/deploy-use-ssl"
-              },
-              "next": {
-                "title": "Development Setup",
-                "permalink": "/docs/extend-setup"
-              }
-            },
-            {
-              "unversionedId": "deploy-use-ssl",
-              "id": "version-0.92.0/deploy-use-ssl",
-              "title": "Use SSL",
-              "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-              "source": "@site/versioned_docs/version-0.92.0/05_deploy-use-ssl.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-use-ssl",
-              "permalink": "/docs/deploy-use-ssl",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-use-ssl",
-                "title": "Use SSL",
-                "sidebar_label": "Use SSL"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Kubernetes Deployment",
-                "permalink": "/docs/deploy-kubernetes"
-              },
-              "next": {
-                "title": "Security",
-                "permalink": "/docs/deploy-security"
-              }
-            },
-            {
-              "unversionedId": "dev-guide-archetype",
-              "id": "version-0.92.0/dev-guide-archetype",
-              "title": "Start Developing",
-              "description": "",
-              "source": "@site/versioned_docs/version-0.92.0/dev-guide-archetype.md",
-              "sourceDirName": ".",
-              "slug": "/dev-guide-archetype",
-              "permalink": "/docs/dev-guide-archetype",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "dev-guide-archetype",
-                "title": "Start Developing",
-                "sidebar_label": "Start Developing",
-                "original_id": "dev-guide-archetype"
-              }
-            },
-            {
-              "unversionedId": "dev-guide-introduction",
-              "id": "version-0.92.0/dev-guide-introduction",
-              "title": "Introduction",
-              "description": "StreamPipes is an open platform which can be easily extended at runtime by adding new data streams, data processors and data sinks.",
-              "source": "@site/versioned_docs/version-0.92.0/dev-guide-introduction.md",
-              "sourceDirName": ".",
-              "slug": "/dev-guide-introduction",
-              "permalink": "/docs/dev-guide-introduction",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "dev-guide-introduction",
-                "title": "Introduction",
-                "sidebar_label": "Introduction"
-              }
-            },
-            {
-              "unversionedId": "dev-guide-sdk-guide-processors",
-              "id": "version-0.92.0/dev-guide-sdk-guide-processors",
-              "title": "SDK Guide: Data Processors",
-              "description": "Project Setup",
-              "source": "@site/versioned_docs/version-0.92.0/dev-guide-processor-sdk.md",
-              "sourceDirName": ".",
-              "slug": "/dev-guide-sdk-guide-processors",
-              "permalink": "/docs/dev-guide-sdk-guide-processors",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "dev-guide-sdk-guide-processors",
-                "title": "SDK Guide: Data Processors",
-                "sidebar_label": "SDK Guide: Data Processors",
-                "original_id": "dev-guide-sdk-guide-processors"
-              }
-            },
-            {
-              "unversionedId": "dev-guide-sdk-guide-sinks",
-              "id": "version-0.92.0/dev-guide-sdk-guide-sinks",
-              "title": "SDK Guide: Data Sinks",
-              "description": "Project Setup",
-              "source": "@site/versioned_docs/version-0.92.0/dev-guide-sink-sdk.md",
-              "sourceDirName": ".",
-              "slug": "/dev-guide-sdk-guide-sinks",
-              "permalink": "/docs/dev-guide-sdk-guide-sinks",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "dev-guide-sdk-guide-sinks",
-                "title": "SDK Guide: Data Sinks",
-                "sidebar_label": "SDK Guide: Data Sinks",
-                "original_id": "dev-guide-sdk-guide-sinks"
-              }
-            },
-            {
-              "unversionedId": "extend-archetypes",
-              "id": "version-0.92.0/extend-archetypes",
-              "title": "Maven Archetypes",
-              "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-              "source": "@site/versioned_docs/version-0.92.0/06_extend-archetypes.md",
-              "sourceDirName": ".",
-              "slug": "/extend-archetypes",
-              "permalink": "/docs/extend-archetypes",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-archetypes",
-                "title": "Maven Archetypes",
-                "sidebar_label": "Maven Archetypes"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "StreamPipes CLI",
-                "permalink": "/docs/extend-cli"
-              },
-              "next": {
-                "title": "Your first data processor",
-                "permalink": "/docs/extend-first-processor"
-              }
-            },
-            {
-              "unversionedId": "extend-cli",
-              "id": "version-0.92.0/extend-cli",
-              "title": "StreamPipes CLI",
-              "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-              "source": "@site/versioned_docs/version-0.92.0/06_extend-cli.md",
-              "sourceDirName": ".",
-              "slug": "/extend-cli",
-              "permalink": "/docs/extend-cli",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-cli",
-                "title": "StreamPipes CLI",
-                "sidebar_label": "StreamPipes CLI"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Development Setup",
-                "permalink": "/docs/extend-setup"
-              },
-              "next": {
-                "title": "Maven Archetypes",
-                "permalink": "/docs/extend-archetypes"
-              }
-            },
-            {
-              "unversionedId": "extend-first-processor",
-              "id": "version-0.92.0/extend-first-processor",
-              "title": "Your first data processor",
-              "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-              "source": "@site/versioned_docs/version-0.92.0/06_extend-first-processor.md",
-              "sourceDirName": ".",
-              "slug": "/extend-first-processor",
-              "permalink": "/docs/extend-first-processor",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-first-processor",
-                "title": "Your first data processor",
-                "sidebar_label": "Your first data processor"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Maven Archetypes",
-                "permalink": "/docs/extend-archetypes"
-              },
-              "next": {
-                "title": "Tutorial: Data Sources",
-                "permalink": "/docs/extend-tutorial-data-sources"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-event-model",
-              "id": "version-0.92.0/extend-sdk-event-model",
-              "title": "SDK Guide: Event Model",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.92.0/06_extend-sdk-event-model.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-event-model",
-              "permalink": "/docs/extend-sdk-event-model",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-event-model",
-                "title": "SDK Guide: Event Model",
-                "sidebar_label": "SDK: Event Model"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Functions",
-                "permalink": "/docs/extend-sdk-functions"
-              },
-              "next": {
-                "title": "SDK: Stream Requirements",
-                "permalink": "/docs/extend-sdk-stream-requirements"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-functions",
-              "id": "version-0.92.0/extend-sdk-functions",
-              "title": "SDK Guide: Functions",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.92.0/06_extend-sdk-functions.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-functions",
-              "permalink": "/docs/extend-sdk-functions",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-functions",
-                "title": "SDK Guide: Functions",
-                "sidebar_label": "SDK: Functions"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tutorial: Data Sinks",
-                "permalink": "/docs/extend-tutorial-data-sinks"
-              },
-              "next": {
-                "title": "SDK: Event Model",
-                "permalink": "/docs/extend-sdk-event-model"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-migration-service-discovery",
-              "id": "version-0.92.0/extend-sdk-migration-service-discovery",
-              "title": "Migration Guide: New Service Discovery in 0.69.0",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.92.0/06_extend-sdk-migration-sd.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-migration-service-discovery",
-              "permalink": "/docs/extend-sdk-migration-service-discovery",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-migration-service-discovery",
-                "title": "Migration Guide: New Service Discovery in 0.69.0",
-                "sidebar_label": "Migration Guide: 0.69.0"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Output Strategies",
-                "permalink": "/docs/extend-sdk-output-strategies"
-              },
-              "next": {
-                "title": "Architecture",
-                "permalink": "/docs/technicals-architecture"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-output-strategies",
-              "id": "version-0.92.0/extend-sdk-output-strategies",
-              "title": "SDK Guide: Output Strategies",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.92.0/06_extend-sdk-output-strategies.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-output-strategies",
-              "permalink": "/docs/extend-sdk-output-strategies",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-output-strategies",
-                "title": "SDK Guide: Output Strategies",
-                "sidebar_label": "SDK: Output Strategies"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Static Properties",
-                "permalink": "/docs/extend-sdk-static-properties"
-              },
-              "next": {
-                "title": "Migration Guide: 0.69.0",
-                "permalink": "/docs/extend-sdk-migration-service-discovery"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-static-properties",
-              "id": "version-0.92.0/extend-sdk-static-properties",
-              "title": "SDK Guide: Static Properties",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.92.0/06_extend-sdk-static-properties.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-static-properties",
-              "permalink": "/docs/extend-sdk-static-properties",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-static-properties",
-                "title": "SDK Guide: Static Properties",
-                "sidebar_label": "SDK: Static Properties"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Stream Requirements",
-                "permalink": "/docs/extend-sdk-stream-requirements"
-              },
-              "next": {
-                "title": "SDK: Output Strategies",
-                "permalink": "/docs/extend-sdk-output-strategies"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-stream-requirements",
-              "id": "version-0.92.0/extend-sdk-stream-requirements",
-              "title": "SDK Guide: Stream Requirements",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.92.0/06_extend-sdk-stream-requirements.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-stream-requirements",
-              "permalink": "/docs/extend-sdk-stream-requirements",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-stream-requirements",
-                "title": "SDK Guide: Stream Requirements",
-                "sidebar_label": "SDK: Stream Requirements"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Event Model",
-                "permalink": "/docs/extend-sdk-event-model"
-              },
-              "next": {
-                "title": "SDK: Static Properties",
-                "permalink": "/docs/extend-sdk-static-properties"
-              }
-            },
-            {
-              "unversionedId": "extend-setup",
-              "id": "version-0.92.0/extend-setup",
-              "title": "Development Setup",
-              "description": "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.",
-              "source": "@site/versioned_docs/version-0.92.0/06_extend-setup.md",
-              "sourceDirName": ".",
-              "slug": "/extend-setup",
-              "permalink": "/docs/extend-setup",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-setup",
-                "title": "Development Setup",
-                "sidebar_label": "Development Setup",
-                "original_id": "extend-setup"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Security",
-                "permalink": "/docs/deploy-security"
-              },
-              "next": {
-                "title": "StreamPipes CLI",
-                "permalink": "/docs/extend-cli"
-              }
-            },
-            {
-              "unversionedId": "extend-tutorial-data-processors",
-              "id": "version-0.92.0/extend-tutorial-data-processors",
-              "title": "Tutorial: Data Processors",
-              "description": "In this tutorial, we will add a new data processor.",
-              "source": "@site/versioned_docs/version-0.92.0/06_extend-tutorial-data-processors.md",
-              "sourceDirName": ".",
-              "slug": "/extend-tutorial-data-processors",
-              "permalink": "/docs/extend-tutorial-data-processors",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-tutorial-data-processors",
-                "title": "Tutorial: Data Processors",
-                "sidebar_label": "Tutorial: Data Processors"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tutorial: Data Sources",
-                "permalink": "/docs/extend-tutorial-data-sources"
-              },
-              "next": {
-                "title": "Tutorial: Data Sinks",
-                "permalink": "/docs/extend-tutorial-data-sinks"
-              }
-            },
-            {
-              "unversionedId": "extend-tutorial-data-sinks",
-              "id": "version-0.92.0/extend-tutorial-data-sinks",
-              "title": "Tutorial: Data Sinks",
-              "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-              "source": "@site/versioned_docs/version-0.92.0/06_extend-tutorial-data-sinks.md",
-              "sourceDirName": ".",
-              "slug": "/extend-tutorial-data-sinks",
-              "permalink": "/docs/extend-tutorial-data-sinks",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-tutorial-data-sinks",
-                "title": "Tutorial: Data Sinks",
-                "sidebar_label": "Tutorial: Data Sinks"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tutorial: Data Processors",
-                "permalink": "/docs/extend-tutorial-data-processors"
-              },
-              "next": {
-                "title": "SDK: Functions",
-                "permalink": "/docs/extend-sdk-functions"
-              }
-            },
-            {
-              "unversionedId": "extend-tutorial-data-sources",
-              "id": "version-0.92.0/extend-tutorial-data-sources",
-              "title": "Tutorial: Data Sources",
-              "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-              "source": "@site/versioned_docs/version-0.92.0/06_extend-tutorial-data-sources.md",
-              "sourceDirName": ".",
-              "slug": "/extend-tutorial-data-sources",
-              "permalink": "/docs/extend-tutorial-data-sources",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-tutorial-data-sources",
-                "title": "Tutorial: Data Sources",
-                "sidebar_label": "Tutorial: Data Sources"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Your first data processor",
-                "permalink": "/docs/extend-first-processor"
-              },
-              "next": {
-                "title": "Tutorial: Data Processors",
-                "permalink": "/docs/extend-tutorial-data-processors"
-              }
-            },
-            {
-              "unversionedId": "faq-common-problems",
-              "id": "version-0.92.0/faq-common-problems",
-              "title": "Common Problems",
-              "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-              "source": "@site/versioned_docs/version-0.92.0/faq-common-problems.md",
-              "sourceDirName": ".",
-              "slug": "/faq-common-problems",
-              "permalink": "/docs/faq-common-problems",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "faq-common-problems",
-                "title": "Common Problems",
-                "sidebar_label": "Common Problems"
-              },
-              "sidebar": "faq"
-            },
-            {
-              "unversionedId": "introduction",
-              "id": "version-0.92.0/introduction",
-              "title": "Introduction",
-              "description": "What is StreamPipes?",
-              "source": "@site/versioned_docs/version-0.92.0/02_introduction.md",
-              "sourceDirName": ".",
-              "slug": "/introduction",
-              "permalink": "/docs/introduction",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "introduction",
-                "title": "Introduction",
-                "sidebar_label": "Introduction"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Installation",
-                "permalink": "/docs/try-installation"
-              },
-              "next": {
-                "title": "Overview",
-                "permalink": "/docs/concepts-overview"
-              }
-            },
-            {
-              "unversionedId": "license",
-              "id": "version-0.92.0/license",
-              "title": "license",
-              "description": "---",
-              "source": "@site/versioned_docs/version-0.92.0/license.md",
-              "sourceDirName": ".",
-              "slug": "/license",
-              "permalink": "/docs/license",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {}
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.coindesk",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "title": "Coindesk Bitcoin Price",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.coindesk.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.coindesk",
-                "title": "Coindesk Bitcoin Price",
-                "sidebar_label": "Coindesk Bitcoin Price"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Apache Pulsar",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-              },
-              "next": {
-                "title": "File Stream",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.file"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "title": "Flic MQTT",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.flic.mqtt",
-                "title": "Flic MQTT",
-                "sidebar_label": "Flic MQTT"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "File Set",
-                "permalink": "/docs/pe/org.apache.streampipes.protocol.set.file"
-              },
-              "next": {
-                "title": "GDELT",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.gdelt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.gdelt",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "title": "GDELT",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.gdelt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.gdelt",
-                "title": "GDELT",
-                "sidebar_label": "GDELT"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Flic MQTT",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-              },
-              "next": {
-                "title": "HTTP Server",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.news",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "title": "IEX Cloud News",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.iex.news.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.iex.news",
-                "title": "IEX Cloud News",
-                "sidebar_label": "IEX Cloud News"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "HTTP Stream",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.http"
-              },
-              "next": {
-                "title": "IEX Cloud Stock Quotes",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "title": "IEX Cloud Stock Quotes",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.iex.stocks",
-                "title": "IEX Cloud Stock Quotes",
-                "sidebar_label": "IEX Cloud Stock Quotes"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "IEX Cloud News",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iex.news"
-              },
-              "next": {
-                "title": "ISS Location",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iss"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.set",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.image.set",
-              "title": "Image Upload (Set)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.image.set.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.image.set",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.image.set",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.image.set",
-                "title": "Image Upload (Set)",
-                "sidebar_label": "Image Upload (Set)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "ISS Location",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iss"
-              },
-              "next": {
-                "title": "Image Upload (Stream)",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.image.stream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.stream",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "title": "Image Upload (Stream)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.image.stream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.image.stream",
-                "title": "Image Upload (Stream)",
-                "sidebar_label": "Image Upload (Stream)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Upload (Set)",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.image.set"
-              },
-              "next": {
-                "title": "InfluxDB Set Adapter",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "title": "InfluxDB Set Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.influxdb.set",
-                "title": "InfluxDB Set Adapter",
-                "sidebar_label": "InfluxDB Set Adapter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Upload (Stream)",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.image.stream"
-              },
-              "next": {
-                "title": "InfluxDB Stream Adapter",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "title": "InfluxDB Stream Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.influxdb.stream",
-                "title": "InfluxDB Stream Adapter",
-                "sidebar_label": "InfluxDB Stream Adapter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "InfluxDB Set Adapter",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-              },
-              "next": {
-                "title": "MQTT",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.iss",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.iss",
-              "title": "ISS Location",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.iss.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.iss",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iss",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.iss",
-                "title": "ISS Location",
-                "sidebar_label": "ISS Location"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "IEX Cloud Stock Quotes",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-              },
-              "next": {
-                "title": "Image Upload (Set)",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.image.set"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "title": "MySQL Set Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.mysql.set",
-                "title": "MySQL Set Adapter",
-                "sidebar_label": "MySQL Set Adapter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Machine Data Simulator",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-              },
-              "next": {
-                "title": "MySql Stream Adapter",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "title": "MySql Stream Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.mysql.stream",
-                "title": "MySql Stream Adapter",
-                "sidebar_label": "MySql Stream Adapter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MySQL Set Adapter",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.set"
-              },
-              "next": {
-                "title": "NETIO MQTT M2M",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "title": "NETIO MQTT M2M",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.netio.mqtt",
-                "title": "NETIO MQTT M2M",
-                "sidebar_label": "NETIO MQTT M2M"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MySql Stream Adapter",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-              },
-              "next": {
-                "title": "NETIO http JSON",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.netio.rest"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "title": "NETIO http JSON",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.netio.rest",
-                "title": "NETIO http JSON",
-                "sidebar_label": "NETIO http JSON"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NETIO MQTT M2M",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-              },
-              "next": {
-                "title": "NSW Traffic Cameras",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "title": "NSW Traffic Cameras",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-                "title": "NSW Traffic Cameras",
-                "sidebar_label": "NSW Traffic Cameras"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NETIO http JSON",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.netio.rest"
-              },
-              "next": {
-                "title": "OPC UA",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.opcua"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.opcua",
-              "title": "OPC UA",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.opcua.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.opcua",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.opcua",
-                "title": "OPC UA",
-                "sidebar_label": "OPC UA"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NSW Traffic Cameras",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              },
-              "next": {
-                "title": "PLC4X MODBUS",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "title": "PLC4X MODBUS",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.plc4x.modbus",
-                "title": "PLC4X MODBUS",
-                "sidebar_label": "PLC4X MODBUS"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "OPC UA",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.opcua"
-              },
-              "next": {
-                "title": "PLC4X S7",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "title": "PLC4X S7",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.plc4x.s7",
-                "title": "PLC4X S7",
-                "sidebar_label": "PLC4X S7"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "PLC4X MODBUS",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-              },
-              "next": {
-                "title": "ROS Bridge",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.ros"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.ros",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.ros",
-              "title": "ROS Bridge",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.ros.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.ros",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.ros",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.ros",
-                "title": "ROS Bridge",
-                "sidebar_label": "ROS Bridge"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "PLC4X S7",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-              },
-              "next": {
-                "title": "Random Data Simulator (Set)",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "title": "Machine Data Simulator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.simulator.machine",
-                "title": "Machine Data Simulator",
-                "sidebar_label": "Machine Data Simulator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MQTT",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-              },
-              "next": {
-                "title": "MySQL Set Adapter",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.set"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "title": "Random Data Simulator (Set)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.simulator.randomdataset",
-                "title": "Random Data Simulator (Set)",
-                "sidebar_label": "Random Data Simulator (Set)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "ROS Bridge",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.ros"
-              },
-              "next": {
-                "title": "Random Data Simulator (Stream)",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "title": "Random Data Simulator (Stream)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-                "title": "Random Data Simulator (Stream)",
-                "sidebar_label": "Random Data Simulator (Stream)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Random Data Simulator (Set)",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              },
-              "next": {
-                "title": "Slack",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.slack"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.slack",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.slack",
-              "title": "Slack",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.slack.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.slack",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.slack",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.slack",
-                "title": "Slack",
-                "sidebar_label": "Slack"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Random Data Simulator (Stream)",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              },
-              "next": {
-                "title": "TI Sensor Tag",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.ti"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.ti",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.ti",
-              "title": "TI Sensor Tag",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.ti.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.ti",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.ti",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.ti",
-                "title": "TI Sensor Tag",
-                "sidebar_label": "TI Sensor Tag"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Slack",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.slack"
-              },
-              "next": {
-                "title": "Wikipedia Edits",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "title": "Wikipedia Edits",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.wikipedia.edit",
-                "title": "Wikipedia Edits",
-                "sidebar_label": "Wikipedia Edits"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "TI Sensor Tag",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.ti"
-              },
-              "next": {
-                "title": "Wikipedia New Articles",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "title": "Wikipedia New Articles",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.wikipedia.new",
-                "title": "Wikipedia New Articles",
-                "sidebar_label": "Wikipedia New Articles"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Wikipedia Edits",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-              },
-              "next": {
-                "title": "Absence",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.file",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "title": "File Stream",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.file.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.file",
-                "title": "File Stream",
-                "sidebar_label": "File Stream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Coindesk Bitcoin Price",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.coindesk"
-              },
-              "next": {
-                "title": "File Set",
-                "permalink": "/docs/pe/org.apache.streampipes.protocol.set.file"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.http",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "title": "HTTP Stream",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.http.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.http",
-                "title": "HTTP Stream",
-                "sidebar_label": "HTTP Stream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "HTTP Set",
-                "permalink": "/docs/pe/org.apache.streampipes.protocol.set.http"
-              },
-              "next": {
-                "title": "IEX Cloud News",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.iex.news"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "title": "HTTP Server",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.httpserver",
-                "title": "HTTP Server",
-                "sidebar_label": "HTTP Server"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "GDELT",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.gdelt"
-              },
-              "next": {
-                "title": "HTTP Set",
-                "permalink": "/docs/pe/org.apache.streampipes.protocol.set.http"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "title": "Apache Kafka",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.kafka",
-                "title": "Apache Kafka",
-                "sidebar_label": "Apache Kafka"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Configurations",
-                "permalink": "/docs/use-configurations"
-              },
-              "next": {
-                "title": "Apache Pulsar",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "title": "MQTT",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.mqtt",
-                "title": "MQTT",
-                "sidebar_label": "MQTT"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "InfluxDB Stream Adapter",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-              },
-              "next": {
-                "title": "Machine Data Simulator",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "id": "version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "title": "Apache Pulsar",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.pulsar",
-                "title": "Apache Pulsar",
-                "sidebar_label": "Apache Pulsar"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Apache Kafka",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-              },
-              "next": {
-                "title": "Coindesk Bitcoin Price",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.coindesk"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.flink",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processor.geo.flink",
-              "title": "Spatial Grid Enrichment",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.flink.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.flink",
-              "permalink": "/docs/pe/org.apache.streampipes.processor.geo.flink",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.flink",
-                "title": "Spatial Grid Enrichment",
-                "sidebar_label": "Spatial Grid Enrichment"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Size Measure",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              },
-              "next": {
-                "title": "Speed Calculator",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "title": "Google Maps Geocoder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-                "title": "Google Maps Geocoder",
-                "sidebar_label": "Google Maps Geocoder"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Generic Image Classification",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              },
-              "next": {
-                "title": "Image Cropper",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "title": "Reverse Geocoder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-                "title": "Reverse Geocoder",
-                "sidebar_label": "Reverse Geocoder"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Rate Limit",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.limit"
-              },
-              "next": {
-                "title": "Sentence Detection (English)",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "title": "Static Google Maps Geocoder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-                "title": "Static Google Maps Geocoder",
-                "sidebar_label": "Static Google Maps Geocoder"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Static Distance Calculator",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              },
-              "next": {
-                "title": "Static Math",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "title": "Generic Image Classification",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-                "title": "Generic Image Classification",
-                "sidebar_label": "Generic Image Classification"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Frequency Change",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-              },
-              "next": {
-                "title": "Google Maps Geocoder",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "title": "Image Cropper",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-                "title": "Image Cropper",
-                "sidebar_label": "Image Cropper"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Google Maps Geocoder",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-              },
-              "next": {
-                "title": "Image Enricher",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "title": "Image Enricher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-                "title": "Image Enricher",
-                "sidebar_label": "Image Enricher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Cropper",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              },
-              "next": {
-                "title": "Language Detection",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "title": "QR Code Reader",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-                "title": "QR Code Reader",
-                "sidebar_label": "QR Code Reader"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Projection",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.project"
-              },
-              "next": {
-                "title": "Rate Limit",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.limit"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "title": "Aggregation",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-                "title": "Aggregation",
-                "sidebar_label": "Aggregation"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Absence",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-              },
-              "next": {
-                "title": "And",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "title": "Count Aggregation",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.count",
-                "title": "Count Aggregation",
-                "sidebar_label": "Count Aggregation"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Compose",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.compose"
-              },
-              "next": {
-                "title": "Count Array",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "title": "Event Counter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-                "title": "Event Counter",
-                "sidebar_label": "Event Counter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "EPSG Code",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              },
-              "next": {
-                "title": "Event Rate",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "title": "Event Rate",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-                "title": "Event Rate",
-                "sidebar_label": "Event Rate"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Event Counter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-              },
-              "next": {
-                "title": "Field Converter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "title": "Cusum",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.changedetection.jvm.cusum",
-                "title": "Cusum",
-                "sidebar_label": "Cusum"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Creates JTS Point",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              },
-              "next": {
-                "title": "Distance Calculator",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "title": "Math",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-                "title": "Math",
-                "sidebar_label": "Math"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Language Detection",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              },
-              "next": {
-                "title": "Measure Time Between Two Sensors",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "title": "Static Math",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-                "title": "Static Math",
-                "sidebar_label": "Static Math"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Static Google Maps Geocoder",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              },
-              "next": {
-                "title": "Statistics Summary",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "title": "Trigonometry Functions",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-                "title": "Trigonometry Functions",
-                "sidebar_label": "Trigonometry Functions"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Trend",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.increase"
-              },
-              "next": {
-                "title": "URL Dereferencing",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "title": "URL Dereferencing",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-                "title": "URL Dereferencing",
-                "sidebar_label": "URL Dereferencing"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Trigonometry Functions",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              },
-              "next": {
-                "title": "Value Changed",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "title": "Timestamp Enricher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-                "title": "Timestamp Enricher",
-                "sidebar_label": "Timestamp Enricher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Threshold Detector",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-              },
-              "next": {
-                "title": "Timestamp Extractor",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "title": "Size Measure",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-                "title": "Size Measure",
-                "sidebar_label": "Size Measure"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Single Trajectory Creator",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              },
-              "next": {
-                "title": "Spatial Grid Enrichment",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.geo.flink"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "title": "Compose",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.compose",
-                "title": "Compose",
-                "sidebar_label": "Compose"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Chunker (English)",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-              },
-              "next": {
-                "title": "Count Aggregation",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.count"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "title": "Merge Two Streams",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-                "title": "Merge Two Streams",
-                "sidebar_label": "Merge Two Streams"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Measurement Unit Converter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              },
-              "next": {
-                "title": "Name Finder",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "title": "Rate Limit",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.limit",
-                "title": "Rate Limit",
-                "sidebar_label": "Rate Limit"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "QR Code Reader",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-              },
-              "next": {
-                "title": "Reverse Geocoder",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "title": "Synchronize Two Streams",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.merge",
-                "title": "Synchronize Two Streams",
-                "sidebar_label": "Synchronize Two Streams"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "String To State",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              },
-              "next": {
-                "title": "Task Duration",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "title": "Numerical Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-                "title": "Numerical Filter",
-                "sidebar_label": "Numerical Filter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Number Labeler",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              },
-              "next": {
-                "title": "Numerical Filter (Siddhi)",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "title": "Numerical Text Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-                "title": "Numerical Text Filter",
-                "sidebar_label": "Numerical Text Filter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Numerical Filter (Siddhi)",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-              },
-              "next": {
-                "title": "Part of Speech (English)",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.project",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "title": "Projection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.project.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.project",
-                "title": "Projection",
-                "sidebar_label": "Projection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Peak Detection",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              },
-              "next": {
-                "title": "QR Code Reader",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "title": "Text Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-                "title": "Text Filter",
-                "sidebar_label": "Text Filter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Task Duration",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-              },
-              "next": {
-                "title": "Threshold Detector",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "title": "Threshold Detector",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-                "title": "Threshold Detector",
-                "sidebar_label": "Threshold Detector"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Text Filter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-              },
-              "next": {
-                "title": "Timestamp Enricher",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "title": "Creates JTS Point",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-                "title": "Creates JTS Point",
-                "sidebar_label": "Creates JTS Point"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Count Array",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-              },
-              "next": {
-                "title": "Cusum",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "title": "EPSG Code",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-                "title": "EPSG Code",
-                "sidebar_label": "EPSG Code"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Distance Calculator",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              },
-              "next": {
-                "title": "Event Counter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "title": "Single Trajectory Creator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-                "title": "Single Trajectory Creator",
-                "sidebar_label": "Single Trajectory Creator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Signal Edge Filter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              },
-              "next": {
-                "title": "Size Measure",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "title": "Distance Calculator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-                "title": "Distance Calculator",
-                "sidebar_label": "Distance Calculator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Cusum",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-              },
-              "next": {
-                "title": "EPSG Code",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "title": "Speed Calculator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.processor.speed",
-                "title": "Speed Calculator",
-                "sidebar_label": "Speed Calculator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Spatial Grid Enrichment",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.geo.flink"
-              },
-              "next": {
-                "title": "Split Array",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "title": "Static Distance Calculator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-                "title": "Static Distance Calculator",
-                "sidebar_label": "Static Distance Calculator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "State Buffer Labeler",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              },
-              "next": {
-                "title": "Static Google Maps Geocoder",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "title": "Absence",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-                "title": "Absence",
-                "sidebar_label": "Absence"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Wikipedia New Articles",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-              },
-              "next": {
-                "title": "Aggregation",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "title": "And",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-                "title": "And",
-                "sidebar_label": "And"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Aggregation",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-              },
-              "next": {
-                "title": "Boilerplate Removal",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "title": "Peak Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-                "title": "Peak Detection",
-                "sidebar_label": "Peak Detection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Part of Speech (English)",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              },
-              "next": {
-                "title": "Projection",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.project"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "title": "Sequence",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-                "title": "Sequence",
-                "sidebar_label": "Sequence"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Sentence Detection (English)",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              },
-              "next": {
-                "title": "Sequence Detection",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.sequence"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "title": "Frequency Calculation",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.frequency",
-                "title": "Frequency Calculation",
-                "sidebar_label": "Frequency Calculation"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Renamer",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-              },
-              "next": {
-                "title": "Frequency Change",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "title": "Frequency Change",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-                "title": "Frequency Change",
-                "sidebar_label": "Frequency Change"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Frequency Calculation",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.frequency"
-              },
-              "next": {
-                "title": "Generic Image Classification",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.siddhi.increase",
-              "title": "Trend",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.increase.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.increase",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.increase",
-                "title": "Trend",
-                "sidebar_label": "Trend"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Transform to boolean",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              },
-              "next": {
-                "title": "Trigonometry Functions",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "title": "Numerical Filter (Siddhi)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-                "title": "Numerical Filter (Siddhi)",
-                "sidebar_label": "Numerical Filter (Siddhi)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Numerical Filter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              },
-              "next": {
-                "title": "Numerical Text Filter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.sequence",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "title": "Sequence Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.sequence.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.sequence",
-                "title": "Sequence Detection",
-                "sidebar_label": "Sequence Detection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Sequence",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              },
-              "next": {
-                "title": "Signal Edge Filter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.siddhi.stop",
-              "title": "Stream Stop Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.stop.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.stop",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.stop",
-                "title": "Stream Stop Detection",
-                "sidebar_label": "Stream Stop Detection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Statistics Summary",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              },
-              "next": {
-                "title": "String Counter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "title": "Statistics Summary",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.statistics.flink.statistics-summary",
-                "title": "Statistics Summary",
-                "sidebar_label": "Statistics Summary"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Static Math",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              },
-              "next": {
-                "title": "Stream Stop Detection",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.stop"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "title": "Language Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-                "title": "Language Detection",
-                "sidebar_label": "Language Detection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Enricher",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              },
-              "next": {
-                "title": "Language Detection",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "title": "Word Count",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-                "title": "Word Count",
-                "sidebar_label": "Word Count"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Value Changed",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-              },
-              "next": {
-                "title": "Buffered REST Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "title": "Chunker (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-                "title": "Chunker (English)",
-                "sidebar_label": "Chunker (English)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Calculate Duration",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-              },
-              "next": {
-                "title": "Compose",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.compose"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "title": "Language Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-                "title": "Language Detection",
-                "sidebar_label": "Language Detection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Language Detection",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-              },
-              "next": {
-                "title": "Math",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "title": "Name Finder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-                "title": "Name Finder",
-                "sidebar_label": "Name Finder"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Merge Two Streams",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-              },
-              "next": {
-                "title": "Number Labeler",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "title": "Part of Speech (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-                "title": "Part of Speech (English)",
-                "sidebar_label": "Part of Speech (English)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Numerical Text Filter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              },
-              "next": {
-                "title": "Peak Detection",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "title": "Sentence Detection (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-                "title": "Sentence Detection (English)",
-                "sidebar_label": "Sentence Detection (English)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Reverse Geocoder",
-                "permalink": "/docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              },
-              "next": {
-                "title": "Sequence",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "title": "Tokenizer (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-                "title": "Tokenizer (English)",
-                "sidebar_label": "Tokenizer (English)"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Timestamp Extractor",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              },
-              "next": {
-                "title": "Transform to boolean",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "title": "Field Converter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-                "title": "Field Converter",
-                "sidebar_label": "Field Converter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Event Rate",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-              },
-              "next": {
-                "title": "Field Hasher",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "title": "Field Mapper",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-                "title": "Field Mapper",
-                "sidebar_label": "Field Mapper"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Hasher",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              },
-              "next": {
-                "title": "Field Renamer",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "title": "Field Renamer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-                "title": "Field Renamer",
-                "sidebar_label": "Field Renamer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Mapper",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-              },
-              "next": {
-                "title": "Frequency Calculation",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.frequency"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "title": "Field Hasher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-                "title": "Field Hasher",
-                "sidebar_label": "Field Hasher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Converter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-              },
-              "next": {
-                "title": "Field Mapper",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "title": "Measurement Unit Converter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-                "title": "Measurement Unit Converter",
-                "sidebar_label": "Measurement Unit Converter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Measure Time Between Two Sensors",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              },
-              "next": {
-                "title": "Merge Two Streams",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "title": "Boilerplate Removal",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-                "title": "Boilerplate Removal",
-                "sidebar_label": "Boilerplate Removal"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "And",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-              },
-              "next": {
-                "title": "Boolean Counter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "title": "Boolean Counter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-                "title": "Boolean Counter",
-                "sidebar_label": "Boolean Counter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boilerplate Removal",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              },
-              "next": {
-                "title": "Boolean Inverter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "title": "Boolean Inverter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-                "title": "Boolean Inverter",
-                "sidebar_label": "Boolean Inverter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean Counter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              },
-              "next": {
-                "title": "Boolean Timer",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "title": "Measure Time Between Two Sensors",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-                "title": "Measure Time Between Two Sensors",
-                "sidebar_label": "Measure Time Between Two Sensors"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Math",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              },
-              "next": {
-                "title": "Measurement Unit Converter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "title": "Boolean Timer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-                "title": "Boolean Timer",
-                "sidebar_label": "Boolean Timer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean Inverter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              },
-              "next": {
-                "title": "Boolean To State",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "title": "Value Changed",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-                "title": "Value Changed",
-                "sidebar_label": "Value Changed"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "URL Dereferencing",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              },
-              "next": {
-                "title": "Word Count",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "title": "Count Array",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-                "title": "Count Array",
-                "sidebar_label": "Count Array"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Count Aggregation",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.count"
-              },
-              "next": {
-                "title": "Creates JTS Point",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "title": "CSV Metadata Enricher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-                "title": "CSV Metadata Enricher",
-                "sidebar_label": "CSV Metadata Enricher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean To State",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              },
-              "next": {
-                "title": "Calculate Duration",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "title": "Calculate Duration",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-                "title": "Calculate Duration",
-                "sidebar_label": "Calculate Duration"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "CSV Metadata Enricher",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              },
-              "next": {
-                "title": "Chunker (English)",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "title": "Signal Edge Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-                "title": "Signal Edge Filter",
-                "sidebar_label": "Signal Edge Filter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Sequence Detection",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.sequence"
-              },
-              "next": {
-                "title": "Single Trajectory Creator",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "title": "Boolean To State",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-                "title": "Boolean To State",
-                "sidebar_label": "Boolean To State"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean Timer",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              },
-              "next": {
-                "title": "CSV Metadata Enricher",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "title": "State Buffer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-                "title": "State Buffer",
-                "sidebar_label": "State Buffer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Split Array",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-              },
-              "next": {
-                "title": "State Buffer Labeler",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "title": "State Buffer Labeler",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-                "title": "State Buffer Labeler",
-                "sidebar_label": "State Buffer Labeler"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "State Buffer",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              },
-              "next": {
-                "title": "Static Distance Calculator",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "title": "Number Labeler",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-                "title": "Number Labeler",
-                "sidebar_label": "Number Labeler"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Name Finder",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-              },
-              "next": {
-                "title": "Numerical Filter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "title": "String To State",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-                "title": "String To State",
-                "sidebar_label": "String To State"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "String Timer",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              },
-              "next": {
-                "title": "Synchronize Two Streams",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.merge"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "title": "Timestamp Extractor",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-                "title": "Timestamp Extractor",
-                "sidebar_label": "Timestamp Extractor"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Timestamp Enricher",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-              },
-              "next": {
-                "title": "Tokenizer (English)",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "title": "Split Array",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-                "title": "Split Array",
-                "sidebar_label": "Split Array"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Speed Calculator",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-              },
-              "next": {
-                "title": "State Buffer",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "title": "String Counter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-                "title": "String Counter",
-                "sidebar_label": "String Counter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Stream Stop Detection",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.stop"
-              },
-              "next": {
-                "title": "String Timer",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "title": "String Timer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-                "title": "String Timer",
-                "sidebar_label": "String Timer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "String Counter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              },
-              "next": {
-                "title": "String To State",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "title": "Task Duration",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-                "title": "Task Duration",
-                "sidebar_label": "Task Duration"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Synchronize Two Streams",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.merge"
-              },
-              "next": {
-                "title": "Text Filter",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "id": "version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "title": "Transform to boolean",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "permalink": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-                "title": "Transform to boolean",
-                "sidebar_label": "Transform to boolean"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tokenizer (English)",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              },
-              "next": {
-                "title": "Trend",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.siddhi.increase"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.protocol.set.file",
-              "id": "version-0.92.0/pe/org.apache.streampipes.protocol.set.file",
-              "title": "File Set",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.protocol.set.file.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.protocol.set.file",
-              "permalink": "/docs/pe/org.apache.streampipes.protocol.set.file",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.protocol.set.file",
-                "title": "File Set",
-                "sidebar_label": "File Set"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "File Stream",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.file"
-              },
-              "next": {
-                "title": "Flic MQTT",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.protocol.set.http",
-              "id": "version-0.92.0/pe/org.apache.streampipes.protocol.set.http",
-              "title": "HTTP Set",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.protocol.set.http.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.protocol.set.http",
-              "permalink": "/docs/pe/org.apache.streampipes.protocol.set.http",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.protocol.set.http",
-                "title": "HTTP Set",
-                "sidebar_label": "HTTP Set"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "HTTP Server",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-              },
-              "next": {
-                "title": "HTTP Stream",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.http"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "title": "Buffered REST Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-                "title": "Buffered REST Publisher",
-                "sidebar_label": "Buffered REST Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Word Count",
-                "permalink": "/docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-              },
-              "next": {
-                "title": "CouchDB",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "title": "JMS Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-                "title": "JMS Publisher",
-                "sidebar_label": "JMS Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "IoTDB",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-              },
-              "next": {
-                "title": "Kafka Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "title": "Kafka Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-                "title": "Kafka Publisher",
-                "sidebar_label": "Kafka Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "JMS Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-              },
-              "next": {
-                "title": "MySQL Database",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "title": "MQTT Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.mqtt",
-                "title": "MQTT Publisher",
-                "sidebar_label": "MQTT Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "title": "NATS Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.nats",
-                "title": "NATS Publisher",
-                "sidebar_label": "NATS Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MySQL Database",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-              },
-              "next": {
-                "title": "Notification",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "title": "Pulsar Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-                "title": "Pulsar Publisher",
-                "sidebar_label": "Pulsar Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "PostgreSQL",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-              },
-              "next": {
-                "title": "REST Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "title": "RabbitMQ Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-                "title": "RabbitMQ Publisher",
-                "sidebar_label": "RabbitMQ Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "REST Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-              },
-              "next": {
-                "title": "Slack Notification",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "title": "REST Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-                "title": "REST Publisher",
-                "sidebar_label": "REST Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Pulsar Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              },
-              "next": {
-                "title": "RabbitMQ Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.ditto",
-              "title": "Eclipse Ditto",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.ditto.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.ditto",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.ditto",
-                "title": "Eclipse Ditto",
-                "sidebar_label": "Eclipse Ditto"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Data Lake",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-              },
-              "next": {
-                "title": "Elasticsearch",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "title": "Elasticsearch",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-                "title": "Elasticsearch",
-                "sidebar_label": "Elasticsearch"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Eclipse Ditto",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.ditto"
-              },
-              "next": {
-                "title": "Email Notification",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "title": "CouchDB",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-                "title": "CouchDB",
-                "sidebar_label": "CouchDB"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Buffered REST Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              },
-              "next": {
-                "title": "Dashboard Sink",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "title": "InfluxDB",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-                "title": "InfluxDB",
-                "sidebar_label": "InfluxDB"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Email Notification",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-              },
-              "next": {
-                "title": "IoTDB",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "title": "IoTDB",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-                "title": "IoTDB",
-                "sidebar_label": "IoTDB"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "InfluxDB",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-              },
-              "next": {
-                "title": "JMS Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "title": "MySQL Database",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.mysql",
-                "title": "MySQL Database",
-                "sidebar_label": "MySQL Database"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Kafka Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-              },
-              "next": {
-                "title": "NATS Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "title": "OPC-UA",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-                "title": "OPC-UA",
-                "sidebar_label": "OPC-UA"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Notification",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-              },
-              "next": {
-                "title": "OneSignal",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "title": "PostgreSQL",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-                "title": "PostgreSQL",
-                "sidebar_label": "PostgreSQL"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "OneSignal",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              },
-              "next": {
-                "title": "Pulsar Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "title": "Dashboard Sink",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-                "title": "Dashboard Sink",
-                "sidebar_label": "Dashboard Sink"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "CouchDB",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-              },
-              "next": {
-                "title": "Data Lake",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "title": "Data Lake",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-                "title": "Data Lake",
-                "sidebar_label": "Data Lake"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Dashboard Sink",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-              },
-              "next": {
-                "title": "Eclipse Ditto",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.ditto"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "title": "Notification",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-                "title": "Notification",
-                "sidebar_label": "Notification"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NATS Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-              },
-              "next": {
-                "title": "OPC-UA",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "title": "Email Notification",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-                "title": "Email Notification",
-                "sidebar_label": "Email Notification"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Elasticsearch",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              },
-              "next": {
-                "title": "InfluxDB",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "title": "OneSignal",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-                "title": "OneSignal",
-                "sidebar_label": "OneSignal"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "OPC-UA",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-              },
-              "next": {
-                "title": "PostgreSQL",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "title": "Slack Notification",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-                "title": "Slack Notification",
-                "sidebar_label": "Slack Notification"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "RabbitMQ Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              },
-              "next": {
-                "title": "Telegram Publisher",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "id": "version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "title": "Telegram Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.telegram",
-                "title": "Telegram Publisher",
-                "sidebar_label": "Telegram Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Slack Notification",
-                "permalink": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-              },
-              "next": {
-                "title": "Docker Deployment",
-                "permalink": "/docs/deploy-docker"
-              }
-            },
-            {
-              "unversionedId": "privacy",
-              "id": "version-0.92.0/privacy",
-              "title": "Datenschutzerklärung",
-              "description": "Verantwortliche Stelle",
-              "source": "@site/versioned_docs/version-0.92.0/privacy.md",
-              "sourceDirName": ".",
-              "slug": "/privacy",
-              "permalink": "/docs/privacy",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "privacy",
-                "title": "Datenschutzerklärung",
-                "sidebar_label": "Privacy Notice"
-              }
-            },
-            {
-              "unversionedId": "technicals-architecture",
-              "id": "version-0.92.0/technicals-architecture",
-              "title": "Architecture",
-              "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-              "source": "@site/versioned_docs/version-0.92.0/07_technicals-architecture.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-architecture",
-              "permalink": "/docs/technicals-architecture",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-architecture",
-                "title": "Architecture",
-                "sidebar_label": "Architecture"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Migration Guide: 0.69.0",
-                "permalink": "/docs/extend-sdk-migration-service-discovery"
-              },
-              "next": {
-                "title": "User Guidance",
-                "permalink": "/docs/technicals-user-guidance"
-              }
-            },
-            {
-              "unversionedId": "technicals-configuration",
-              "id": "version-0.92.0/technicals-configuration",
-              "title": "Configuration",
-              "description": "On this page we explain how the StreamPipes configuration works.",
-              "source": "@site/versioned_docs/version-0.92.0/07_technicals-configuration.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-configuration",
-              "permalink": "/docs/technicals-configuration",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-configuration",
-                "title": "Configuration",
-                "sidebar_label": "Configuration"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Messaging",
-                "permalink": "/docs/technicals-messaging"
-              },
-              "next": {
-                "title": "Get Help",
-                "permalink": "/docs/community-get-help"
-              }
-            },
-            {
-              "unversionedId": "technicals-messaging",
-              "id": "version-0.92.0/technicals-messaging",
-              "title": "Messaging",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.92.0/07_technicals-messaging.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-messaging",
-              "permalink": "/docs/technicals-messaging",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-messaging",
-                "title": "Messaging",
-                "sidebar_label": "Messaging"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Runtime Wrappers",
-                "permalink": "/docs/technicals-runtime-wrappers"
-              },
-              "next": {
-                "title": "Configuration",
-                "permalink": "/docs/technicals-configuration"
-              }
-            },
-            {
-              "unversionedId": "technicals-runtime-wrappers",
-              "id": "version-0.92.0/technicals-runtime-wrappers",
-              "title": "Runtime Wrappers",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.92.0/07_technicals-runtime-wrappers.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-runtime-wrappers",
-              "permalink": "/docs/technicals-runtime-wrappers",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-runtime-wrappers",
-                "title": "Runtime Wrappers",
-                "sidebar_label": "Runtime Wrappers"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "User Guidance",
-                "permalink": "/docs/technicals-user-guidance"
-              },
-              "next": {
-                "title": "Messaging",
-                "permalink": "/docs/technicals-messaging"
-              }
-            },
-            {
-              "unversionedId": "technicals-user-guidance",
-              "id": "version-0.92.0/technicals-user-guidance",
-              "title": "User Guidance",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.92.0/07_technicals-user-guidance.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-user-guidance",
-              "permalink": "/docs/technicals-user-guidance",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-user-guidance",
-                "title": "User Guidance",
-                "sidebar_label": "User Guidance"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Architecture",
-                "permalink": "/docs/technicals-architecture"
-              },
-              "next": {
-                "title": "Runtime Wrappers",
-                "permalink": "/docs/technicals-runtime-wrappers"
-              }
-            },
-            {
-              "unversionedId": "try-installation",
-              "id": "version-0.92.0/try-installation",
-              "title": "Installation",
-              "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-              "source": "@site/versioned_docs/version-0.92.0/01_try-installation.md",
-              "sourceDirName": ".",
-              "slug": "/try-installation",
-              "permalink": "/docs/try-installation",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 1,
-              "frontMatter": {
-                "id": "try-installation",
-                "title": "Installation",
-                "sidebar_label": "Installation",
-                "original_id": "try-installation"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Overview",
-                "permalink": "/docs/user-guide-introduction"
-              },
-              "next": {
-                "title": "Introduction",
-                "permalink": "/docs/introduction"
-              }
-            },
-            {
-              "unversionedId": "try-tutorial",
-              "id": "version-0.92.0/try-tutorial",
-              "title": "Interactive Tutorial",
-              "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox.",
-              "source": "@site/versioned_docs/version-0.92.0/01_try-tutorial.md",
-              "sourceDirName": ".",
-              "slug": "/try-tutorial",
-              "permalink": "/docs/try-tutorial",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 1,
-              "frontMatter": {
-                "id": "try-tutorial",
-                "title": "Interactive Tutorial",
-                "sidebar_label": "Interactive Tutorial"
-              }
-            },
-            {
-              "unversionedId": "use-configurations",
-              "id": "version-0.92.0/use-configurations",
-              "title": "Configurations",
-              "description": "The configuration section is an admin-only interface for system-wide settings.",
-              "source": "@site/versioned_docs/version-0.92.0/03_use-configurations.md",
-              "sourceDirName": ".",
-              "slug": "/use-configurations",
-              "permalink": "/docs/use-configurations",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-configurations",
-                "title": "Configurations",
-                "sidebar_label": "Configurations"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Install Pipeline Elements",
-                "permalink": "/docs/use-install-pipeline-elements"
-              },
-              "next": {
-                "title": "Apache Kafka",
-                "permalink": "/docs/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-              }
-            },
-            {
-              "unversionedId": "use-connect",
-              "id": "version-0.92.0/use-connect",
-              "title": "StreamPipes Connect",
-              "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-              "source": "@site/versioned_docs/version-0.92.0/03_use-connect.md",
-              "sourceDirName": ".",
-              "slug": "/use-connect",
-              "permalink": "/docs/use-connect",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-connect",
-                "title": "StreamPipes Connect",
-                "sidebar_label": "StreamPipes Connect"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Overview",
-                "permalink": "/docs/concepts-overview"
-              },
-              "next": {
-                "title": "Pipeline Editor",
-                "permalink": "/docs/use-pipeline-editor"
-              }
-            },
-            {
-              "unversionedId": "use-dashboard",
-              "id": "version-0.92.0/use-dashboard",
-              "title": "Live Dashboard",
-              "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-              "source": "@site/versioned_docs/version-0.92.0/03_use-dashboard.md",
-              "sourceDirName": ".",
-              "slug": "/use-dashboard",
-              "permalink": "/docs/use-dashboard",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-dashboard",
-                "title": "Live Dashboard",
-                "sidebar_label": "Live Dashboard"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Managing Pipelines",
-                "permalink": "/docs/use-managing-pipelines"
-              },
-              "next": {
-                "title": "Data Explorer",
-                "permalink": "/docs/use-data-explorer"
-              }
-            },
-            {
-              "unversionedId": "use-data-explorer",
-              "id": "version-0.92.0/use-data-explorer",
-              "title": "Data Explorer",
-              "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-              "source": "@site/versioned_docs/version-0.92.0/03_use-data-explorer.md",
-              "sourceDirName": ".",
-              "slug": "/use-data-explorer",
-              "permalink": "/docs/use-data-explorer",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-data-explorer",
-                "title": "Data Explorer",
-                "sidebar_label": "Data Explorer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Live Dashboard",
-                "permalink": "/docs/use-dashboard"
-              },
-              "next": {
-                "title": "Notifications",
-                "permalink": "/docs/use-notifications"
-              }
-            },
-            {
-              "unversionedId": "use-install-pipeline-elements",
-              "id": "version-0.92.0/use-install-pipeline-elements",
-              "title": "Install Pipeline Elements",
-              "description": "Install Pipeline Elements",
-              "source": "@site/versioned_docs/version-0.92.0/03_use-install-pipeline-elements.md",
-              "sourceDirName": ".",
-              "slug": "/use-install-pipeline-elements",
-              "permalink": "/docs/use-install-pipeline-elements",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-install-pipeline-elements",
-                "title": "Install Pipeline Elements",
-                "sidebar_label": "Install Pipeline Elements"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Notifications",
-                "permalink": "/docs/use-notifications"
-              },
-              "next": {
-                "title": "Configurations",
-                "permalink": "/docs/use-configurations"
-              }
-            },
-            {
-              "unversionedId": "use-managing-pipelines",
-              "id": "version-0.92.0/use-managing-pipelines",
-              "title": "Managing Pipelines",
-              "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-              "source": "@site/versioned_docs/version-0.92.0/03_use-managing-pipelines.md",
-              "sourceDirName": ".",
-              "slug": "/use-managing-pipelines",
-              "permalink": "/docs/use-managing-pipelines",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-managing-pipelines",
-                "title": "Managing Pipelines",
-                "sidebar_label": "Managing Pipelines"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Pipeline Editor",
-                "permalink": "/docs/use-pipeline-editor"
-              },
-              "next": {
-                "title": "Live Dashboard",
-                "permalink": "/docs/use-dashboard"
-              }
-            },
-            {
-              "unversionedId": "use-notifications",
-              "id": "version-0.92.0/use-notifications",
-              "title": "Notifications",
-              "description": "The notification module can be used to create internal notifications.",
-              "source": "@site/versioned_docs/version-0.92.0/03_use-notifications.md",
-              "sourceDirName": ".",
-              "slug": "/use-notifications",
-              "permalink": "/docs/use-notifications",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-notifications",
-                "title": "Notifications",
-                "sidebar_label": "Notifications"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Data Explorer",
-                "permalink": "/docs/use-data-explorer"
-              },
-              "next": {
-                "title": "Install Pipeline Elements",
-                "permalink": "/docs/use-install-pipeline-elements"
-              }
-            },
-            {
-              "unversionedId": "use-pipeline-editor",
-              "id": "version-0.92.0/use-pipeline-editor",
-              "title": "Pipeline Editor",
-              "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-              "source": "@site/versioned_docs/version-0.92.0/03_use-pipeline-editor.md",
-              "sourceDirName": ".",
-              "slug": "/use-pipeline-editor",
-              "permalink": "/docs/use-pipeline-editor",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-pipeline-editor",
-                "title": "Pipeline Editor",
-                "sidebar_label": "Pipeline Editor"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "StreamPipes Connect",
-                "permalink": "/docs/use-connect"
-              },
-              "next": {
-                "title": "Managing Pipelines",
-                "permalink": "/docs/use-managing-pipelines"
-              }
-            },
-            {
-              "unversionedId": "user-guide-first-steps",
-              "id": "version-0.92.0/user-guide-first-steps",
-              "title": "First steps",
-              "description": "In this section, you'll learn how to create and run pipelines in StreamPipes.",
-              "source": "@site/versioned_docs/version-0.92.0/user-guide-first-steps.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-first-steps",
-              "permalink": "/docs/user-guide-first-steps",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-first-steps",
-                "title": "First steps",
-                "sidebar_label": "First steps"
-              }
-            },
-            {
-              "unversionedId": "user-guide-installation",
-              "id": "version-0.92.0/user-guide-installation",
-              "title": "Installation",
-              "description": "Prerequisites",
-              "source": "@site/versioned_docs/version-0.92.0/user-guide-installation.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-installation",
-              "permalink": "/docs/user-guide-installation",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-installation",
-                "title": "Installation",
-                "sidebar_label": "Installation"
-              }
-            },
-            {
-              "unversionedId": "user-guide-introduction",
-              "id": "version-0.92.0/user-guide-introduction",
-              "title": "Apache StreamPipes Documentation",
-              "description": "This is the documentation of Apache StreamPipes.",
-              "source": "@site/versioned_docs/version-0.92.0/01_try-overview.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-introduction",
-              "permalink": "/docs/user-guide-introduction",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 1,
-              "frontMatter": {
-                "id": "user-guide-introduction",
-                "title": "Apache StreamPipes Documentation",
-                "sidebar_label": "Overview"
-              },
-              "sidebar": "documentation",
-              "next": {
-                "title": "Installation",
-                "permalink": "/docs/try-installation"
-              }
-            },
-            {
-              "unversionedId": "user-guide-introduction-old",
-              "id": "version-0.92.0/user-guide-introduction-old",
-              "title": "Introduction",
-              "description": "StreamPipes is a framework that enables users to work with data streams.",
-              "source": "@site/versioned_docs/version-0.92.0/user-guide-introduction.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-introduction-old",
-              "permalink": "/docs/user-guide-introduction-old",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-introduction-old",
-                "title": "Introduction",
-                "sidebar_label": "Introduction"
-              }
-            },
-            {
-              "unversionedId": "user-guide-software-components",
-              "id": "version-0.92.0/user-guide-software-components",
-              "title": "Software Components",
-              "description": "This page contains all the software components that can be used within the StreamPipes framework.",
-              "source": "@site/versioned_docs/version-0.92.0/user-guide-software-components.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-software-components",
-              "permalink": "/docs/user-guide-software-components",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-software-components",
-                "title": "Software Components",
-                "sidebar_label": "Software Components"
-              }
-            },
-            {
-              "unversionedId": "user-guide-tour",
-              "id": "version-0.92.0/user-guide-tour",
-              "title": "Tour",
-              "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure.",
-              "source": "@site/versioned_docs/version-0.92.0/user-guide-tour.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-tour",
-              "permalink": "/docs/user-guide-tour",
-              "draft": false,
-              "tags": [],
-              "version": "0.92.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-tour",
-                "title": "Tour",
-                "sidebar_label": "Tour"
-              }
-            }
-          ],
-          "drafts": [],
-          "sidebars": {
-            "documentation": [
-              {
-                "type": "category",
-                "label": "🚀 Try StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "user-guide-introduction"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "try-installation"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "Concepts",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "introduction"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "concepts-overview"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "🎓 Use StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "use-connect"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-pipeline-editor"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-managing-pipelines"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-dashboard"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-data-explorer"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-notifications"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-install-pipeline-elements"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-configurations"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "📚 Pipeline Elements",
-                "items": [
-                  {
-                    "type": "category",
-                    "label": "Adapters",
-                    "items": [
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.coindesk"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.file"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.protocol.set.file"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.gdelt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.protocol.set.http"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.http"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.iex.news"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.iss"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.image.set"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.image.stream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.mysql.set"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.netio.rest"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.opcua"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.ros"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.slack"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.ti"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-                      }
-                    ],
-                    "collapsed": true,
-                    "collapsible": true
-                  },
-                  {
-                    "type": "category",
-                    "label": "Data Processors",
-                    "items": [
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.compose"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.count"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.frequency"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.project"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.limit"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.sequence"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.flink"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.stop"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.merge"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.increase"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-                      }
-                    ],
-                    "collapsed": true,
-                    "collapsible": true
-                  },
-                  {
-                    "type": "category",
-                    "label": "Data Sinks",
-                    "items": [
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.ditto"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-                      }
-                    ],
-                    "collapsed": true,
-                    "collapsible": true
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "⚡ Deploy StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "deploy-docker"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "deploy-kubernetes"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "deploy-use-ssl"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "deploy-security"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "💻 Extend StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "extend-setup"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-cli"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-archetypes"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-first-processor"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-tutorial-data-sources"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-tutorial-data-processors"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-tutorial-data-sinks"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-functions"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-event-model"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-stream-requirements"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-static-properties"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-output-strategies"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-migration-service-discovery"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "🔧 Technicals",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "technicals-architecture"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-user-guidance"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-runtime-wrappers"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-messaging"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-configuration"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "👪 Community",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "community-get-help"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "community-contribute"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              }
-            ],
-            "faq": [
-              {
-                "type": "category",
-                "label": "FAQ",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "faq-common-problems"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              }
-            ]
-          }
-        },
-        {
-          "versionName": "0.91.0",
-          "label": "0.91.0",
-          "banner": "unmaintained",
-          "badge": true,
-          "noIndex": false,
-          "className": "docs-version-0.91.0",
-          "path": "/docs/0.91.0",
-          "tagsPath": "/docs/0.91.0/tags",
-          "isLast": false,
-          "sidebarFilePath": "C:\\git\\apache\\incubator-streampipes-website\\website-v2\\versioned_sidebars\\version-0.91.0-sidebars.json",
-          "contentPath": "C:\\git\\apache\\incubator-streampipes-website\\website-v2\\versioned_docs\\version-0.91.0",
-          "contentPathLocalized": "C:\\git\\apache\\incubator-streampipes-website\\website-v2\\i18n\\en\\docusaurus-plugin-content-docs\\version-0.91.0",
-          "docs": [
-            {
-              "unversionedId": "community-contribute",
-              "id": "version-0.91.0/community-contribute",
-              "title": "Contribute",
-              "description": "Contribute",
-              "source": "@site/versioned_docs/version-0.91.0/09_contribute.md",
-              "sourceDirName": ".",
-              "slug": "/community-contribute",
-              "permalink": "/docs/0.91.0/community-contribute",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 9,
-              "frontMatter": {
-                "id": "community-contribute",
-                "title": "Contribute",
-                "sidebar_label": "Contribute",
-                "original_id": "community-contribute"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Get Help",
-                "permalink": "/docs/0.91.0/community-get-help"
-              }
-            },
-            {
-              "unversionedId": "community-get-help",
-              "id": "version-0.91.0/community-get-help",
-              "title": "Get Help",
-              "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-              "source": "@site/versioned_docs/version-0.91.0/09_get-help.md",
-              "sourceDirName": ".",
-              "slug": "/community-get-help",
-              "permalink": "/docs/0.91.0/community-get-help",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 9,
-              "frontMatter": {
-                "id": "community-get-help",
-                "title": "Get Help",
-                "sidebar_label": "Get Help",
-                "original_id": "community-get-help"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Configuration",
-                "permalink": "/docs/0.91.0/technicals-configuration"
-              },
-              "next": {
-                "title": "Contribute",
-                "permalink": "/docs/0.91.0/community-contribute"
-              }
-            },
-            {
-              "unversionedId": "concepts-adapter",
-              "id": "version-0.91.0/concepts-adapter",
-              "title": "Data Adapters",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.91.0/02_concepts-adapter.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-adapter",
-              "permalink": "/docs/0.91.0/concepts-adapter",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-adapter",
-                "title": "Data Adapters",
-                "sidebar_label": "Data Adapters",
-                "original_id": "concepts-adapter"
-              }
-            },
-            {
-              "unversionedId": "concepts-data-streams",
-              "id": "version-0.91.0/concepts-data-streams",
-              "title": "Data Streams",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.91.0/02_concepts-data-streams.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-data-streams",
-              "permalink": "/docs/0.91.0/concepts-data-streams",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-data-streams",
-                "title": "Data Streams",
-                "sidebar_label": "Data Streams",
-                "original_id": "concepts-data-streams"
-              }
-            },
-            {
-              "unversionedId": "concepts-glossary",
-              "id": "version-0.91.0/concepts-glossary",
-              "title": "Glossary",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.91.0/02_concepts-glossary.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-glossary",
-              "permalink": "/docs/0.91.0/concepts-glossary",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-glossary",
-                "title": "Glossary",
-                "sidebar_label": "Glossary",
-                "original_id": "concepts-glossary"
-              }
-            },
-            {
-              "unversionedId": "concepts-overview",
-              "id": "version-0.91.0/concepts-overview",
-              "title": "StreamPipes Concepts",
-              "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-              "source": "@site/versioned_docs/version-0.91.0/02_concepts-overview.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-overview",
-              "permalink": "/docs/0.91.0/concepts-overview",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-overview",
-                "title": "StreamPipes Concepts",
-                "sidebar_label": "Overview",
-                "original_id": "concepts-overview"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Installation",
-                "permalink": "/docs/0.91.0/try-installation"
-              },
-              "next": {
-                "title": "StreamPipes Connect",
-                "permalink": "/docs/0.91.0/use-connect"
-              }
-            },
-            {
-              "unversionedId": "concepts-pipelines",
-              "id": "version-0.91.0/concepts-pipelines",
-              "title": "Pipelines",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.91.0/02_concepts-pipeline.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-pipelines",
-              "permalink": "/docs/0.91.0/concepts-pipelines",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-pipelines",
-                "title": "Pipelines",
-                "sidebar_label": "Pipelines",
-                "original_id": "concepts-pipelines"
-              }
-            },
-            {
-              "unversionedId": "debugging-debugging",
-              "id": "version-0.91.0/debugging-debugging",
-              "title": "Debugging",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.91.0/08_debugging.md",
-              "sourceDirName": ".",
-              "slug": "/debugging-debugging",
-              "permalink": "/docs/0.91.0/debugging-debugging",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 8,
-              "frontMatter": {
-                "id": "debugging-debugging",
-                "title": "Debugging",
-                "sidebar_label": "Debugging",
-                "original_id": "debugging-debugging"
-              }
-            },
-            {
-              "unversionedId": "debugging-monitoring",
-              "id": "version-0.91.0/debugging-monitoring",
-              "title": "Monitoring",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.91.0/08_monitoring.md",
-              "sourceDirName": ".",
-              "slug": "/debugging-monitoring",
-              "permalink": "/docs/0.91.0/debugging-monitoring",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 8,
-              "frontMatter": {
-                "id": "debugging-monitoring",
-                "title": "Monitoring",
-                "sidebar_label": "Monitoring",
-                "original_id": "debugging-monitoring"
-              }
-            },
-            {
-              "unversionedId": "deploy-docker",
-              "id": "version-0.91.0/deploy-docker",
-              "title": "Docker Deployment",
-              "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-              "source": "@site/versioned_docs/version-0.91.0/05_deploy-docker.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-docker",
-              "permalink": "/docs/0.91.0/deploy-docker",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-docker",
-                "title": "Docker Deployment",
-                "sidebar_label": "Docker Deployment",
-                "original_id": "deploy-docker"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Telegram Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-              },
-              "next": {
-                "title": "Kubernetes Deployment",
-                "permalink": "/docs/0.91.0/deploy-kubernetes"
-              }
-            },
-            {
-              "unversionedId": "deploy-kubernetes",
-              "id": "version-0.91.0/deploy-kubernetes",
-              "title": "Kubernetes Deployment",
-              "description": "Prerequisites",
-              "source": "@site/versioned_docs/version-0.91.0/05_deploy-kubernetes.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-kubernetes",
-              "permalink": "/docs/0.91.0/deploy-kubernetes",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-kubernetes",
-                "title": "Kubernetes Deployment",
-                "sidebar_label": "Kubernetes Deployment",
-                "original_id": "deploy-kubernetes"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Docker Deployment",
-                "permalink": "/docs/0.91.0/deploy-docker"
-              },
-              "next": {
-                "title": "Use SSL",
-                "permalink": "/docs/0.91.0/deploy-use-ssl"
-              }
-            },
-            {
-              "unversionedId": "deploy-security",
-              "id": "version-0.91.0/deploy-security",
-              "title": "Security",
-              "description": "Overriding default settings",
-              "source": "@site/versioned_docs/version-0.91.0/05_deploy-security.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-security",
-              "permalink": "/docs/0.91.0/deploy-security",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-security",
-                "title": "Security",
-                "sidebar_label": "Security",
-                "original_id": "deploy-security"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Use SSL",
-                "permalink": "/docs/0.91.0/deploy-use-ssl"
-              },
-              "next": {
-                "title": "Development Setup",
-                "permalink": "/docs/0.91.0/extend-setup"
-              }
-            },
-            {
-              "unversionedId": "deploy-use-ssl",
-              "id": "version-0.91.0/deploy-use-ssl",
-              "title": "Use SSL",
-              "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-              "source": "@site/versioned_docs/version-0.91.0/05_deploy-use-ssl.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-use-ssl",
-              "permalink": "/docs/0.91.0/deploy-use-ssl",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-use-ssl",
-                "title": "Use SSL",
-                "sidebar_label": "Use SSL",
-                "original_id": "deploy-use-ssl"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Kubernetes Deployment",
-                "permalink": "/docs/0.91.0/deploy-kubernetes"
-              },
-              "next": {
-                "title": "Security",
-                "permalink": "/docs/0.91.0/deploy-security"
-              }
-            },
-            {
-              "unversionedId": "dev-guide-archetype",
-              "id": "version-0.91.0/dev-guide-archetype",
-              "title": "Start Developing",
-              "description": "",
-              "source": "@site/versioned_docs/version-0.91.0/dev-guide-archetype.md",
-              "sourceDirName": ".",
-              "slug": "/dev-guide-archetype",
-              "permalink": "/docs/0.91.0/dev-guide-archetype",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "dev-guide-archetype",
-                "title": "Start Developing",
-                "sidebar_label": "Start Developing",
-                "original_id": "dev-guide-archetype"
-              }
-            },
-            {
-              "unversionedId": "dev-guide-sdk-guide-processors",
-              "id": "version-0.91.0/dev-guide-sdk-guide-processors",
-              "title": "SDK Guide: Data Processors",
-              "description": "Project Setup",
-              "source": "@site/versioned_docs/version-0.91.0/dev-guide-processor-sdk.md",
-              "sourceDirName": ".",
-              "slug": "/dev-guide-sdk-guide-processors",
-              "permalink": "/docs/0.91.0/dev-guide-sdk-guide-processors",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "dev-guide-sdk-guide-processors",
-                "title": "SDK Guide: Data Processors",
-                "sidebar_label": "SDK Guide: Data Processors",
-                "original_id": "dev-guide-sdk-guide-processors"
-              }
-            },
-            {
-              "unversionedId": "dev-guide-sdk-guide-sinks",
-              "id": "version-0.91.0/dev-guide-sdk-guide-sinks",
-              "title": "SDK Guide: Data Sinks",
-              "description": "Project Setup",
-              "source": "@site/versioned_docs/version-0.91.0/dev-guide-sink-sdk.md",
-              "sourceDirName": ".",
-              "slug": "/dev-guide-sdk-guide-sinks",
-              "permalink": "/docs/0.91.0/dev-guide-sdk-guide-sinks",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "dev-guide-sdk-guide-sinks",
-                "title": "SDK Guide: Data Sinks",
-                "sidebar_label": "SDK Guide: Data Sinks",
-                "original_id": "dev-guide-sdk-guide-sinks"
-              }
-            },
-            {
-              "unversionedId": "extend-archetypes",
-              "id": "version-0.91.0/extend-archetypes",
-              "title": "Maven Archetypes",
-              "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-              "source": "@site/versioned_docs/version-0.91.0/06_extend-archetypes.md",
-              "sourceDirName": ".",
-              "slug": "/extend-archetypes",
-              "permalink": "/docs/0.91.0/extend-archetypes",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-archetypes",
-                "title": "Maven Archetypes",
-                "sidebar_label": "Maven Archetypes",
-                "original_id": "extend-archetypes"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "StreamPipes CLI",
-                "permalink": "/docs/0.91.0/extend-cli"
-              },
-              "next": {
-                "title": "Your first data processor",
-                "permalink": "/docs/0.91.0/extend-first-processor"
-              }
-            },
-            {
-              "unversionedId": "extend-cli",
-              "id": "version-0.91.0/extend-cli",
-              "title": "StreamPipes CLI",
-              "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-              "source": "@site/versioned_docs/version-0.91.0/06_extend-cli.md",
-              "sourceDirName": ".",
-              "slug": "/extend-cli",
-              "permalink": "/docs/0.91.0/extend-cli",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-cli",
-                "title": "StreamPipes CLI",
-                "sidebar_label": "StreamPipes CLI",
-                "original_id": "extend-cli"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Development Setup",
-                "permalink": "/docs/0.91.0/extend-setup"
-              },
-              "next": {
-                "title": "Maven Archetypes",
-                "permalink": "/docs/0.91.0/extend-archetypes"
-              }
-            },
-            {
-              "unversionedId": "extend-first-processor",
-              "id": "version-0.91.0/extend-first-processor",
-              "title": "Your first data processor",
-              "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-              "source": "@site/versioned_docs/version-0.91.0/06_extend-first-processor.md",
-              "sourceDirName": ".",
-              "slug": "/extend-first-processor",
-              "permalink": "/docs/0.91.0/extend-first-processor",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-first-processor",
-                "title": "Your first data processor",
-                "sidebar_label": "Your first data processor",
-                "original_id": "extend-first-processor"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Maven Archetypes",
-                "permalink": "/docs/0.91.0/extend-archetypes"
-              },
-              "next": {
-                "title": "Tutorial: Data Sources",
-                "permalink": "/docs/0.91.0/extend-tutorial-data-sources"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-event-model",
-              "id": "version-0.91.0/extend-sdk-event-model",
-              "title": "SDK Guide: Event Model",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.91.0/06_extend-sdk-event-model.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-event-model",
-              "permalink": "/docs/0.91.0/extend-sdk-event-model",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-event-model",
-                "title": "SDK Guide: Event Model",
-                "sidebar_label": "SDK: Event Model",
-                "original_id": "extend-sdk-event-model"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Functions",
-                "permalink": "/docs/0.91.0/extend-sdk-functions"
-              },
-              "next": {
-                "title": "SDK: Stream Requirements",
-                "permalink": "/docs/0.91.0/extend-sdk-stream-requirements"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-functions",
-              "id": "version-0.91.0/extend-sdk-functions",
-              "title": "SDK Guide: Functions",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.91.0/06_extend-sdk-functions.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-functions",
-              "permalink": "/docs/0.91.0/extend-sdk-functions",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-functions",
-                "title": "SDK Guide: Functions",
-                "sidebar_label": "SDK: Functions",
-                "original_id": "extend-sdk-functions"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tutorial: Data Sinks",
-                "permalink": "/docs/0.91.0/extend-tutorial-data-sinks"
-              },
-              "next": {
-                "title": "SDK: Event Model",
-                "permalink": "/docs/0.91.0/extend-sdk-event-model"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-migration-service-discovery",
-              "id": "version-0.91.0/extend-sdk-migration-service-discovery",
-              "title": "Migration Guide: New Service Discovery in 0.69.0",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.91.0/06_extend-sdk-migration-sd.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-migration-service-discovery",
-              "permalink": "/docs/0.91.0/extend-sdk-migration-service-discovery",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-migration-service-discovery",
-                "title": "Migration Guide: New Service Discovery in 0.69.0",
-                "sidebar_label": "Migration Guide: 0.69.0",
-                "original_id": "extend-sdk-migration-service-discovery"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Output Strategies",
-                "permalink": "/docs/0.91.0/extend-sdk-output-strategies"
-              },
-              "next": {
-                "title": "Architecture",
-                "permalink": "/docs/0.91.0/technicals-architecture"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-output-strategies",
-              "id": "version-0.91.0/extend-sdk-output-strategies",
-              "title": "SDK Guide: Output Strategies",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.91.0/06_extend-sdk-output-strategies.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-output-strategies",
-              "permalink": "/docs/0.91.0/extend-sdk-output-strategies",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-output-strategies",
-                "title": "SDK Guide: Output Strategies",
-                "sidebar_label": "SDK: Output Strategies",
-                "original_id": "extend-sdk-output-strategies"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Static Properties",
-                "permalink": "/docs/0.91.0/extend-sdk-static-properties"
-              },
-              "next": {
-                "title": "Migration Guide: 0.69.0",
-                "permalink": "/docs/0.91.0/extend-sdk-migration-service-discovery"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-static-properties",
-              "id": "version-0.91.0/extend-sdk-static-properties",
-              "title": "SDK Guide: Static Properties",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.91.0/06_extend-sdk-static-properties.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-static-properties",
-              "permalink": "/docs/0.91.0/extend-sdk-static-properties",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-static-properties",
-                "title": "SDK Guide: Static Properties",
-                "sidebar_label": "SDK: Static Properties",
-                "original_id": "extend-sdk-static-properties"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Stream Requirements",
-                "permalink": "/docs/0.91.0/extend-sdk-stream-requirements"
-              },
-              "next": {
-                "title": "SDK: Output Strategies",
-                "permalink": "/docs/0.91.0/extend-sdk-output-strategies"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-stream-requirements",
-              "id": "version-0.91.0/extend-sdk-stream-requirements",
-              "title": "SDK Guide: Stream Requirements",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.91.0/06_extend-sdk-stream-requirements.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-stream-requirements",
-              "permalink": "/docs/0.91.0/extend-sdk-stream-requirements",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-stream-requirements",
-                "title": "SDK Guide: Stream Requirements",
-                "sidebar_label": "SDK: Stream Requirements",
-                "original_id": "extend-sdk-stream-requirements"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Event Model",
-                "permalink": "/docs/0.91.0/extend-sdk-event-model"
-              },
-              "next": {
-                "title": "SDK: Static Properties",
-                "permalink": "/docs/0.91.0/extend-sdk-static-properties"
-              }
-            },
-            {
-              "unversionedId": "extend-setup",
-              "id": "version-0.91.0/extend-setup",
-              "title": "Development Setup",
-              "description": "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.",
-              "source": "@site/versioned_docs/version-0.91.0/06_extend-setup.md",
-              "sourceDirName": ".",
-              "slug": "/extend-setup",
-              "permalink": "/docs/0.91.0/extend-setup",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-setup",
-                "title": "Development Setup",
-                "sidebar_label": "Development Setup",
-                "original_id": "extend-setup"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Security",
-                "permalink": "/docs/0.91.0/deploy-security"
-              },
-              "next": {
-                "title": "StreamPipes CLI",
-                "permalink": "/docs/0.91.0/extend-cli"
-              }
-            },
-            {
-              "unversionedId": "extend-tutorial-data-processors",
-              "id": "version-0.91.0/extend-tutorial-data-processors",
-              "title": "Tutorial: Data Processors",
-              "description": "In this tutorial, we will add a new data processor.",
-              "source": "@site/versioned_docs/version-0.91.0/06_extend-tutorial-data-processors.md",
-              "sourceDirName": ".",
-              "slug": "/extend-tutorial-data-processors",
-              "permalink": "/docs/0.91.0/extend-tutorial-data-processors",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-tutorial-data-processors",
-                "title": "Tutorial: Data Processors",
-                "sidebar_label": "Tutorial: Data Processors",
-                "original_id": "extend-tutorial-data-processors"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tutorial: Data Sources",
-                "permalink": "/docs/0.91.0/extend-tutorial-data-sources"
-              },
-              "next": {
-                "title": "Tutorial: Data Sinks",
-                "permalink": "/docs/0.91.0/extend-tutorial-data-sinks"
-              }
-            },
-            {
-              "unversionedId": "extend-tutorial-data-sinks",
-              "id": "version-0.91.0/extend-tutorial-data-sinks",
-              "title": "Tutorial: Data Sinks",
-              "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-              "source": "@site/versioned_docs/version-0.91.0/06_extend-tutorial-data-sinks.md",
-              "sourceDirName": ".",
-              "slug": "/extend-tutorial-data-sinks",
-              "permalink": "/docs/0.91.0/extend-tutorial-data-sinks",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-tutorial-data-sinks",
-                "title": "Tutorial: Data Sinks",
-                "sidebar_label": "Tutorial: Data Sinks",
-                "original_id": "extend-tutorial-data-sinks"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tutorial: Data Processors",
-                "permalink": "/docs/0.91.0/extend-tutorial-data-processors"
-              },
-              "next": {
-                "title": "SDK: Functions",
-                "permalink": "/docs/0.91.0/extend-sdk-functions"
-              }
-            },
-            {
-              "unversionedId": "extend-tutorial-data-sources",
-              "id": "version-0.91.0/extend-tutorial-data-sources",
-              "title": "Tutorial: Data Sources",
-              "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-              "source": "@site/versioned_docs/version-0.91.0/06_extend-tutorial-data-sources.md",
-              "sourceDirName": ".",
-              "slug": "/extend-tutorial-data-sources",
-              "permalink": "/docs/0.91.0/extend-tutorial-data-sources",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-tutorial-data-sources",
-                "title": "Tutorial: Data Sources",
-                "sidebar_label": "Tutorial: Data Sources",
-                "original_id": "extend-tutorial-data-sources"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Your first data processor",
-                "permalink": "/docs/0.91.0/extend-first-processor"
-              },
-              "next": {
-                "title": "Tutorial: Data Processors",
-                "permalink": "/docs/0.91.0/extend-tutorial-data-processors"
-              }
-            },
-            {
-              "unversionedId": "faq-common-problems",
-              "id": "version-0.91.0/faq-common-problems",
-              "title": "Common Problems",
-              "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-              "source": "@site/versioned_docs/version-0.91.0/faq-common-problems.md",
-              "sourceDirName": ".",
-              "slug": "/faq-common-problems",
-              "permalink": "/docs/0.91.0/faq-common-problems",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "faq-common-problems",
-                "title": "Common Problems",
-                "sidebar_label": "Common Problems",
-                "original_id": "faq-common-problems"
-              },
-              "sidebar": "faq"
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.coindesk",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "title": "Coindesk Bitcoin Price",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.coindesk",
-                "title": "Coindesk Bitcoin Price",
-                "sidebar_label": "Coindesk Bitcoin Price",
-                "original_id": "org.apache.streampipes.connect.adapters.coindesk"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Apache Pulsar",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-              },
-              "next": {
-                "title": "File Stream",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "title": "Flic MQTT",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.flic.mqtt",
-                "title": "Flic MQTT",
-                "sidebar_label": "Flic MQTT",
-                "original_id": "org.apache.streampipes.connect.adapters.flic.mqtt"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "File Set",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.file"
-              },
-              "next": {
-                "title": "GDELT",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.gdelt",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "title": "GDELT",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.gdelt",
-                "title": "GDELT",
-                "sidebar_label": "GDELT",
-                "original_id": "org.apache.streampipes.connect.adapters.gdelt"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Flic MQTT",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-              },
-              "next": {
-                "title": "HTTP Server",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.news",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "title": "IEX Cloud News",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.iex.news",
-                "title": "IEX Cloud News",
-                "sidebar_label": "IEX Cloud News",
-                "original_id": "org.apache.streampipes.connect.adapters.iex.news"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "HTTP Stream",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http"
-              },
-              "next": {
-                "title": "IEX Cloud Stock Quotes",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "title": "IEX Cloud Stock Quotes",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.iex.stocks",
-                "title": "IEX Cloud Stock Quotes",
-                "sidebar_label": "IEX Cloud Stock Quotes",
-                "original_id": "org.apache.streampipes.connect.adapters.iex.stocks"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "IEX Cloud News",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news"
-              },
-              "next": {
-                "title": "ISS Location",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iss"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.set",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.image.set",
-              "title": "Image Upload (Set)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.image.set.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.image.set",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.set",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.image.set",
-                "title": "Image Upload (Set)",
-                "sidebar_label": "Image Upload (Set)",
-                "original_id": "org.apache.streampipes.connect.adapters.image.set"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "ISS Location",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iss"
-              },
-              "next": {
-                "title": "Image Upload (Stream)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.stream",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "title": "Image Upload (Stream)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.image.stream",
-                "title": "Image Upload (Stream)",
-                "sidebar_label": "Image Upload (Stream)",
-                "original_id": "org.apache.streampipes.connect.adapters.image.stream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Upload (Set)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.set"
-              },
-              "next": {
-                "title": "InfluxDB Set Adapter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "title": "InfluxDB Set Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.influxdb.set",
-                "title": "InfluxDB Set Adapter",
-                "sidebar_label": "InfluxDB Set Adapter",
-                "original_id": "org.apache.streampipes.connect.adapters.influxdb.set"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Upload (Stream)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream"
-              },
-              "next": {
-                "title": "InfluxDB Stream Adapter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "title": "InfluxDB Stream Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.influxdb.stream",
-                "title": "InfluxDB Stream Adapter",
-                "sidebar_label": "InfluxDB Stream Adapter",
-                "original_id": "org.apache.streampipes.connect.adapters.influxdb.stream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "InfluxDB Set Adapter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-              },
-              "next": {
-                "title": "MQTT",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.iss",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.iss",
-              "title": "ISS Location",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.iss.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.iss",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iss",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.iss",
-                "title": "ISS Location",
-                "sidebar_label": "ISS Location",
-                "original_id": "org.apache.streampipes.connect.adapters.iss"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "IEX Cloud Stock Quotes",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-              },
-              "next": {
-                "title": "Image Upload (Set)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.set"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "title": "MySQL Set Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.mysql.set",
-                "title": "MySQL Set Adapter",
-                "sidebar_label": "MySQL Set Adapter",
-                "original_id": "org.apache.streampipes.connect.adapters.mysql.set"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Machine Data Simulator",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-              },
-              "next": {
-                "title": "MySql Stream Adapter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "title": "MySql Stream Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.mysql.stream",
-                "title": "MySql Stream Adapter",
-                "sidebar_label": "MySql Stream Adapter",
-                "original_id": "org.apache.streampipes.connect.adapters.mysql.stream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MySQL Set Adapter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set"
-              },
-              "next": {
-                "title": "NETIO MQTT M2M",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "title": "NETIO MQTT M2M",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.netio.mqtt",
-                "title": "NETIO MQTT M2M",
-                "sidebar_label": "NETIO MQTT M2M",
-                "original_id": "org.apache.streampipes.connect.adapters.netio.mqtt"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MySql Stream Adapter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-              },
-              "next": {
-                "title": "NETIO http JSON",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "title": "NETIO http JSON",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.netio.rest",
-                "title": "NETIO http JSON",
-                "sidebar_label": "NETIO http JSON",
-                "original_id": "org.apache.streampipes.connect.adapters.netio.rest"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NETIO MQTT M2M",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-              },
-              "next": {
-                "title": "NSW Traffic Cameras",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "title": "NSW Traffic Cameras",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-                "title": "NSW Traffic Cameras",
-                "sidebar_label": "NSW Traffic Cameras",
-                "original_id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NETIO http JSON",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest"
-              },
-              "next": {
-                "title": "OPC UA",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.opcua"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.opcua",
-              "title": "OPC UA",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.opcua.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.opcua",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.opcua",
-                "title": "OPC UA",
-                "sidebar_label": "OPC UA",
-                "original_id": "org.apache.streampipes.connect.adapters.opcua"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NSW Traffic Cameras",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              },
-              "next": {
-                "title": "PLC4X MODBUS",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "title": "PLC4X MODBUS",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.plc4x.modbus",
-                "title": "PLC4X MODBUS",
-                "sidebar_label": "PLC4X MODBUS",
-                "original_id": "org.apache.streampipes.connect.adapters.plc4x.modbus"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "OPC UA",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.opcua"
-              },
-              "next": {
-                "title": "PLC4X S7",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "title": "PLC4X S7",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.plc4x.s7",
-                "title": "PLC4X S7",
-                "sidebar_label": "PLC4X S7",
-                "original_id": "org.apache.streampipes.connect.adapters.plc4x.s7"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "PLC4X MODBUS",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-              },
-              "next": {
-                "title": "ROS Bridge",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ros"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.ros",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.ros",
-              "title": "ROS Bridge",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.ros.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.ros",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ros",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.ros",
-                "title": "ROS Bridge",
-                "sidebar_label": "ROS Bridge",
-                "original_id": "org.apache.streampipes.connect.adapters.ros"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "PLC4X S7",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-              },
-              "next": {
-                "title": "Random Data Simulator (Set)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "title": "Machine Data Simulator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.simulator.machine",
-                "title": "Machine Data Simulator",
-                "sidebar_label": "Machine Data Simulator",
-                "original_id": "org.apache.streampipes.connect.adapters.simulator.machine"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MQTT",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-              },
-              "next": {
-                "title": "MySQL Set Adapter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "title": "Random Data Simulator (Set)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.simulator.randomdataset",
-                "title": "Random Data Simulator (Set)",
-                "sidebar_label": "Random Data Simulator (Set)",
-                "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "ROS Bridge",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ros"
-              },
-              "next": {
-                "title": "Random Data Simulator (Stream)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "title": "Random Data Simulator (Stream)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-                "title": "Random Data Simulator (Stream)",
-                "sidebar_label": "Random Data Simulator (Stream)",
-                "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Random Data Simulator (Set)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              },
-              "next": {
-                "title": "Slack",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.slack"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.slack",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.slack",
-              "title": "Slack",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.slack.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.slack",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.slack",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.slack",
-                "title": "Slack",
-                "sidebar_label": "Slack",
-                "original_id": "org.apache.streampipes.connect.adapters.slack"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Random Data Simulator (Stream)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              },
-              "next": {
-                "title": "TI Sensor Tag",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ti"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.ti",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.ti",
-              "title": "TI Sensor Tag",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.ti.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.ti",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ti",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.ti",
-                "title": "TI Sensor Tag",
-                "sidebar_label": "TI Sensor Tag",
-                "original_id": "org.apache.streampipes.connect.adapters.ti"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Slack",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.slack"
-              },
-              "next": {
-                "title": "Wikipedia Edits",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "title": "Wikipedia Edits",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.wikipedia.edit",
-                "title": "Wikipedia Edits",
-                "sidebar_label": "Wikipedia Edits",
-                "original_id": "org.apache.streampipes.connect.adapters.wikipedia.edit"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "TI Sensor Tag",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ti"
-              },
-              "next": {
-                "title": "Wikipedia New Articles",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "title": "Wikipedia New Articles",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.wikipedia.new",
-                "title": "Wikipedia New Articles",
-                "sidebar_label": "Wikipedia New Articles",
-                "original_id": "org.apache.streampipes.connect.adapters.wikipedia.new"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Wikipedia Edits",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-              },
-              "next": {
-                "title": "Absence",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.file",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "title": "File Stream",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.file",
-                "title": "File Stream",
-                "sidebar_label": "File Stream",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.file"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Coindesk Bitcoin Price",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk"
-              },
-              "next": {
-                "title": "File Set",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.file"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.http",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "title": "HTTP Stream",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.http",
-                "title": "HTTP Stream",
-                "sidebar_label": "HTTP Stream",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.http"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "HTTP Set",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.http"
-              },
-              "next": {
-                "title": "IEX Cloud News",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "title": "HTTP Server",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.httpserver",
-                "title": "HTTP Server",
-                "sidebar_label": "HTTP Server",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.httpserver"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "GDELT",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt"
-              },
-              "next": {
-                "title": "HTTP Set",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.http"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "title": "Apache Kafka",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.kafka",
-                "title": "Apache Kafka",
-                "sidebar_label": "Apache Kafka",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.kafka"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Configurations",
-                "permalink": "/docs/0.91.0/use-configurations"
-              },
-              "next": {
-                "title": "Apache Pulsar",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "title": "MQTT",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.mqtt",
-                "title": "MQTT",
-                "sidebar_label": "MQTT",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.mqtt"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "InfluxDB Stream Adapter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-              },
-              "next": {
-                "title": "Machine Data Simulator",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "id": "version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "title": "Apache Pulsar",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.pulsar",
-                "title": "Apache Pulsar",
-                "sidebar_label": "Apache Pulsar",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.pulsar"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Apache Kafka",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-              },
-              "next": {
-                "title": "Coindesk Bitcoin Price",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.flink",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processor.geo.flink",
-              "title": "Spatial Grid Enrichment",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.flink.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.flink",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.flink",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.flink",
-                "title": "Spatial Grid Enrichment",
-                "sidebar_label": "Spatial Grid Enrichment",
-                "original_id": "org.apache.streampipes.processor.geo.flink"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Size Measure",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              },
-              "next": {
-                "title": "Speed Calculator",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "title": "Google Maps Geocoder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-                "title": "Google Maps Geocoder",
-                "sidebar_label": "Google Maps Geocoder",
-                "original_id": "org.apache.streampipes.processor.geo.jvm.geocoding"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Generic Image Classification",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              },
-              "next": {
-                "title": "Image Cropper",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "title": "Reverse Geocoder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-                "title": "Reverse Geocoder",
-                "sidebar_label": "Reverse Geocoder",
-                "original_id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Rate Limit",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit"
-              },
-              "next": {
-                "title": "Sentence Detection (English)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "title": "Static Google Maps Geocoder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-                "title": "Static Google Maps Geocoder",
-                "sidebar_label": "Static Google Maps Geocoder",
-                "original_id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Static Distance Calculator",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              },
-              "next": {
-                "title": "Static Math",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "title": "Generic Image Classification",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-                "title": "Generic Image Classification",
-                "sidebar_label": "Generic Image Classification",
-                "original_id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Frequency Change",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-              },
-              "next": {
-                "title": "Google Maps Geocoder",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "title": "Image Cropper",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-                "title": "Image Cropper",
-                "sidebar_label": "Image Cropper",
-                "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Google Maps Geocoder",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-              },
-              "next": {
-                "title": "Image Enricher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "title": "Image Enricher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-                "title": "Image Enricher",
-                "sidebar_label": "Image Enricher",
-                "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Cropper",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              },
-              "next": {
-                "title": "Language Detection",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "title": "QR Code Reader",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-                "title": "QR Code Reader",
-                "sidebar_label": "QR Code Reader",
-                "original_id": "org.apache.streampipes.processor.imageclassification.qrcode"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Projection",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project"
-              },
-              "next": {
-                "title": "Rate Limit",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "title": "Aggregation",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-                "title": "Aggregation",
-                "sidebar_label": "Aggregation",
-                "original_id": "org.apache.streampipes.processors.aggregation.flink.aggregation"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Absence",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-              },
-              "next": {
-                "title": "And",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "title": "Count Aggregation",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.count",
-                "title": "Count Aggregation",
-                "sidebar_label": "Count Aggregation",
-                "original_id": "org.apache.streampipes.processors.aggregation.flink.count"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Compose",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose"
-              },
-              "next": {
-                "title": "Count Array",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "title": "Event Counter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-                "title": "Event Counter",
-                "sidebar_label": "Event Counter",
-                "original_id": "org.apache.streampipes.processors.aggregation.flink.eventcount"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "EPSG Code",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              },
-              "next": {
-                "title": "Event Rate",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "title": "Event Rate",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-                "title": "Event Rate",
-                "sidebar_label": "Event Rate",
-                "original_id": "org.apache.streampipes.processors.aggregation.flink.rate"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Event Counter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-              },
-              "next": {
-                "title": "Field Converter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "title": "Cusum",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.changedetection.jvm.cusum",
-                "title": "Cusum",
-                "sidebar_label": "Cusum",
-                "original_id": "org.apache.streampipes.processors.changedetection.jvm.cusum"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Creates JTS Point",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              },
-              "next": {
-                "title": "Distance Calculator",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "title": "Math",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-                "title": "Math",
-                "sidebar_label": "Math",
-                "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Language Detection",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              },
-              "next": {
-                "title": "Measure Time Between Two Sensors",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "title": "Static Math",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-                "title": "Static Math",
-                "sidebar_label": "Static Math",
-                "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Static Google Maps Geocoder",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              },
-              "next": {
-                "title": "Statistics Summary",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "title": "Trigonometry Functions",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-                "title": "Trigonometry Functions",
-                "sidebar_label": "Trigonometry Functions",
-                "original_id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Trend",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.increase"
-              },
-              "next": {
-                "title": "URL Dereferencing",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "title": "URL Dereferencing",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-                "title": "URL Dereferencing",
-                "sidebar_label": "URL Dereferencing",
-                "original_id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Trigonometry Functions",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              },
-              "next": {
-                "title": "Value Changed",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "title": "Timestamp Enricher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-                "title": "Timestamp Enricher",
-                "sidebar_label": "Timestamp Enricher",
-                "original_id": "org.apache.streampipes.processors.enricher.flink.timestamp"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Threshold Detector",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-              },
-              "next": {
-                "title": "Timestamp Extractor",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "title": "Size Measure",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-                "title": "Size Measure",
-                "sidebar_label": "Size Measure",
-                "original_id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Single Trajectory Creator",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              },
-              "next": {
-                "title": "Spatial Grid Enrichment",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.flink"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "title": "Compose",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.compose",
-                "title": "Compose",
-                "sidebar_label": "Compose",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.compose"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Chunker (English)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-              },
-              "next": {
-                "title": "Count Aggregation",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "title": "Merge By Enrich",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-                "title": "Merge By Enrich",
-                "sidebar_label": "Merge By Enrich",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.enrich"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Measurement Unit Converter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              },
-              "next": {
-                "title": "Name Finder",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "title": "Rate Limit",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.limit",
-                "title": "Rate Limit",
-                "sidebar_label": "Rate Limit",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.limit"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "QR Code Reader",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-              },
-              "next": {
-                "title": "Reverse Geocoder",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "title": "Synchronize Two Streams",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.merge",
-                "title": "Synchronize Two Streams",
-                "sidebar_label": "Synchronize Two Streams",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.merge"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "String To State",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              },
-              "next": {
-                "title": "Task Duration",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "title": "Numerical Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-                "title": "Numerical Filter",
-                "sidebar_label": "Numerical Filter",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Number Labeler",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              },
-              "next": {
-                "title": "Numerical Filter (Siddhi)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "title": "Numerical Text Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-                "title": "Numerical Text Filter",
-                "sidebar_label": "Numerical Text Filter",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Numerical Filter (Siddhi)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-              },
-              "next": {
-                "title": "Part of Speech (English)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.project",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "title": "Projection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.project",
-                "title": "Projection",
-                "sidebar_label": "Projection",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.project"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Peak Detection",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              },
-              "next": {
-                "title": "QR Code Reader",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "title": "Text Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-                "title": "Text Filter",
-                "sidebar_label": "Text Filter",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.textfilter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Task Duration",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-              },
-              "next": {
-                "title": "Threshold Detector",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "title": "Threshold Detector",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-                "title": "Threshold Detector",
-                "sidebar_label": "Threshold Detector",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.threshold"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Text Filter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-              },
-              "next": {
-                "title": "Timestamp Enricher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "title": "Creates JTS Point",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-                "title": "Creates JTS Point",
-                "sidebar_label": "Creates JTS Point",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Count Array",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-              },
-              "next": {
-                "title": "Cusum",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "title": "EPSG Code",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-                "title": "EPSG Code",
-                "sidebar_label": "EPSG Code",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Distance Calculator",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              },
-              "next": {
-                "title": "Event Counter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "title": "Single Trajectory Creator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-                "title": "Single Trajectory Creator",
-                "sidebar_label": "Single Trajectory Creator",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Signal Edge Filter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              },
-              "next": {
-                "title": "Size Measure",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "title": "Distance Calculator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-                "title": "Distance Calculator",
-                "sidebar_label": "Distance Calculator",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Cusum",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-              },
-              "next": {
-                "title": "EPSG Code",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "title": "Speed Calculator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.processor.speed",
-                "title": "Speed Calculator",
-                "sidebar_label": "Speed Calculator",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.processor.speed"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Spatial Grid Enrichment",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.flink"
-              },
-              "next": {
-                "title": "Split Array",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "title": "Static Distance Calculator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-                "title": "Static Distance Calculator",
-                "sidebar_label": "Static Distance Calculator",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "State Buffer Labeler",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              },
-              "next": {
-                "title": "Static Google Maps Geocoder",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "title": "Absence",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-                "title": "Absence",
-                "sidebar_label": "Absence",
-                "original_id": "org.apache.streampipes.processors.pattern-detection.flink.absence"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Wikipedia New Articles",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-              },
-              "next": {
-                "title": "Aggregation",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "title": "And",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-                "title": "And",
-                "sidebar_label": "And",
-                "original_id": "org.apache.streampipes.processors.pattern-detection.flink.and"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Aggregation",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-              },
-              "next": {
-                "title": "Boilerplate Removal",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "title": "Peak Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-                "title": "Peak Detection",
-                "sidebar_label": "Peak Detection",
-                "original_id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Part of Speech (English)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              },
-              "next": {
-                "title": "Projection",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "title": "Sequence",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-                "title": "Sequence",
-                "sidebar_label": "Sequence",
-                "original_id": "org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Sentence Detection (English)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              },
-              "next": {
-                "title": "Sequence Detection",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "title": "Frequency Calculation",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.frequency",
-                "title": "Frequency Calculation",
-                "sidebar_label": "Frequency Calculation",
-                "original_id": "org.apache.streampipes.processors.siddhi.frequency"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Renamer",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-              },
-              "next": {
-                "title": "Frequency Change",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "title": "Frequency Change",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-                "title": "Frequency Change",
-                "sidebar_label": "Frequency Change",
-                "original_id": "org.apache.streampipes.processors.siddhi.frequencychange"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Frequency Calculation",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency"
-              },
-              "next": {
-                "title": "Generic Image Classification",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.siddhi.increase",
-              "title": "Trend",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.increase.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.increase",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.increase",
-                "title": "Trend",
-                "sidebar_label": "Trend",
-                "original_id": "org.apache.streampipes.processors.siddhi.increase"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Transform to boolean",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              },
-              "next": {
-                "title": "Trigonometry Functions",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "title": "Numerical Filter (Siddhi)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-                "title": "Numerical Filter (Siddhi)",
-                "sidebar_label": "Numerical Filter (Siddhi)",
-                "original_id": "org.apache.streampipes.processors.siddhi.numericalfilter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Numerical Filter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              },
-              "next": {
-                "title": "Numerical Text Filter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.sequence",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "title": "Sequence Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.sequence",
-                "title": "Sequence Detection",
-                "sidebar_label": "Sequence Detection",
-                "original_id": "org.apache.streampipes.processors.siddhi.sequence"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Sequence",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              },
-              "next": {
-                "title": "Signal Edge Filter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.siddhi.stop",
-              "title": "Stream Stop Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.stop.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.stop",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.stop",
-                "title": "Stream Stop Detection",
-                "sidebar_label": "Stream Stop Detection",
-                "original_id": "org.apache.streampipes.processors.siddhi.stop"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Statistics Summary",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              },
-              "next": {
-                "title": "String Counter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "title": "Statistics Summary",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.statistics.flink.statistics-summary",
-                "title": "Statistics Summary",
-                "sidebar_label": "Statistics Summary",
-                "original_id": "org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Static Math",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              },
-              "next": {
-                "title": "Stream Stop Detection",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.stop"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "title": "Language Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-                "title": "Language Detection",
-                "sidebar_label": "Language Detection",
-                "original_id": "org.apache.streampipes.processors.textmining.flink.languagedetection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Enricher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              },
-              "next": {
-                "title": "Language Detection",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "title": "Word Count",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-                "title": "Word Count",
-                "sidebar_label": "Word Count",
-                "original_id": "org.apache.streampipes.processors.textmining.flink.wordcount"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Value Changed",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-              },
-              "next": {
-                "title": "Buffered REST Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "title": "Chunker (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-                "title": "Chunker (English)",
-                "sidebar_label": "Chunker (English)",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.chunker"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Calculate Duration",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-              },
-              "next": {
-                "title": "Compose",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "title": "Language Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-                "title": "Language Detection",
-                "sidebar_label": "Language Detection",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Language Detection",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-              },
-              "next": {
-                "title": "Math",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "title": "Name Finder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-                "title": "Name Finder",
-                "sidebar_label": "Name Finder",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.namefinder"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Merge By Enrich",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-              },
-              "next": {
-                "title": "Number Labeler",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "title": "Part of Speech (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-                "title": "Part of Speech (English)",
-                "sidebar_label": "Part of Speech (English)",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Numerical Text Filter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              },
-              "next": {
-                "title": "Peak Detection",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "title": "Sentence Detection (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-                "title": "Sentence Detection (English)",
-                "sidebar_label": "Sentence Detection (English)",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Reverse Geocoder",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              },
-              "next": {
-                "title": "Sequence",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "title": "Tokenizer (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-                "title": "Tokenizer (English)",
-                "sidebar_label": "Tokenizer (English)",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Timestamp Extractor",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              },
-              "next": {
-                "title": "Transform to boolean",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "title": "Field Converter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-                "title": "Field Converter",
-                "sidebar_label": "Field Converter",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.field-converter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Event Rate",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-              },
-              "next": {
-                "title": "Field Hasher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "title": "Field Mapper",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-                "title": "Field Mapper",
-                "sidebar_label": "Field Mapper",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.field-mapper"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Hasher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              },
-              "next": {
-                "title": "Field Renamer",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "title": "Field Renamer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-                "title": "Field Renamer",
-                "sidebar_label": "Field Renamer",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.field-renamer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Mapper",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-              },
-              "next": {
-                "title": "Frequency Calculation",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "title": "Field Hasher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-                "title": "Field Hasher",
-                "sidebar_label": "Field Hasher",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Converter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-              },
-              "next": {
-                "title": "Field Mapper",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "title": "Measurement Unit Converter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-                "title": "Measurement Unit Converter",
-                "sidebar_label": "Measurement Unit Converter",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Measure Time Between Two Sensors",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              },
-              "next": {
-                "title": "Merge By Enrich",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "title": "Boilerplate Removal",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-                "title": "Boilerplate Removal",
-                "sidebar_label": "Boilerplate Removal",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "And",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-              },
-              "next": {
-                "title": "Boolean Counter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "title": "Boolean Counter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-                "title": "Boolean Counter",
-                "sidebar_label": "Boolean Counter",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boilerplate Removal",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              },
-              "next": {
-                "title": "Boolean Inverter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "title": "Boolean Inverter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-                "title": "Boolean Inverter",
-                "sidebar_label": "Boolean Inverter",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean Counter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              },
-              "next": {
-                "title": "Boolean Timer",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "title": "Measure Time Between Two Sensors",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-                "title": "Measure Time Between Two Sensors",
-                "sidebar_label": "Measure Time Between Two Sensors",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Math",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              },
-              "next": {
-                "title": "Measurement Unit Converter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "title": "Boolean Timer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-                "title": "Boolean Timer",
-                "sidebar_label": "Boolean Timer",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean Inverter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              },
-              "next": {
-                "title": "Boolean To State",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "title": "Value Changed",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-                "title": "Value Changed",
-                "sidebar_label": "Value Changed",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.changed-value"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "URL Dereferencing",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              },
-              "next": {
-                "title": "Word Count",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "title": "Count Array",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-                "title": "Count Array",
-                "sidebar_label": "Count Array",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.count-array"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Count Aggregation",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count"
-              },
-              "next": {
-                "title": "Creates JTS Point",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "title": "CSV Metadata Enricher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-                "title": "CSV Metadata Enricher",
-                "sidebar_label": "CSV Metadata Enricher",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean To State",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              },
-              "next": {
-                "title": "Calculate Duration",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "title": "Calculate Duration",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-                "title": "Calculate Duration",
-                "sidebar_label": "Calculate Duration",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.duration-value"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "CSV Metadata Enricher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              },
-              "next": {
-                "title": "Chunker (English)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "title": "Signal Edge Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-                "title": "Signal Edge Filter",
-                "sidebar_label": "Signal Edge Filter",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Sequence Detection",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence"
-              },
-              "next": {
-                "title": "Single Trajectory Creator",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "title": "Boolean To State",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-                "title": "Boolean To State",
-                "sidebar_label": "Boolean To State",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean Timer",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              },
-              "next": {
-                "title": "CSV Metadata Enricher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "title": "State Buffer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-                "title": "State Buffer",
-                "sidebar_label": "State Buffer",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Split Array",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-              },
-              "next": {
-                "title": "State Buffer Labeler",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "title": "State Buffer Labeler",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-                "title": "State Buffer Labeler",
-                "sidebar_label": "State Buffer Labeler",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "State Buffer",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              },
-              "next": {
-                "title": "Static Distance Calculator",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "title": "Number Labeler",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-                "title": "Number Labeler",
-                "sidebar_label": "Number Labeler",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Name Finder",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-              },
-              "next": {
-                "title": "Numerical Filter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "title": "String To State",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-                "title": "String To State",
-                "sidebar_label": "String To State",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "String Timer",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              },
-              "next": {
-                "title": "Synchronize Two Streams",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "title": "Timestamp Extractor",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-                "title": "Timestamp Extractor",
-                "sidebar_label": "Timestamp Extractor",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Timestamp Enricher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-              },
-              "next": {
-                "title": "Tokenizer (English)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "title": "Split Array",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-                "title": "Split Array",
-                "sidebar_label": "Split Array",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.split-array"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Speed Calculator",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-              },
-              "next": {
-                "title": "State Buffer",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "title": "String Counter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-                "title": "String Counter",
-                "sidebar_label": "String Counter",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Stream Stop Detection",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.stop"
-              },
-              "next": {
-                "title": "String Timer",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "title": "String Timer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-                "title": "String Timer",
-                "sidebar_label": "String Timer",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "String Counter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              },
-              "next": {
-                "title": "String To State",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "title": "Task Duration",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-                "title": "Task Duration",
-                "sidebar_label": "Task Duration",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.taskduration"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Synchronize Two Streams",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge"
-              },
-              "next": {
-                "title": "Text Filter",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "id": "version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "title": "Transform to boolean",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-                "title": "Transform to boolean",
-                "sidebar_label": "Transform to boolean",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tokenizer (English)",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              },
-              "next": {
-                "title": "Trend",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.increase"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.protocol.set.file",
-              "id": "version-0.91.0/pe/org.apache.streampipes.protocol.set.file",
-              "title": "File Set",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.protocol.set.file.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.protocol.set.file",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.file",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.protocol.set.file",
-                "title": "File Set",
-                "sidebar_label": "File Set",
-                "original_id": "org.apache.streampipes.protocol.set.file"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "File Stream",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file"
-              },
-              "next": {
-                "title": "Flic MQTT",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.protocol.set.http",
-              "id": "version-0.91.0/pe/org.apache.streampipes.protocol.set.http",
-              "title": "HTTP Set",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.protocol.set.http.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.protocol.set.http",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.http",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.protocol.set.http",
-                "title": "HTTP Set",
-                "sidebar_label": "HTTP Set",
-                "original_id": "org.apache.streampipes.protocol.set.http"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "HTTP Server",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-              },
-              "next": {
-                "title": "HTTP Stream",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "title": "Buffered REST Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-                "title": "Buffered REST Publisher",
-                "sidebar_label": "Buffered REST Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Word Count",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-              },
-              "next": {
-                "title": "CouchDB",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "title": "JMS Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-                "title": "JMS Publisher",
-                "sidebar_label": "JMS Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.jms"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "IoTDB",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-              },
-              "next": {
-                "title": "Kafka Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "title": "Kafka Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-                "title": "Kafka Publisher",
-                "sidebar_label": "Kafka Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.kafka"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "JMS Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-              },
-              "next": {
-                "title": "MySQL Database",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "title": "MQTT Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.mqtt",
-                "title": "MQTT Publisher",
-                "sidebar_label": "MQTT Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "title": "NATS Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.nats",
-                "title": "NATS Publisher",
-                "sidebar_label": "NATS Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.nats"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MySQL Database",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-              },
-              "next": {
-                "title": "Notification",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "title": "Pulsar Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-                "title": "Pulsar Publisher",
-                "sidebar_label": "Pulsar Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "PostgreSQL",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-              },
-              "next": {
-                "title": "REST Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "title": "RabbitMQ Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-                "title": "RabbitMQ Publisher",
-                "sidebar_label": "RabbitMQ Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "REST Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-              },
-              "next": {
-                "title": "Slack Notification",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "title": "REST Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-                "title": "REST Publisher",
-                "sidebar_label": "REST Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.rest"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Pulsar Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              },
-              "next": {
-                "title": "RabbitMQ Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.ditto",
-              "title": "Eclipse Ditto",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.ditto.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.ditto",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.ditto",
-                "title": "Eclipse Ditto",
-                "sidebar_label": "Eclipse Ditto",
-                "original_id": "org.apache.streampipes.sinks.databases.ditto"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Data Lake",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-              },
-              "next": {
-                "title": "Elasticsearch",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "title": "Elasticsearch",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-                "title": "Elasticsearch",
-                "sidebar_label": "Elasticsearch",
-                "original_id": "org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Eclipse Ditto",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.ditto"
-              },
-              "next": {
-                "title": "Email Notification",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "title": "CouchDB",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-                "title": "CouchDB",
-                "sidebar_label": "CouchDB",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.couchdb"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Buffered REST Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              },
-              "next": {
-                "title": "Dashboard Sink",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "title": "InfluxDB",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-                "title": "InfluxDB",
-                "sidebar_label": "InfluxDB",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.influxdb"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Email Notification",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-              },
-              "next": {
-                "title": "IoTDB",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "title": "IoTDB",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-                "title": "IoTDB",
-                "sidebar_label": "IoTDB",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.iotdb"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "InfluxDB",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-              },
-              "next": {
-                "title": "JMS Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "title": "MySQL Database",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.mysql",
-                "title": "MySQL Database",
-                "sidebar_label": "MySQL Database",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.mysql"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Kafka Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-              },
-              "next": {
-                "title": "NATS Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "title": "OPC-UA",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-                "title": "OPC-UA",
-                "sidebar_label": "OPC-UA",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.opcua"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Notification",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-              },
-              "next": {
-                "title": "OneSignal",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "title": "PostgreSQL",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-                "title": "PostgreSQL",
-                "sidebar_label": "PostgreSQL",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.postgresql"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "OneSignal",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              },
-              "next": {
-                "title": "Pulsar Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "title": "Dashboard Sink",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-                "title": "Dashboard Sink",
-                "sidebar_label": "Dashboard Sink",
-                "original_id": "org.apache.streampipes.sinks.internal.jvm.dashboard"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "CouchDB",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-              },
-              "next": {
-                "title": "Data Lake",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "title": "Data Lake",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-                "title": "Data Lake",
-                "sidebar_label": "Data Lake",
-                "original_id": "org.apache.streampipes.sinks.internal.jvm.datalake"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Dashboard Sink",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-              },
-              "next": {
-                "title": "Eclipse Ditto",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.ditto"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "title": "Notification",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-                "title": "Notification",
-                "sidebar_label": "Notification",
-                "original_id": "org.apache.streampipes.sinks.internal.jvm.notification"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NATS Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-              },
-              "next": {
-                "title": "OPC-UA",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "title": "Email Notification",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-                "title": "Email Notification",
-                "sidebar_label": "Email Notification",
-                "original_id": "org.apache.streampipes.sinks.notifications.jvm.email"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Elasticsearch",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              },
-              "next": {
-                "title": "InfluxDB",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "title": "OneSignal",
-              "description": "~ Licensed to the Apache Software Foundation (ASF) under one or more",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-                "title": "OneSignal",
-                "sidebar_label": "OneSignal"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "OPC-UA",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-              },
-              "next": {
-                "title": "PostgreSQL",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "title": "Slack Notification",
-              "description": "~ Licensed to the Apache Software Foundation (ASF) under one or more",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-                "title": "Slack Notification",
-                "sidebar_label": "Slack Notification"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "RabbitMQ Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              },
-              "next": {
-                "title": "Telegram Publisher",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "id": "version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "title": "Telegram Publisher",
-              "description": "~ Licensed to the Apache Software Foundation (ASF) under one or more",
-              "source": "@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.telegram",
-                "title": "Telegram Publisher",
-                "sidebar_label": "Telegram Publisher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Slack Notification",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-              },
-              "next": {
-                "title": "Docker Deployment",
-                "permalink": "/docs/0.91.0/deploy-docker"
-              }
-            },
-            {
-              "unversionedId": "privacy",
-              "id": "version-0.91.0/privacy",
-              "title": "Datenschutzerklärung",
-              "description": "Verantwortliche Stelle",
-              "source": "@site/versioned_docs/version-0.91.0/privacy.md",
-              "sourceDirName": ".",
-              "slug": "/privacy",
-              "permalink": "/docs/0.91.0/privacy",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "privacy",
-                "title": "Datenschutzerklärung",
-                "sidebar_label": "Privacy Notice"
-              }
-            },
-            {
-              "unversionedId": "technicals-architecture",
-              "id": "version-0.91.0/technicals-architecture",
-              "title": "Architecture",
-              "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-              "source": "@site/versioned_docs/version-0.91.0/07_technicals-architecture.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-architecture",
-              "permalink": "/docs/0.91.0/technicals-architecture",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-architecture",
-                "title": "Architecture",
-                "sidebar_label": "Architecture",
-                "original_id": "technicals-architecture"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Migration Guide: 0.69.0",
-                "permalink": "/docs/0.91.0/extend-sdk-migration-service-discovery"
-              },
-              "next": {
-                "title": "User Guidance",
-                "permalink": "/docs/0.91.0/technicals-user-guidance"
-              }
-            },
-            {
-              "unversionedId": "technicals-configuration",
-              "id": "version-0.91.0/technicals-configuration",
-              "title": "Configuration",
-              "description": "On this page we explain how the StreamPipes configuration works.",
-              "source": "@site/versioned_docs/version-0.91.0/07_technicals-configuration.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-configuration",
-              "permalink": "/docs/0.91.0/technicals-configuration",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-configuration",
-                "title": "Configuration",
-                "sidebar_label": "Configuration",
-                "original_id": "technicals-configuration"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Messaging",
-                "permalink": "/docs/0.91.0/technicals-messaging"
-              },
-              "next": {
-                "title": "Get Help",
-                "permalink": "/docs/0.91.0/community-get-help"
-              }
-            },
-            {
-              "unversionedId": "technicals-messaging",
-              "id": "version-0.91.0/technicals-messaging",
-              "title": "Messaging",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.91.0/07_technicals-messaging.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-messaging",
-              "permalink": "/docs/0.91.0/technicals-messaging",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-messaging",
-                "title": "Messaging",
-                "sidebar_label": "Messaging",
-                "original_id": "technicals-messaging"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Runtime Wrappers",
-                "permalink": "/docs/0.91.0/technicals-runtime-wrappers"
-              },
-              "next": {
-                "title": "Configuration",
-                "permalink": "/docs/0.91.0/technicals-configuration"
-              }
-            },
-            {
-              "unversionedId": "technicals-runtime-wrappers",
-              "id": "version-0.91.0/technicals-runtime-wrappers",
-              "title": "Runtime Wrappers",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.91.0/07_technicals-runtime-wrappers.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-runtime-wrappers",
-              "permalink": "/docs/0.91.0/technicals-runtime-wrappers",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-runtime-wrappers",
-                "title": "Runtime Wrappers",
-                "sidebar_label": "Runtime Wrappers",
-                "original_id": "technicals-runtime-wrappers"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "User Guidance",
-                "permalink": "/docs/0.91.0/technicals-user-guidance"
-              },
-              "next": {
-                "title": "Messaging",
-                "permalink": "/docs/0.91.0/technicals-messaging"
-              }
-            },
-            {
-              "unversionedId": "technicals-user-guidance",
-              "id": "version-0.91.0/technicals-user-guidance",
-              "title": "User Guidance",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.91.0/07_technicals-user-guidance.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-user-guidance",
-              "permalink": "/docs/0.91.0/technicals-user-guidance",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-user-guidance",
-                "title": "User Guidance",
-                "sidebar_label": "User Guidance",
-                "original_id": "technicals-user-guidance"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Architecture",
-                "permalink": "/docs/0.91.0/technicals-architecture"
-              },
-              "next": {
-                "title": "Runtime Wrappers",
-                "permalink": "/docs/0.91.0/technicals-runtime-wrappers"
-              }
-            },
-            {
-              "unversionedId": "try-installation",
-              "id": "version-0.91.0/try-installation",
-              "title": "Installation",
-              "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-              "source": "@site/versioned_docs/version-0.91.0/01_try-installation.md",
-              "sourceDirName": ".",
-              "slug": "/try-installation",
-              "permalink": "/docs/0.91.0/try-installation",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 1,
-              "frontMatter": {
-                "id": "try-installation",
-                "title": "Installation",
-                "sidebar_label": "Installation",
-                "original_id": "try-installation"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Overview",
-                "permalink": "/docs/0.91.0/user-guide-introduction"
-              },
-              "next": {
-                "title": "Overview",
-                "permalink": "/docs/0.91.0/concepts-overview"
-              }
-            },
-            {
-              "unversionedId": "try-tutorial",
-              "id": "version-0.91.0/try-tutorial",
-              "title": "Interactive Tutorial",
-              "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox.",
-              "source": "@site/versioned_docs/version-0.91.0/01_try-tutorial.md",
-              "sourceDirName": ".",
-              "slug": "/try-tutorial",
-              "permalink": "/docs/0.91.0/try-tutorial",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 1,
-              "frontMatter": {
-                "id": "try-tutorial",
-                "title": "Interactive Tutorial",
-                "sidebar_label": "Interactive Tutorial",
-                "original_id": "try-tutorial"
-              }
-            },
-            {
-              "unversionedId": "use-configurations",
-              "id": "version-0.91.0/use-configurations",
-              "title": "Configurations",
-              "description": "The configuration section is an admin-only interface for system-wide settings.",
-              "source": "@site/versioned_docs/version-0.91.0/03_use-configurations.md",
-              "sourceDirName": ".",
-              "slug": "/use-configurations",
-              "permalink": "/docs/0.91.0/use-configurations",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-configurations",
-                "title": "Configurations",
-                "sidebar_label": "Configurations",
-                "original_id": "use-configurations"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Install Pipeline Elements",
-                "permalink": "/docs/0.91.0/use-install-pipeline-elements"
-              },
-              "next": {
-                "title": "Apache Kafka",
-                "permalink": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-              }
-            },
-            {
-              "unversionedId": "use-connect",
-              "id": "version-0.91.0/use-connect",
-              "title": "StreamPipes Connect",
-              "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-              "source": "@site/versioned_docs/version-0.91.0/03_use-connect.md",
-              "sourceDirName": ".",
-              "slug": "/use-connect",
-              "permalink": "/docs/0.91.0/use-connect",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-connect",
-                "title": "StreamPipes Connect",
-                "sidebar_label": "StreamPipes Connect",
-                "original_id": "use-connect"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Overview",
-                "permalink": "/docs/0.91.0/concepts-overview"
-              },
-              "next": {
-                "title": "Pipeline Editor",
-                "permalink": "/docs/0.91.0/use-pipeline-editor"
-              }
-            },
-            {
-              "unversionedId": "use-dashboard",
-              "id": "version-0.91.0/use-dashboard",
-              "title": "Live Dashboard",
-              "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-              "source": "@site/versioned_docs/version-0.91.0/03_use-dashboard.md",
-              "sourceDirName": ".",
-              "slug": "/use-dashboard",
-              "permalink": "/docs/0.91.0/use-dashboard",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-dashboard",
-                "title": "Live Dashboard",
-                "sidebar_label": "Live Dashboard",
-                "original_id": "use-dashboard"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Managing Pipelines",
-                "permalink": "/docs/0.91.0/use-managing-pipelines"
-              },
-              "next": {
-                "title": "Data Explorer",
-                "permalink": "/docs/0.91.0/use-data-explorer"
-              }
-            },
-            {
-              "unversionedId": "use-data-explorer",
-              "id": "version-0.91.0/use-data-explorer",
-              "title": "Data Explorer",
-              "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-              "source": "@site/versioned_docs/version-0.91.0/03_use-data-explorer.md",
-              "sourceDirName": ".",
-              "slug": "/use-data-explorer",
-              "permalink": "/docs/0.91.0/use-data-explorer",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-data-explorer",
-                "title": "Data Explorer",
-                "sidebar_label": "Data Explorer",
-                "original_id": "use-data-explorer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Live Dashboard",
-                "permalink": "/docs/0.91.0/use-dashboard"
-              },
-              "next": {
-                "title": "Notifications",
-                "permalink": "/docs/0.91.0/use-notifications"
-              }
-            },
-            {
-              "unversionedId": "use-install-pipeline-elements",
-              "id": "version-0.91.0/use-install-pipeline-elements",
-              "title": "Install Pipeline Elements",
-              "description": "Install Pipeline Elements",
-              "source": "@site/versioned_docs/version-0.91.0/03_use-install-pipeline-elements.md",
-              "sourceDirName": ".",
-              "slug": "/use-install-pipeline-elements",
-              "permalink": "/docs/0.91.0/use-install-pipeline-elements",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-install-pipeline-elements",
-                "title": "Install Pipeline Elements",
-                "sidebar_label": "Install Pipeline Elements",
-                "original_id": "use-install-pipeline-elements"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Notifications",
-                "permalink": "/docs/0.91.0/use-notifications"
-              },
-              "next": {
-                "title": "Configurations",
-                "permalink": "/docs/0.91.0/use-configurations"
-              }
-            },
-            {
-              "unversionedId": "use-managing-pipelines",
-              "id": "version-0.91.0/use-managing-pipelines",
-              "title": "Managing Pipelines",
-              "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-              "source": "@site/versioned_docs/version-0.91.0/03_use-managing-pipelines.md",
-              "sourceDirName": ".",
-              "slug": "/use-managing-pipelines",
-              "permalink": "/docs/0.91.0/use-managing-pipelines",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-managing-pipelines",
-                "title": "Managing Pipelines",
-                "sidebar_label": "Managing Pipelines",
-                "original_id": "use-managing-pipelines"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Pipeline Editor",
-                "permalink": "/docs/0.91.0/use-pipeline-editor"
-              },
-              "next": {
-                "title": "Live Dashboard",
-                "permalink": "/docs/0.91.0/use-dashboard"
-              }
-            },
-            {
-              "unversionedId": "use-notifications",
-              "id": "version-0.91.0/use-notifications",
-              "title": "Notifications",
-              "description": "The notification module can be used to create internal notifications.",
-              "source": "@site/versioned_docs/version-0.91.0/03_use-notifications.md",
-              "sourceDirName": ".",
-              "slug": "/use-notifications",
-              "permalink": "/docs/0.91.0/use-notifications",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-notifications",
-                "title": "Notifications",
-                "sidebar_label": "Notifications",
-                "original_id": "use-notifications"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Data Explorer",
-                "permalink": "/docs/0.91.0/use-data-explorer"
-              },
-              "next": {
-                "title": "Install Pipeline Elements",
-                "permalink": "/docs/0.91.0/use-install-pipeline-elements"
-              }
-            },
-            {
-              "unversionedId": "use-pipeline-editor",
-              "id": "version-0.91.0/use-pipeline-editor",
-              "title": "Pipeline Editor",
-              "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-              "source": "@site/versioned_docs/version-0.91.0/03_use-pipeline-editor.md",
-              "sourceDirName": ".",
-              "slug": "/use-pipeline-editor",
-              "permalink": "/docs/0.91.0/use-pipeline-editor",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-pipeline-editor",
-                "title": "Pipeline Editor",
-                "sidebar_label": "Pipeline Editor",
-                "original_id": "use-pipeline-editor"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "StreamPipes Connect",
-                "permalink": "/docs/0.91.0/use-connect"
-              },
-              "next": {
-                "title": "Managing Pipelines",
-                "permalink": "/docs/0.91.0/use-managing-pipelines"
-              }
-            },
-            {
-              "unversionedId": "user-guide-first-steps",
-              "id": "version-0.91.0/user-guide-first-steps",
-              "title": "First steps",
-              "description": "In this section, you'll learn how to create and run pipelines in StreamPipes.",
-              "source": "@site/versioned_docs/version-0.91.0/user-guide-first-steps.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-first-steps",
-              "permalink": "/docs/0.91.0/user-guide-first-steps",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-first-steps",
-                "title": "First steps",
-                "sidebar_label": "First steps"
-              }
-            },
-            {
-              "unversionedId": "user-guide-installation",
-              "id": "version-0.91.0/user-guide-installation",
-              "title": "Installation",
-              "description": "Prerequisites",
-              "source": "@site/versioned_docs/version-0.91.0/user-guide-installation.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-installation",
-              "permalink": "/docs/0.91.0/user-guide-installation",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-installation",
-                "title": "Installation",
-                "sidebar_label": "Installation"
-              }
-            },
-            {
-              "unversionedId": "user-guide-introduction",
-              "id": "version-0.91.0/user-guide-introduction",
-              "title": "Apache StreamPipes Documentation",
-              "description": "This is the documentation of Apache StreamPipes.",
-              "source": "@site/versioned_docs/version-0.91.0/01_try-overview.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-introduction",
-              "permalink": "/docs/0.91.0/user-guide-introduction",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 1,
-              "frontMatter": {
-                "id": "user-guide-introduction",
-                "title": "Apache StreamPipes Documentation",
-                "sidebar_label": "Overview",
-                "original_id": "user-guide-introduction"
-              },
-              "sidebar": "documentation",
-              "next": {
-                "title": "Installation",
-                "permalink": "/docs/0.91.0/try-installation"
-              }
-            },
-            {
-              "unversionedId": "user-guide-introduction-old",
-              "id": "version-0.91.0/user-guide-introduction-old",
-              "title": "Introduction",
-              "description": "StreamPipes is a framework that enables users to work with data streams.",
-              "source": "@site/versioned_docs/version-0.91.0/user-guide-introduction.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-introduction-old",
-              "permalink": "/docs/0.91.0/user-guide-introduction-old",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-introduction-old",
-                "title": "Introduction",
-                "sidebar_label": "Introduction"
-              }
-            },
-            {
-              "unversionedId": "user-guide-software-components",
-              "id": "version-0.91.0/user-guide-software-components",
-              "title": "Software Components",
-              "description": "This page contains all the software components that can be used within the StreamPipes framework.",
-              "source": "@site/versioned_docs/version-0.91.0/user-guide-software-components.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-software-components",
-              "permalink": "/docs/0.91.0/user-guide-software-components",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-software-components",
-                "title": "Software Components",
-                "sidebar_label": "Software Components"
-              }
-            },
-            {
-              "unversionedId": "user-guide-tour",
-              "id": "version-0.91.0/user-guide-tour",
-              "title": "Tour",
-              "description": "StreamPipes is a framework that enables domain experts to model and execute stream processing pipelines in a big data infrastructure.",
-              "source": "@site/versioned_docs/version-0.91.0/user-guide-tour.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-tour",
-              "permalink": "/docs/0.91.0/user-guide-tour",
-              "draft": false,
-              "tags": [],
-              "version": "0.91.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-tour",
-                "title": "Tour",
-                "sidebar_label": "Tour"
-              }
-            }
-          ],
-          "drafts": [],
-          "sidebars": {
-            "documentation": [
-              {
-                "type": "category",
-                "label": "🚀 Try StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "user-guide-introduction"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "try-installation"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "💡 Concepts",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "concepts-overview"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "🎓 Use StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "use-connect"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-pipeline-editor"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-managing-pipelines"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-dashboard"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-data-explorer"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-notifications"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-install-pipeline-elements"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-configurations"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "📚 Pipeline Elements",
-                "items": [
-                  {
-                    "type": "category",
-                    "label": "Adapters",
-                    "items": [
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.coindesk"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.file"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.protocol.set.file"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.gdelt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.protocol.set.http"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.http"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.iex.news"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.iss"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.image.set"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.image.stream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.mysql.set"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.netio.rest"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.opcua"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.ros"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.slack"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.ti"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-                      }
-                    ],
-                    "collapsed": true,
-                    "collapsible": true
-                  },
-                  {
-                    "type": "category",
-                    "label": "Data Processors",
-                    "items": [
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.compose"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.count"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.frequency"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.project"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.limit"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.sequence"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.flink"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.stop"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.merge"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.increase"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-                      }
-                    ],
-                    "collapsed": true,
-                    "collapsible": true
-                  },
-                  {
-                    "type": "category",
-                    "label": "Data Sinks",
-                    "items": [
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.ditto"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-                      }
-                    ],
-                    "collapsed": true,
-                    "collapsible": true
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "⚡ Deploy StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "deploy-docker"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "deploy-kubernetes"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "deploy-use-ssl"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "deploy-security"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "💻 Extend StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "extend-setup"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-cli"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-archetypes"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-first-processor"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-tutorial-data-sources"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-tutorial-data-processors"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-tutorial-data-sinks"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-functions"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-event-model"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-stream-requirements"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-static-properties"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-output-strategies"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-migration-service-discovery"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "🔧 Technicals",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "technicals-architecture"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-user-guidance"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-runtime-wrappers"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-messaging"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-configuration"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "👪 Community",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "community-get-help"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "community-contribute"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              }
-            ],
-            "faq": [
-              {
-                "type": "category",
-                "label": "FAQ",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "faq-common-problems"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              }
-            ]
-          }
-        },
-        {
-          "versionName": "0.90.0",
-          "label": "0.90.0",
-          "banner": "unmaintained",
-          "badge": true,
-          "noIndex": false,
-          "className": "docs-version-0.90.0",
-          "path": "/docs/0.90.0",
-          "tagsPath": "/docs/0.90.0/tags",
-          "isLast": false,
-          "sidebarFilePath": "C:\\git\\apache\\incubator-streampipes-website\\website-v2\\versioned_sidebars\\version-0.90.0-sidebars.json",
-          "contentPath": "C:\\git\\apache\\incubator-streampipes-website\\website-v2\\versioned_docs\\version-0.90.0",
-          "contentPathLocalized": "C:\\git\\apache\\incubator-streampipes-website\\website-v2\\i18n\\en\\docusaurus-plugin-content-docs\\version-0.90.0",
-          "docs": [
-            {
-              "unversionedId": "community-contribute",
-              "id": "version-0.90.0/community-contribute",
-              "title": "Contribute",
-              "description": "Contribute",
-              "source": "@site/versioned_docs/version-0.90.0/09_contribute.md",
-              "sourceDirName": ".",
-              "slug": "/community-contribute",
-              "permalink": "/docs/0.90.0/community-contribute",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 9,
-              "frontMatter": {
-                "id": "community-contribute",
-                "title": "Contribute",
-                "sidebar_label": "Contribute",
-                "original_id": "community-contribute"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Get Help",
-                "permalink": "/docs/0.90.0/community-get-help"
-              }
-            },
-            {
-              "unversionedId": "community-get-help",
-              "id": "version-0.90.0/community-get-help",
-              "title": "Get Help",
-              "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-              "source": "@site/versioned_docs/version-0.90.0/09_get-help.md",
-              "sourceDirName": ".",
-              "slug": "/community-get-help",
-              "permalink": "/docs/0.90.0/community-get-help",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 9,
-              "frontMatter": {
-                "id": "community-get-help",
-                "title": "Get Help",
-                "sidebar_label": "Get Help",
-                "original_id": "community-get-help"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Configuration",
-                "permalink": "/docs/0.90.0/technicals-configuration"
-              },
-              "next": {
-                "title": "Contribute",
-                "permalink": "/docs/0.90.0/community-contribute"
-              }
-            },
-            {
-              "unversionedId": "concepts-adapter",
-              "id": "version-0.90.0/concepts-adapter",
-              "title": "Data Adapters",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.90.0/02_concepts-adapter.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-adapter",
-              "permalink": "/docs/0.90.0/concepts-adapter",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-adapter",
-                "title": "Data Adapters",
-                "sidebar_label": "Data Adapters",
-                "original_id": "concepts-adapter"
-              }
-            },
-            {
-              "unversionedId": "concepts-data-streams",
-              "id": "version-0.90.0/concepts-data-streams",
-              "title": "Data Streams",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.90.0/02_concepts-data-streams.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-data-streams",
-              "permalink": "/docs/0.90.0/concepts-data-streams",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-data-streams",
-                "title": "Data Streams",
-                "sidebar_label": "Data Streams",
-                "original_id": "concepts-data-streams"
-              }
-            },
-            {
-              "unversionedId": "concepts-glossary",
-              "id": "version-0.90.0/concepts-glossary",
-              "title": "Glossary",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.90.0/02_concepts-glossary.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-glossary",
-              "permalink": "/docs/0.90.0/concepts-glossary",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-glossary",
-                "title": "Glossary",
-                "sidebar_label": "Glossary",
-                "original_id": "concepts-glossary"
-              }
-            },
-            {
-              "unversionedId": "concepts-overview",
-              "id": "version-0.90.0/concepts-overview",
-              "title": "StreamPipes Concepts",
-              "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-              "source": "@site/versioned_docs/version-0.90.0/02_concepts-overview.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-overview",
-              "permalink": "/docs/0.90.0/concepts-overview",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-overview",
-                "title": "StreamPipes Concepts",
-                "sidebar_label": "Overview",
-                "original_id": "concepts-overview"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Installation",
-                "permalink": "/docs/0.90.0/try-installation"
-              },
-              "next": {
-                "title": "StreamPipes Connect",
-                "permalink": "/docs/0.90.0/use-connect"
-              }
-            },
-            {
-              "unversionedId": "concepts-pipelines",
-              "id": "version-0.90.0/concepts-pipelines",
-              "title": "Pipelines",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.90.0/02_concepts-pipeline.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-pipelines",
-              "permalink": "/docs/0.90.0/concepts-pipelines",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-pipelines",
-                "title": "Pipelines",
-                "sidebar_label": "Pipelines",
-                "original_id": "concepts-pipelines"
-              }
-            },
-            {
-              "unversionedId": "debugging-debugging",
-              "id": "version-0.90.0/debugging-debugging",
-              "title": "Debugging",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.90.0/08_debugging.md",
-              "sourceDirName": ".",
-              "slug": "/debugging-debugging",
-              "permalink": "/docs/0.90.0/debugging-debugging",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 8,
-              "frontMatter": {
-                "id": "debugging-debugging",
-                "title": "Debugging",
-                "sidebar_label": "Debugging",
-                "original_id": "debugging-debugging"
-              }
-            },
-            {
-              "unversionedId": "debugging-monitoring",
-              "id": "version-0.90.0/debugging-monitoring",
-              "title": "Monitoring",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.90.0/08_monitoring.md",
-              "sourceDirName": ".",
-              "slug": "/debugging-monitoring",
-              "permalink": "/docs/0.90.0/debugging-monitoring",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 8,
-              "frontMatter": {
-                "id": "debugging-monitoring",
-                "title": "Monitoring",
-                "sidebar_label": "Monitoring",
-                "original_id": "debugging-monitoring"
-              }
-            },
-            {
-              "unversionedId": "deploy-docker",
-              "id": "version-0.90.0/deploy-docker",
-              "title": "Docker Deployment",
-              "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-              "source": "@site/versioned_docs/version-0.90.0/05_deploy-docker.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-docker",
-              "permalink": "/docs/0.90.0/deploy-docker",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-docker",
-                "title": "Docker Deployment",
-                "sidebar_label": "Docker Deployment",
-                "original_id": "deploy-docker"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Telegram Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-              },
-              "next": {
-                "title": "Kubernetes Deployment",
-                "permalink": "/docs/0.90.0/deploy-kubernetes"
-              }
-            },
-            {
-              "unversionedId": "deploy-kubernetes",
-              "id": "version-0.90.0/deploy-kubernetes",
-              "title": "Kubernetes Deployment",
-              "description": "Prerequisites",
-              "source": "@site/versioned_docs/version-0.90.0/05_deploy-kubernetes.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-kubernetes",
-              "permalink": "/docs/0.90.0/deploy-kubernetes",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-kubernetes",
-                "title": "Kubernetes Deployment",
-                "sidebar_label": "Kubernetes Deployment",
-                "original_id": "deploy-kubernetes"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Docker Deployment",
-                "permalink": "/docs/0.90.0/deploy-docker"
-              },
-              "next": {
-                "title": "Use SSL",
-                "permalink": "/docs/0.90.0/deploy-use-ssl"
-              }
-            },
-            {
-              "unversionedId": "deploy-security",
-              "id": "version-0.90.0/deploy-security",
-              "title": "Security",
-              "description": "Overriding default settings",
-              "source": "@site/versioned_docs/version-0.90.0/05_deploy-security.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-security",
-              "permalink": "/docs/0.90.0/deploy-security",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-security",
-                "title": "Security",
-                "sidebar_label": "Security",
-                "original_id": "deploy-security"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Use SSL",
-                "permalink": "/docs/0.90.0/deploy-use-ssl"
-              },
-              "next": {
-                "title": "Development Setup",
-                "permalink": "/docs/0.90.0/extend-setup"
-              }
-            },
-            {
-              "unversionedId": "deploy-use-ssl",
-              "id": "version-0.90.0/deploy-use-ssl",
-              "title": "Use SSL",
-              "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-              "source": "@site/versioned_docs/version-0.90.0/05_deploy-use-ssl.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-use-ssl",
-              "permalink": "/docs/0.90.0/deploy-use-ssl",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-use-ssl",
-                "title": "Use SSL",
-                "sidebar_label": "Use SSL",
-                "original_id": "deploy-use-ssl"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Kubernetes Deployment",
-                "permalink": "/docs/0.90.0/deploy-kubernetes"
-              },
-              "next": {
-                "title": "Security",
-                "permalink": "/docs/0.90.0/deploy-security"
-              }
-            },
-            {
-              "unversionedId": "dev-guide-archetype",
-              "id": "version-0.90.0/dev-guide-archetype",
-              "title": "Start Developing",
-              "description": "",
-              "source": "@site/versioned_docs/version-0.90.0/dev-guide-archetype.md",
-              "sourceDirName": ".",
-              "slug": "/dev-guide-archetype",
-              "permalink": "/docs/0.90.0/dev-guide-archetype",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "dev-guide-archetype",
-                "title": "Start Developing",
-                "sidebar_label": "Start Developing",
-                "original_id": "dev-guide-archetype"
-              }
-            },
-            {
-              "unversionedId": "dev-guide-sdk-guide-processors",
-              "id": "version-0.90.0/dev-guide-sdk-guide-processors",
-              "title": "SDK Guide: Data Processors",
-              "description": "Project Setup",
-              "source": "@site/versioned_docs/version-0.90.0/dev-guide-processor-sdk.md",
-              "sourceDirName": ".",
-              "slug": "/dev-guide-sdk-guide-processors",
-              "permalink": "/docs/0.90.0/dev-guide-sdk-guide-processors",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "dev-guide-sdk-guide-processors",
-                "title": "SDK Guide: Data Processors",
-                "sidebar_label": "SDK Guide: Data Processors",
-                "original_id": "dev-guide-sdk-guide-processors"
-              }
-            },
-            {
-              "unversionedId": "dev-guide-sdk-guide-sinks",
-              "id": "version-0.90.0/dev-guide-sdk-guide-sinks",
-              "title": "SDK Guide: Data Sinks",
-              "description": "Project Setup",
-              "source": "@site/versioned_docs/version-0.90.0/dev-guide-sink-sdk.md",
-              "sourceDirName": ".",
-              "slug": "/dev-guide-sdk-guide-sinks",
-              "permalink": "/docs/0.90.0/dev-guide-sdk-guide-sinks",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "dev-guide-sdk-guide-sinks",
-                "title": "SDK Guide: Data Sinks",
-                "sidebar_label": "SDK Guide: Data Sinks",
-                "original_id": "dev-guide-sdk-guide-sinks"
-              }
-            },
-            {
-              "unversionedId": "extend-archetypes",
-              "id": "version-0.90.0/extend-archetypes",
-              "title": "Maven Archetypes",
-              "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-              "source": "@site/versioned_docs/version-0.90.0/06_extend-archetypes.md",
-              "sourceDirName": ".",
-              "slug": "/extend-archetypes",
-              "permalink": "/docs/0.90.0/extend-archetypes",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-archetypes",
-                "title": "Maven Archetypes",
-                "sidebar_label": "Maven Archetypes",
-                "original_id": "extend-archetypes"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "StreamPipes CLI",
-                "permalink": "/docs/0.90.0/extend-cli"
-              },
-              "next": {
-                "title": "Your first data processor",
-                "permalink": "/docs/0.90.0/extend-first-processor"
-              }
-            },
-            {
-              "unversionedId": "extend-cli",
-              "id": "version-0.90.0/extend-cli",
-              "title": "StreamPipes CLI",
-              "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-              "source": "@site/versioned_docs/version-0.90.0/06_extend-cli.md",
-              "sourceDirName": ".",
-              "slug": "/extend-cli",
-              "permalink": "/docs/0.90.0/extend-cli",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-cli",
-                "title": "StreamPipes CLI",
-                "sidebar_label": "StreamPipes CLI",
-                "original_id": "extend-cli"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Development Setup",
-                "permalink": "/docs/0.90.0/extend-setup"
-              },
-              "next": {
-                "title": "Maven Archetypes",
-                "permalink": "/docs/0.90.0/extend-archetypes"
-              }
-            },
-            {
-              "unversionedId": "extend-first-processor",
-              "id": "version-0.90.0/extend-first-processor",
-              "title": "Your first data processor",
-              "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-              "source": "@site/versioned_docs/version-0.90.0/06_extend-first-processor.md",
-              "sourceDirName": ".",
-              "slug": "/extend-first-processor",
-              "permalink": "/docs/0.90.0/extend-first-processor",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-first-processor",
-                "title": "Your first data processor",
-                "sidebar_label": "Your first data processor",
-                "original_id": "extend-first-processor"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Maven Archetypes",
-                "permalink": "/docs/0.90.0/extend-archetypes"
-              },
-              "next": {
-                "title": "Tutorial: Data Sources",
-                "permalink": "/docs/0.90.0/extend-tutorial-data-sources"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-event-model",
-              "id": "version-0.90.0/extend-sdk-event-model",
-              "title": "SDK Guide: Event Model",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.90.0/06_extend-sdk-event-model.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-event-model",
-              "permalink": "/docs/0.90.0/extend-sdk-event-model",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-event-model",
-                "title": "SDK Guide: Event Model",
-                "sidebar_label": "SDK: Event Model",
-                "original_id": "extend-sdk-event-model"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Functions",
-                "permalink": "/docs/0.90.0/extend-sdk-functions"
-              },
-              "next": {
-                "title": "SDK: Stream Requirements",
-                "permalink": "/docs/0.90.0/extend-sdk-stream-requirements"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-functions",
-              "id": "version-0.90.0/extend-sdk-functions",
-              "title": "SDK Guide: Functions",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.90.0/06_extend-sdk-functions.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-functions",
-              "permalink": "/docs/0.90.0/extend-sdk-functions",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-functions",
-                "title": "SDK Guide: Functions",
-                "sidebar_label": "SDK: Functions",
-                "original_id": "extend-sdk-functions"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tutorial: Data Sinks",
-                "permalink": "/docs/0.90.0/extend-tutorial-data-sinks"
-              },
-              "next": {
-                "title": "SDK: Event Model",
-                "permalink": "/docs/0.90.0/extend-sdk-event-model"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-migration-service-discovery",
-              "id": "version-0.90.0/extend-sdk-migration-service-discovery",
-              "title": "Migration Guide: New Service Discovery in 0.69.0",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.90.0/06_extend-sdk-migration-sd.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-migration-service-discovery",
-              "permalink": "/docs/0.90.0/extend-sdk-migration-service-discovery",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-migration-service-discovery",
-                "title": "Migration Guide: New Service Discovery in 0.69.0",
-                "sidebar_label": "Migration Guide: 0.69.0",
-                "original_id": "extend-sdk-migration-service-discovery"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Output Strategies",
-                "permalink": "/docs/0.90.0/extend-sdk-output-strategies"
-              },
-              "next": {
-                "title": "Architecture",
-                "permalink": "/docs/0.90.0/technicals-architecture"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-output-strategies",
-              "id": "version-0.90.0/extend-sdk-output-strategies",
-              "title": "SDK Guide: Output Strategies",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.90.0/06_extend-sdk-output-strategies.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-output-strategies",
-              "permalink": "/docs/0.90.0/extend-sdk-output-strategies",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-output-strategies",
-                "title": "SDK Guide: Output Strategies",
-                "sidebar_label": "SDK: Output Strategies",
-                "original_id": "extend-sdk-output-strategies"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Static Properties",
-                "permalink": "/docs/0.90.0/extend-sdk-static-properties"
-              },
-              "next": {
-                "title": "Migration Guide: 0.69.0",
-                "permalink": "/docs/0.90.0/extend-sdk-migration-service-discovery"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-static-properties",
-              "id": "version-0.90.0/extend-sdk-static-properties",
-              "title": "SDK Guide: Static Properties",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.90.0/06_extend-sdk-static-properties.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-static-properties",
-              "permalink": "/docs/0.90.0/extend-sdk-static-properties",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-static-properties",
-                "title": "SDK Guide: Static Properties",
-                "sidebar_label": "SDK: Static Properties",
-                "original_id": "extend-sdk-static-properties"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Stream Requirements",
-                "permalink": "/docs/0.90.0/extend-sdk-stream-requirements"
-              },
-              "next": {
-                "title": "SDK: Output Strategies",
-                "permalink": "/docs/0.90.0/extend-sdk-output-strategies"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-stream-requirements",
-              "id": "version-0.90.0/extend-sdk-stream-requirements",
-              "title": "SDK Guide: Stream Requirements",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.90.0/06_extend-sdk-stream-requirements.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-stream-requirements",
-              "permalink": "/docs/0.90.0/extend-sdk-stream-requirements",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-stream-requirements",
-                "title": "SDK Guide: Stream Requirements",
-                "sidebar_label": "SDK: Stream Requirements",
-                "original_id": "extend-sdk-stream-requirements"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Event Model",
-                "permalink": "/docs/0.90.0/extend-sdk-event-model"
-              },
-              "next": {
-                "title": "SDK: Static Properties",
-                "permalink": "/docs/0.90.0/extend-sdk-static-properties"
-              }
-            },
-            {
-              "unversionedId": "extend-setup",
-              "id": "version-0.90.0/extend-setup",
-              "title": "Development Setup",
-              "description": "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.",
-              "source": "@site/versioned_docs/version-0.90.0/06_extend-setup.md",
-              "sourceDirName": ".",
-              "slug": "/extend-setup",
-              "permalink": "/docs/0.90.0/extend-setup",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-setup",
-                "title": "Development Setup",
-                "sidebar_label": "Development Setup",
-                "original_id": "extend-setup"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Security",
-                "permalink": "/docs/0.90.0/deploy-security"
-              },
-              "next": {
-                "title": "StreamPipes CLI",
-                "permalink": "/docs/0.90.0/extend-cli"
-              }
-            },
-            {
-              "unversionedId": "extend-tutorial-data-processors",
-              "id": "version-0.90.0/extend-tutorial-data-processors",
-              "title": "Tutorial: Data Processors",
-              "description": "In this tutorial, we will add a new data processor.",
-              "source": "@site/versioned_docs/version-0.90.0/06_extend-tutorial-data-processors.md",
-              "sourceDirName": ".",
-              "slug": "/extend-tutorial-data-processors",
-              "permalink": "/docs/0.90.0/extend-tutorial-data-processors",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-tutorial-data-processors",
-                "title": "Tutorial: Data Processors",
-                "sidebar_label": "Tutorial: Data Processors",
-                "original_id": "extend-tutorial-data-processors"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tutorial: Data Sources",
-                "permalink": "/docs/0.90.0/extend-tutorial-data-sources"
-              },
-              "next": {
-                "title": "Tutorial: Data Sinks",
-                "permalink": "/docs/0.90.0/extend-tutorial-data-sinks"
-              }
-            },
-            {
-              "unversionedId": "extend-tutorial-data-sinks",
-              "id": "version-0.90.0/extend-tutorial-data-sinks",
-              "title": "Tutorial: Data Sinks",
-              "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-              "source": "@site/versioned_docs/version-0.90.0/06_extend-tutorial-data-sinks.md",
-              "sourceDirName": ".",
-              "slug": "/extend-tutorial-data-sinks",
-              "permalink": "/docs/0.90.0/extend-tutorial-data-sinks",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-tutorial-data-sinks",
-                "title": "Tutorial: Data Sinks",
-                "sidebar_label": "Tutorial: Data Sinks",
-                "original_id": "extend-tutorial-data-sinks"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tutorial: Data Processors",
-                "permalink": "/docs/0.90.0/extend-tutorial-data-processors"
-              },
-              "next": {
-                "title": "SDK: Functions",
-                "permalink": "/docs/0.90.0/extend-sdk-functions"
-              }
-            },
-            {
-              "unversionedId": "extend-tutorial-data-sources",
-              "id": "version-0.90.0/extend-tutorial-data-sources",
-              "title": "Tutorial: Data Sources",
-              "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-              "source": "@site/versioned_docs/version-0.90.0/06_extend-tutorial-data-sources.md",
-              "sourceDirName": ".",
-              "slug": "/extend-tutorial-data-sources",
-              "permalink": "/docs/0.90.0/extend-tutorial-data-sources",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-tutorial-data-sources",
-                "title": "Tutorial: Data Sources",
-                "sidebar_label": "Tutorial: Data Sources",
-                "original_id": "extend-tutorial-data-sources"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Your first data processor",
-                "permalink": "/docs/0.90.0/extend-first-processor"
-              },
-              "next": {
-                "title": "Tutorial: Data Processors",
-                "permalink": "/docs/0.90.0/extend-tutorial-data-processors"
-              }
-            },
-            {
-              "unversionedId": "faq-common-problems",
-              "id": "version-0.90.0/faq-common-problems",
-              "title": "Common Problems",
-              "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-              "source": "@site/versioned_docs/version-0.90.0/faq-common-problems.md",
-              "sourceDirName": ".",
-              "slug": "/faq-common-problems",
-              "permalink": "/docs/0.90.0/faq-common-problems",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "faq-common-problems",
-                "title": "Common Problems",
-                "sidebar_label": "Common Problems",
-                "original_id": "faq-common-problems"
-              },
-              "sidebar": "faq"
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.coindesk",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "title": "Coindesk Bitcoin Price",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.coindesk",
-                "title": "Coindesk Bitcoin Price",
-                "sidebar_label": "Coindesk Bitcoin Price",
-                "original_id": "org.apache.streampipes.connect.adapters.coindesk"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Apache Pulsar",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-              },
-              "next": {
-                "title": "File Stream",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "title": "Flic MQTT",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.flic.mqtt",
-                "title": "Flic MQTT",
-                "sidebar_label": "Flic MQTT"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "File Set",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.file"
-              },
-              "next": {
-                "title": "GDELT",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.gdelt",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "title": "GDELT",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.gdelt",
-                "title": "GDELT",
-                "sidebar_label": "GDELT",
-                "original_id": "org.apache.streampipes.connect.adapters.gdelt"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Flic MQTT",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-              },
-              "next": {
-                "title": "HTTP Server",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.news",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "title": "IEX Cloud News",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.iex.news",
-                "title": "IEX Cloud News",
-                "sidebar_label": "IEX Cloud News",
-                "original_id": "org.apache.streampipes.connect.adapters.iex.news"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "HTTP Stream",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http"
-              },
-              "next": {
-                "title": "IEX Cloud Stock Quotes",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "title": "IEX Cloud Stock Quotes",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.iex.stocks",
-                "title": "IEX Cloud Stock Quotes",
-                "sidebar_label": "IEX Cloud Stock Quotes",
-                "original_id": "org.apache.streampipes.connect.adapters.iex.stocks"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "IEX Cloud News",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news"
-              },
-              "next": {
-                "title": "ISS Location",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iss"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.set",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.image.set",
-              "title": "Image Upload (Set)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.image.set.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.image.set",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.set",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.image.set",
-                "title": "Image Upload (Set)",
-                "sidebar_label": "Image Upload (Set)",
-                "original_id": "org.apache.streampipes.connect.adapters.image.set"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "ISS Location",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iss"
-              },
-              "next": {
-                "title": "Image Upload (Stream)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.stream",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "title": "Image Upload (Stream)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.image.stream",
-                "title": "Image Upload (Stream)",
-                "sidebar_label": "Image Upload (Stream)",
-                "original_id": "org.apache.streampipes.connect.adapters.image.stream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Upload (Set)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.set"
-              },
-              "next": {
-                "title": "InfluxDB Set Adapter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "title": "InfluxDB Set Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.influxdb.set",
-                "title": "InfluxDB Set Adapter",
-                "sidebar_label": "InfluxDB Set Adapter",
-                "original_id": "org.apache.streampipes.connect.adapters.influxdb.set"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Upload (Stream)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream"
-              },
-              "next": {
-                "title": "InfluxDB Stream Adapter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "title": "InfluxDB Stream Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.influxdb.stream",
-                "title": "InfluxDB Stream Adapter",
-                "sidebar_label": "InfluxDB Stream Adapter",
-                "original_id": "org.apache.streampipes.connect.adapters.influxdb.stream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "InfluxDB Set Adapter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-              },
-              "next": {
-                "title": "MQTT",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.iss",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.iss",
-              "title": "ISS Location",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.iss.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.iss",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iss",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.iss",
-                "title": "ISS Location",
-                "sidebar_label": "ISS Location",
-                "original_id": "org.apache.streampipes.connect.adapters.iss"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "IEX Cloud Stock Quotes",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-              },
-              "next": {
-                "title": "Image Upload (Set)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.set"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "title": "MySQL Set Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.mysql.set",
-                "title": "MySQL Set Adapter",
-                "sidebar_label": "MySQL Set Adapter",
-                "original_id": "org.apache.streampipes.connect.adapters.mysql.set"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Machine Data Simulator",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-              },
-              "next": {
-                "title": "MySql Stream Adapter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "title": "MySql Stream Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.mysql.stream",
-                "title": "MySql Stream Adapter",
-                "sidebar_label": "MySql Stream Adapter",
-                "original_id": "org.apache.streampipes.connect.adapters.mysql.stream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MySQL Set Adapter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set"
-              },
-              "next": {
-                "title": "NETIO MQTT M2M",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "title": "NETIO MQTT M2M",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.netio.mqtt",
-                "title": "NETIO MQTT M2M",
-                "sidebar_label": "NETIO MQTT M2M",
-                "original_id": "org.apache.streampipes.connect.adapters.netio.mqtt"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MySql Stream Adapter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-              },
-              "next": {
-                "title": "NETIO http JSON",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "title": "NETIO http JSON",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.netio.rest",
-                "title": "NETIO http JSON",
-                "sidebar_label": "NETIO http JSON",
-                "original_id": "org.apache.streampipes.connect.adapters.netio.rest"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NETIO MQTT M2M",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-              },
-              "next": {
-                "title": "NSW Traffic Cameras",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "title": "NSW Traffic Cameras",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-                "title": "NSW Traffic Cameras",
-                "sidebar_label": "NSW Traffic Cameras",
-                "original_id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NETIO http JSON",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest"
-              },
-              "next": {
-                "title": "OPC UA",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.opcua"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.opcua",
-              "title": "OPC UA",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.opcua.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.opcua",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.opcua",
-                "title": "OPC UA",
-                "sidebar_label": "OPC UA",
-                "original_id": "org.apache.streampipes.connect.adapters.opcua"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NSW Traffic Cameras",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              },
-              "next": {
-                "title": "PLC4X MODBUS",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "title": "PLC4X MODBUS",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.plc4x.modbus",
-                "title": "PLC4X MODBUS",
-                "sidebar_label": "PLC4X MODBUS",
-                "original_id": "org.apache.streampipes.connect.adapters.plc4x.modbus"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "OPC UA",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.opcua"
-              },
-              "next": {
-                "title": "PLC4X S7",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "title": "PLC4X S7",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.plc4x.s7",
-                "title": "PLC4X S7",
-                "sidebar_label": "PLC4X S7",
-                "original_id": "org.apache.streampipes.connect.adapters.plc4x.s7"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "PLC4X MODBUS",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-              },
-              "next": {
-                "title": "ROS Bridge",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ros"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.ros",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.ros",
-              "title": "ROS Bridge",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.ros.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.ros",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ros",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.ros",
-                "title": "ROS Bridge",
-                "sidebar_label": "ROS Bridge",
-                "original_id": "org.apache.streampipes.connect.adapters.ros"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "PLC4X S7",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-              },
-              "next": {
-                "title": "Random Data Simulator (Set)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "title": "Machine Data Simulator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.simulator.machine",
-                "title": "Machine Data Simulator",
-                "sidebar_label": "Machine Data Simulator",
-                "original_id": "org.apache.streampipes.connect.adapters.simulator.machine"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MQTT",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-              },
-              "next": {
-                "title": "MySQL Set Adapter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "title": "Random Data Simulator (Set)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.simulator.randomdataset",
-                "title": "Random Data Simulator (Set)",
-                "sidebar_label": "Random Data Simulator (Set)",
-                "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "ROS Bridge",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ros"
-              },
-              "next": {
-                "title": "Random Data Simulator (Stream)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "title": "Random Data Simulator (Stream)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-                "title": "Random Data Simulator (Stream)",
-                "sidebar_label": "Random Data Simulator (Stream)",
-                "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Random Data Simulator (Set)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              },
-              "next": {
-                "title": "Slack",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.slack"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.slack",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.slack",
-              "title": "Slack",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.slack.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.slack",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.slack",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.slack",
-                "title": "Slack",
-                "sidebar_label": "Slack",
-                "original_id": "org.apache.streampipes.connect.adapters.slack"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Random Data Simulator (Stream)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              },
-              "next": {
-                "title": "TI Sensor Tag",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ti"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.ti",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.ti",
-              "title": "TI Sensor Tag",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.ti.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.ti",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ti",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.ti",
-                "title": "TI Sensor Tag",
-                "sidebar_label": "TI Sensor Tag",
-                "original_id": "org.apache.streampipes.connect.adapters.ti"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Slack",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.slack"
-              },
-              "next": {
-                "title": "Wikipedia Edits",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "title": "Wikipedia Edits",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.wikipedia.edit",
-                "title": "Wikipedia Edits",
-                "sidebar_label": "Wikipedia Edits",
-                "original_id": "org.apache.streampipes.connect.adapters.wikipedia.edit"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "TI Sensor Tag",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ti"
-              },
-              "next": {
-                "title": "Wikipedia New Articles",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "title": "Wikipedia New Articles",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.wikipedia.new",
-                "title": "Wikipedia New Articles",
-                "sidebar_label": "Wikipedia New Articles",
-                "original_id": "org.apache.streampipes.connect.adapters.wikipedia.new"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Wikipedia Edits",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-              },
-              "next": {
-                "title": "Absence",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.file",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "title": "File Stream",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.file",
-                "title": "File Stream",
-                "sidebar_label": "File Stream",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.file"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Coindesk Bitcoin Price",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk"
-              },
-              "next": {
-                "title": "File Set",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.file"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.http",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "title": "HTTP Stream",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.http",
-                "title": "HTTP Stream",
-                "sidebar_label": "HTTP Stream",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.http"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "HTTP Set",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.http"
-              },
-              "next": {
-                "title": "IEX Cloud News",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "title": "HTTP Server",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.httpserver",
-                "title": "HTTP Server",
-                "sidebar_label": "HTTP Server",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.httpserver"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "GDELT",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt"
-              },
-              "next": {
-                "title": "HTTP Set",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.http"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "title": "Apache Kafka",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.kafka",
-                "title": "Apache Kafka",
-                "sidebar_label": "Apache Kafka",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.kafka"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Configurations",
-                "permalink": "/docs/0.90.0/use-configurations"
-              },
-              "next": {
-                "title": "Apache Pulsar",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "title": "MQTT",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.mqtt",
-                "title": "MQTT",
-                "sidebar_label": "MQTT",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.mqtt"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "InfluxDB Stream Adapter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-              },
-              "next": {
-                "title": "Machine Data Simulator",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "id": "version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "title": "Apache Pulsar",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.pulsar",
-                "title": "Apache Pulsar",
-                "sidebar_label": "Apache Pulsar",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.pulsar"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Apache Kafka",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-              },
-              "next": {
-                "title": "Coindesk Bitcoin Price",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.flink",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processor.geo.flink",
-              "title": "Spatial Grid Enrichment",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.flink.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.flink",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.flink",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.flink",
-                "title": "Spatial Grid Enrichment",
-                "sidebar_label": "Spatial Grid Enrichment",
-                "original_id": "org.apache.streampipes.processor.geo.flink"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Size Measure",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              },
-              "next": {
-                "title": "Speed Calculator",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "title": "Google Maps Geocoder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-                "title": "Google Maps Geocoder",
-                "sidebar_label": "Google Maps Geocoder",
-                "original_id": "org.apache.streampipes.processor.geo.jvm.geocoding"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Generic Image Classification",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              },
-              "next": {
-                "title": "Image Cropper",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "title": "Reverse Geocoder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-                "title": "Reverse Geocoder",
-                "sidebar_label": "Reverse Geocoder",
-                "original_id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Rate Limit",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit"
-              },
-              "next": {
-                "title": "Sentence Detection (English)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "title": "Static Google Maps Geocoder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-                "title": "Static Google Maps Geocoder",
-                "sidebar_label": "Static Google Maps Geocoder",
-                "original_id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Static Distance Calculator",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              },
-              "next": {
-                "title": "Static Math",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "title": "Generic Image Classification",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-                "title": "Generic Image Classification",
-                "sidebar_label": "Generic Image Classification",
-                "original_id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Frequency Change",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-              },
-              "next": {
-                "title": "Google Maps Geocoder",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "title": "Image Cropper",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-                "title": "Image Cropper",
-                "sidebar_label": "Image Cropper",
-                "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Google Maps Geocoder",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-              },
-              "next": {
-                "title": "Image Enricher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "title": "Image Enricher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-                "title": "Image Enricher",
-                "sidebar_label": "Image Enricher",
-                "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Cropper",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              },
-              "next": {
-                "title": "Language Detection",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "title": "QR Code Reader",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-                "title": "QR Code Reader",
-                "sidebar_label": "QR Code Reader",
-                "original_id": "org.apache.streampipes.processor.imageclassification.qrcode"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Projection",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project"
-              },
-              "next": {
-                "title": "Rate Limit",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "title": "Aggregation",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-                "title": "Aggregation",
-                "sidebar_label": "Aggregation",
-                "original_id": "org.apache.streampipes.processors.aggregation.flink.aggregation"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Absence",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-              },
-              "next": {
-                "title": "And",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "title": "Count Aggregation",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.count",
-                "title": "Count Aggregation",
-                "sidebar_label": "Count Aggregation",
-                "original_id": "org.apache.streampipes.processors.aggregation.flink.count"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Compose",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose"
-              },
-              "next": {
-                "title": "Count Array",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "title": "Event Counter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-                "title": "Event Counter",
-                "sidebar_label": "Event Counter",
-                "original_id": "org.apache.streampipes.processors.aggregation.flink.eventcount"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "EPSG Code",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              },
-              "next": {
-                "title": "Event Rate",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "title": "Event Rate",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-                "title": "Event Rate",
-                "sidebar_label": "Event Rate",
-                "original_id": "org.apache.streampipes.processors.aggregation.flink.rate"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Event Counter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-              },
-              "next": {
-                "title": "Field Converter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "title": "Cusum",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.changedetection.jvm.cusum",
-                "title": "Cusum",
-                "sidebar_label": "Cusum",
-                "original_id": "org.apache.streampipes.processors.changedetection.jvm.cusum"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Creates JTS Point",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              },
-              "next": {
-                "title": "Distance Calculator",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "title": "Math",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-                "title": "Math",
-                "sidebar_label": "Math",
-                "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Language Detection",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              },
-              "next": {
-                "title": "Measure Time Between Two Sensors",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "title": "Static Math",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-                "title": "Static Math",
-                "sidebar_label": "Static Math",
-                "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Static Google Maps Geocoder",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              },
-              "next": {
-                "title": "Statistics Summary",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "title": "Trigonometry Functions",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-                "title": "Trigonometry Functions",
-                "sidebar_label": "Trigonometry Functions",
-                "original_id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Trend",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.increase"
-              },
-              "next": {
-                "title": "URL Dereferencing",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "title": "URL Dereferencing",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-                "title": "URL Dereferencing",
-                "sidebar_label": "URL Dereferencing",
-                "original_id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Trigonometry Functions",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              },
-              "next": {
-                "title": "Value Changed",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "title": "Timestamp Enricher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-                "title": "Timestamp Enricher",
-                "sidebar_label": "Timestamp Enricher",
-                "original_id": "org.apache.streampipes.processors.enricher.flink.timestamp"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Threshold Detector",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-              },
-              "next": {
-                "title": "Timestamp Extractor",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "title": "Size Measure",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-                "title": "Size Measure",
-                "sidebar_label": "Size Measure",
-                "original_id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Single Trajectory Creator",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              },
-              "next": {
-                "title": "Spatial Grid Enrichment",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.flink"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "title": "Compose",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.compose",
-                "title": "Compose",
-                "sidebar_label": "Compose",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.compose"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Chunker (English)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-              },
-              "next": {
-                "title": "Count Aggregation",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "title": "Merge By Enrich",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-                "title": "Merge By Enrich",
-                "sidebar_label": "Merge By Enrich",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.enrich"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Measurement Unit Converter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              },
-              "next": {
-                "title": "Name Finder",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "title": "Rate Limit",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.limit",
-                "title": "Rate Limit",
-                "sidebar_label": "Rate Limit",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.limit"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "QR Code Reader",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-              },
-              "next": {
-                "title": "Reverse Geocoder",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "title": "Synchronize Two Streams",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.merge",
-                "title": "Synchronize Two Streams",
-                "sidebar_label": "Synchronize Two Streams",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.merge"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "String To State",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              },
-              "next": {
-                "title": "Task Duration",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "title": "Numerical Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-                "title": "Numerical Filter",
-                "sidebar_label": "Numerical Filter",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Number Labeler",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              },
-              "next": {
-                "title": "Numerical Filter (Siddhi)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "title": "Numerical Text Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-                "title": "Numerical Text Filter",
-                "sidebar_label": "Numerical Text Filter",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Numerical Filter (Siddhi)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-              },
-              "next": {
-                "title": "Part of Speech (English)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.project",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "title": "Projection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.project",
-                "title": "Projection",
-                "sidebar_label": "Projection",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.project"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Peak Detection",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              },
-              "next": {
-                "title": "QR Code Reader",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "title": "Text Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-                "title": "Text Filter",
-                "sidebar_label": "Text Filter",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.textfilter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Task Duration",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-              },
-              "next": {
-                "title": "Threshold Detector",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "title": "Threshold Detector",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-                "title": "Threshold Detector",
-                "sidebar_label": "Threshold Detector",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.threshold"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Text Filter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-              },
-              "next": {
-                "title": "Timestamp Enricher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "title": "Creates JTS Point",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-                "title": "Creates JTS Point",
-                "sidebar_label": "Creates JTS Point",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Count Array",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-              },
-              "next": {
-                "title": "Cusum",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "title": "EPSG Code",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-                "title": "EPSG Code",
-                "sidebar_label": "EPSG Code",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Distance Calculator",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              },
-              "next": {
-                "title": "Event Counter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "title": "Single Trajectory Creator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-                "title": "Single Trajectory Creator",
-                "sidebar_label": "Single Trajectory Creator",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Signal Edge Filter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              },
-              "next": {
-                "title": "Size Measure",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "title": "Distance Calculator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-                "title": "Distance Calculator",
-                "sidebar_label": "Distance Calculator",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Cusum",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-              },
-              "next": {
-                "title": "EPSG Code",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "title": "Speed Calculator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.processor.speed",
-                "title": "Speed Calculator",
-                "sidebar_label": "Speed Calculator",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.processor.speed"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Spatial Grid Enrichment",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.flink"
-              },
-              "next": {
-                "title": "Split Array",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "title": "Static Distance Calculator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-                "title": "Static Distance Calculator",
-                "sidebar_label": "Static Distance Calculator",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "State Buffer Labeler",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              },
-              "next": {
-                "title": "Static Google Maps Geocoder",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "title": "Absence",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-                "title": "Absence",
-                "sidebar_label": "Absence",
-                "original_id": "org.apache.streampipes.processors.pattern-detection.flink.absence"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Wikipedia New Articles",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-              },
-              "next": {
-                "title": "Aggregation",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "title": "And",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-                "title": "And",
-                "sidebar_label": "And",
-                "original_id": "org.apache.streampipes.processors.pattern-detection.flink.and"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Aggregation",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-              },
-              "next": {
-                "title": "Boilerplate Removal",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "title": "Peak Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-                "title": "Peak Detection",
-                "sidebar_label": "Peak Detection",
-                "original_id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Part of Speech (English)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              },
-              "next": {
-                "title": "Projection",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "title": "Sequence",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-                "title": "Sequence",
-                "sidebar_label": "Sequence",
-                "original_id": "org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Sentence Detection (English)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              },
-              "next": {
-                "title": "Sequence Detection",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "title": "Frequency Calculation",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.frequency",
-                "title": "Frequency Calculation",
-                "sidebar_label": "Frequency Calculation",
-                "original_id": "org.apache.streampipes.processors.siddhi.frequency"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Renamer",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-              },
-              "next": {
-                "title": "Frequency Change",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "title": "Frequency Change",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-                "title": "Frequency Change",
-                "sidebar_label": "Frequency Change",
-                "original_id": "org.apache.streampipes.processors.siddhi.frequencychange"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Frequency Calculation",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency"
-              },
-              "next": {
-                "title": "Generic Image Classification",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.siddhi.increase",
-              "title": "Trend",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.increase.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.increase",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.increase",
-                "title": "Trend",
-                "sidebar_label": "Trend",
-                "original_id": "org.apache.streampipes.processors.siddhi.increase"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Transform to boolean",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              },
-              "next": {
-                "title": "Trigonometry Functions",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "title": "Numerical Filter (Siddhi)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-                "title": "Numerical Filter (Siddhi)",
-                "sidebar_label": "Numerical Filter (Siddhi)",
-                "original_id": "org.apache.streampipes.processors.siddhi.numericalfilter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Numerical Filter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              },
-              "next": {
-                "title": "Numerical Text Filter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.sequence",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "title": "Sequence Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.sequence",
-                "title": "Sequence Detection",
-                "sidebar_label": "Sequence Detection",
-                "original_id": "org.apache.streampipes.processors.siddhi.sequence"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Sequence",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              },
-              "next": {
-                "title": "Signal Edge Filter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.siddhi.stop",
-              "title": "Stream Stop Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.stop.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.stop",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.stop",
-                "title": "Stream Stop Detection",
-                "sidebar_label": "Stream Stop Detection",
-                "original_id": "org.apache.streampipes.processors.siddhi.stop"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Statistics Summary",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              },
-              "next": {
-                "title": "String Counter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "title": "Statistics Summary",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.statistics.flink.statistics-summary",
-                "title": "Statistics Summary",
-                "sidebar_label": "Statistics Summary",
-                "original_id": "org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Static Math",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              },
-              "next": {
-                "title": "Stream Stop Detection",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.stop"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "title": "Language Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-                "title": "Language Detection",
-                "sidebar_label": "Language Detection",
-                "original_id": "org.apache.streampipes.processors.textmining.flink.languagedetection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Enricher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              },
-              "next": {
-                "title": "Language Detection",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "title": "Word Count",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-                "title": "Word Count",
-                "sidebar_label": "Word Count",
-                "original_id": "org.apache.streampipes.processors.textmining.flink.wordcount"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Value Changed",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-              },
-              "next": {
-                "title": "Buffered REST Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "title": "Chunker (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-                "title": "Chunker (English)",
-                "sidebar_label": "Chunker (English)",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.chunker"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Calculate Duration",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-              },
-              "next": {
-                "title": "Compose",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "title": "Language Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-                "title": "Language Detection",
-                "sidebar_label": "Language Detection",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Language Detection",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-              },
-              "next": {
-                "title": "Math",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "title": "Name Finder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-                "title": "Name Finder",
-                "sidebar_label": "Name Finder",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.namefinder"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Merge By Enrich",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-              },
-              "next": {
-                "title": "Number Labeler",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "title": "Part of Speech (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-                "title": "Part of Speech (English)",
-                "sidebar_label": "Part of Speech (English)",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Numerical Text Filter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              },
-              "next": {
-                "title": "Peak Detection",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "title": "Sentence Detection (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-                "title": "Sentence Detection (English)",
-                "sidebar_label": "Sentence Detection (English)",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Reverse Geocoder",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              },
-              "next": {
-                "title": "Sequence",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "title": "Tokenizer (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-                "title": "Tokenizer (English)",
-                "sidebar_label": "Tokenizer (English)",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Timestamp Extractor",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              },
-              "next": {
-                "title": "Transform to boolean",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "title": "Field Converter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-                "title": "Field Converter",
-                "sidebar_label": "Field Converter",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.field-converter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Event Rate",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-              },
-              "next": {
-                "title": "Field Hasher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "title": "Field Mapper",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-                "title": "Field Mapper",
-                "sidebar_label": "Field Mapper",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.field-mapper"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Hasher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              },
-              "next": {
-                "title": "Field Renamer",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "title": "Field Renamer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-                "title": "Field Renamer",
-                "sidebar_label": "Field Renamer",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.field-renamer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Mapper",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-              },
-              "next": {
-                "title": "Frequency Calculation",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "title": "Field Hasher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-                "title": "Field Hasher",
-                "sidebar_label": "Field Hasher",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Converter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-              },
-              "next": {
-                "title": "Field Mapper",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "title": "Measurement Unit Converter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-                "title": "Measurement Unit Converter",
-                "sidebar_label": "Measurement Unit Converter",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Measure Time Between Two Sensors",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              },
-              "next": {
-                "title": "Merge By Enrich",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "title": "Boilerplate Removal",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-                "title": "Boilerplate Removal",
-                "sidebar_label": "Boilerplate Removal",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "And",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-              },
-              "next": {
-                "title": "Boolean Counter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "title": "Boolean Counter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-                "title": "Boolean Counter",
-                "sidebar_label": "Boolean Counter",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boilerplate Removal",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              },
-              "next": {
-                "title": "Boolean Inverter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "title": "Boolean Inverter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-                "title": "Boolean Inverter",
-                "sidebar_label": "Boolean Inverter",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean Counter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              },
-              "next": {
-                "title": "Boolean Timer",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "title": "Measure Time Between Two Sensors",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-                "title": "Measure Time Between Two Sensors",
-                "sidebar_label": "Measure Time Between Two Sensors",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Math",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              },
-              "next": {
-                "title": "Measurement Unit Converter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "title": "Boolean Timer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-                "title": "Boolean Timer",
-                "sidebar_label": "Boolean Timer",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean Inverter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              },
-              "next": {
-                "title": "Boolean To State",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "title": "Value Changed",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-                "title": "Value Changed",
-                "sidebar_label": "Value Changed",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.changed-value"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "URL Dereferencing",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              },
-              "next": {
-                "title": "Word Count",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "title": "Count Array",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-                "title": "Count Array",
-                "sidebar_label": "Count Array",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.count-array"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Count Aggregation",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count"
-              },
-              "next": {
-                "title": "Creates JTS Point",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "title": "CSV Metadata Enricher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-                "title": "CSV Metadata Enricher",
-                "sidebar_label": "CSV Metadata Enricher",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean To State",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              },
-              "next": {
-                "title": "Calculate Duration",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "title": "Calculate Duration",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-                "title": "Calculate Duration",
-                "sidebar_label": "Calculate Duration",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.duration-value"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "CSV Metadata Enricher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              },
-              "next": {
-                "title": "Chunker (English)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "title": "Signal Edge Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-                "title": "Signal Edge Filter",
-                "sidebar_label": "Signal Edge Filter",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Sequence Detection",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence"
-              },
-              "next": {
-                "title": "Single Trajectory Creator",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "title": "Boolean To State",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-                "title": "Boolean To State",
-                "sidebar_label": "Boolean To State",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean Timer",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              },
-              "next": {
-                "title": "CSV Metadata Enricher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "title": "State Buffer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-                "title": "State Buffer",
-                "sidebar_label": "State Buffer",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Split Array",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-              },
-              "next": {
-                "title": "State Buffer Labeler",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "title": "State Buffer Labeler",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-                "title": "State Buffer Labeler",
-                "sidebar_label": "State Buffer Labeler",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "State Buffer",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              },
-              "next": {
-                "title": "Static Distance Calculator",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "title": "Number Labeler",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-                "title": "Number Labeler",
-                "sidebar_label": "Number Labeler",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Name Finder",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-              },
-              "next": {
-                "title": "Numerical Filter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "title": "String To State",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-                "title": "String To State",
-                "sidebar_label": "String To State",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "String Timer",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              },
-              "next": {
-                "title": "Synchronize Two Streams",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "title": "Timestamp Extractor",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-                "title": "Timestamp Extractor",
-                "sidebar_label": "Timestamp Extractor",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Timestamp Enricher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-              },
-              "next": {
-                "title": "Tokenizer (English)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "title": "Split Array",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-                "title": "Split Array",
-                "sidebar_label": "Split Array",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.split-array"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Speed Calculator",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-              },
-              "next": {
-                "title": "State Buffer",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "title": "String Counter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-                "title": "String Counter",
-                "sidebar_label": "String Counter",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Stream Stop Detection",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.stop"
-              },
-              "next": {
-                "title": "String Timer",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "title": "String Timer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-                "title": "String Timer",
-                "sidebar_label": "String Timer",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "String Counter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              },
-              "next": {
-                "title": "String To State",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "title": "Task Duration",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-                "title": "Task Duration",
-                "sidebar_label": "Task Duration",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.taskduration"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Synchronize Two Streams",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge"
-              },
-              "next": {
-                "title": "Text Filter",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "id": "version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "title": "Transform to boolean",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-                "title": "Transform to boolean",
-                "sidebar_label": "Transform to boolean",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tokenizer (English)",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              },
-              "next": {
-                "title": "Trend",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.increase"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.protocol.set.file",
-              "id": "version-0.90.0/pe/org.apache.streampipes.protocol.set.file",
-              "title": "File Set",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.protocol.set.file.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.protocol.set.file",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.file",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.protocol.set.file",
-                "title": "File Set",
-                "sidebar_label": "File Set",
-                "original_id": "org.apache.streampipes.protocol.set.file"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "File Stream",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file"
-              },
-              "next": {
-                "title": "Flic MQTT",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.protocol.set.http",
-              "id": "version-0.90.0/pe/org.apache.streampipes.protocol.set.http",
-              "title": "HTTP Set",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.protocol.set.http.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.protocol.set.http",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.http",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.protocol.set.http",
-                "title": "HTTP Set",
-                "sidebar_label": "HTTP Set",
-                "original_id": "org.apache.streampipes.protocol.set.http"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "HTTP Server",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-              },
-              "next": {
-                "title": "HTTP Stream",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "title": "Buffered REST Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-                "title": "Buffered REST Publisher",
-                "sidebar_label": "Buffered REST Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Word Count",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-              },
-              "next": {
-                "title": "CouchDB",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "title": "JMS Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-                "title": "JMS Publisher",
-                "sidebar_label": "JMS Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.jms"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "IoTDB",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-              },
-              "next": {
-                "title": "Kafka Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "title": "Kafka Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-                "title": "Kafka Publisher",
-                "sidebar_label": "Kafka Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.kafka"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "JMS Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-              },
-              "next": {
-                "title": "MySQL Database",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "title": "MQTT Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.mqtt",
-                "title": "MQTT Publisher",
-                "sidebar_label": "MQTT Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "title": "NATS Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.nats",
-                "title": "NATS Publisher",
-                "sidebar_label": "NATS Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.nats"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MySQL Database",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-              },
-              "next": {
-                "title": "Notification",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "title": "Pulsar Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-                "title": "Pulsar Publisher",
-                "sidebar_label": "Pulsar Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "PostgreSQL",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-              },
-              "next": {
-                "title": "REST Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "title": "RabbitMQ Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-                "title": "RabbitMQ Publisher",
-                "sidebar_label": "RabbitMQ Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "REST Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-              },
-              "next": {
-                "title": "Slack Notification",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "title": "REST Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-                "title": "REST Publisher",
-                "sidebar_label": "REST Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.rest"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Pulsar Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              },
-              "next": {
-                "title": "RabbitMQ Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.ditto",
-              "title": "Eclipse Ditto",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.ditto.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.ditto",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.ditto",
-                "title": "Eclipse Ditto",
-                "sidebar_label": "Eclipse Ditto",
-                "original_id": "org.apache.streampipes.sinks.databases.ditto"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Data Lake",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-              },
-              "next": {
-                "title": "Elasticsearch",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "title": "Elasticsearch",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-                "title": "Elasticsearch",
-                "sidebar_label": "Elasticsearch",
-                "original_id": "org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Eclipse Ditto",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.ditto"
-              },
-              "next": {
-                "title": "Email Notification",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "title": "CouchDB",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-                "title": "CouchDB",
-                "sidebar_label": "CouchDB",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.couchdb"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Buffered REST Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              },
-              "next": {
-                "title": "Dashboard Sink",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "title": "InfluxDB",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-                "title": "InfluxDB",
-                "sidebar_label": "InfluxDB",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.influxdb"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Email Notification",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-              },
-              "next": {
-                "title": "IoTDB",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "title": "IoTDB",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-                "title": "IoTDB",
-                "sidebar_label": "IoTDB",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.iotdb"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "InfluxDB",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-              },
-              "next": {
-                "title": "JMS Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "title": "MySQL Database",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.mysql",
-                "title": "MySQL Database",
-                "sidebar_label": "MySQL Database",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.mysql"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Kafka Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-              },
-              "next": {
-                "title": "NATS Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "title": "OPC-UA",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-                "title": "OPC-UA",
-                "sidebar_label": "OPC-UA",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.opcua"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Notification",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-              },
-              "next": {
-                "title": "OneSignal",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "title": "PostgreSQL",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-                "title": "PostgreSQL",
-                "sidebar_label": "PostgreSQL",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.postgresql"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "OneSignal",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              },
-              "next": {
-                "title": "Pulsar Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "title": "Dashboard Sink",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-                "title": "Dashboard Sink",
-                "sidebar_label": "Dashboard Sink",
-                "original_id": "org.apache.streampipes.sinks.internal.jvm.dashboard"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "CouchDB",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-              },
-              "next": {
-                "title": "Data Lake",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "title": "Data Lake",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-                "title": "Data Lake",
-                "sidebar_label": "Data Lake",
-                "original_id": "org.apache.streampipes.sinks.internal.jvm.datalake"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Dashboard Sink",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-              },
-              "next": {
-                "title": "Eclipse Ditto",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.ditto"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "title": "Notification",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-                "title": "Notification",
-                "sidebar_label": "Notification",
-                "original_id": "org.apache.streampipes.sinks.internal.jvm.notification"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NATS Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-              },
-              "next": {
-                "title": "OPC-UA",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "title": "Email Notification",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-                "title": "Email Notification",
-                "sidebar_label": "Email Notification",
-                "original_id": "org.apache.streampipes.sinks.notifications.jvm.email"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Elasticsearch",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              },
-              "next": {
-                "title": "InfluxDB",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "title": "OneSignal",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-                "title": "OneSignal",
-                "sidebar_label": "OneSignal",
-                "original_id": "org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "OPC-UA",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-              },
-              "next": {
-                "title": "PostgreSQL",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "title": "Slack Notification",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-                "title": "Slack Notification",
-                "sidebar_label": "Slack Notification",
-                "original_id": "org.apache.streampipes.sinks.notifications.jvm.slack"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "RabbitMQ Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              },
-              "next": {
-                "title": "Telegram Publisher",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "id": "version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "title": "Telegram Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.telegram",
-                "title": "Telegram Publisher",
-                "sidebar_label": "Telegram Publisher",
-                "original_id": "org.apache.streampipes.sinks.notifications.jvm.telegram"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Slack Notification",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-              },
-              "next": {
-                "title": "Docker Deployment",
-                "permalink": "/docs/0.90.0/deploy-docker"
-              }
-            },
-            {
-              "unversionedId": "technicals-architecture",
-              "id": "version-0.90.0/technicals-architecture",
-              "title": "Architecture",
-              "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-              "source": "@site/versioned_docs/version-0.90.0/07_technicals-architecture.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-architecture",
-              "permalink": "/docs/0.90.0/technicals-architecture",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-architecture",
-                "title": "Architecture",
-                "sidebar_label": "Architecture",
-                "original_id": "technicals-architecture"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Migration Guide: 0.69.0",
-                "permalink": "/docs/0.90.0/extend-sdk-migration-service-discovery"
-              },
-              "next": {
-                "title": "User Guidance",
-                "permalink": "/docs/0.90.0/technicals-user-guidance"
-              }
-            },
-            {
-              "unversionedId": "technicals-configuration",
-              "id": "version-0.90.0/technicals-configuration",
-              "title": "Configuration",
-              "description": "On this page we explain how the StreamPipes configuration works.",
-              "source": "@site/versioned_docs/version-0.90.0/07_technicals-configuration.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-configuration",
-              "permalink": "/docs/0.90.0/technicals-configuration",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-configuration",
-                "title": "Configuration",
-                "sidebar_label": "Configuration",
-                "original_id": "technicals-configuration"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Messaging",
-                "permalink": "/docs/0.90.0/technicals-messaging"
-              },
-              "next": {
-                "title": "Get Help",
-                "permalink": "/docs/0.90.0/community-get-help"
-              }
-            },
-            {
-              "unversionedId": "technicals-messaging",
-              "id": "version-0.90.0/technicals-messaging",
-              "title": "Messaging",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.90.0/07_technicals-messaging.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-messaging",
-              "permalink": "/docs/0.90.0/technicals-messaging",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-messaging",
-                "title": "Messaging",
-                "sidebar_label": "Messaging",
-                "original_id": "technicals-messaging"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Runtime Wrappers",
-                "permalink": "/docs/0.90.0/technicals-runtime-wrappers"
-              },
-              "next": {
-                "title": "Configuration",
-                "permalink": "/docs/0.90.0/technicals-configuration"
-              }
-            },
-            {
-              "unversionedId": "technicals-runtime-wrappers",
-              "id": "version-0.90.0/technicals-runtime-wrappers",
-              "title": "Runtime Wrappers",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.90.0/07_technicals-runtime-wrappers.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-runtime-wrappers",
-              "permalink": "/docs/0.90.0/technicals-runtime-wrappers",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-runtime-wrappers",
-                "title": "Runtime Wrappers",
-                "sidebar_label": "Runtime Wrappers",
-                "original_id": "technicals-runtime-wrappers"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "User Guidance",
-                "permalink": "/docs/0.90.0/technicals-user-guidance"
-              },
-              "next": {
-                "title": "Messaging",
-                "permalink": "/docs/0.90.0/technicals-messaging"
-              }
-            },
-            {
-              "unversionedId": "technicals-user-guidance",
-              "id": "version-0.90.0/technicals-user-guidance",
-              "title": "User Guidance",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.90.0/07_technicals-user-guidance.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-user-guidance",
-              "permalink": "/docs/0.90.0/technicals-user-guidance",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-user-guidance",
-                "title": "User Guidance",
-                "sidebar_label": "User Guidance",
-                "original_id": "technicals-user-guidance"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Architecture",
-                "permalink": "/docs/0.90.0/technicals-architecture"
-              },
-              "next": {
-                "title": "Runtime Wrappers",
-                "permalink": "/docs/0.90.0/technicals-runtime-wrappers"
-              }
-            },
-            {
-              "unversionedId": "try-installation",
-              "id": "version-0.90.0/try-installation",
-              "title": "Installation",
-              "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-              "source": "@site/versioned_docs/version-0.90.0/01_try-installation.md",
-              "sourceDirName": ".",
-              "slug": "/try-installation",
-              "permalink": "/docs/0.90.0/try-installation",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 1,
-              "frontMatter": {
-                "id": "try-installation",
-                "title": "Installation",
-                "sidebar_label": "Installation",
-                "original_id": "try-installation"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Overview",
-                "permalink": "/docs/0.90.0/user-guide-introduction"
-              },
-              "next": {
-                "title": "Overview",
-                "permalink": "/docs/0.90.0/concepts-overview"
-              }
-            },
-            {
-              "unversionedId": "try-tutorial",
-              "id": "version-0.90.0/try-tutorial",
-              "title": "Interactive Tutorial",
-              "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox.",
-              "source": "@site/versioned_docs/version-0.90.0/01_try-tutorial.md",
-              "sourceDirName": ".",
-              "slug": "/try-tutorial",
-              "permalink": "/docs/0.90.0/try-tutorial",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 1,
-              "frontMatter": {
-                "id": "try-tutorial",
-                "title": "Interactive Tutorial",
-                "sidebar_label": "Interactive Tutorial",
-                "original_id": "try-tutorial"
-              }
-            },
-            {
-              "unversionedId": "use-configurations",
-              "id": "version-0.90.0/use-configurations",
-              "title": "Configurations",
-              "description": "The configuration section is an admin-only interface for system-wide settings.",
-              "source": "@site/versioned_docs/version-0.90.0/03_use-configurations.md",
-              "sourceDirName": ".",
-              "slug": "/use-configurations",
-              "permalink": "/docs/0.90.0/use-configurations",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-configurations",
-                "title": "Configurations",
-                "sidebar_label": "Configurations",
-                "original_id": "use-configurations"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Install Pipeline Elements",
-                "permalink": "/docs/0.90.0/use-install-pipeline-elements"
-              },
-              "next": {
-                "title": "Apache Kafka",
-                "permalink": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-              }
-            },
-            {
-              "unversionedId": "use-connect",
-              "id": "version-0.90.0/use-connect",
-              "title": "StreamPipes Connect",
-              "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-              "source": "@site/versioned_docs/version-0.90.0/03_use-connect.md",
-              "sourceDirName": ".",
-              "slug": "/use-connect",
-              "permalink": "/docs/0.90.0/use-connect",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-connect",
-                "title": "StreamPipes Connect",
-                "sidebar_label": "StreamPipes Connect",
-                "original_id": "use-connect"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Overview",
-                "permalink": "/docs/0.90.0/concepts-overview"
-              },
-              "next": {
-                "title": "Pipeline Editor",
-                "permalink": "/docs/0.90.0/use-pipeline-editor"
-              }
-            },
-            {
-              "unversionedId": "use-dashboard",
-              "id": "version-0.90.0/use-dashboard",
-              "title": "Live Dashboard",
-              "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-              "source": "@site/versioned_docs/version-0.90.0/03_use-dashboard.md",
-              "sourceDirName": ".",
-              "slug": "/use-dashboard",
-              "permalink": "/docs/0.90.0/use-dashboard",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-dashboard",
-                "title": "Live Dashboard",
-                "sidebar_label": "Live Dashboard",
-                "original_id": "use-dashboard"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Managing Pipelines",
-                "permalink": "/docs/0.90.0/use-managing-pipelines"
-              },
-              "next": {
-                "title": "Data Explorer",
-                "permalink": "/docs/0.90.0/use-data-explorer"
-              }
-            },
-            {
-              "unversionedId": "use-data-explorer",
-              "id": "version-0.90.0/use-data-explorer",
-              "title": "Data Explorer",
-              "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-              "source": "@site/versioned_docs/version-0.90.0/03_use-data-explorer.md",
-              "sourceDirName": ".",
-              "slug": "/use-data-explorer",
-              "permalink": "/docs/0.90.0/use-data-explorer",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-data-explorer",
-                "title": "Data Explorer",
-                "sidebar_label": "Data Explorer",
-                "original_id": "use-data-explorer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Live Dashboard",
-                "permalink": "/docs/0.90.0/use-dashboard"
-              },
-              "next": {
-                "title": "Notifications",
-                "permalink": "/docs/0.90.0/use-notifications"
-              }
-            },
-            {
-              "unversionedId": "use-install-pipeline-elements",
-              "id": "version-0.90.0/use-install-pipeline-elements",
-              "title": "Install Pipeline Elements",
-              "description": "Install Pipeline Elements",
-              "source": "@site/versioned_docs/version-0.90.0/03_use-install-pipeline-elements.md",
-              "sourceDirName": ".",
-              "slug": "/use-install-pipeline-elements",
-              "permalink": "/docs/0.90.0/use-install-pipeline-elements",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-install-pipeline-elements",
-                "title": "Install Pipeline Elements",
-                "sidebar_label": "Install Pipeline Elements",
-                "original_id": "use-install-pipeline-elements"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Notifications",
-                "permalink": "/docs/0.90.0/use-notifications"
-              },
-              "next": {
-                "title": "Configurations",
-                "permalink": "/docs/0.90.0/use-configurations"
-              }
-            },
-            {
-              "unversionedId": "use-managing-pipelines",
-              "id": "version-0.90.0/use-managing-pipelines",
-              "title": "Managing Pipelines",
-              "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-              "source": "@site/versioned_docs/version-0.90.0/03_use-managing-pipelines.md",
-              "sourceDirName": ".",
-              "slug": "/use-managing-pipelines",
-              "permalink": "/docs/0.90.0/use-managing-pipelines",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-managing-pipelines",
-                "title": "Managing Pipelines",
-                "sidebar_label": "Managing Pipelines",
-                "original_id": "use-managing-pipelines"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Pipeline Editor",
-                "permalink": "/docs/0.90.0/use-pipeline-editor"
-              },
-              "next": {
-                "title": "Live Dashboard",
-                "permalink": "/docs/0.90.0/use-dashboard"
-              }
-            },
-            {
-              "unversionedId": "use-notifications",
-              "id": "version-0.90.0/use-notifications",
-              "title": "Notifications",
-              "description": "The notification module can be used to create internal notifications.",
-              "source": "@site/versioned_docs/version-0.90.0/03_use-notifications.md",
-              "sourceDirName": ".",
-              "slug": "/use-notifications",
-              "permalink": "/docs/0.90.0/use-notifications",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-notifications",
-                "title": "Notifications",
-                "sidebar_label": "Notifications",
-                "original_id": "use-notifications"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Data Explorer",
-                "permalink": "/docs/0.90.0/use-data-explorer"
-              },
-              "next": {
-                "title": "Install Pipeline Elements",
-                "permalink": "/docs/0.90.0/use-install-pipeline-elements"
-              }
-            },
-            {
-              "unversionedId": "use-pipeline-editor",
-              "id": "version-0.90.0/use-pipeline-editor",
-              "title": "Pipeline Editor",
-              "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-              "source": "@site/versioned_docs/version-0.90.0/03_use-pipeline-editor.md",
-              "sourceDirName": ".",
-              "slug": "/use-pipeline-editor",
-              "permalink": "/docs/0.90.0/use-pipeline-editor",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-pipeline-editor",
-                "title": "Pipeline Editor",
-                "sidebar_label": "Pipeline Editor",
-                "original_id": "use-pipeline-editor"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "StreamPipes Connect",
-                "permalink": "/docs/0.90.0/use-connect"
-              },
-              "next": {
-                "title": "Managing Pipelines",
-                "permalink": "/docs/0.90.0/use-managing-pipelines"
-              }
-            },
-            {
-              "unversionedId": "user-guide-first-steps",
-              "id": "version-0.90.0/user-guide-first-steps",
-              "title": "First steps",
-              "description": "In this section, you'll learn how to create and run pipelines in StreamPipes.",
-              "source": "@site/versioned_docs/version-0.90.0/user-guide-first-steps.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-first-steps",
-              "permalink": "/docs/0.90.0/user-guide-first-steps",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-first-steps",
-                "title": "First steps",
-                "sidebar_label": "First steps"
-              }
-            },
-            {
-              "unversionedId": "user-guide-installation",
-              "id": "version-0.90.0/user-guide-installation",
-              "title": "Installation",
-              "description": "Prerequisites",
-              "source": "@site/versioned_docs/version-0.90.0/user-guide-installation.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-installation",
-              "permalink": "/docs/0.90.0/user-guide-installation",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-installation",
-                "title": "Installation",
-                "sidebar_label": "Installation",
-                "original_id": "user-guide-installation"
-              }
-            },
-            {
-              "unversionedId": "user-guide-introduction",
-              "id": "version-0.90.0/user-guide-introduction",
-              "title": "Apache StreamPipes Documentation",
-              "description": "This is the documentation of Apache StreamPipes.",
-              "source": "@site/versioned_docs/version-0.90.0/01_try-overview.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-introduction",
-              "permalink": "/docs/0.90.0/user-guide-introduction",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 1,
-              "frontMatter": {
-                "id": "user-guide-introduction",
-                "title": "Apache StreamPipes Documentation",
-                "sidebar_label": "Overview",
-                "original_id": "user-guide-introduction"
-              },
-              "sidebar": "documentation",
-              "next": {
-                "title": "Installation",
-                "permalink": "/docs/0.90.0/try-installation"
-              }
-            },
-            {
-              "unversionedId": "user-guide-introduction-old",
-              "id": "version-0.90.0/user-guide-introduction-old",
-              "title": "Introduction",
-              "description": "StreamPipes is a framework that enables users to work with data streams.",
-              "source": "@site/versioned_docs/version-0.90.0/user-guide-introduction.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-introduction-old",
-              "permalink": "/docs/0.90.0/user-guide-introduction-old",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-introduction-old",
-                "title": "Introduction",
-                "sidebar_label": "Introduction"
-              }
-            },
-            {
-              "unversionedId": "user-guide-software-components",
-              "id": "version-0.90.0/user-guide-software-components",
-              "title": "Software Components",
-              "description": "This page contains all the software components that can be used within the StreamPipes framework.",
-              "source": "@site/versioned_docs/version-0.90.0/user-guide-software-components.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-software-components",
-              "permalink": "/docs/0.90.0/user-guide-software-components",
-              "draft": false,
-              "tags": [],
-              "version": "0.90.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-software-components",
-                "title": "Software Components",
-                "sidebar_label": "Software Components"
-              }
-            }
-          ],
-          "drafts": [],
-          "sidebars": {
-            "documentation": [
-              {
-                "type": "category",
-                "label": "🚀 Try StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "user-guide-introduction"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "try-installation"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "💡 Concepts",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "concepts-overview"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "🎓 Use StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "use-connect"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-pipeline-editor"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-managing-pipelines"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-dashboard"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-data-explorer"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-notifications"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-install-pipeline-elements"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-configurations"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "📚 Pipeline Elements",
-                "items": [
-                  {
-                    "type": "category",
-                    "label": "Adapters",
-                    "items": [
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.coindesk"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.file"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.protocol.set.file"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.gdelt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.protocol.set.http"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.http"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.iex.news"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.iss"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.image.set"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.image.stream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.mysql.set"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.netio.rest"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.opcua"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.ros"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.slack"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.ti"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-                      }
-                    ],
-                    "collapsed": true,
-                    "collapsible": true
-                  },
-                  {
-                    "type": "category",
-                    "label": "Data Processors",
-                    "items": [
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.compose"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.count"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.frequency"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.project"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.limit"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.sequence"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.flink"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.stop"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.merge"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.increase"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-                      }
-                    ],
-                    "collapsed": true,
-                    "collapsible": true
-                  },
-                  {
-                    "type": "category",
-                    "label": "Data Sinks",
-                    "items": [
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.ditto"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-                      }
-                    ],
-                    "collapsed": true,
-                    "collapsible": true
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "⚡ Deploy StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "deploy-docker"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "deploy-kubernetes"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "deploy-use-ssl"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "deploy-security"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "💻 Extend StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "extend-setup"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-cli"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-archetypes"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-first-processor"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-tutorial-data-sources"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-tutorial-data-processors"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-tutorial-data-sinks"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-functions"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-event-model"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-stream-requirements"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-static-properties"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-output-strategies"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-migration-service-discovery"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "🔧 Technicals",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "technicals-architecture"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-user-guidance"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-runtime-wrappers"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-messaging"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-configuration"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "👪 Community",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "community-get-help"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "community-contribute"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              }
-            ],
-            "faq": [
-              {
-                "type": "category",
-                "label": "FAQ",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "faq-common-problems"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              }
-            ]
-          }
-        },
-        {
-          "versionName": "0.70.0",
-          "label": "0.70.0",
-          "banner": "unmaintained",
-          "badge": true,
-          "noIndex": false,
-          "className": "docs-version-0.70.0",
-          "path": "/docs/0.70.0",
-          "tagsPath": "/docs/0.70.0/tags",
-          "isLast": false,
-          "sidebarFilePath": "C:\\git\\apache\\incubator-streampipes-website\\website-v2\\versioned_sidebars\\version-0.70.0-sidebars.json",
-          "contentPath": "C:\\git\\apache\\incubator-streampipes-website\\website-v2\\versioned_docs\\version-0.70.0",
-          "contentPathLocalized": "C:\\git\\apache\\incubator-streampipes-website\\website-v2\\i18n\\en\\docusaurus-plugin-content-docs\\version-0.70.0",
-          "docs": [
-            {
-              "unversionedId": "community-contribute",
-              "id": "version-0.70.0/community-contribute",
-              "title": "Contribute",
-              "description": "Contribute",
-              "source": "@site/versioned_docs/version-0.70.0/09_contribute.md",
-              "sourceDirName": ".",
-              "slug": "/community-contribute",
-              "permalink": "/docs/0.70.0/community-contribute",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 9,
-              "frontMatter": {
-                "id": "community-contribute",
-                "title": "Contribute",
-                "sidebar_label": "Contribute",
-                "original_id": "community-contribute"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Get Help",
-                "permalink": "/docs/0.70.0/community-get-help"
-              }
-            },
-            {
-              "unversionedId": "community-get-help",
-              "id": "version-0.70.0/community-get-help",
-              "title": "Get Help",
-              "description": "The Apache StreamPipes community is happy to help with any questions or problems you might have.",
-              "source": "@site/versioned_docs/version-0.70.0/09_get-help.md",
-              "sourceDirName": ".",
-              "slug": "/community-get-help",
-              "permalink": "/docs/0.70.0/community-get-help",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 9,
-              "frontMatter": {
-                "id": "community-get-help",
-                "title": "Get Help",
-                "sidebar_label": "Get Help",
-                "original_id": "community-get-help"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Configuration",
-                "permalink": "/docs/0.70.0/technicals-configuration"
-              },
-              "next": {
-                "title": "Contribute",
-                "permalink": "/docs/0.70.0/community-contribute"
-              }
-            },
-            {
-              "unversionedId": "concepts-adapter",
-              "id": "version-0.70.0/concepts-adapter",
-              "title": "Data Adapters",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.70.0/02_concepts-adapter.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-adapter",
-              "permalink": "/docs/0.70.0/concepts-adapter",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-adapter",
-                "title": "Data Adapters",
-                "sidebar_label": "Data Adapters",
-                "original_id": "concepts-adapter"
-              }
-            },
-            {
-              "unversionedId": "concepts-data-streams",
-              "id": "version-0.70.0/concepts-data-streams",
-              "title": "Data Streams",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.70.0/02_concepts-data-streams.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-data-streams",
-              "permalink": "/docs/0.70.0/concepts-data-streams",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-data-streams",
-                "title": "Data Streams",
-                "sidebar_label": "Data Streams",
-                "original_id": "concepts-data-streams"
-              }
-            },
-            {
-              "unversionedId": "concepts-glossary",
-              "id": "version-0.70.0/concepts-glossary",
-              "title": "Glossary",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.70.0/02_concepts-glossary.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-glossary",
-              "permalink": "/docs/0.70.0/concepts-glossary",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-glossary",
-                "title": "Glossary",
-                "sidebar_label": "Glossary",
-                "original_id": "concepts-glossary"
-              }
-            },
-            {
-              "unversionedId": "concepts-overview",
-              "id": "version-0.70.0/concepts-overview",
-              "title": "StreamPipes Concepts",
-              "description": "To understand how StreamPipes works, the knowledge of a few core concepts, illustrated below, will be helpful.",
-              "source": "@site/versioned_docs/version-0.70.0/02_concepts-overview.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-overview",
-              "permalink": "/docs/0.70.0/concepts-overview",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-overview",
-                "title": "StreamPipes Concepts",
-                "sidebar_label": "Overview",
-                "original_id": "concepts-overview"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Interactive Tutorial",
-                "permalink": "/docs/0.70.0/try-tutorial"
-              },
-              "next": {
-                "title": "StreamPipes Connect",
-                "permalink": "/docs/0.70.0/use-connect"
-              }
-            },
-            {
-              "unversionedId": "concepts-pipelines",
-              "id": "version-0.70.0/concepts-pipelines",
-              "title": "Pipelines",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.70.0/02_concepts-pipeline.md",
-              "sourceDirName": ".",
-              "slug": "/concepts-pipelines",
-              "permalink": "/docs/0.70.0/concepts-pipelines",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 2,
-              "frontMatter": {
-                "id": "concepts-pipelines",
-                "title": "Pipelines",
-                "sidebar_label": "Pipelines",
-                "original_id": "concepts-pipelines"
-              }
-            },
-            {
-              "unversionedId": "debugging-debugging",
-              "id": "version-0.70.0/debugging-debugging",
-              "title": "Debugging",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.70.0/08_debugging.md",
-              "sourceDirName": ".",
-              "slug": "/debugging-debugging",
-              "permalink": "/docs/0.70.0/debugging-debugging",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 8,
-              "frontMatter": {
-                "id": "debugging-debugging",
-                "title": "Debugging",
-                "sidebar_label": "Debugging",
-                "original_id": "debugging-debugging"
-              }
-            },
-            {
-              "unversionedId": "debugging-monitoring",
-              "id": "version-0.70.0/debugging-monitoring",
-              "title": "Monitoring",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.70.0/08_monitoring.md",
-              "sourceDirName": ".",
-              "slug": "/debugging-monitoring",
-              "permalink": "/docs/0.70.0/debugging-monitoring",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 8,
-              "frontMatter": {
-                "id": "debugging-monitoring",
-                "title": "Monitoring",
-                "sidebar_label": "Monitoring",
-                "original_id": "debugging-monitoring"
-              }
-            },
-            {
-              "unversionedId": "deploy-docker",
-              "id": "version-0.70.0/deploy-docker",
-              "title": "Docker Deployment",
-              "description": "StreamPipes Compose is a simple collection of user-friendly docker-compose files that easily lets gain first-hand experience with Apache StreamPipes.",
-              "source": "@site/versioned_docs/version-0.70.0/05_deploy-docker.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-docker",
-              "permalink": "/docs/0.70.0/deploy-docker",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-docker",
-                "title": "Docker Deployment",
-                "sidebar_label": "Docker Deployment",
-                "original_id": "deploy-docker"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Telegram Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-              },
-              "next": {
-                "title": "Kubernetes Deployment",
-                "permalink": "/docs/0.70.0/deploy-kubernetes"
-              }
-            },
-            {
-              "unversionedId": "deploy-kubernetes",
-              "id": "version-0.70.0/deploy-kubernetes",
-              "title": "Kubernetes Deployment",
-              "description": "Prerequisites",
-              "source": "@site/versioned_docs/version-0.70.0/05_deploy-kubernetes.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-kubernetes",
-              "permalink": "/docs/0.70.0/deploy-kubernetes",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-kubernetes",
-                "title": "Kubernetes Deployment",
-                "sidebar_label": "Kubernetes Deployment",
-                "original_id": "deploy-kubernetes"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Docker Deployment",
-                "permalink": "/docs/0.70.0/deploy-docker"
-              },
-              "next": {
-                "title": "Use SSL",
-                "permalink": "/docs/0.70.0/deploy-use-ssl"
-              }
-            },
-            {
-              "unversionedId": "deploy-security",
-              "id": "version-0.70.0/deploy-security",
-              "title": "Security",
-              "description": "Overriding default settings",
-              "source": "@site/versioned_docs/version-0.70.0/05_deploy-security.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-security",
-              "permalink": "/docs/0.70.0/deploy-security",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-security",
-                "title": "Security",
-                "sidebar_label": "Security",
-                "original_id": "deploy-security"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Use SSL",
-                "permalink": "/docs/0.70.0/deploy-use-ssl"
-              },
-              "next": {
-                "title": "Development Setup",
-                "permalink": "/docs/0.70.0/extend-setup"
-              }
-            },
-            {
-              "unversionedId": "deploy-use-ssl",
-              "id": "version-0.70.0/deploy-use-ssl",
-              "title": "Use SSL",
-              "description": "This page explains how SSL Certificates can be used to provide transport layer security between your Browser and the Streampipes Backend.",
-              "source": "@site/versioned_docs/version-0.70.0/05_deploy-use-ssl.md",
-              "sourceDirName": ".",
-              "slug": "/deploy-use-ssl",
-              "permalink": "/docs/0.70.0/deploy-use-ssl",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 5,
-              "frontMatter": {
-                "id": "deploy-use-ssl",
-                "title": "Use SSL",
-                "sidebar_label": "Use SSL",
-                "original_id": "deploy-use-ssl"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Kubernetes Deployment",
-                "permalink": "/docs/0.70.0/deploy-kubernetes"
-              },
-              "next": {
-                "title": "Security",
-                "permalink": "/docs/0.70.0/deploy-security"
-              }
-            },
-            {
-              "unversionedId": "dev-guide-archetype",
-              "id": "version-0.70.0/dev-guide-archetype",
-              "title": "Start Developing",
-              "description": "",
-              "source": "@site/versioned_docs/version-0.70.0/dev-guide-archetype.md",
-              "sourceDirName": ".",
-              "slug": "/dev-guide-archetype",
-              "permalink": "/docs/0.70.0/dev-guide-archetype",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "dev-guide-archetype",
-                "title": "Start Developing",
-                "sidebar_label": "Start Developing",
-                "original_id": "dev-guide-archetype"
-              }
-            },
-            {
-              "unversionedId": "dev-guide-sdk-guide-processors",
-              "id": "version-0.70.0/dev-guide-sdk-guide-processors",
-              "title": "SDK Guide: Data Processors",
-              "description": "Project Setup",
-              "source": "@site/versioned_docs/version-0.70.0/dev-guide-processor-sdk.md",
-              "sourceDirName": ".",
-              "slug": "/dev-guide-sdk-guide-processors",
-              "permalink": "/docs/0.70.0/dev-guide-sdk-guide-processors",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "dev-guide-sdk-guide-processors",
-                "title": "SDK Guide: Data Processors",
-                "sidebar_label": "SDK Guide: Data Processors",
-                "original_id": "dev-guide-sdk-guide-processors"
-              }
-            },
-            {
-              "unversionedId": "dev-guide-sdk-guide-sinks",
-              "id": "version-0.70.0/dev-guide-sdk-guide-sinks",
-              "title": "SDK Guide: Data Sinks",
-              "description": "Project Setup",
-              "source": "@site/versioned_docs/version-0.70.0/dev-guide-sink-sdk.md",
-              "sourceDirName": ".",
-              "slug": "/dev-guide-sdk-guide-sinks",
-              "permalink": "/docs/0.70.0/dev-guide-sdk-guide-sinks",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "dev-guide-sdk-guide-sinks",
-                "title": "SDK Guide: Data Sinks",
-                "sidebar_label": "SDK Guide: Data Sinks",
-                "original_id": "dev-guide-sdk-guide-sinks"
-              }
-            },
-            {
-              "unversionedId": "extend-archetypes",
-              "id": "version-0.70.0/extend-archetypes",
-              "title": "Maven Archetypes",
-              "description": "In this tutorial we explain how you can use the Maven archetypes to develop your own StreamPipes processors and sinks.",
-              "source": "@site/versioned_docs/version-0.70.0/06_extend-archetypes.md",
-              "sourceDirName": ".",
-              "slug": "/extend-archetypes",
-              "permalink": "/docs/0.70.0/extend-archetypes",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-archetypes",
-                "title": "Maven Archetypes",
-                "sidebar_label": "Maven Archetypes",
-                "original_id": "extend-archetypes"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "StreamPipes CLI",
-                "permalink": "/docs/0.70.0/extend-cli"
-              },
-              "next": {
-                "title": "Your first data processor",
-                "permalink": "/docs/0.70.0/extend-first-processor"
-              }
-            },
-            {
-              "unversionedId": "extend-cli",
-              "id": "version-0.70.0/extend-cli",
-              "title": "StreamPipes CLI",
-              "description": "The StreamPipes command-line interface (CLI) is focused on developers in order to provide an easy entrypoint to set up a suitable dev environment, either planning on developing",
-              "source": "@site/versioned_docs/version-0.70.0/06_extend-cli.md",
-              "sourceDirName": ".",
-              "slug": "/extend-cli",
-              "permalink": "/docs/0.70.0/extend-cli",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-cli",
-                "title": "StreamPipes CLI",
-                "sidebar_label": "StreamPipes CLI",
-                "original_id": "extend-cli"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Development Setup",
-                "permalink": "/docs/0.70.0/extend-setup"
-              },
-              "next": {
-                "title": "Maven Archetypes",
-                "permalink": "/docs/0.70.0/extend-archetypes"
-              }
-            },
-            {
-              "unversionedId": "extend-first-processor",
-              "id": "version-0.70.0/extend-first-processor",
-              "title": "Your first data processor",
-              "description": "In this section, we will explain how to start a pipeline element service and install it using the StreamPipes UI.",
-              "source": "@site/versioned_docs/version-0.70.0/06_extend-first-processor.md",
-              "sourceDirName": ".",
-              "slug": "/extend-first-processor",
-              "permalink": "/docs/0.70.0/extend-first-processor",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-first-processor",
-                "title": "Your first data processor",
-                "sidebar_label": "Your first data processor",
-                "original_id": "extend-first-processor"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Maven Archetypes",
-                "permalink": "/docs/0.70.0/extend-archetypes"
-              },
-              "next": {
-                "title": "Tutorial: Data Sources",
-                "permalink": "/docs/0.70.0/extend-tutorial-data-sources"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-event-model",
-              "id": "version-0.70.0/extend-sdk-event-model",
-              "title": "SDK Guide: Event Model",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.70.0/06_extend-sdk-event-model.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-event-model",
-              "permalink": "/docs/0.70.0/extend-sdk-event-model",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-event-model",
-                "title": "SDK Guide: Event Model",
-                "sidebar_label": "SDK: Event Model",
-                "original_id": "extend-sdk-event-model"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tutorial: Data Sinks",
-                "permalink": "/docs/0.70.0/extend-tutorial-data-sinks"
-              },
-              "next": {
-                "title": "SDK: Stream Requirements",
-                "permalink": "/docs/0.70.0/extend-sdk-stream-requirements"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-functions",
-              "id": "version-0.70.0/extend-sdk-functions",
-              "title": "SDK Guide: Functions",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.70.0/06_extend-sdk-functions.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-functions",
-              "permalink": "/docs/0.70.0/extend-sdk-functions",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-functions",
-                "title": "SDK Guide: Functions",
-                "sidebar_label": "SDK: Functions",
-                "original_id": "extend-sdk-functions"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-migration-service-discovery",
-              "id": "version-0.70.0/extend-sdk-migration-service-discovery",
-              "title": "Migration Guide: New Service Discovery in 0.69.0",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.70.0/06_extend-sdk-migration-sd.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-migration-service-discovery",
-              "permalink": "/docs/0.70.0/extend-sdk-migration-service-discovery",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-migration-service-discovery",
-                "title": "Migration Guide: New Service Discovery in 0.69.0",
-                "sidebar_label": "Migration Guide: 0.69.0",
-                "original_id": "extend-sdk-migration-service-discovery"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Output Strategies",
-                "permalink": "/docs/0.70.0/extend-sdk-output-strategies"
-              },
-              "next": {
-                "title": "Architecture",
-                "permalink": "/docs/0.70.0/technicals-architecture"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-output-strategies",
-              "id": "version-0.70.0/extend-sdk-output-strategies",
-              "title": "SDK Guide: Output Strategies",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.70.0/06_extend-sdk-output-strategies.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-output-strategies",
-              "permalink": "/docs/0.70.0/extend-sdk-output-strategies",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-output-strategies",
-                "title": "SDK Guide: Output Strategies",
-                "sidebar_label": "SDK: Output Strategies",
-                "original_id": "extend-sdk-output-strategies"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Static Properties",
-                "permalink": "/docs/0.70.0/extend-sdk-static-properties"
-              },
-              "next": {
-                "title": "Migration Guide: 0.69.0",
-                "permalink": "/docs/0.70.0/extend-sdk-migration-service-discovery"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-static-properties",
-              "id": "version-0.70.0/extend-sdk-static-properties",
-              "title": "SDK Guide: Static Properties",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.70.0/06_extend-sdk-static-properties.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-static-properties",
-              "permalink": "/docs/0.70.0/extend-sdk-static-properties",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-static-properties",
-                "title": "SDK Guide: Static Properties",
-                "sidebar_label": "SDK: Static Properties",
-                "original_id": "extend-sdk-static-properties"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Stream Requirements",
-                "permalink": "/docs/0.70.0/extend-sdk-stream-requirements"
-              },
-              "next": {
-                "title": "SDK: Output Strategies",
-                "permalink": "/docs/0.70.0/extend-sdk-output-strategies"
-              }
-            },
-            {
-              "unversionedId": "extend-sdk-stream-requirements",
-              "id": "version-0.70.0/extend-sdk-stream-requirements",
-              "title": "SDK Guide: Stream Requirements",
-              "description": "Introduction",
-              "source": "@site/versioned_docs/version-0.70.0/06_extend-sdk-stream-requirements.md",
-              "sourceDirName": ".",
-              "slug": "/extend-sdk-stream-requirements",
-              "permalink": "/docs/0.70.0/extend-sdk-stream-requirements",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-sdk-stream-requirements",
-                "title": "SDK Guide: Stream Requirements",
-                "sidebar_label": "SDK: Stream Requirements",
-                "original_id": "extend-sdk-stream-requirements"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "SDK: Event Model",
-                "permalink": "/docs/0.70.0/extend-sdk-event-model"
-              },
-              "next": {
-                "title": "SDK: Static Properties",
-                "permalink": "/docs/0.70.0/extend-sdk-static-properties"
-              }
-            },
-            {
-              "unversionedId": "extend-setup",
-              "id": "version-0.70.0/extend-setup",
-              "title": "Development Setup",
-              "description": "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.",
-              "source": "@site/versioned_docs/version-0.70.0/06_extend-setup.md",
-              "sourceDirName": ".",
-              "slug": "/extend-setup",
-              "permalink": "/docs/0.70.0/extend-setup",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-setup",
-                "title": "Development Setup",
-                "sidebar_label": "Development Setup",
-                "original_id": "extend-setup"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Security",
-                "permalink": "/docs/0.70.0/deploy-security"
-              },
-              "next": {
-                "title": "StreamPipes CLI",
-                "permalink": "/docs/0.70.0/extend-cli"
-              }
-            },
-            {
-              "unversionedId": "extend-tutorial-data-processors",
-              "id": "version-0.70.0/extend-tutorial-data-processors",
-              "title": "Tutorial: Data Processors",
-              "description": "In this tutorial, we will add a new data processor.",
-              "source": "@site/versioned_docs/version-0.70.0/06_extend-tutorial-data-processors.md",
-              "sourceDirName": ".",
-              "slug": "/extend-tutorial-data-processors",
-              "permalink": "/docs/0.70.0/extend-tutorial-data-processors",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-tutorial-data-processors",
-                "title": "Tutorial: Data Processors",
-                "sidebar_label": "Tutorial: Data Processors",
-                "original_id": "extend-tutorial-data-processors"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tutorial: Data Sources",
-                "permalink": "/docs/0.70.0/extend-tutorial-data-sources"
-              },
-              "next": {
-                "title": "Tutorial: Data Sinks",
-                "permalink": "/docs/0.70.0/extend-tutorial-data-sinks"
-              }
-            },
-            {
-              "unversionedId": "extend-tutorial-data-sinks",
-              "id": "version-0.70.0/extend-tutorial-data-sinks",
-              "title": "Tutorial: Data Sinks",
-              "description": "In this tutorial, we will add a new data sink using the standalone wrapper.",
-              "source": "@site/versioned_docs/version-0.70.0/06_extend-tutorial-data-sinks.md",
-              "sourceDirName": ".",
-              "slug": "/extend-tutorial-data-sinks",
-              "permalink": "/docs/0.70.0/extend-tutorial-data-sinks",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-tutorial-data-sinks",
-                "title": "Tutorial: Data Sinks",
-                "sidebar_label": "Tutorial: Data Sinks",
-                "original_id": "extend-tutorial-data-sinks"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tutorial: Data Processors",
-                "permalink": "/docs/0.70.0/extend-tutorial-data-processors"
-              },
-              "next": {
-                "title": "SDK: Event Model",
-                "permalink": "/docs/0.70.0/extend-sdk-event-model"
-              }
-            },
-            {
-              "unversionedId": "extend-tutorial-data-sources",
-              "id": "version-0.70.0/extend-tutorial-data-sources",
-              "title": "Tutorial: Data Sources",
-              "description": "In this tutorial, we will add a new data source consisting of a single data stream. The source will be provided as a standalone component (i.e., the description will be accessible through an integrated web server).",
-              "source": "@site/versioned_docs/version-0.70.0/06_extend-tutorial-data-sources.md",
-              "sourceDirName": ".",
-              "slug": "/extend-tutorial-data-sources",
-              "permalink": "/docs/0.70.0/extend-tutorial-data-sources",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 6,
-              "frontMatter": {
-                "id": "extend-tutorial-data-sources",
-                "title": "Tutorial: Data Sources",
-                "sidebar_label": "Tutorial: Data Sources",
-                "original_id": "extend-tutorial-data-sources"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Your first data processor",
-                "permalink": "/docs/0.70.0/extend-first-processor"
-              },
-              "next": {
-                "title": "Tutorial: Data Processors",
-                "permalink": "/docs/0.70.0/extend-tutorial-data-processors"
-              }
-            },
-            {
-              "unversionedId": "faq-common-problems",
-              "id": "version-0.70.0/faq-common-problems",
-              "title": "Common Problems",
-              "description": "* Windows 10: Consul, Kafka, Zookeeper, or Kafka-Rest did not start",
-              "source": "@site/versioned_docs/version-0.70.0/faq-common-problems.md",
-              "sourceDirName": ".",
-              "slug": "/faq-common-problems",
-              "permalink": "/docs/0.70.0/faq-common-problems",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "faq-common-problems",
-                "title": "Common Problems",
-                "sidebar_label": "Common Problems",
-                "original_id": "faq-common-problems"
-              },
-              "sidebar": "faq"
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.coindesk",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "title": "Coindesk Bitcoin Price",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.coindesk",
-                "title": "Coindesk Bitcoin Price",
-                "sidebar_label": "Coindesk Bitcoin Price",
-                "original_id": "org.apache.streampipes.connect.adapters.coindesk"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Apache Pulsar",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-              },
-              "next": {
-                "title": "File Stream",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "title": "Flic MQTT",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.flic.mqtt",
-                "title": "Flic MQTT",
-                "sidebar_label": "Flic MQTT",
-                "original_id": "org.apache.streampipes.connect.adapters.flic.mqtt"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "File Set",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.file"
-              },
-              "next": {
-                "title": "GDELT",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.gdelt",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "title": "GDELT",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.gdelt",
-                "title": "GDELT",
-                "sidebar_label": "GDELT",
-                "original_id": "org.apache.streampipes.connect.adapters.gdelt"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Flic MQTT",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-              },
-              "next": {
-                "title": "HTTP Server",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.news",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "title": "IEX Cloud News",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.iex.news",
-                "title": "IEX Cloud News",
-                "sidebar_label": "IEX Cloud News",
-                "original_id": "org.apache.streampipes.connect.adapters.iex.news"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "HTTP Stream",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http"
-              },
-              "next": {
-                "title": "IEX Cloud Stock Quotes",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "title": "IEX Cloud Stock Quotes",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.iex.stocks",
-                "title": "IEX Cloud Stock Quotes",
-                "sidebar_label": "IEX Cloud Stock Quotes",
-                "original_id": "org.apache.streampipes.connect.adapters.iex.stocks"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "IEX Cloud News",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news"
-              },
-              "next": {
-                "title": "ISS Location",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iss"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.set",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.image.set",
-              "title": "Image Upload (Set)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.image.set.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.image.set",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.set",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.image.set",
-                "title": "Image Upload (Set)",
-                "sidebar_label": "Image Upload (Set)",
-                "original_id": "org.apache.streampipes.connect.adapters.image.set"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "ISS Location",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iss"
-              },
-              "next": {
-                "title": "Image Upload (Stream)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.image.stream",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "title": "Image Upload (Stream)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.image.stream",
-                "title": "Image Upload (Stream)",
-                "sidebar_label": "Image Upload (Stream)",
-                "original_id": "org.apache.streampipes.connect.adapters.image.stream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Upload (Set)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.set"
-              },
-              "next": {
-                "title": "InfluxDB Set Adapter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "title": "InfluxDB Set Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.influxdb.set",
-                "title": "InfluxDB Set Adapter",
-                "sidebar_label": "InfluxDB Set Adapter",
-                "original_id": "org.apache.streampipes.connect.adapters.influxdb.set"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Upload (Stream)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream"
-              },
-              "next": {
-                "title": "InfluxDB Stream Adapter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "title": "InfluxDB Stream Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.influxdb.stream",
-                "title": "InfluxDB Stream Adapter",
-                "sidebar_label": "InfluxDB Stream Adapter",
-                "original_id": "org.apache.streampipes.connect.adapters.influxdb.stream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "InfluxDB Set Adapter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set"
-              },
-              "next": {
-                "title": "MQTT",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.iss",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.iss",
-              "title": "ISS Location",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.iss.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.iss",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iss",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.iss",
-                "title": "ISS Location",
-                "sidebar_label": "ISS Location",
-                "original_id": "org.apache.streampipes.connect.adapters.iss"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "IEX Cloud Stock Quotes",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks"
-              },
-              "next": {
-                "title": "Image Upload (Set)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.set"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "title": "MySQL Set Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.mysql.set",
-                "title": "MySQL Set Adapter",
-                "sidebar_label": "MySQL Set Adapter",
-                "original_id": "org.apache.streampipes.connect.adapters.mysql.set"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Machine Data Simulator",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-              },
-              "next": {
-                "title": "MySql Stream Adapter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "title": "MySql Stream Adapter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.mysql.stream",
-                "title": "MySql Stream Adapter",
-                "sidebar_label": "MySql Stream Adapter",
-                "original_id": "org.apache.streampipes.connect.adapters.mysql.stream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MySQL Set Adapter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set"
-              },
-              "next": {
-                "title": "NETIO MQTT M2M",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "title": "NETIO MQTT M2M",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.netio.mqtt",
-                "title": "NETIO MQTT M2M",
-                "sidebar_label": "NETIO MQTT M2M",
-                "original_id": "org.apache.streampipes.connect.adapters.netio.mqtt"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MySql Stream Adapter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream"
-              },
-              "next": {
-                "title": "NETIO http JSON",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "title": "NETIO http JSON",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.netio.rest",
-                "title": "NETIO http JSON",
-                "sidebar_label": "NETIO http JSON",
-                "original_id": "org.apache.streampipes.connect.adapters.netio.rest"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NETIO MQTT M2M",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-              },
-              "next": {
-                "title": "NSW Traffic Cameras",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "title": "NSW Traffic Cameras",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-                "title": "NSW Traffic Cameras",
-                "sidebar_label": "NSW Traffic Cameras",
-                "original_id": "org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NETIO http JSON",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest"
-              },
-              "next": {
-                "title": "OPC UA",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.opcua"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.opcua",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.opcua",
-              "title": "OPC UA",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.opcua.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.opcua",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.opcua",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.opcua",
-                "title": "OPC UA",
-                "sidebar_label": "OPC UA",
-                "original_id": "org.apache.streampipes.connect.adapters.opcua"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NSW Traffic Cameras",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-              },
-              "next": {
-                "title": "PLC4X MODBUS",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "title": "PLC4X MODBUS",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.plc4x.modbus",
-                "title": "PLC4X MODBUS",
-                "sidebar_label": "PLC4X MODBUS",
-                "original_id": "org.apache.streampipes.connect.adapters.plc4x.modbus"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "OPC UA",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.opcua"
-              },
-              "next": {
-                "title": "PLC4X S7",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "title": "PLC4X S7",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.plc4x.s7",
-                "title": "PLC4X S7",
-                "sidebar_label": "PLC4X S7",
-                "original_id": "org.apache.streampipes.connect.adapters.plc4x.s7"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "PLC4X MODBUS",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-              },
-              "next": {
-                "title": "ROS Bridge",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ros"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.ros",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.ros",
-              "title": "ROS Bridge",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.ros.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.ros",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ros",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.ros",
-                "title": "ROS Bridge",
-                "sidebar_label": "ROS Bridge",
-                "original_id": "org.apache.streampipes.connect.adapters.ros"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "PLC4X S7",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-              },
-              "next": {
-                "title": "Random Data Simulator (Set)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "title": "Machine Data Simulator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.simulator.machine",
-                "title": "Machine Data Simulator",
-                "sidebar_label": "Machine Data Simulator",
-                "original_id": "org.apache.streampipes.connect.adapters.simulator.machine"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MQTT",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-              },
-              "next": {
-                "title": "MySQL Set Adapter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "title": "Random Data Simulator (Set)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.simulator.randomdataset",
-                "title": "Random Data Simulator (Set)",
-                "sidebar_label": "Random Data Simulator (Set)",
-                "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "ROS Bridge",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ros"
-              },
-              "next": {
-                "title": "Random Data Simulator (Stream)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "title": "Random Data Simulator (Stream)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-                "title": "Random Data Simulator (Stream)",
-                "sidebar_label": "Random Data Simulator (Stream)",
-                "original_id": "org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Random Data Simulator (Set)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-              },
-              "next": {
-                "title": "Slack",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.slack"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.slack",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.slack",
-              "title": "Slack",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.slack.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.slack",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.slack",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.slack",
-                "title": "Slack",
-                "sidebar_label": "Slack",
-                "original_id": "org.apache.streampipes.connect.adapters.slack"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Random Data Simulator (Stream)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-              },
-              "next": {
-                "title": "TI Sensor Tag",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ti"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.ti",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.ti",
-              "title": "TI Sensor Tag",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.ti.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.ti",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ti",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.ti",
-                "title": "TI Sensor Tag",
-                "sidebar_label": "TI Sensor Tag",
-                "original_id": "org.apache.streampipes.connect.adapters.ti"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Slack",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.slack"
-              },
-              "next": {
-                "title": "Wikipedia Edits",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "title": "Wikipedia Edits",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.wikipedia.edit",
-                "title": "Wikipedia Edits",
-                "sidebar_label": "Wikipedia Edits",
-                "original_id": "org.apache.streampipes.connect.adapters.wikipedia.edit"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "TI Sensor Tag",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ti"
-              },
-              "next": {
-                "title": "Wikipedia New Articles",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "title": "Wikipedia New Articles",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.adapters.wikipedia.new",
-                "title": "Wikipedia New Articles",
-                "sidebar_label": "Wikipedia New Articles",
-                "original_id": "org.apache.streampipes.connect.adapters.wikipedia.new"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Wikipedia Edits",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-              },
-              "next": {
-                "title": "Absence",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.file",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "title": "File Stream",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.file",
-                "title": "File Stream",
-                "sidebar_label": "File Stream",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.file"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Coindesk Bitcoin Price",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk"
-              },
-              "next": {
-                "title": "File Set",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.file"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.http",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "title": "HTTP Stream",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.http",
-                "title": "HTTP Stream",
-                "sidebar_label": "HTTP Stream",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.http"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "HTTP Set",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.http"
-              },
-              "next": {
-                "title": "IEX Cloud News",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "title": "HTTP Server",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.httpserver",
-                "title": "HTTP Server",
-                "sidebar_label": "HTTP Server",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.httpserver"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "GDELT",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt"
-              },
-              "next": {
-                "title": "HTTP Set",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.http"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "title": "Apache Kafka",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.kafka",
-                "title": "Apache Kafka",
-                "sidebar_label": "Apache Kafka",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.kafka"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Configurations",
-                "permalink": "/docs/0.70.0/use-configurations"
-              },
-              "next": {
-                "title": "Apache Pulsar",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "title": "MQTT",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.mqtt",
-                "title": "MQTT",
-                "sidebar_label": "MQTT",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.mqtt"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "InfluxDB Stream Adapter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-              },
-              "next": {
-                "title": "Machine Data Simulator",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "id": "version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "title": "Apache Pulsar",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.connect.protocol.stream.pulsar",
-                "title": "Apache Pulsar",
-                "sidebar_label": "Apache Pulsar",
-                "original_id": "org.apache.streampipes.connect.protocol.stream.pulsar"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Apache Kafka",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-              },
-              "next": {
-                "title": "Coindesk Bitcoin Price",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.flink",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processor.geo.flink",
-              "title": "Spatial Grid Enrichment",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.flink.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.flink",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.flink",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.flink",
-                "title": "Spatial Grid Enrichment",
-                "sidebar_label": "Spatial Grid Enrichment",
-                "original_id": "org.apache.streampipes.processor.geo.flink"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Size Measure",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              },
-              "next": {
-                "title": "Speed Calculator",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "title": "Google Maps Geocoder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.jvm.geocoding",
-                "title": "Google Maps Geocoder",
-                "sidebar_label": "Google Maps Geocoder",
-                "original_id": "org.apache.streampipes.processor.geo.jvm.geocoding"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Generic Image Classification",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              },
-              "next": {
-                "title": "Image Cropper",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "title": "Reverse Geocoder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-                "title": "Reverse Geocoder",
-                "sidebar_label": "Reverse Geocoder",
-                "original_id": "org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Rate Limit",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit"
-              },
-              "next": {
-                "title": "Sentence Detection (English)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "title": "Static Google Maps Geocoder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-                "title": "Static Google Maps Geocoder",
-                "sidebar_label": "Static Google Maps Geocoder",
-                "original_id": "org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Static Distance Calculator",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              },
-              "next": {
-                "title": "Static Math",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "title": "Generic Image Classification",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-                "title": "Generic Image Classification",
-                "sidebar_label": "Generic Image Classification",
-                "original_id": "org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Frequency Change",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-              },
-              "next": {
-                "title": "Google Maps Geocoder",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "title": "Image Cropper",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-                "title": "Image Cropper",
-                "sidebar_label": "Image Cropper",
-                "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Google Maps Geocoder",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-              },
-              "next": {
-                "title": "Image Enricher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "title": "Image Enricher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-                "title": "Image Enricher",
-                "sidebar_label": "Image Enricher",
-                "original_id": "org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Cropper",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-              },
-              "next": {
-                "title": "Language Detection",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "title": "QR Code Reader",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processor.imageclassification.qrcode",
-                "title": "QR Code Reader",
-                "sidebar_label": "QR Code Reader",
-                "original_id": "org.apache.streampipes.processor.imageclassification.qrcode"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Projection",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project"
-              },
-              "next": {
-                "title": "Rate Limit",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "title": "Aggregation",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.aggregation",
-                "title": "Aggregation",
-                "sidebar_label": "Aggregation",
-                "original_id": "org.apache.streampipes.processors.aggregation.flink.aggregation"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Absence",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-              },
-              "next": {
-                "title": "And",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "title": "Count Aggregation",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.count",
-                "title": "Count Aggregation",
-                "sidebar_label": "Count Aggregation",
-                "original_id": "org.apache.streampipes.processors.aggregation.flink.count"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Compose",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose"
-              },
-              "next": {
-                "title": "Count Array",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "title": "Event Counter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.eventcount",
-                "title": "Event Counter",
-                "sidebar_label": "Event Counter",
-                "original_id": "org.apache.streampipes.processors.aggregation.flink.eventcount"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "EPSG Code",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              },
-              "next": {
-                "title": "Event Rate",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "title": "Event Rate",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.aggregation.flink.rate",
-                "title": "Event Rate",
-                "sidebar_label": "Event Rate",
-                "original_id": "org.apache.streampipes.processors.aggregation.flink.rate"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Event Counter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-              },
-              "next": {
-                "title": "Field Converter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "title": "Cusum",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.changedetection.jvm.cusum",
-                "title": "Cusum",
-                "sidebar_label": "Cusum",
-                "original_id": "org.apache.streampipes.processors.changedetection.jvm.cusum"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Creates JTS Point",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              },
-              "next": {
-                "title": "Distance Calculator",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "title": "Math",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-                "title": "Math",
-                "sidebar_label": "Math",
-                "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Language Detection",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              },
-              "next": {
-                "title": "Measure Time Between Two Sensors",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "title": "Static Math",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-                "title": "Static Math",
-                "sidebar_label": "Static Math",
-                "original_id": "org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Static Google Maps Geocoder",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              },
-              "next": {
-                "title": "Statistics Summary",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "title": "Trigonometry Functions",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-                "title": "Trigonometry Functions",
-                "sidebar_label": "Trigonometry Functions",
-                "original_id": "org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Trend",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.increase"
-              },
-              "next": {
-                "title": "URL Dereferencing",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "title": "URL Dereferencing",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-                "title": "URL Dereferencing",
-                "sidebar_label": "URL Dereferencing",
-                "original_id": "org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Trigonometry Functions",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              },
-              "next": {
-                "title": "Value Changed",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "title": "Timestamp Enricher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.flink.timestamp",
-                "title": "Timestamp Enricher",
-                "sidebar_label": "Timestamp Enricher",
-                "original_id": "org.apache.streampipes.processors.enricher.flink.timestamp"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Threshold Detector",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-              },
-              "next": {
-                "title": "Timestamp Extractor",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "title": "Size Measure",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-                "title": "Size Measure",
-                "sidebar_label": "Size Measure",
-                "original_id": "org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Single Trajectory Creator",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              },
-              "next": {
-                "title": "Spatial Grid Enrichment",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.flink"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "title": "Compose",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.compose",
-                "title": "Compose",
-                "sidebar_label": "Compose",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.compose"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Chunker (English)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-              },
-              "next": {
-                "title": "Count Aggregation",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "title": "Merge By Enrich",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.enrich",
-                "title": "Merge By Enrich",
-                "sidebar_label": "Merge By Enrich",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.enrich"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Measurement Unit Converter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              },
-              "next": {
-                "title": "Name Finder",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "title": "Rate Limit",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.limit",
-                "title": "Rate Limit",
-                "sidebar_label": "Rate Limit",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.limit"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "QR Code Reader",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-              },
-              "next": {
-                "title": "Reverse Geocoder",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "title": "Synchronize Two Streams",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.merge",
-                "title": "Synchronize Two Streams",
-                "sidebar_label": "Synchronize Two Streams",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.merge"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "String To State",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              },
-              "next": {
-                "title": "Task Duration",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "title": "Numerical Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.numericalfilter",
-                "title": "Numerical Filter",
-                "sidebar_label": "Numerical Filter",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Number Labeler",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              },
-              "next": {
-                "title": "Numerical Filter (Siddhi)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "title": "Numerical Text Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-                "title": "Numerical Text Filter",
-                "sidebar_label": "Numerical Text Filter",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Numerical Filter (Siddhi)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-              },
-              "next": {
-                "title": "Part of Speech (English)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.project",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "title": "Projection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.project",
-                "title": "Projection",
-                "sidebar_label": "Projection",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.project"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Peak Detection",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              },
-              "next": {
-                "title": "QR Code Reader",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "title": "Text Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.textfilter",
-                "title": "Text Filter",
-                "sidebar_label": "Text Filter",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.textfilter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Task Duration",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-              },
-              "next": {
-                "title": "Threshold Detector",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "title": "Threshold Detector",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.filters.jvm.threshold",
-                "title": "Threshold Detector",
-                "sidebar_label": "Threshold Detector",
-                "original_id": "org.apache.streampipes.processors.filters.jvm.threshold"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Text Filter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-              },
-              "next": {
-                "title": "Timestamp Enricher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "title": "Creates JTS Point",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-                "title": "Creates JTS Point",
-                "sidebar_label": "Creates JTS Point",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Count Array",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-              },
-              "next": {
-                "title": "Cusum",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "title": "EPSG Code",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-                "title": "EPSG Code",
-                "sidebar_label": "EPSG Code",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Distance Calculator",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              },
-              "next": {
-                "title": "Event Counter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "title": "Single Trajectory Creator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-                "title": "Single Trajectory Creator",
-                "sidebar_label": "Single Trajectory Creator",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Signal Edge Filter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              },
-              "next": {
-                "title": "Size Measure",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "title": "Distance Calculator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-                "title": "Distance Calculator",
-                "sidebar_label": "Distance Calculator",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Cusum",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-              },
-              "next": {
-                "title": "EPSG Code",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "title": "Speed Calculator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.processor.speed",
-                "title": "Speed Calculator",
-                "sidebar_label": "Speed Calculator",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.processor.speed"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Spatial Grid Enrichment",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.flink"
-              },
-              "next": {
-                "title": "Split Array",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "title": "Static Distance Calculator",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-                "title": "Static Distance Calculator",
-                "sidebar_label": "Static Distance Calculator",
-                "original_id": "org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "State Buffer Labeler",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              },
-              "next": {
-                "title": "Static Google Maps Geocoder",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "title": "Absence",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.absence",
-                "title": "Absence",
-                "sidebar_label": "Absence",
-                "original_id": "org.apache.streampipes.processors.pattern-detection.flink.absence"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Wikipedia New Articles",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-              },
-              "next": {
-                "title": "Aggregation",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "title": "And",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.and",
-                "title": "And",
-                "sidebar_label": "And",
-                "original_id": "org.apache.streampipes.processors.pattern-detection.flink.and"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Aggregation",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-              },
-              "next": {
-                "title": "Boilerplate Removal",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "title": "Peak Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-                "title": "Peak Detection",
-                "sidebar_label": "Peak Detection",
-                "original_id": "org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Part of Speech (English)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              },
-              "next": {
-                "title": "Projection",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "title": "Sequence",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.pattern-detection.flink.sequence",
-                "title": "Sequence",
-                "sidebar_label": "Sequence",
-                "original_id": "org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Sentence Detection (English)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              },
-              "next": {
-                "title": "Sequence Detection",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequency",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "title": "Frequency Calculation",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.frequency",
-                "title": "Frequency Calculation",
-                "sidebar_label": "Frequency Calculation",
-                "original_id": "org.apache.streampipes.processors.siddhi.frequency"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Renamer",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-              },
-              "next": {
-                "title": "Frequency Change",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "title": "Frequency Change",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.frequencychange",
-                "title": "Frequency Change",
-                "sidebar_label": "Frequency Change",
-                "original_id": "org.apache.streampipes.processors.siddhi.frequencychange"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Frequency Calculation",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency"
-              },
-              "next": {
-                "title": "Generic Image Classification",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.increase",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.siddhi.increase",
-              "title": "Trend",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.increase.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.increase",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.increase",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.increase",
-                "title": "Trend",
-                "sidebar_label": "Trend",
-                "original_id": "org.apache.streampipes.processors.siddhi.increase"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Transform to boolean",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              },
-              "next": {
-                "title": "Trigonometry Functions",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "title": "Numerical Filter (Siddhi)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.numericalfilter",
-                "title": "Numerical Filter (Siddhi)",
-                "sidebar_label": "Numerical Filter (Siddhi)",
-                "original_id": "org.apache.streampipes.processors.siddhi.numericalfilter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Numerical Filter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              },
-              "next": {
-                "title": "Numerical Text Filter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.sequence",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "title": "Sequence Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.sequence",
-                "title": "Sequence Detection",
-                "sidebar_label": "Sequence Detection",
-                "original_id": "org.apache.streampipes.processors.siddhi.sequence"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Sequence",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              },
-              "next": {
-                "title": "Signal Edge Filter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.siddhi.stop",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.siddhi.stop",
-              "title": "Stream Stop Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.stop.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.siddhi.stop",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.stop",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.siddhi.stop",
-                "title": "Stream Stop Detection",
-                "sidebar_label": "Stream Stop Detection",
-                "original_id": "org.apache.streampipes.processors.siddhi.stop"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Statistics Summary",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              },
-              "next": {
-                "title": "String Counter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "title": "Statistics Summary",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.statistics.flink.statistics-summary",
-                "title": "Statistics Summary",
-                "sidebar_label": "Statistics Summary",
-                "original_id": "org.apache.streampipes.processors.statistics.flink.statistics-summary"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Static Math",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-              },
-              "next": {
-                "title": "Stream Stop Detection",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.stop"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "title": "Language Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.flink.languagedetection",
-                "title": "Language Detection",
-                "sidebar_label": "Language Detection",
-                "original_id": "org.apache.streampipes.processors.textmining.flink.languagedetection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Image Enricher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-              },
-              "next": {
-                "title": "Language Detection",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "title": "Word Count",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.flink.wordcount",
-                "title": "Word Count",
-                "sidebar_label": "Word Count",
-                "original_id": "org.apache.streampipes.processors.textmining.flink.wordcount"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Value Changed",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-              },
-              "next": {
-                "title": "Buffered REST Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "title": "Chunker (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.chunker",
-                "title": "Chunker (English)",
-                "sidebar_label": "Chunker (English)",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.chunker"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Calculate Duration",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-              },
-              "next": {
-                "title": "Compose",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "title": "Language Detection",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.languagedetection",
-                "title": "Language Detection",
-                "sidebar_label": "Language Detection",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.languagedetection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Language Detection",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-              },
-              "next": {
-                "title": "Math",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "title": "Name Finder",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.namefinder",
-                "title": "Name Finder",
-                "sidebar_label": "Name Finder",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.namefinder"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Merge By Enrich",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-              },
-              "next": {
-                "title": "Number Labeler",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "title": "Part of Speech (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.partofspeech",
-                "title": "Part of Speech (English)",
-                "sidebar_label": "Part of Speech (English)",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.partofspeech"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Numerical Text Filter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-              },
-              "next": {
-                "title": "Peak Detection",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "title": "Sentence Detection (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-                "title": "Sentence Detection (English)",
-                "sidebar_label": "Sentence Detection (English)",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Reverse Geocoder",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-              },
-              "next": {
-                "title": "Sequence",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "title": "Tokenizer (English)",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.textmining.jvm.tokenizer",
-                "title": "Tokenizer (English)",
-                "sidebar_label": "Tokenizer (English)",
-                "original_id": "org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Timestamp Extractor",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              },
-              "next": {
-                "title": "Transform to boolean",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "title": "Field Converter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.field-converter",
-                "title": "Field Converter",
-                "sidebar_label": "Field Converter",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.field-converter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Event Rate",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate"
-              },
-              "next": {
-                "title": "Field Hasher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "title": "Field Mapper",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.field-mapper",
-                "title": "Field Mapper",
-                "sidebar_label": "Field Mapper",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.field-mapper"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Hasher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              },
-              "next": {
-                "title": "Field Renamer",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "title": "Field Renamer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.field-renamer",
-                "title": "Field Renamer",
-                "sidebar_label": "Field Renamer",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.field-renamer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Mapper",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-              },
-              "next": {
-                "title": "Frequency Calculation",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "title": "Field Hasher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.fieldhasher",
-                "title": "Field Hasher",
-                "sidebar_label": "Field Hasher",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.fieldhasher"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Field Converter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-              },
-              "next": {
-                "title": "Field Mapper",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "title": "Measurement Unit Converter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-                "title": "Measurement Unit Converter",
-                "sidebar_label": "Measurement Unit Converter",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Measure Time Between Two Sensors",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              },
-              "next": {
-                "title": "Merge By Enrich",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "title": "Boilerplate Removal",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-                "title": "Boilerplate Removal",
-                "sidebar_label": "Boilerplate Removal",
-                "original_id": "org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "And",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-              },
-              "next": {
-                "title": "Boolean Counter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "title": "Boolean Counter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-                "title": "Boolean Counter",
-                "sidebar_label": "Boolean Counter",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boilerplate Removal",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-              },
-              "next": {
-                "title": "Boolean Inverter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "title": "Boolean Inverter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-                "title": "Boolean Inverter",
-                "sidebar_label": "Boolean Inverter",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean Counter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-              },
-              "next": {
-                "title": "Boolean Timer",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "title": "Measure Time Between Two Sensors",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-                "title": "Measure Time Between Two Sensors",
-                "sidebar_label": "Measure Time Between Two Sensors",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Math",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-              },
-              "next": {
-                "title": "Measurement Unit Converter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "title": "Boolean Timer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-                "title": "Boolean Timer",
-                "sidebar_label": "Boolean Timer",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean Inverter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-              },
-              "next": {
-                "title": "Boolean To State",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "title": "Value Changed",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.changed-value",
-                "title": "Value Changed",
-                "sidebar_label": "Value Changed",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.changed-value"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "URL Dereferencing",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-              },
-              "next": {
-                "title": "Word Count",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "title": "Count Array",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.count-array",
-                "title": "Count Array",
-                "sidebar_label": "Count Array",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.count-array"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Count Aggregation",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count"
-              },
-              "next": {
-                "title": "Creates JTS Point",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "title": "CSV Metadata Enricher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-                "title": "CSV Metadata Enricher",
-                "sidebar_label": "CSV Metadata Enricher",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean To State",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              },
-              "next": {
-                "title": "Calculate Duration",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "title": "Calculate Duration",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.duration-value",
-                "title": "Calculate Duration",
-                "sidebar_label": "Calculate Duration",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.duration-value"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "CSV Metadata Enricher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              },
-              "next": {
-                "title": "Chunker (English)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "title": "Signal Edge Filter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-                "title": "Signal Edge Filter",
-                "sidebar_label": "Signal Edge Filter",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Sequence Detection",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence"
-              },
-              "next": {
-                "title": "Single Trajectory Creator",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "title": "Boolean To State",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-                "title": "Boolean To State",
-                "sidebar_label": "Boolean To State",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Boolean Timer",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-              },
-              "next": {
-                "title": "CSV Metadata Enricher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "title": "State Buffer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-                "title": "State Buffer",
-                "sidebar_label": "State Buffer",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Split Array",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-              },
-              "next": {
-                "title": "State Buffer Labeler",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "title": "State Buffer Labeler",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-                "title": "State Buffer Labeler",
-                "sidebar_label": "State Buffer Labeler",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "State Buffer",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              },
-              "next": {
-                "title": "Static Distance Calculator",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "title": "Number Labeler",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-                "title": "Number Labeler",
-                "sidebar_label": "Number Labeler",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Name Finder",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-              },
-              "next": {
-                "title": "Numerical Filter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "title": "String To State",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-                "title": "String To State",
-                "sidebar_label": "String To State",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "String Timer",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              },
-              "next": {
-                "title": "Synchronize Two Streams",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "title": "Timestamp Extractor",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-                "title": "Timestamp Extractor",
-                "sidebar_label": "Timestamp Extractor",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Timestamp Enricher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-              },
-              "next": {
-                "title": "Tokenizer (English)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "title": "Split Array",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.split-array",
-                "title": "Split Array",
-                "sidebar_label": "Split Array",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.split-array"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Speed Calculator",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-              },
-              "next": {
-                "title": "State Buffer",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "title": "String Counter",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-                "title": "String Counter",
-                "sidebar_label": "String Counter",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Stream Stop Detection",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.stop"
-              },
-              "next": {
-                "title": "String Timer",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "title": "String Timer",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-                "title": "String Timer",
-                "sidebar_label": "String Timer",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "String Counter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-              },
-              "next": {
-                "title": "String To State",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "title": "Task Duration",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.taskduration",
-                "title": "Task Duration",
-                "sidebar_label": "Task Duration",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.taskduration"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Synchronize Two Streams",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge"
-              },
-              "next": {
-                "title": "Text Filter",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "id": "version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "title": "Transform to boolean",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-                "title": "Transform to boolean",
-                "sidebar_label": "Transform to boolean",
-                "original_id": "org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Tokenizer (English)",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-              },
-              "next": {
-                "title": "Trend",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.increase"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.protocol.set.file",
-              "id": "version-0.70.0/pe/org.apache.streampipes.protocol.set.file",
-              "title": "File Set",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.protocol.set.file.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.protocol.set.file",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.file",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.protocol.set.file",
-                "title": "File Set",
-                "sidebar_label": "File Set",
-                "original_id": "org.apache.streampipes.protocol.set.file"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "File Stream",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file"
-              },
-              "next": {
-                "title": "Flic MQTT",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.protocol.set.http",
-              "id": "version-0.70.0/pe/org.apache.streampipes.protocol.set.http",
-              "title": "HTTP Set",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.protocol.set.http.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.protocol.set.http",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.http",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.protocol.set.http",
-                "title": "HTTP Set",
-                "sidebar_label": "HTTP Set",
-                "original_id": "org.apache.streampipes.protocol.set.http"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "HTTP Server",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-              },
-              "next": {
-                "title": "HTTP Stream",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "title": "Buffered REST Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-                "title": "Buffered REST Publisher",
-                "sidebar_label": "Buffered REST Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Word Count",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-              },
-              "next": {
-                "title": "CouchDB",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "title": "JMS Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.jms",
-                "title": "JMS Publisher",
-                "sidebar_label": "JMS Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.jms"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "IoTDB",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-              },
-              "next": {
-                "title": "Kafka Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "title": "Kafka Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.kafka",
-                "title": "Kafka Publisher",
-                "sidebar_label": "Kafka Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.kafka"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "JMS Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-              },
-              "next": {
-                "title": "MySQL Database",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "title": "MQTT Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.mqtt",
-                "title": "MQTT Publisher",
-                "sidebar_label": "MQTT Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.mqtt"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "title": "NATS Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.nats",
-                "title": "NATS Publisher",
-                "sidebar_label": "NATS Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.nats"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "MySQL Database",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-              },
-              "next": {
-                "title": "Notification",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "title": "Pulsar Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.pulsar",
-                "title": "Pulsar Publisher",
-                "sidebar_label": "Pulsar Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "PostgreSQL",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-              },
-              "next": {
-                "title": "REST Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "title": "RabbitMQ Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-                "title": "RabbitMQ Publisher",
-                "sidebar_label": "RabbitMQ Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "REST Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-              },
-              "next": {
-                "title": "Slack Notification",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "title": "REST Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.brokers.jvm.rest",
-                "title": "REST Publisher",
-                "sidebar_label": "REST Publisher",
-                "original_id": "org.apache.streampipes.sinks.brokers.jvm.rest"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Pulsar Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              },
-              "next": {
-                "title": "RabbitMQ Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.ditto",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.ditto",
-              "title": "Eclipse Ditto",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.ditto.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.ditto",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.ditto",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.ditto",
-                "title": "Eclipse Ditto",
-                "sidebar_label": "Eclipse Ditto",
-                "original_id": "org.apache.streampipes.sinks.databases.ditto"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Data Lake",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-              },
-              "next": {
-                "title": "Elasticsearch",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "title": "Elasticsearch",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.flink.elasticsearch",
-                "title": "Elasticsearch",
-                "sidebar_label": "Elasticsearch",
-                "original_id": "org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Eclipse Ditto",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.ditto"
-              },
-              "next": {
-                "title": "Email Notification",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "title": "CouchDB",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.couchdb",
-                "title": "CouchDB",
-                "sidebar_label": "CouchDB",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.couchdb"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Buffered REST Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-              },
-              "next": {
-                "title": "Dashboard Sink",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "title": "InfluxDB",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.influxdb",
-                "title": "InfluxDB",
-                "sidebar_label": "InfluxDB",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.influxdb"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Email Notification",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email"
-              },
-              "next": {
-                "title": "IoTDB",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "title": "IoTDB",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.iotdb",
-                "title": "IoTDB",
-                "sidebar_label": "IoTDB",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.iotdb"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "InfluxDB",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-              },
-              "next": {
-                "title": "JMS Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "title": "MySQL Database",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.mysql",
-                "title": "MySQL Database",
-                "sidebar_label": "MySQL Database",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.mysql"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Kafka Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-              },
-              "next": {
-                "title": "NATS Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "title": "OPC-UA",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.opcua",
-                "title": "OPC-UA",
-                "sidebar_label": "OPC-UA",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.opcua"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Notification",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification"
-              },
-              "next": {
-                "title": "OneSignal",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "title": "PostgreSQL",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.databases.jvm.postgresql",
-                "title": "PostgreSQL",
-                "sidebar_label": "PostgreSQL",
-                "original_id": "org.apache.streampipes.sinks.databases.jvm.postgresql"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "OneSignal",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              },
-              "next": {
-                "title": "Pulsar Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "title": "Dashboard Sink",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.internal.jvm.dashboard",
-                "title": "Dashboard Sink",
-                "sidebar_label": "Dashboard Sink",
-                "original_id": "org.apache.streampipes.sinks.internal.jvm.dashboard"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "CouchDB",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-              },
-              "next": {
-                "title": "Data Lake",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "title": "Data Lake",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.internal.jvm.datalake",
-                "title": "Data Lake",
-                "sidebar_label": "Data Lake",
-                "original_id": "org.apache.streampipes.sinks.internal.jvm.datalake"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Dashboard Sink",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-              },
-              "next": {
-                "title": "Eclipse Ditto",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.ditto"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "title": "Notification",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.internal.jvm.notification",
-                "title": "Notification",
-                "sidebar_label": "Notification",
-                "original_id": "org.apache.streampipes.sinks.internal.jvm.notification"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "NATS Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-              },
-              "next": {
-                "title": "OPC-UA",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "title": "Email Notification",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.email",
-                "title": "Email Notification",
-                "sidebar_label": "Email Notification",
-                "original_id": "org.apache.streampipes.sinks.notifications.jvm.email"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Elasticsearch",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-              },
-              "next": {
-                "title": "InfluxDB",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "title": "OneSignal",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.onesignal",
-                "title": "OneSignal",
-                "sidebar_label": "OneSignal",
-                "original_id": "org.apache.streampipes.sinks.notifications.jvm.onesignal"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "OPC-UA",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-              },
-              "next": {
-                "title": "PostgreSQL",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "title": "Slack Notification",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.slack",
-                "title": "Slack Notification",
-                "sidebar_label": "Slack Notification",
-                "original_id": "org.apache.streampipes.sinks.notifications.jvm.slack"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "RabbitMQ Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-              },
-              "next": {
-                "title": "Telegram Publisher",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-              }
-            },
-            {
-              "unversionedId": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "id": "version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "title": "Telegram Publisher",
-              "description": "<!--",
-              "source": "@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md",
-              "sourceDirName": "pe",
-              "slug": "/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "org.apache.streampipes.sinks.notifications.jvm.telegram",
-                "title": "Telegram Publisher",
-                "sidebar_label": "Telegram Publisher",
-                "original_id": "org.apache.streampipes.sinks.notifications.jvm.telegram"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Slack Notification",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-              },
-              "next": {
-                "title": "Docker Deployment",
-                "permalink": "/docs/0.70.0/deploy-docker"
-              }
-            },
-            {
-              "unversionedId": "technicals-architecture",
-              "id": "version-0.70.0/technicals-architecture",
-              "title": "Architecture",
-              "description": "The following picture illustrates the high-level architecture of StreamPipes:",
-              "source": "@site/versioned_docs/version-0.70.0/07_technicals-architecture.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-architecture",
-              "permalink": "/docs/0.70.0/technicals-architecture",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-architecture",
-                "title": "Architecture",
-                "sidebar_label": "Architecture",
-                "original_id": "technicals-architecture"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Migration Guide: 0.69.0",
-                "permalink": "/docs/0.70.0/extend-sdk-migration-service-discovery"
-              },
-              "next": {
-                "title": "User Guidance",
-                "permalink": "/docs/0.70.0/technicals-user-guidance"
-              }
-            },
-            {
-              "unversionedId": "technicals-configuration",
-              "id": "version-0.70.0/technicals-configuration",
-              "title": "Configuration",
-              "description": "On this page we explain how the StreamPipes configuration works.",
-              "source": "@site/versioned_docs/version-0.70.0/07_technicals-configuration.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-configuration",
-              "permalink": "/docs/0.70.0/technicals-configuration",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-configuration",
-                "title": "Configuration",
-                "sidebar_label": "Configuration",
-                "original_id": "technicals-configuration"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Messaging",
-                "permalink": "/docs/0.70.0/technicals-messaging"
-              },
-              "next": {
-                "title": "Get Help",
-                "permalink": "/docs/0.70.0/community-get-help"
-              }
-            },
-            {
-              "unversionedId": "technicals-messaging",
-              "id": "version-0.70.0/technicals-messaging",
-              "title": "Messaging",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.70.0/07_technicals-messaging.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-messaging",
-              "permalink": "/docs/0.70.0/technicals-messaging",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-messaging",
-                "title": "Messaging",
-                "sidebar_label": "Messaging",
-                "original_id": "technicals-messaging"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Runtime Wrappers",
-                "permalink": "/docs/0.70.0/technicals-runtime-wrappers"
-              },
-              "next": {
-                "title": "Configuration",
-                "permalink": "/docs/0.70.0/technicals-configuration"
-              }
-            },
-            {
-              "unversionedId": "technicals-runtime-wrappers",
-              "id": "version-0.70.0/technicals-runtime-wrappers",
-              "title": "Runtime Wrappers",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.70.0/07_technicals-runtime-wrappers.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-runtime-wrappers",
-              "permalink": "/docs/0.70.0/technicals-runtime-wrappers",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-runtime-wrappers",
-                "title": "Runtime Wrappers",
-                "sidebar_label": "Runtime Wrappers",
-                "original_id": "technicals-runtime-wrappers"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "User Guidance",
-                "permalink": "/docs/0.70.0/technicals-user-guidance"
-              },
-              "next": {
-                "title": "Messaging",
-                "permalink": "/docs/0.70.0/technicals-messaging"
-              }
-            },
-            {
-              "unversionedId": "technicals-user-guidance",
-              "id": "version-0.70.0/technicals-user-guidance",
-              "title": "User Guidance",
-              "description": "tbd",
-              "source": "@site/versioned_docs/version-0.70.0/07_technicals-user-guidance.md",
-              "sourceDirName": ".",
-              "slug": "/technicals-user-guidance",
-              "permalink": "/docs/0.70.0/technicals-user-guidance",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 7,
-              "frontMatter": {
-                "id": "technicals-user-guidance",
-                "title": "User Guidance",
-                "sidebar_label": "User Guidance",
-                "original_id": "technicals-user-guidance"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Architecture",
-                "permalink": "/docs/0.70.0/technicals-architecture"
-              },
-              "next": {
-                "title": "Runtime Wrappers",
-                "permalink": "/docs/0.70.0/technicals-runtime-wrappers"
-              }
-            },
-            {
-              "unversionedId": "try-installation",
-              "id": "version-0.70.0/try-installation",
-              "title": "Installation",
-              "description": "The easiest way to install StreamPipes is our Docker-based installation. For production-grade deployments, we also",
-              "source": "@site/versioned_docs/version-0.70.0/01_try-installation.md",
-              "sourceDirName": ".",
-              "slug": "/try-installation",
-              "permalink": "/docs/0.70.0/try-installation",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 1,
-              "frontMatter": {
-                "id": "try-installation",
-                "title": "Installation",
-                "sidebar_label": "Installation",
-                "original_id": "try-installation"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Overview",
-                "permalink": "/docs/0.70.0/user-guide-introduction"
-              },
-              "next": {
-                "title": "Interactive Tutorial",
-                "permalink": "/docs/0.70.0/try-tutorial"
-              }
-            },
-            {
-              "unversionedId": "try-tutorial",
-              "id": "version-0.70.0/try-tutorial",
-              "title": "Interactive Tutorial",
-              "description": "Once you've installed StreamPipes and see the home screen, you'll see a number of modules that are part of the StreamPipes toolbox.",
-              "source": "@site/versioned_docs/version-0.70.0/01_try-tutorial.md",
-              "sourceDirName": ".",
-              "slug": "/try-tutorial",
-              "permalink": "/docs/0.70.0/try-tutorial",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 1,
-              "frontMatter": {
-                "id": "try-tutorial",
-                "title": "Interactive Tutorial",
-                "sidebar_label": "Interactive Tutorial",
-                "original_id": "try-tutorial"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Installation",
-                "permalink": "/docs/0.70.0/try-installation"
-              },
-              "next": {
-                "title": "Overview",
-                "permalink": "/docs/0.70.0/concepts-overview"
-              }
-            },
-            {
-              "unversionedId": "use-configurations",
-              "id": "version-0.70.0/use-configurations",
-              "title": "Configurations",
-              "description": "The configuration section is an admin-only interface for system-wide settings.",
-              "source": "@site/versioned_docs/version-0.70.0/03_use-configurations.md",
-              "sourceDirName": ".",
-              "slug": "/use-configurations",
-              "permalink": "/docs/0.70.0/use-configurations",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-configurations",
-                "title": "Configurations",
-                "sidebar_label": "Configurations",
-                "original_id": "use-configurations"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Install Pipeline Elements",
-                "permalink": "/docs/0.70.0/use-install-pipeline-elements"
-              },
-              "next": {
-                "title": "Apache Kafka",
-                "permalink": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka"
-              }
-            },
-            {
-              "unversionedId": "use-connect",
-              "id": "version-0.70.0/use-connect",
-              "title": "StreamPipes Connect",
-              "description": "StreamPipes Connect is the module to connect external data sources with Apache StreamPipes directly from the user interface.",
-              "source": "@site/versioned_docs/version-0.70.0/03_use-connect.md",
-              "sourceDirName": ".",
-              "slug": "/use-connect",
-              "permalink": "/docs/0.70.0/use-connect",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-connect",
-                "title": "StreamPipes Connect",
-                "sidebar_label": "StreamPipes Connect",
-                "original_id": "use-connect"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Overview",
-                "permalink": "/docs/0.70.0/concepts-overview"
-              },
-              "next": {
-                "title": "Pipeline Editor",
-                "permalink": "/docs/0.70.0/use-pipeline-editor"
-              }
-            },
-            {
-              "unversionedId": "use-dashboard",
-              "id": "version-0.70.0/use-dashboard",
-              "title": "Live Dashboard",
-              "description": "The live dashboard can be used to visualize live data of data streams using a set of visualizations",
-              "source": "@site/versioned_docs/version-0.70.0/03_use-dashboard.md",
-              "sourceDirName": ".",
-              "slug": "/use-dashboard",
-              "permalink": "/docs/0.70.0/use-dashboard",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-dashboard",
-                "title": "Live Dashboard",
-                "sidebar_label": "Live Dashboard",
-                "original_id": "use-dashboard"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Managing Pipelines",
-                "permalink": "/docs/0.70.0/use-managing-pipelines"
-              },
-              "next": {
-                "title": "Data Explorer",
-                "permalink": "/docs/0.70.0/use-data-explorer"
-              }
-            },
-            {
-              "unversionedId": "use-data-explorer",
-              "id": "version-0.70.0/use-data-explorer",
-              "title": "Data Explorer",
-              "description": "The data explorer can be used to visualize and explore data streams that are persisted by using the Data Lake sink.",
-              "source": "@site/versioned_docs/version-0.70.0/03_use-data-explorer.md",
-              "sourceDirName": ".",
-              "slug": "/use-data-explorer",
-              "permalink": "/docs/0.70.0/use-data-explorer",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-data-explorer",
-                "title": "Data Explorer",
-                "sidebar_label": "Data Explorer",
-                "original_id": "use-data-explorer"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Live Dashboard",
-                "permalink": "/docs/0.70.0/use-dashboard"
-              },
-              "next": {
-                "title": "Notifications",
-                "permalink": "/docs/0.70.0/use-notifications"
-              }
-            },
-            {
-              "unversionedId": "use-install-pipeline-elements",
-              "id": "version-0.70.0/use-install-pipeline-elements",
-              "title": "Install Pipeline Elements",
-              "description": "Install Pipeline Elements",
-              "source": "@site/versioned_docs/version-0.70.0/03_use-install-pipeline-elements.md",
-              "sourceDirName": ".",
-              "slug": "/use-install-pipeline-elements",
-              "permalink": "/docs/0.70.0/use-install-pipeline-elements",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-install-pipeline-elements",
-                "title": "Install Pipeline Elements",
-                "sidebar_label": "Install Pipeline Elements",
-                "original_id": "use-install-pipeline-elements"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Notifications",
-                "permalink": "/docs/0.70.0/use-notifications"
-              },
-              "next": {
-                "title": "Configurations",
-                "permalink": "/docs/0.70.0/use-configurations"
-              }
-            },
-            {
-              "unversionedId": "use-managing-pipelines",
-              "id": "version-0.70.0/use-managing-pipelines",
-              "title": "Managing Pipelines",
-              "description": "The pipeline view lists all created pipelines and provides several views and actions to manage the lifecycle of pipelines.",
-              "source": "@site/versioned_docs/version-0.70.0/03_use-managing-pipelines.md",
-              "sourceDirName": ".",
-              "slug": "/use-managing-pipelines",
-              "permalink": "/docs/0.70.0/use-managing-pipelines",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-managing-pipelines",
-                "title": "Managing Pipelines",
-                "sidebar_label": "Managing Pipelines",
-                "original_id": "use-managing-pipelines"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Pipeline Editor",
-                "permalink": "/docs/0.70.0/use-pipeline-editor"
-              },
-              "next": {
-                "title": "Live Dashboard",
-                "permalink": "/docs/0.70.0/use-dashboard"
-              }
-            },
-            {
-              "unversionedId": "use-notifications",
-              "id": "version-0.70.0/use-notifications",
-              "title": "Notifications",
-              "description": "The notification module can be used to create internal notifications.",
-              "source": "@site/versioned_docs/version-0.70.0/03_use-notifications.md",
-              "sourceDirName": ".",
-              "slug": "/use-notifications",
-              "permalink": "/docs/0.70.0/use-notifications",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-notifications",
-                "title": "Notifications",
-                "sidebar_label": "Notifications",
-                "original_id": "use-notifications"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "Data Explorer",
-                "permalink": "/docs/0.70.0/use-data-explorer"
-              },
-              "next": {
-                "title": "Install Pipeline Elements",
-                "permalink": "/docs/0.70.0/use-install-pipeline-elements"
-              }
-            },
-            {
-              "unversionedId": "use-pipeline-editor",
-              "id": "version-0.70.0/use-pipeline-editor",
-              "title": "Pipeline Editor",
-              "description": "The pipeline editor module supports building pipelines that transform a data stream using a set of resuable data processors and data sinks.",
-              "source": "@site/versioned_docs/version-0.70.0/03_use-pipeline-editor.md",
-              "sourceDirName": ".",
-              "slug": "/use-pipeline-editor",
-              "permalink": "/docs/0.70.0/use-pipeline-editor",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 3,
-              "frontMatter": {
-                "id": "use-pipeline-editor",
-                "title": "Pipeline Editor",
-                "sidebar_label": "Pipeline Editor",
-                "original_id": "use-pipeline-editor"
-              },
-              "sidebar": "documentation",
-              "previous": {
-                "title": "StreamPipes Connect",
-                "permalink": "/docs/0.70.0/use-connect"
-              },
-              "next": {
-                "title": "Managing Pipelines",
-                "permalink": "/docs/0.70.0/use-managing-pipelines"
-              }
-            },
-            {
-              "unversionedId": "user-guide-installation",
-              "id": "version-0.70.0/user-guide-installation",
-              "title": "Installation",
-              "description": "Prerequisites",
-              "source": "@site/versioned_docs/version-0.70.0/user-guide-installation.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-installation",
-              "permalink": "/docs/0.70.0/user-guide-installation",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-installation",
-                "title": "Installation",
-                "sidebar_label": "Installation",
-                "original_id": "user-guide-installation"
-              }
-            },
-            {
-              "unversionedId": "user-guide-introduction",
-              "id": "version-0.70.0/user-guide-introduction",
-              "title": "Apache StreamPipes Documentation",
-              "description": "This is the documentation of Apache StreamPipes.",
-              "source": "@site/versioned_docs/version-0.70.0/01_try-overview.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-introduction",
-              "permalink": "/docs/0.70.0/user-guide-introduction",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "sidebarPosition": 1,
-              "frontMatter": {
-                "id": "user-guide-introduction",
-                "title": "Apache StreamPipes Documentation",
-                "sidebar_label": "Overview",
-                "original_id": "user-guide-introduction"
-              },
-              "sidebar": "documentation",
-              "next": {
-                "title": "Installation",
-                "permalink": "/docs/0.70.0/try-installation"
-              }
-            },
-            {
-              "unversionedId": "user-guide-introduction-old",
-              "id": "version-0.70.0/user-guide-introduction-old",
-              "title": "Introduction",
-              "description": "StreamPipes is a framework that enables users to work with data streams.",
-              "source": "@site/versioned_docs/version-0.70.0/user-guide-introduction.md",
-              "sourceDirName": ".",
-              "slug": "/user-guide-introduction-old",
-              "permalink": "/docs/0.70.0/user-guide-introduction-old",
-              "draft": false,
-              "tags": [],
-              "version": "0.70.0",
-              "lastUpdatedBy": "Author",
-              "lastUpdatedAt": 1539502055,
-              "formattedLastUpdatedAt": "Oct 14, 2018",
-              "frontMatter": {
-                "id": "user-guide-introduction-old",
-                "title": "Introduction",
-                "sidebar_label": "Introduction",
-                "original_id": "user-guide-introduction-old"
-              }
-            }
-          ],
-          "drafts": [],
-          "sidebars": {
-            "documentation": [
-              {
-                "type": "category",
-                "label": "🚀 Try StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "user-guide-introduction"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "try-installation"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "try-tutorial"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "💡 Concepts",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "concepts-overview"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "🎓 Use StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "use-connect"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-pipeline-editor"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-managing-pipelines"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-dashboard"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-data-explorer"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-notifications"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-install-pipeline-elements"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "use-configurations"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "📚 Pipeline Elements",
-                "items": [
-                  {
-                    "type": "category",
-                    "label": "Adapters",
-                    "items": [
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.coindesk"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.file"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.protocol.set.file"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.gdelt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.protocol.set.http"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.http"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.iex.news"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.iss"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.image.set"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.image.stream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.mysql.set"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.netio.rest"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.opcua"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.ros"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.slack"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.ti"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new"
-                      }
-                    ],
-                    "collapsed": true,
-                    "collapsible": true
-                  },
-                  {
-                    "type": "category",
-                    "label": "Data Processors",
-                    "items": [
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.compose"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.count"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.frequency"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.project"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.limit"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.sequence"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.flink"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.stop"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.merge"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.siddhi.increase"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount"
-                      }
-                    ],
-                    "collapsed": true,
-                    "collapsible": true
-                  },
-                  {
-                    "type": "category",
-                    "label": "Data Sinks",
-                    "items": [
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.ditto"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack"
-                      },
-                      {
-                        "type": "doc",
-                        "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram"
-                      }
-                    ],
-                    "collapsed": true,
-                    "collapsible": true
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "⚡ Deploy StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "deploy-docker"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "deploy-kubernetes"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "deploy-use-ssl"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "deploy-security"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "💻 Extend StreamPipes",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "extend-setup"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-cli"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-archetypes"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-first-processor"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-tutorial-data-sources"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-tutorial-data-processors"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-tutorial-data-sinks"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-event-model"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-stream-requirements"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-static-properties"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-output-strategies"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "extend-sdk-migration-service-discovery"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "🔧 Technicals",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "technicals-architecture"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-user-guidance"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-runtime-wrappers"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-messaging"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "technicals-configuration"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              },
-              {
-                "type": "category",
-                "label": "👪 Community",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "community-get-help"
-                  },
-                  {
-                    "type": "doc",
-                    "id": "community-contribute"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              }
-            ],
-            "faq": [
-              {
-                "type": "category",
-                "label": "FAQ",
-                "items": [
-                  {
-                    "type": "doc",
-                    "id": "faq-common-problems"
-                  }
-                ],
-                "collapsed": true,
-                "collapsible": true
-              }
-            ]
-          }
-        }
-      ]
-    }
-  },
-  "docusaurus-plugin-content-blog": {
-    "default": {
-      "blogSidebarTitle": "Recent posts",
-      "blogPosts": [
-        {
-          "id": "/2023/06/16/release-092",
-          "metadata": {
-            "permalink": "/blog/2023/06/16/release-092",
-            "source": "@site/blog/2023-06-16-release-092.md",
-            "title": "Apache StreamPipes release 0.92.0",
-            "description": "8 minutes to read",
-            "date": "2023-06-16T00:00:00.000Z",
-            "formattedDate": "June 16, 2023",
-            "tags": [],
-            "readingTime": 2.255,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Philipp Zehnder",
-                "url": "https://github.com/tenthe",
-                "imageURL": "/img/zehnder.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "Apache StreamPipes release 0.92.0",
-              "author": "Philipp Zehnder",
-              "authorURL": "https://github.com/tenthe",
-              "authorImageURL": "/img/zehnder.png"
-            },
-            "nextItem": {
-              "title": "Apache StreamPipes release 0.91.0",
-              "permalink": "/blog/2023/04/12/release-091"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>8 minutes to read</div>**\r\n\r\nWe are pleased to announce the release of StreamPipes 0.92.0, which includes several bug fixes, performance improvements, and new features. \r\nThis version focuses on enhancing the technical aspects of StreamPipes. \r\nLet's explore the key updates in this release:\r\n\r\n<!--truncate-->\r\n\r\nThe current release can be downloaded <a href=\"https://streampipes.apache.org/download.html\">here</a>.\r\n\r\n## Improved Python Support:\r\nIn response to valuable user feedback, we have improved Python support in StreamPipes.\r\nUsers can now seamlessly integrate Python-based scripts, libraries, and modules into their functions. \r\nThis enhancement enables leveraging the power of machine learning and advanced analytics algorithms for IIoT data sources. \r\nPlease refer to the [Python documentation](https://streampipes.apache.org/docs/docs/python/latest/) for further details.\r\n\r\n\r\n## New Processing Elements: Introducing the Swinging Door Trending (SDT) Filter Processor:\r\nTo expand the functionality of StreamPipes, we have introduced several new processing elements.\r\nAmong them is the **Swinging Door Trending (SDT) Filter Processor**.\r\nThis processor provides a linear trend compression algorithm. \r\nEssentially, it replaces a series of continuous points (timestamp, value) with a straight line determined by the start and end points.\r\n\r\n<img src=\"/img/blog/2023-06-16/swinging_door_trending.gif\" alt=\"demonstration how to use the swinging door trending processor\"/>\r\n\r\n## Bug Fixes and Improvements:\r\nWe have addressed various bugs and issues reported by our users, resulting in a more stable and reliable StreamPipes experience.\r\nWe have also made several performance and usability improvements to enhance overall system efficiency.\r\n\r\n## Deprecation of Set Adapters\r\n\r\nIn order to streamline the StreamPipes ecosystem, we have deprecated the functionality of Set Adapters. \r\nGoing forward, our focus will solely be on streaming event sources. \r\nHowever, we understand the importance of working with files of sensor data, especially during development. \r\nTo accommodate this need, we have extended the **File Stream Adapter**, which now offers the following functionalities:\r\n1. Create a live simulation of sensor data based on the file.\r\n2. Replay the data in the file once, for example, to store it in the **Data Lake**.\r\n\r\n**IMPORTANT: The set adapters will be removed in the next release.**\r\n\r\nFrom this release onwards, we encourage you to utilize the **File Stream Adapter** instead of the **File Set Adapter**.\r\nTo simulate a file set using the **File Stream Adapter**, you can configure it with `Replay Once: Yes` and `Replay Speed: Fastest (Ignore original time)`.\r\nSee the example below:\r\n\r\n<img src=\"/img/blog/2023-06-16/file_stream_set.gif\" alt=\"demonstration how to use file sets with the file stream adapter\"/>\r\n\r\n## Final Remarks\r\nWe highly recommend updating to StreamPipes 0.92.0 to take advantage of these new features, bug fixes, and improvements. \r\nFor more detailed information, please refer to the [release notes](https://github.com/apache/incubator-streampipes/blob/release/0.92.0/RELEASE_NOTES.md#0920).\r\n\r\nWe appreciate your continued support and valuable feedback. \r\nStreamPipes is continually evolving, and we are dedicated to providing you with a powerful and reliable platform for your IIoT streaming data needs."
-        },
-        {
-          "id": "/2023/04/12/release-091",
-          "metadata": {
-            "permalink": "/blog/2023/04/12/release-091",
-            "source": "@site/blog/2023-04-12-release-091.md",
-            "title": "Apache StreamPipes release 0.91.0",
-            "description": "14 minutes to read",
-            "date": "2023-04-12T00:00:00.000Z",
-            "formattedDate": "April 12, 2023",
-            "tags": [],
-            "readingTime": 4.72,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Tim Bossenmaier",
-                "url": "https://github.com/bossenti",
-                "imageURL": "/img/bossenmaier.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "Apache StreamPipes release 0.91.0",
-              "author": "Tim Bossenmaier",
-              "authorURL": "https://github.com/bossenti",
-              "authorImageURL": "/img/bossenmaier.png"
-            },
-            "prevItem": {
-              "title": "Apache StreamPipes release 0.92.0",
-              "permalink": "/blog/2023/06/16/release-092"
-            },
-            "nextItem": {
-              "title": "Apache StreamPipes release 0.90.0",
-              "permalink": "/blog/2023/01/17/release-090"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>14 minutes to read</div>**\r\n<br/>\r\n\r\nThe Apache StreamPipes community is delighted to announce the release of Apache StreamPipes version 0.91.0!\r\nThe biggest highlight of this release is the birth of our official StreamPipes Python library.\r\nApart from that, we have made a lot of improvements under the hood, especially in terms of improving the development experience (e.g., by introducing and enforcing code style rules).\r\nNevertheless, our new version includes more than 90 improvements and bug fixes in total.\r\n\r\n<!--truncate-->\r\n\r\nThe current release can be downloaded <a href=\"https://streampipes.apache.org/download.html\">here</a>.\r\n\r\n## StreamPipes Python\r\n[Apache StreamPipes](https://streampipes.apache.org/) aims to enable non-technical users to connect and analyze IoT data streams.\r\nTo this end, it provides an easy-to-use and convenient user interface that allows one to connect to an IoT data source and create some visual\r\ngraphs within a few minutes. <br/>\r\nAlthough this is the main use case of Apache StreamPipes, it can also provide great value for people who are eager to work on data analysis or data science with IoT data, but don't want to get in touch with all the hassle associated with extracting data from devices in a suitable format.\r\nIn this scenario, StreamPipes helps you connect to your data source and extract the data for you.\r\nYou then can make the data available outside StreamPipes by writing it into an external source, such as a database, Kafka, etc.\r\nWhile this requires another component, you can also extract your data directly from StreamPipes programmatically using the StreamPipes API.\r\nFor convenience, we also provide you with a StreamPipes client both available for Java and Python.\r\nSpecifically with StreamPipes Python, we want to address the amazing data analytics and data science community in Python and benefit from the great universe of Python libraries out there.\r\n\r\n### Getting started\r\nBesides our official version, which you can access [here](https://streampipes.apache.org/download.html),\r\nwe provide Apache StreamPipes as a convenient release via PyPI.\r\nTherefore, you can easily install it via the following command\r\n```bash\r\npip install streampipes\r\n```\r\nAll documentation related to StreamPipes Python can be found [here](https://streampipes.apache.org/docs/docs/python/latest/).\r\n\r\nBut now enough words are written, let's just start with a few examples.\r\nAs a first step, we want to establish a connection to a running StreamPipes instance.\r\n```python\r\nfrom streampipes.client import StreamPipesClient\r\nfrom streampipes.client.config import StreamPipesClientConfig\r\nfrom streampipes.client.credential_provider import StreamPipesApiKeyCredentials\r\n\r\nconfig = StreamPipesClientConfig(\r\n    credential_provider = StreamPipesApiKeyCredentials(\r\n        username = \"test@streampipes.apache.org\",\r\n        api_key = \"DEMO-KEY\",\r\n        ),\r\n    host_address = \"localhost\",\r\n    https_disabled = True,\r\n    port = 80\r\n)\r\n\r\nclient = StreamPipesClient(client_config=config)\r\n```\r\n\r\n`client.describe()` gives you an overview about what can be discovered via the Python client:\r\n```bash\r\nHi there!\r\nYou are connected to a StreamPipes instance running at http://localhost:80.\r\nThe following StreamPipes resources are available with this client:\r\n1x DataLakeMeasures\r\n1x DataStreams\r\n```\r\n\r\nThe required API key can be retrieved from StreamPipes via the UI:\r\n\r\n<img src=\"/img/blog/2023-04-12/how-to-get-api-key.gif\" alt=\"demonstration how to get an API key in form of a gif\"/>\r\n\r\n### Query Data from StreamPipes data lake\r\nAs a first step, we can see which data sets are available in the data lake:\r\n```python\r\nclient.dataLakeMeasureApi.all().to_pandas()\r\n```\r\n\r\nTo query data for a specific data lake measure, the following command takes you there:\r\n```python\r\nclient.dataLakeMeasureApi.get(identifier=\"flow-rate\").to_pandas()\r\n```\r\nThere are some parameters that allow you to query data more specifically, visit the [docs](https://streampipes.apache.org/docs/docs/python/latest/reference/endpoint/api/data_lake_measure/#streampipes.endpoint.api.data_lake_measure.MeasurementGetQueryConfig) for more detailed information.\r\n\r\nIf you are curious which features are available for StreamPipes Python, have a look at our [tutorial section](https://streampipes.apache.org/docs/docs/python/latest/tutorials/1-introduction-to-streampipes-python-client/).\r\n\r\nWe plan to further extend the Python library in the next releases - we welcome your ideas on any features you'd like to see!\r\n\r\n## Create Adapter without starting\r\n\r\nUntil now, when creating an adapter in StreamPipes, the adapter was started immediately after completion.\r\nFrom now on you can choose via the adapter overview in the last dialog whether the adapter should be started immediately or later (this is then possible in the adapter overview).\r\n\r\n<img src=\"/img/blog/2023-04-12/adapter-running.gif\" alt=\"demonstration how to disable automatic start of an adapter in form of a gif\"/>\r\n\r\n## Redirect after Login\r\n\r\nThis is another small user interface improvement: when a user opens a StreamPipes link even though they are not logged in, e.g.,\r\nhttp://streampipes.demo/#/connect, StreamPipes displays the login dialog and now redirects the user directly to the target view\r\n(in this case the connection overview).\r\n\r\n## Support Output Streams for Standalone Functions\r\nWithin the last release, [0.90.0](/docs/blog/2023/01/17/release-090.html), we introduced StreamPipes Functions as a lightweight alternative to processing elements.  \r\nStreamPipes Functions do now support having output streams, which means that they allow not only to consume but to send data to StreamPipes as well.\r\n\r\nBelow you can see a simple example function that demonstrates how events can be pushed back to StreamPipes again.\r\n```java\r\npublic class FunctionPublishExample extends StreamPipesFunction {\r\n\r\n  private static final Logger LOG = LoggerFactory.getLogger(FunctionPublishExample.class);\r\n\r\n  private static final String FUNCTION_ID = \"org.apache.streampipes.example.function.publish\";\r\n  private static final String STREAM_APP_ID = \"example-output-stream-1\";\r\n\r\n  private SpOutputCollector outputCollector;\r\n\r\n  @Override\r\n  public List<String> requiredStreamIds() {\r\n    return List.of(\"urn:streampipes.apache.org:eventstream:EtMUkN\");\r\n  }\r\n\r\n  @Override\r\n  public void onServiceStarted(FunctionContext context) {\r\n    LOG.info(\"Service started\");\r\n    this.outputCollector = context.getOutputCollectors().get(STREAM_APP_ID);\r\n  }\r\n\r\n  @Override\r\n  public void onEvent(Event event, String streamId) {\r\n    LOG.info(\"on event\");\r\n    var ev = new Event();\r\n    ev.addField(\"timestamp\", System.currentTimeMillis());\r\n    ev.addField(\"example-property\", \"abc\");\r\n    this.outputCollector.collect(ev);\r\n  }\r\n\r\n  @Override\r\n  public void onServiceStopped() {\r\n    LOG.info(\"service stopped\");\r\n  }\r\n\r\n  @Override\r\n  public FunctionConfig getFunctionConfig() {\r\n\r\n    return FunctionConfigBuilder\r\n        .create(FunctionId.from(FUNCTION_ID, 1))\r\n        .withOutputStream(DataStreamBuilder.create(STREAM_APP_ID, \"My Function Stream\", \"\")\r\n            .property(EpProperties.timestampProperty(\"timestamp\"))\r\n            .property(EpProperties.stringEp(\r\n                Labels.from(\"my-example-property\", \"test\", \"test\"),\r\n                \"example-property\",\r\n                SO.TEXT,\r\n                PropertyScope.MEASUREMENT_PROPERTY))\r\n            .format(Formats.jsonFormat())\r\n            .protocol(Protocols.kafka(\"localhost\", 9094, STREAM_APP_ID))\r\n            .build())\r\n        .build();\r\n  }\r\n}\r\n```\r\n\r\nThis functionality is also already supported in StreamPipes Python! 🚀\r\n\r\nThis means that you can write a StreamPipes function in Python that allows you to consume streams of data from StreamPipes,\r\nperform any data manipulation in Python, and send the data back to StreamPipes, where it can be further processed.\r\n\r\n\r\n<br/>\r\nTo get a comprehensive overview of all changes released within Apache StreamPipes 0.91.0\r\nplease visit our [release notes](https://github.com/apache/incubator-streampipes/blob/release/0.91.0/RELEASE_NOTES.md#0910)."
-        },
-        {
-          "id": "/2023/01/17/release-090",
-          "metadata": {
-            "permalink": "/blog/2023/01/17/release-090",
-            "source": "@site/blog/2023-01-17-release-090.md",
-            "title": "Apache StreamPipes release 0.90.0",
-            "description": "5 minutes to read",
-            "date": "2023-01-17T00:00:00.000Z",
-            "formattedDate": "January 17, 2023",
-            "tags": [],
-            "readingTime": 3.66,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Dominik Riemer",
-                "url": "https://github.com/dominikriemer",
-                "imageURL": "/img/riemer.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "Apache StreamPipes release 0.90.0",
-              "author": "Dominik Riemer",
-              "authorURL": "https://github.com/dominikriemer",
-              "authorImageURL": "/img/riemer.png"
-            },
-            "prevItem": {
-              "title": "Apache StreamPipes release 0.91.0",
-              "permalink": "/blog/2023/04/12/release-091"
-            },
-            "nextItem": {
-              "title": "Apache StreamPipes release 0.70.0",
-              "permalink": "/blog/2022/10/13/release-070"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\nThe Apache StreamPipes community is pleased to announce the immediate availability of Apache StreamPipes version 0.90.0!\r\nIn total, this release was focused on stabilization and closes 57 issues with improvements and bug fixes as well as some new features such as adapters and data sinks. \r\n\r\n<!--truncate-->\r\n\r\nThe current release can be downloaded <a href=\"https://streampipes.apache.org/download.html\">here</a>.\r\n\r\n\r\n## Improvements\r\nThe focus of this release cycle was on general usability improvements and bug fixes. We continued to harmonize the \r\nStreamPipes web interface, so that all views follow a similar navigation. Many improvements were added to the data explorer:\r\n\r\n* Incomplete events with missing values are now displayed in the data explorer\r\n* Improvements to the time selector and edit mode\r\n* More configuration options for data download\r\n* Improved overall data explorer performance\r\n\r\nIn addition, we improved features to monitor pipelines and extensions services. The pipeline monitoring component has been restructured and now works independent from the underlying message broker. \r\nIn addition, we extended the SDK so that runtime errors can be forwarded to the StreamPipes UI. \r\nFurther improvements to the monitoring stack will be added in the next versions.\r\n\r\n## New Adapters and Data Sinks\r\n\r\nThis version improves support for existing message brokers in form of adapters and sinks:\r\n\r\n* Improvements of the `Apache Pulsar` (which is also available as a data sink)\r\n* A new adapter and data sink for `Apache RocketMQ`\r\n* A new adapter for `NATS` (also available as a data sink)\r\n\r\n## GitHub Community Features\r\n\r\nApache StreamPipes is a community effort - everyone is welcome not only to contribute code, but also to provide feedback and other input which helps improving the product.\r\nTo improve community interaction, we switched our issue management from Jira to GitHub issues - making it much easier to create issues and to discuss future features.\r\nIn addition, we've enabled Github Discussions - feel free to participate in the existing discussions and ask questions if you have problems!\r\n\r\n* [GitHub Issues](https://github.com/apache/streampipes/issues)\r\n* [GitHub Discussions](https://github.com/apache/streampipes/discussions)\r\n\r\nAnd if you prefer the mailing list, subscribe to [dev@streampipes.apache.org](mailto:dev-subscribe@streampipes.apache.org) or [users@streampipes.apache.org](mailto:users-subscribe@streampipes.apache.org).\r\nTech-related and general project discussions as well as release votes will continue to happen on the dev list.\r\n\r\n<img src=\"/img/blog/2023-01-17/github-discussions.png\" alt=\"Github Discussions overview\"/>\r\n\r\n## Preview of Standalone Functions\r\nAn exciting new feature is available in preview mode: StreamPipes Functions are a new way to interact with connected data streams in StreamPipes.\r\nAs an open system, there are already several ways to extend the functionality of StreamPipes: New adapter can be added to connect to non-supported systems. \r\nIn addition, the SDK supports building custom data processors and sinks, so that StreamPipes can be easily extended at runtime in case new analytics operators are needed.\r\n\r\nBut providing extensions in form of pipeline elements are not always the best choice: E.g., in cases where non-generic algorithms should be executed on a specific data stream, \r\nproviding a reusable component for pipeline development is unsuitable.\r\n\r\nThis is where Functions come into play! StreamPipes Functions allow to define standalone components, which consume one or more connected data streams from StreamPipes and can be used to add custom processing logic.\r\nE.g., it becomes easy to apply an ML model on continuous data without the need to build a specific data processing pipeline.\r\n\r\nFunctions can be registered in an extensions service similar to data processors and sinks by extending a single class:\r\n\r\n```java\r\npublic class MyFunction extends StreamPipesFunction {\r\n  @Override\r\n  public FunctionId getFunctionId() {\r\n    return FunctionId.from(\"my-app-id\", 1);\r\n  }\r\n\r\n  @Override\r\n  public List<String> requiredStreamIds() {\r\n    return List.of(\"my-stream-id\");\r\n  }\r\n\r\n  @Override\r\n  public void onServiceStarted(FunctionContext context) {\r\n    // called on service startup\r\n  }\r\n\r\n  @Override\r\n  public void onEvent(Event event, String streamId) {\r\n    // called for each incoming event\r\n  }\r\n\r\n  @Override\r\n  public void onServiceStopped() {\r\n    // called on service shutdown\r\n  }\r\n}\r\n```\r\n\r\nThis concept, which will also come for more programming languages besides Java offer new ways for developers to interact with available data in StreamPipes and build custom extensions for IIoT analytics.\r\n\r\nFunctions are available in preview mode and their API should therefore be considered unstable.\r\n\r\n\r\n## Future Roadmap\r\n\r\nAfter this stabilization release, the next version will most probably bring a major new feature - Python support! \r\nThe community is currently working hard to bring the StreamPipes client and functions to the Python world. Stay tuned!\r\n\r\n<br/>\r\nTo get a comprehensive overview of all changes released within Apache StreamPipes 0.90.0\r\nplease visit our [release notes](https://github.com/apache/incubator-streampipes/blob/release/0.90.0/RELEASE_NOTES.md#0900)."
-        },
-        {
-          "id": "/2022/10/13/release-070",
-          "metadata": {
-            "permalink": "/blog/2022/10/13/release-070",
-            "source": "@site/blog/2022-10-13-release-070.md",
-            "title": "Apache StreamPipes release 0.70.0",
-            "description": "6 minutes to read",
-            "date": "2022-10-13T00:00:00.000Z",
-            "formattedDate": "October 13, 2022",
-            "tags": [],
-            "readingTime": 4.38,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Tim Bossenmaier",
-                "url": "https://github.com/bossenti",
-                "imageURL": "/img/bossenmaier.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "Apache StreamPipes release 0.70.0",
-              "author": "Tim Bossenmaier",
-              "authorURL": "https://github.com/bossenti",
-              "authorImageURL": "/img/bossenmaier.png"
-            },
-            "prevItem": {
-              "title": "Apache StreamPipes release 0.90.0",
-              "permalink": "/blog/2023/01/17/release-090"
-            },
-            "nextItem": {
-              "title": "Using Factory I/O with StreamPipes",
-              "permalink": "/blog/2022/09/05/using-factory.io-with-streampipes"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>6 minutes to read</div>**\r\n<br/>\r\n\r\nThe Apache StreamPipes (incubating) community is delighted to announce the release of Apache StreamPipes version 0.70.0!\r\nKey highlights of this release include many enhancements to the data explorer for fast exploration of IoT data and\r\na brand new asset management that allows importing and exporting of StreamPipes resources.\r\nIn addition, our new version includes more than 50 improvements and bug fixes.\r\n\r\n<!--truncate-->\r\n\r\nThe current release can be downloaded <a href=\"https://streampipes.apache.org/download.html\">here</a>.\r\n\r\n## Preview of Event Schema\r\nA very important and inevitable step when connecting to a data source with Apache StreamPipes \r\nis the definition of the event schema. By collecting some sample events, Apache StreamPipes is able to suggest \r\nan event schema that describes the data structure of the incoming events.\r\nAlthough this works quite well in the vast majority of cases, there is usually a need to modify the proposed\r\nevent schema to some degree or add additional fields. So far, a user has gotten little idea of what \r\nthe revised data source event schema looks like until the adapter has been created and some data was consumed.\r\nWith this release, we have included a before/after comparison of the events while defining the event schema.\r\nThis allows to compare the proposed events of Apache StreamPipes (`before`) with the events after \r\nall the user's changes have been applied (`after`).\r\nThe after view adapts to each interaction of the user.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-10-13/event-schema-preview.png\"/>\r\n\r\n## Export and Import StreamPipes Resource\r\nWith this release we introduce a completely new module called `Asset Management`.\r\nThis can be selected in the menu bar of the modules on the left side as the third last icon and \r\nis marked by a construction icon. This module allows to combine several StreamPipes resources to a so called `Asset`,\r\nwhich can be exported and re-imported later. To do this, a new asset must first be created.\r\nAfterwards the asset can be edited and the following detail view allows to link all resources \r\navailable in StreamPipes to the asset. After the asset has been finally saved, the asset (inlcuding all resources) can be downloaded \r\nwithin the configuration module by switching to the `Export/Import` tab. All existing assets are listed there and \r\ncan be selected for download.\r\nThe downloaded file can then be re-imported later in the same or another StreamPipes instance at the same place.\r\n\r\n<img src=\"/img/blog/2022-10-13/asset-manager.gif\" alt=\"demonstration how to create an asset and download it afterwards in form of a gif\"/>\r\n\r\n## Download Data of Configured Query from Data Lake\r\nAnother new feature is the ability to download or export data from the StreamPipes data lake\r\ndefined by a user-defined query. Previously, it was only possible to download all events belonging to a data lake index\r\nfrom the `Data Lake` tab of the configuration menu. In addition to this, each widget in the `Data Explorer`\r\noffers the possibility to download the corresponding data. The underlying query is created from the configuration \r\nof the widget and is also used to create the widget's figure.\r\nThe download supports both `CSV` and `JSON` format.\r\n\r\n<img src=\"/img/blog/2022-10-13/custom-query-download.gif\" alt=\"demonstration how to download the data of a custom data lake query in form of a gif\"/>\r\n\r\n## Slide View in Data Explorer\r\nTraditionally, the graphs created in the Data Explorer are displayed in a grid view, where the user can adjust\r\nthe arrangement of the figures as well as their height and width.\r\nWith this release, another option for displaying the dashboard widgets is available: the slide view.\r\nThis view allows to display a single graph in full-screen mode and switch between views using a horizontal menu bar.\r\nWhen a new `Data View` is created in the Data Explorer, a choice can be made between `grid view` and \r\n`slide view` as the default display mode.\r\nOnce a `Data View` is created, the display mode can be changed by clicking the icon in the upper left corner \r\nright next to the `Back` button.\r\n\r\n<img src=\"/img/blog/2022-10-13/slide-view.gif\" alt=\"demonstration how to use the slide view in the data explorer in form of a gif\"/>\r\n\r\n## Templates for Adapter Configuration\r\nSimilar to the processing elements, it is now possible to create templates for adapter configurations.\r\nThis allows you to start from a previously defined set of configuration settings when creating similar adapters.\r\nTo create a template for an adapter configuration, start by creating a new adapter and\r\nconfiguring all the settings that will be part of the template. Before proceeding to the field\r\nconfiguration (the second step of adapter creation), save the current configuration as a template.\r\nWhenever a new instance of the same adapter is created, the template can be selected from\r\nthe drop-down menu that appears. Templates are only available for the same type of adapter (obviously).\r\n\r\n<img src=\"/img/blog/2022-10-13/adapter-template.gif\" alt=\"demonstration how to create an adapter template in form of a gif\"/>\r\n\r\n## Upload Multiple Files at Once\r\nA rather small but very handy improvement is the possibility to upload multiple files at once to StreamPipes.\r\nWhen you click the `UPLOAD NEW FILE` button in the `File Management` module, it is now possible to select\r\nas many files as you want in the file upload dialog.\r\n\r\n<br/>\r\n\r\nTo get a comprehensive overview of all changes released within Apache StreamPipes 0.70.0\r\nplease visit our [release notes](https://github.com/apache/incubator-streampipes/blob/release/0.70.0/RELEASE_NOTES.md#0700)."
-        },
-        {
-          "id": "/2022/09/05/using-factory.io-with-streampipes",
-          "metadata": {
-            "permalink": "/blog/2022/09/05/using-factory.io-with-streampipes",
-            "source": "@site/blog/2022-09-05-using-factory.io-with-streampipes.md",
-            "title": "Using Factory I/O with StreamPipes",
-            "description": "10 minutes to read",
-            "date": "2022-09-05T00:00:00.000Z",
-            "formattedDate": "September 5, 2022",
-            "tags": [],
-            "readingTime": 5.5,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Sven Oehler"
-              }
-            ],
-            "frontMatter": {
-              "title": "Using Factory I/O with StreamPipes",
-              "author": "Sven Oehler"
-            },
-            "prevItem": {
-              "title": "Apache StreamPipes release 0.70.0",
-              "permalink": "/blog/2022/10/13/release-070"
-            },
-            "nextItem": {
-              "title": "Apache StreamPipes release 0.69.0",
-              "permalink": "/blog/2022/03/21/_release-0690"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>10 minutes to read</div>**<br/>\r\n\r\nThis tutorial shows how you can stream sensor data into StreamPipes from a simulation environment (Factory I/O). The\r\nsimulation environment is controlled by a \"Siemens S7-1200\" PLC and shows a conveyor belt which sorts packages by their\r\nheight. The tutorial is based on the upcoming version 0.70.0 and teaches you how to load the sensor data, build a\r\npipeline, preprocess the data and create visualizations.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '75%'}} src=\"/img/blog/2022-09-05/plc.jpg\" alt=\"plc\"/><br/>\r\n\r\n<!--truncate-->\r\n\r\n## 1. Factory I/O\r\n\r\n<a href=\"https://docs.factoryio.com/\">*Factory* I/O</a> is a 3D simulation for virtual factories and is commonly used as\r\na PLC training platform. We will need it to simulate the live data.\r\n\r\n- Set up Factory I/O and make sure that the <a href=\"https://docs.factoryio.com/tutorials/siemens/sample-s7-1200-1500/\">\r\n  *Sorting by Height (Basic)*</a> simulation works.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/factory.io.png\" alt=\"dataView\"/><br/>\r\n\r\n## 2. Adapter\r\n\r\nThe next step is to connect the PLC to StreamPipes. To achieve this we need to create an adapter.\r\n\r\n- Start <a href=\"https://streampipes.apache.org/docs/docs/user-guide-introduction.html\">*StreamPipes*</a>, go to the *\r\n  *CONNECT** menu and create a **NEW ADAPTER**.\r\n- Select the **PLC4X S7** adapter, insert the **IP-address** of your PLC and **import the file** with the PLC tags (see\r\n  below). Then click **NEXT** on the bottom right.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/adapter1.png\" alt=\"adapter1\"/>\r\n\r\n- If the warning \"MISSING TIMESTAMP\" appears, press **ADD TIMESTAMP** and then **NEXT**. This warning occurs because\r\n  some data sources don't provide a timestamp.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/adapter2.png\" alt=\"adapter2\"/>\r\n\r\n- You can name the adapter \"S7_sorting\" and select the option **PERSIST EVENTS** to make sure the data is persisted. The\r\n  adapter is now ready to **START**. (You can check if the adapter is working by pressing the **`?`** symbol in the\r\n  connect menu and clicking on **VALUES** to see a live preview).\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/adapter3.png\" alt=\"adapter3\"/><br/>\r\n\r\n## 3. Dashboard for raw data\r\n\r\nA dashboard is used to monitor live data from a data stream. We will use it to make sure that the sensor values are\r\nupdated when the simulation runs.\r\n\r\n- Go to the **DASHBOARD** menu and create a **NEW DASHBOARD** \"Dashboard_sorting\". Press the pen symbol to edit the\r\n  dashboard.\r\n- Click **ADD VISUALIZATION** and select the automatically created pipeline \"Persist S7_sorting\". Choose the **TABLE**\r\n  widget, configure it by pressing **SELECT ALL** and **CREATE** the widget.\r\n- Change the size of the table as you like and **SAVE** the dashboard.\r\n- The values should now update every 5 seconds. Test it by starting the simulation in Factory I/O.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/dashboard1.png\" alt=\"dashboard1\"/><br/>\r\n\r\n## 4. Creating a Data View\r\n\r\nThe Data View is used to create visualization for persisted data in a Data Lake. You can choose various visualization to\r\nexplore your data. We will create a table to see the stored data and a bar chart to take a closer look at a single\r\nsensor.\r\n\r\n- Create a **NEW DATA VIEW** \"Sorting\" in the **DATA EXPLORER** menu and edit the view.\r\n- Select the \"Persist S7_sorting\" pipeline at the **NEW WIDGET** menu, **SELECT ALL** fields and press **NEXT**.\r\n- Select the **TABLE** visualization. Click **SELECT ALL** and **CREATE**.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/dataView1.png\" alt=\"dataView1\"/>\r\n\r\n- Now we want to look closer at a single sensor value. Therefore click on the **`+`** symbol on the top left to add a\r\n  new widget.\r\n- Choose the \"Persist S7_sorting\" pipeline again, set the **LIMIT** to 1000 and only select the **I_At_right_entry**\r\n  field. Now select  **DISTRIBUTION** as visualization and press **CREATE**. This chart shows how often the sensor\r\n  returned true or false (package in front of it or not).\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/dataView2.png\" alt=\"dataView2\"/>\r\n\r\n## 5. Modifying the Pipeline\r\n\r\nThe next step is to change the pipeline to add some preproccessing steps. We want to count the number of large packages\r\nwhich get transported to the right side and we want to measure the time between two arriving packages.\r\n\r\n- Therefore **STOP** the running \"Persist S7_sorting\" pipeline in the **PIPELINE** menu and **MODIFY** the pipeline.\r\n- Add the **BOOLEAN COUNTER** as new pipeline element. Connect the data source to the counter and configure the element.\r\n  Select **I_At_right_entry** as boolean field and change the flank parameter to **FALSE -> TRUE**. Then add a **DATA\r\n  LAKE** and connect the **BOOLEAN COUNTER** to it. Use \"Boolean_Counter\" as identifier.\r\n- Add the **BOOLEAN TIMER** to the pipeline and connect the data source to it. Select **I_At_right_entry** as boolean\r\n  field too and select **TRUE** and **SECONDS** in the configuration window. Add another **DATA LAKE** and connect the *\r\n  *BOOLEAN TIMER** to it. Use \"Boolean_Timer\" as identifier.\r\n- **SAVE** the pipeline and click the checkbox **START PIPELINE IMMEDIATELY**.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/pipeline.png\" alt=\"pipeline\"/>\r\n\r\n## 6. Dashboard for preprocessed data\r\n\r\nAfter we created two new data field in the last step, we will monitor them in the dashboard.\r\n\r\n- Go to the **DASHBOARD** menu and **EDIT** the dashboard.\r\n- Click **ADD VISUALIZATION** and select \"Persist S7_sorting: Boolean_Counter\". Create a **TABLE** widget as before and\r\n  **SELECT ALL** fields.\r\n- Now add one last table. Choose \"Persist S7_sorting: Boolean_Timer\" and only select the **measured_time** field\r\n- Test your pipeline by starting the simulation again. The counter should now count up when a package passes the sensor\r\n  on the right side and the \"measured_time\" should show the time since the last package arrived.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/dashboard2.png\" alt=\"dashboard2\"/><br/>\r\n\r\n## 7. Final Data View\r\n\r\nFinally we want to improve the Data Explorer and create visualizations with the preprocessed data. We will create a time\r\nseries to verify when a new package arrived and a heat map to check the time between two packages.\r\n\r\n- Go to the **DATA EXPLORER** menu and edit the data view.\r\n- Click **ADD WIDGET** and choose the pipeline \"Persist S7_sorting: Boolean_Counter\". Select the **counter** field and\r\n  choose the **TIME SERIES** visualization.\r\n- Create another widget. Choose the \"Persist S7_sorting: BooleanCounter\" pipeline and select the **measured_time**\r\n  field. Then select the **HEATMAP** and use \"measured_time\" as **HEAT VALUE**\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-09-05/dataView3.png\" alt=\"dataView3\"/><br/>\r\n\r\n## Summary\r\n\r\nIn this tutorial we learned how to connect a PLC to StreamPipes, monitor the data stream with a dashboard, create a\r\npipeline with different preprocessing steps and visualize the data in the Data View. But we just focused on the basics,\r\nso feel free to try out your own ideas and use different preprocessing steps, create new visualizations or try out\r\nanother simulation environment.\r\n\r\n## CSV file for PLC tags\r\n\r\n```text\r\nRuntime Name,Path,Data Type,Node Name,Comment,Hmi Visible,Hmi Accessible,Hmi Writeable,Typeobject ID,Version ID\r\nI_High_sensor,Tag table_1,Bool,%I0.0,,True,True,True,,\r\nI_Low_sensor,Tag table_1,Bool,%I0.1,,True,True,True,,\r\nI_Pallet_sensor,Tag table_1,Bool,%I0.2,,True,True,True,,\r\nI_Loaded,Tag table_1,Bool,%I0.3,,True,True,True,,\r\nI_At_left_entry,Tag table_1,Bool,%I0.4,,True,True,True,,\r\nI_At_left_exit,Tag table_1,Bool,%I0.5,,True,True,True,,\r\nI_At_right_entry,Tag table_1,Bool,%I0.6,,True,True,True,,\r\nI_At_right_exit,Tag table_1,Bool,%I0.7,,True,True,True,,\r\nO_Conveyor_entry,Tag table_1,Bool,%Q0.0,,True,True,True,,\r\nO_Load,Tag table_1,Bool,%Q0.1,,True,True,True,,\r\nO_Unload,Tag table_1,Bool,%Q0.2,,True,True,True,,\r\nO_Transf_left,Tag table_1,Bool,%Q0.3,,True,True,True,,\r\nO_Tranf_right,Tag table_1,Bool,%Q0.4,,True,True,True,,\r\nO_Conveyor_left,Tag table_1,Bool,%Q0.5,,True,True,True,,\r\n```"
-        },
-        {
-          "id": "/2022/03/21/_release-0690",
-          "metadata": {
-            "permalink": "/blog/2022/03/21/_release-0690",
-            "source": "@site/blog/2022-03-21_release-0690.md",
-            "title": "Apache StreamPipes release 0.69.0",
-            "description": "5 minutes to read",
-            "date": "2022-03-21T00:00:00.000Z",
-            "formattedDate": "March 21, 2022",
-            "tags": [],
-            "readingTime": 3.79,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Dominik Riemer",
-                "url": "https://twitter.com/dominikjriemer",
-                "imageURL": "/img/riemer.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "Apache StreamPipes release 0.69.0",
-              "author": "Dominik Riemer",
-              "authorURL": "https://twitter.com/dominikjriemer",
-              "authorImageURL": "/img/riemer.png"
-            },
-            "prevItem": {
-              "title": "Using Factory I/O with StreamPipes",
-              "permalink": "/blog/2022/09/05/using-factory.io-with-streampipes"
-            },
-            "nextItem": {
-              "title": "Apache StreamPipes release 0.68.0",
-              "permalink": "/blog/2021/07/22/_release-0680"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\nThe Apache StreamPipes (incubating) community is pleased to announce Apache StreamPipes version 0.69.0!\r\nThe most notable highlights of this release include a completely reworked data explorer for quick exploration of IoT data and advanced user and access rights management.\r\nIn addition, our new release includes more than 80 improvements and bug fixes.\r\n\r\n<!--truncate-->\r\n\r\nThe current release can be downloaded <a href=\"https://streampipes.apache.org/download.html\">here</a>.\r\n\r\n## Data Explorer\r\n\r\nApache StreamPipes 0.69.0 includes a heavily improved data explorer. The new user interface allows to visually explore data streams within minutes.\r\nAny pipeline which uses the ``Data Lake`` sink can be visualized in the data explorer. The completely new query interface allows to easily select date and time ranges and users can choose from either displaying raw data or aggregated time series.\r\nThe widget library includes charts to visualize time-series data (e.g., line chart, scatter plots or heatmaps), value distributions (e.g., density or histograms) or single values.\r\nThe widget interface is completely customized and users can build rich dashboards.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-03-21/sp-data-explorer-2.png\" alt=\"Data Explorer\"/>\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-03-21/sp-data-explorer-3.png\" alt=\"Data Explorer\"/>\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-03-21/sp-data-explorer-4.png\" alt=\"Data Explorer\"/>\r\n\r\n## User and access rights management\r\nStreamPipes now supports multiple users and roles. The new ``User management`` section in the settings page allows to create individual users and groups.\r\nVarious roles can be assigned to users and groups to manage permissions and visible views. For instance, you can now create users which only see dashboards, but cannot create pipelines or connect new data streams.\r\nIn addition, individual permissions can be assigned to various resource objects such as pipelines, data streams and dashboards. \r\n\r\nCommunication between extensions services and the core are now authenticated by default. Service accounts can be created to allow extensions services to access StreamPipes resources.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-03-21/sp-user-management-2.png\" alt=\"User Management\"/>\r\n\r\n\r\n## Improved pipeline element modeling\r\nWe've removed one of the major drawbacks of previous StreamPipes versions: Pipelines can now be flexibly reconfigured. In previous versions, due to the validation of pipelines and their configuration, only root elements could be modified. \r\nThe new version now gives users full flexibility when modeling pipelines (e.g., by removing or modifying elements from the middle of a pipeline), while pipelines are still continuously validated and modeling errors are shown.\r\nUpdating pipelines should now be much less distracting and faster.\r\n\r\n## Other new features\r\n\r\n### Mail configuration\r\n\r\nStreamPipes now includes a configuration interface for mail server settings. These settings are used by the email data sink used to trigger email notifications.\r\nIn addition, several system-wide mail services exist, e.g., to restore forgotten passwords.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-03-21/sp-config-mail.png\" alt=\"Mail configuration\"/>\r\n\r\n\r\n### Login configuration\r\n\r\nThe login mechanism can now be configured directly in the user interface. A self-registration can be activated to allow users to create new accounts.\r\nIn addition, passwords can be restored by using a two-stage email confirmation process. The profile view allows users to change their passwords individually.\r\n\r\n### Redesign of pipeline editor\r\nThe pipeline editor has a new look: The pipeline element selection bar has been moved from the top to the left side. The icons are smaller and for each pipeline element, the name and description are shown by default.\r\nThis makes it easier to find the elements you're looking for.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-03-21/sp-pipeline-editor.png\" alt=\"Dark mode\"/>\r\n\r\n\r\n### Improved service discovery\r\nUnder the hood, we've improved the discovery of extensions services. This is part of a larger effort which will be further improved in the next versions.\r\nExtensions services now automatically register within the core depending on the IP address of the service. Pipeline element descriptions are now free of the hostname and can be easily updated.\r\nSeveral environment variables exist to manually assign the hostname to an extensions service.\r\n\r\n### Performance\r\nWe've improved the overall system performance by replacing the triple store with a standard NoSQL database. This leads to huge performance improvements in terms of system start time, pipeline element installation and overall loading time.\r\n\r\n### Dark mode ;-)\r\nWe know that you wanted this: An experimental dark mode has been added to StreamPipes. The color scheme can be flexibly changed in the profile view and is stored for each user.\r\nThe dark mode should be considered experimental, so please expect some layout flaws.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2022-03-21/sp-dark-mode.png\" alt=\"Dark mode\"/>\r\n\r\n\r\n## Migration\r\nWhile we are not yet ready for automatic migration, a [migration guide](dev-guide-migration.md) explains several new concepts introduced in this StreamPipes version.\r\nWe aim at providing a backwards compatible version with release 1.0, planned for later this year."
-        },
-        {
-          "id": "/2021/07/22/_release-0680",
-          "metadata": {
-            "permalink": "/blog/2021/07/22/_release-0680",
-            "source": "@site/blog/2021-07-22_release-0680.md",
-            "title": "Apache StreamPipes release 0.68.0",
-            "description": "8 minutes to read",
-            "date": "2021-07-22T00:00:00.000Z",
-            "formattedDate": "July 22, 2021",
-            "tags": [],
-            "readingTime": 4.505,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Dominik Riemer",
-                "url": "https://twitter.com/dominikjriemer",
-                "imageURL": "/img/riemer.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "Apache StreamPipes release 0.68.0",
-              "author": "Dominik Riemer",
-              "authorURL": "https://twitter.com/dominikjriemer",
-              "authorImageURL": "/img/riemer.png"
-            },
-            "prevItem": {
-              "title": "Apache StreamPipes release 0.69.0",
-              "permalink": "/blog/2022/03/21/_release-0690"
-            },
-            "nextItem": {
-              "title": "Running StreamPipes the Kubernetes-Way using k3s",
-              "permalink": "/blog/2020/05/27/streampipes_on_k3s"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>8 minutes to read</div>**\r\n<br/>\r\n\r\nThe Apache StreamPipes (incubating) community is pleased to announce Apache StreamPipes version 0.68.0!\r\nThe latest release brings many improvements related to health management of pipelines and pipeline monitoring, improved user guidance such as a live preview in the pipeline editor and better handling of pipeline updates as well as several new data processors and sinks such as support for NATS. \r\nIn addition, the release contains several bug fixes related to K8s deployment, PLC adapters and pipeline management.\r\n\r\n<!--truncate-->\r\n\r\nThe current release can be downloaded <a href=\"https://streampipes.apache.org/download.html\">here</a>.\r\n\r\n## User interface\r\nThe user interface brings several improvements for users when working with pipelines. \r\nFor this release, we focused on providing a better user experience when pipelines and associated dashboard widgets are updated.\r\n\r\n### Pipeline preview\r\n\r\nA new pipeline preview allows to quickly inspect the output of data streams and processors during pipeline development.\r\nThe preview can be enabled in the pipeline canvas and displays the latest value of each pipeline element every second.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2021-07-22/pipeline-preview.png\" alt=\"Pipeline preview\"/>\r\n\r\n### Editable dashboard widgets\r\n\r\nApache StreamPipes 0.68.0 improves the modification of existing dashboard widgets. In the live dashboard, the visualization type and the underlying pipeline can now easily be changed without recreating a widget. \r\nIn addition, the dashboard shows additional error messages and hints in case pipelines are stopped or have been deleted. In the first case, pipelines can be conveniently started directly from the dashboard.\r\n\r\nBesides that, the dashboard now provides more visualization types (e.g., bar race chart, status light and word cloud) based on [Apache ECharts](https://echarts.apache.org).\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2021-07-22/edit-visualizations.png\" alt=\"Modify existing dashboard visualizations\"/>\r\n\r\n## Monitoring & Resilience\r\n\r\nThe latest version comes with several improvements related to better monitoring of running pipelines and internal health checking. \r\nTo allow users to inspect currently running pipelines, a new pipeline monitoring module has been added to the user interface which shows the current throughput of each pipeline element.\r\nIndividual pipeline elements can be selected in the preview panel. For each pipeline element, the number of processed input events, produced output events and the lag is displayed.\r\nThe displayed numbers may be slightly inaccurate for higher throughputs, but give an estimate whether the pipeline is running smoothly or lagging behind.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2021-07-22/pipeline-monitoring.png\" alt=\"Pipeline Monitoring\"/>\r\n\r\nBesides monitoring, StreamPipes 0.68.0 brings many improvements in terms of system resilience. Pipelines are now gracefully stopped once the StreamPipes installation is stopped. \r\nRunning pipelines are flagged and restarted at startup time. In addition, StreamPipes checks at every startup for any pipelines that were not properly stopped and restarts these pipelines accordingly.\r\nFor all running pipelines, StreamPipes now regularly checks the state of all involved pipeline elements and detects any failures. Problems are displayed in the UI and pipeline elements are automatically re-invoked once they become available after a failure. \r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2021-07-22/pipeline-failed.png\" alt=\"Awareness of pipeline failures in the UI\"/>\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2021-07-22/pipeline-restored.png\" alt=\"Recovery of failed pipeline elements\"/>\r\n\r\nAltogether, Apache StreamPipes is now able to recover and resume its state even when the power plug is pulled!\r\nResiliency is part of an ongoing larger community effort and will be further improved with a new service discovery approach that will be part of the upcoming version 0.69.0.\r\n\r\nThe Docker Compose-based installation now restarts StreamPipes automatically after a system restart by default.\r\n\r\n## StreamPipes Client\r\n\r\nTo allow third-party applications to access concepts managed by Apache StreamPipes, version 0.68.0 brings a preview of the StreamPipes client and REST API.\r\nThe public REST API and the client expose several features that were previously only internally available to developers, such as reading pipelines, performing operations on pipelines and subscribing to data sources managed by StreamPipes.\r\nAn API token can be easily generated in the profile section of the user interface.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2021-07-22/api-key-generation.png\" alt=\"Generating an API key for the StreamPipes client & REST API\"/>\r\n\r\nCurrently provided REST interfaces can be seen in the Swagger documentation, which is linked on the login page.\r\nThe client is provided as a Java library, an example of its usage is provided in our [Examples Github repository](https://github.com/apache/incubator-streampipes-examples/blob/dev/streampipes-pipeline-elements-examples-processors-jvm/src/main/java/org/apache/streampipes/client/example/StreamPipesClientExample.java)\r\n\r\n## StreamPipes Extensions\r\n\r\nWe also added several new adapters to connect data sources and pipeline elements:\r\n\r\n* A new NATS sink allows to forward events to a NATS broker\r\n* The PLC adapter now makes use of the PooledPLCDriverManager\r\n* Improvements to the MQTT sink\r\n* The IoTDB adapter now uses the latest IoTDB version\r\n* All SQL-based sinks now share a common and more stable codebase\r\n\r\n\r\n## Other features and improvements\r\n\r\n* The connect-master module has been removed and integrated into the core\r\n* Library upgrades to Angular (11), Spring Boot, and others\r\n* Improvements to the helm chart for K8s deployment\r\n\r\nSee the [release notes](https://issues.apache.org/jira/projects/STREAMPIPES/versions/12348698) for a complete list of new features and improvements.\r\n\r\n# Upgrading\r\nStreamPipes 0.68.0 is an intermediate release towards a stable version 1.0. Under the hood, we are performing several code migrations to further improve the overall stability and performance of StreamPipes. \r\nTherefore, we currently recommend to start with a clean installation when upgrading. We are working towards an auto-update feature which will be available later this year.\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:users@streampipes.apache.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!\r\n\r\nAnd do not forget to subscribe to our new mailing lists: https://streampipes.apache.org/mailinglists.html"
-        },
-        {
-          "id": "/2020/05/27/streampipes_on_k3s",
-          "metadata": {
-            "permalink": "/blog/2020/05/27/streampipes_on_k3s",
-            "source": "@site/blog/2020-05-27-streampipes_on_k3s.md",
-            "title": "Running StreamPipes the Kubernetes-Way using k3s",
-            "description": "15 minutes to read",
-            "date": "2020-05-27T00:00:00.000Z",
-            "formattedDate": "May 27, 2020",
-            "tags": [],
-            "readingTime": 11.89,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Patrick Wiener",
-                "url": "https://twitter.com/patrickwiener",
-                "imageURL": "/img/wiener.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "Running StreamPipes the Kubernetes-Way using k3s",
-              "author": "Patrick Wiener",
-              "authorURL": "https://twitter.com/patrickwiener",
-              "authorImageURL": "/img/wiener.png"
-            },
-            "prevItem": {
-              "title": "Apache StreamPipes release 0.68.0",
-              "permalink": "/blog/2021/07/22/_release-0680"
-            },
-            "nextItem": {
-              "title": "Apache StreamPipes release 0.66.0",
-              "permalink": "/blog/2020/05/19/release-0660"
-            }
-          },
-          "content": "<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-05-27/streampipes_k3s.png\" alt=\"StreamPipes on k3s\"/>\r\n**<div style={{float: 'left', paddingRight: '40px'}}>15 minutes to read</div>**\r\n<br/>\r\n\r\n\r\nThis blog post is the second part of a series on how we want to bring StreamPipes closer to the edge. The [first part](/docs/blog/2020/01/23/streampipes_on_rpi) describes how we managed to build and deploy StreamPipes on one Raspberry Pi (Model 4), while the [second part](/docs/blog/2020/05/27/streampipes_on_k3s) further covers how to deploy StreamPipes over a Kubernetes cluster of two Raspberry Pi's via k3s using our StreamPipes helm chart.\r\n<!--truncate-->\r\n\r\n**<TL;DR>**\r\n\r\n**With new advancements that came in the last StreamPipes release, we managed to reduce the required resources (mainly memory) drastically. To this extent, we cross-compiled StreamPipes Docker images for ARM support and deployed our lite version on a Raspberry Pi (Model 4). We showcase, that it is feasible to run analytical pipelines with ease and operate StreamPipes at moderate load. Additionally, we demonstrate how to deploy StreamPipes over a two-node k3s cluster using our StreamPipes helm chart.**\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '80%'}} src=\"/img/blog/2020-05-27/k3s.png\" alt=\"K3s\"/>\r\n\r\n## Introduction\r\n\r\nWhile it is easy to get started with StreamPipes in no time using our single-node deployment [instructions](/docs/docs/user-guide-installation) using Docker and Docker-Compose, StreamPipes naturally is designed to run in a distributed cluster setup through its microservice architecture.\r\n\r\nThis architectural design paired with the advancements of multi-architecture StreamPipes images as described in the previous blog post allows us to run certain analytical pipeline element containers with ease on various target nodes as well as target hardware architecture wether it is X86, ARM32v7, or ARM64v8. This becomes more valuable, as we shift the focus away from centralized cloud or data center only deployments where we generally are provided with a homogenous compute landscape in terms of resources towards edge deployments that oftentimes envolve resource-limited, constrained devices that not only differ in terms of compute but also in terms of their chip architecture.\r\n\r\nThereby, having multi-architecture images in your repertoire is key to deal with the challenge of heterogeneity in compute resources along the edge-cloud continuum. However, there are other challenges that occur when dealing with distributed container deployments such as automating deployments itself, scaling them, managing the containerized applications, taking care of networking between services, or realizing fault-tolerance by comparing the desired state against the current one. If there wasn't some solution we could leverage that takes care of all of this.\r\n\r\n## Well, which K to use? Kubernetes, K3s\r\n\r\nFortunately, there exists a few solutions in the container ecosystem with the open source container orchestrator [Kubernetes](https://kubernetes.io) (K8s) being the defacto standard, thereby incorporating the best ideas of Google's internal large-scale container cluster management system [Borg](https://kubernetes.io/blog/2015/04/borg-predecessor-to-kubernetes/) (see academic paper about the details published at [EuroSys 2015](https://research.google/pubs/pub43438/)). Since we are not going to write \"yet another K8s basics blog post\", we refer to their docs or other awesome blog posts such as the [Kubernetes 101](https://medium.com/google-cloud/kubernetes-101-pods-nodes-containers-and-clusters-c1509e409e16) to get familiarized with the concepts and terminology. With all the power, concepts and terminology K8s provides, it is oftentimes hard for newcomers to get started. Additionally, not all use cases necessarily need these extra features that K8s adds.\r\n\r\nOn the other hand, there exists [K3s](https://k3s.io/), a lightweight Kubernetes distro by Rancher that was introduced early 2019 and has since then gained huge popularity. As it is stated on their website:\r\n\r\n* **Perfect for Edge**: _K3s is a highly available, certified Kubernetes distribution designed for production workloads in unattended, resource-constrained, remote locations or inside IoT appliances_\r\n* **Simplified & Secure**: _K3s is packaged as a single <40MB binary that reduces the dependencies and steps needed to install, run and auto-update a production Kubernetes cluster._\r\n* **Optimized for ARM**: _Both ARM64 and ARMv7 are supported with binaries and multiarch images available for both. K3s works great from something as small as a Raspberry Pi to an AWS a1.4xlarge 32GiB server._\r\n\r\nThus, this lead us to the point to say, hey why not use K3s to manage StreamPipes in all its glory. The containerized microservice design in addition to the newly available multiarch images are a great fit.\r\n\r\n\r\n## StreamPipes Helm Chart\r\nWhile you can easily write an deploy K8s YAML-based manifests for your deployments and services and so on the standard way, it is way more convenient to leverage  [Helm](https://helm.sh/), the package manager for K8s. Helm describes complex, distributed deployments using **charts** in order to provide repeatable application installation, easy updates, rollbacks etc.\r\n\r\nTo this extent, we wrote a Helm chart for StreamPipes that can be found on our Github [incubator-streampipes-installer](https://github.com/apache/incubator-streampipes-installer/tree/dev/helm-chart) repository. This allows to deploy StreamPipes as one liner as shown later. Helm charts follow a certain directory structure as depicted in the following:\r\n\r\n```\r\nhelm-chart/\r\n  Chart.yaml\r\n  values.yaml\r\n  templates/\r\n  ...\r\n```\r\nThe `Chart.yaml` file contains a description of the chart, e.g., metadata such as chart name, version, maintainers etc.\r\n\r\nThe `values.yaml` file contains default values for all charts and in our case serves the purpose to provide a central place to store all variable/values, e.g., `streampipes.registry: \"apachestreampipes\"`, that replace chart templates such as the registry and version of the StreamPipes backend image:\r\n\r\n```yaml\r\n...\r\nimage: {{ .Values.streampipes.registry }}/backend:{{ .Values.streampipes.version }}\r\n...\r\n```\r\n\r\nLastly, the `template/` directory is for template files. When Helm evaluates a chart, it sends all of the files in this directory through the template rendering engine before collecting the results and finally forwarding them to K8s. If interested, you can read more on this in the [official Helm documentation](https://helm.sh/docs/).\r\n\r\n\r\n## The almighty StreamPi K3s Cluster\r\nAs pointed out in the first part of the series, we have gained valueable insights on how to run and deploy StreamPipes on a Raspberry Pi. This worked out so greatly, that we thought, why not step up the game, use another Pi and built the **almighty StreamPi cluster** by leveraging K3s for orchestration and management.\r\n\r\n**Note**: We are aware that this is far off from a production-grade setup, especially running StreamPipes core services such as the central pipeline management backend, or the UI in a two-node cluster. However, it provides a solid starting point for more elaborate deployments along the edge-cloud continuum.\r\n\r\nAs shown in the following figure, starting from the multiarch images hosted on [Dockerhub](https://hub.docker.com/search?q=apachestreampipes&type=image), we first provisioned the two Pi's with Docker, install and setup K3s and finally deploy our StreamPipes helm chart in order for users to connect, analyze and exploit their IIoT data with StreamPipes.\r\n\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-05-27/deployment.png\" alt=\"Deployment\"/>\r\n\r\nIn the remainder, we cover how we installed Helm and K3s to form our almighty StreamPi K3s cluster. At the time of writing, we tested our deployment using the latest version of the Docker, Helm as well as K3s in the following setup\r\n\r\n* 2x Raspberry Pi Model 4 (4GiB RAM): `streampi-01`, `streampi-02`\r\n* Raspbian Buster 10\r\n* Docker 19.03.8\r\n* Helm 3.1.2\r\n* K3s v1.17.4+k3s1\r\n\r\n\r\n### 1. Install Docker\r\nSSH into your Raspberry Pi's and run the following command:\r\n```bash\r\ncurl -sSL https://get.docker.com | sh\r\n```\r\n\r\n### 2. Install K3s\r\nNow that we got Helm installed, we can proceed and install K3s. Thus, we must check wether we fulfill all the requirements. These are mainly network related, such that specific ports (server on `6443`) are accessible. You should carefully read about this in their [official documentation](https://rancher.com/docs/k3s/latest/en/installation/installation-requirements/).\r\n\r\nOther than that, lean back and enjoy - the installation happens so fast, you might miss it if you get a coffee :)\r\n\r\n#### SSH into K3s server (`streampi-01`)\r\nOn the server node, run the following command:\r\n\r\n```bash\r\nsudo curl -sfL https://get.k3s.io | sh -\r\n```\r\nA kubeconfig file is written to `/etc/rancher/k3s/k3s.yaml` and the service is automatically started or restarted. The install script will install k3s and additional utilities, such as `kubectl`, `crictl`, `k3s-killall.sh`, and `k3s-uninstall.sh`.\r\n\r\nThe K3s installer creates a systemd service which can be used to `stop`, `start`, `restart` and check the `status` of the K3s server.\r\n\r\n```bash\r\nsudo systemctl status k3s.service\r\n\r\n● k3s.service - Lightweight Kubernetes\r\n   Loaded: loaded (/etc/systemd/system/k3s.service; enabled; vendor preset: enabled)\r\n   Active: active (running) since Sat 2020-04-11 15:54:07 BST; 3 days ago\r\n     Docs: https://k3s.io\r\n  Process: 10193 ExecStartPre=/sbin/modprobe br_netfilter (code=exited, status=0/SUCCESS)\r\n  Process: 10194 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\r\n Main PID: 10195 (k3s-server)\r\n (...)\r\n```\r\n\r\nNext, copy the server node token in order to connect additional agent nodes to the cluster.\r\n```bash\r\nsudo cat /var/lib/rancher/k3s/server/node-token\r\n```\r\n\r\n#### SSH into K3s agent (`streampi-02`)\r\nNow, open a new terminal session and SSH into your agent and run the following command, thereby adding the copied `K3S_TOKEN` to connect to the server, that is specified using `K3S_URL`.\r\n\r\n```bash\r\nsudo curl -sfL https://get.k3s.io | K3S_URL=https://streampi-01:6443 \\\r\nK3S_TOKEN=<NODE_TOKEN> sh -\r\n```\r\n\r\nThe K3s installer creates a systemd service which can be used to `stop`, `start`, `restart` and check the `status` of the K3s agent.\r\n\r\n```bash\r\nsudo systemctl status k3s-agent.service\r\n\r\n● k3s-agent.service - Lightweight Kubernetes\r\n   Loaded: loaded (/etc/systemd/system/k3s-agent.service; enabled; vendor preset: enabled)\r\n   Active: active (running) since Sat 2020-04-11 16:05:37 BST; 3 days ago\r\n     Docs: https://k3s.io\r\n  Process: 24469 ExecStartPre=/sbin/modprobe br_netfilter (code=exited, status=0/SUCCESS)\r\n  Process: 24470 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\r\n Main PID: 24471 (k3s-agent)\r\n (...)\r\n```\r\n\r\nThat's it ... that's all!\r\n\r\nWhen you go back to the terminal session on the K3s server you can list all nodes in the cluster using standard `kubectl` commands.\r\n\r\n```bash\r\nkubectl get nodes\r\nNAME              STATUS   ROLES    AGE   VERSION\r\nstreampi-02   Ready    <none>   3d    v1.17.4+k3s1\r\nstreampi-01   Ready    master   3d    v1.17.4+k3s1\r\n```\r\n\r\nHmmm - but wait. We did only add one agent node to the cluster right? Well, that's true, however when installing K3s using the script the server automatically installs and runs an agent on the same node.\r\n\r\n### 3. Install Helm\r\nSSH into the RPi that should act as the K3s server later on - in our case this is `streampi-01` and install Helm. Since we are using Helm 3 there is no need to install tiller. Thus, installing helm is as simple as running the following command:\r\n\r\n```bash\r\ncurl -sSL https://get.helm.sh/helm-v3.1.2-linux-arm.tar.gz | sudo tar -xzf - -C /usr/local/bin/ linux-arm/helm --strip-components=1\r\n```\r\nThis command downloads the Helm binary release from Github, extracts only the binary and puts it in `/usr/local/bin`. Try go check `helm version` to see if it worked.\r\n\r\n```bash\r\nversion.BuildInfo{Version:\"v3.1.2\", GitCommit:\"d878d4d45863e42fd5cff6743294a11d28a9abce\", GitTreeState:\"clean\", GoVersion:\"go1.13.8\"}\r\n```\r\n\r\nTo use Helm, we can set and export `KUBECONFIG` environment variable to point to the kubeconfig under `/etc/rancher/k3s/k3s.yaml`.\r\n```bash\r\nexport KUBECONFIG=/etc/rancher/k3s/k3s.yaml\r\n```\r\nAlternatively, if you want this permanently you can either add it to your `.bashrc`/`.zshrc`, or create a `.kube` directory in your home directory and symlink the `k3s.yaml`.\r\n\r\n```bash\r\nmkdir $HOME/.kube\r\nln -s /etc/rancher/k3s/k3s.yaml $HOME/.kube/config\r\n```\r\n\r\n\r\n## Deploy StreamPipes on K3s using Helm\r\nNow, that we have all set up, we can go ahead and deploy StreamPipes using our Helm chart. Therefore, we go to the server node (`streampi-01`), where we installed Helm. Next, we clone our StreamPipes installer repository (`dev` branch) and navigate to the helm-chart directory.\r\n\r\n**Note**: At the point of writing, the helm chart is **only** available in the `dev` branch. This will change in the future as we update the repository.\r\n\r\n```bash\r\ngit clone -b dev --single-branch https://github.com/apache/incubator-streampipes-installer.git\r\ncd incubator-streampipes-installer\r\n```\r\n\r\nAt this point, we can leverage Helm's `install` command in order to install the StreamPipes Helm chart. Since Helm reads the K3s kubeconfig, it forwards the deployment request to K3s. As per default, we deploy StreamPipes `lite` version, where we only start standalone Java-based pipeline elements and disregard the ones building on top of our Flink wrapper.\r\n\r\n```bash\r\nhelm install streampipes helm-chart\r\n\r\nNAME: streampipes\r\nLAST DEPLOYED: Tue Apr 14 18:13:19 2020\r\nNAMESPACE: default\r\nSTATUS: deployed\r\nREVISION: 1\r\nTEST SUITE: None\r\n```\r\n\r\nNext, K3s receives this requests and goes ahead and downloads the corresponding Docker images and starts the deployments in the right order according to the specified dependencies, creates services as well as persistent volume claims when needed. This step takes some time depending on your internet connection and the hardware when starting the containers. You can check the status of the StreamPipes Helm installation using `kubectl get pods -o wide` (when adding `-w`, you can automatically watch for changes). You can also use the custom command below to only display the pod name, status as well as the node where it was scheduled and deployed to.\r\n\r\n```bash\r\nkubectl get pods -o=custom-columns=NAME:.metadata.name,STATUS:.status.phase,NODE:.spec.nodeName\r\n\r\nNAME                                           STATUS    NODE\r\nactivemq-66d58f47cf-b88nb                      Running   streampi-01\r\nzookeeper-5d9947686f-7vpjb                     Running   streampi-02\r\ncouchdb-77db98cf7b-6nn99                       Running   streampi-02\r\nconsul-55965f966b-tjcfb                        Running   streampi-02\r\ninfluxdb-b95b6479-mvgbg                        Running   streampi-02\r\nbackend-6cdfb7bbf9-b4vgh                       Running   streampi-02\r\npipeline-elements-all-jvm-64795974-g2xhv       Running   streampi-02\r\nkafka-657b5fb77-xtw8p                          Running   streampi-01\r\nconnect-master-56f5f947d-n2t5b                 Running   streampi-01\r\nsources-watertank-simulator-6958f7844c-2jv78   Running   streampi-01\r\nconnect-worker-fdbd6f464-m6vm8                 Running   streampi-01\r\nnginx-5d4498d4f5-fcccq                         Running   streampi-02\r\n```\r\n\r\nAs can be seen, a fair amount of StreamPipes containers aka pods were deployed on `streampi-01` and `streampi-02`. When everything goes well, you should see all containers in the status `RUNNING` after a couple of minutes. To access K8s cluster UI pod a `NodePort` was created. The `NodePort` publishes the UI (nginx) service on every node using using its public IP and a port. Then you can access the service using any of the cluster IPs and the assigned port.\r\n\r\n```yaml\r\napiVersion: v1\r\nkind: Service\r\nmetadata:\r\n  name: nginx\r\nspec:\r\n  selector:\r\n    app: nginx\r\n  type: NodePort\r\n  ports:\r\n    - name: main\r\n      protocol: TCP\r\n      port: 80 # container port\r\n      targetPort: 80 # node port\r\n```\r\n\r\nThat means, you can go and check the StreamPipes UI either on `http://streampi-01/` or `http://streampi-02/` - K8s service handles the routing to the nginx pod containing the UI - just to name one nice feature.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-05-27/streampi_installation.png\" alt=\"Installation\"/>\r\n\r\n## Sum up & Where to go from here?\r\nStarting out as a simple hack session on a late afternoon, we build multi-archicture StreamPipes Docker images and deployed them on a Raspberry Pi in the first part of the series. Though, this is was feasible StreamPipes architectural microservice design provides a natural fit for a distributed cluster deployment. To this extent, we provide a StreamPipes Helm chart that lets you easily deploy StreamPipes in a one-liner in a Kubernetes cluster as showcased using a testbed of two Raspberry Pi's and lightweight K3s.\r\n\r\nAs of now, we let K8s handle the scheduling of containers for us in a random fashion. From here, we can further explore K8s feature such as `nodeSelector` or `nodeAffinity` that helps you use labels (`key=value` pairs) for pod to node assignment.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '60%'}} src=\"/img/blog/2020-05-27/helm_k3s.png\" alt=\"HelmK3s\"/>\r\n\r\n- [Part 1: StreamPi(pes) - Running StreamPipes on Raspberry Pi](/docs/blog/2020/01/23/streampipes_on_rpi)\r\n- **[Part 2: Running StreamPipes the Kubernetes-Way using K3s](/docs/blog/2020/05/27/streampipes_on_k3s)**\r\n\r\n\r\n### Useful links\r\n\r\n- [1] [K3s - lightweight Kubernetes distro](https://k3s.io/)\r\n- [2] [Helm - the package manager for Kubernetes](https://helm.sh/)\r\n- [3] [Github: StreamPipes Helm chart](https://github.com/apache/incubator-streampipes-installer/tree/dev/helm-chart)"
-        },
-        {
-          "id": "/2020/05/19/release-0660",
-          "metadata": {
-            "permalink": "/blog/2020/05/19/release-0660",
-            "source": "@site/blog/2020-05-19-release-0660.md",
-            "title": "Apache StreamPipes release 0.66.0",
-            "description": "6 minutes to read",
-            "date": "2020-05-19T00:00:00.000Z",
-            "formattedDate": "May 19, 2020",
-            "tags": [],
-            "readingTime": 3.435,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Dominik Riemer",
-                "url": "https://twitter.com/dominikjriemer",
-                "imageURL": "/img/riemer.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "Apache StreamPipes release 0.66.0",
-              "author": "Dominik Riemer",
-              "authorURL": "https://twitter.com/dominikjriemer",
-              "authorImageURL": "/img/riemer.png"
-            },
-            "prevItem": {
-              "title": "Running StreamPipes the Kubernetes-Way using k3s",
-              "permalink": "/blog/2020/05/27/streampipes_on_k3s"
-            },
-            "nextItem": {
-              "title": "StreamPi(pes) - Running StreamPipes on Raspberry Pi",
-              "permalink": "/blog/2020/01/23/streampipes_on_rpi"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>6 minutes to read</div>**\r\n<br/>\r\n\r\nThe Apache StreamPipes (incubating) community is proud to announce Apache StreamPipes version 0.66.0! This release is our first official Apache release and brings some very cool features and improvements the community has worked on over the past months.\r\n<!--truncate-->\r\n\r\nThe latest release brings major improvements to the live dashboard, the notification system, multiple new pipeline elements and StreamPipes Connect adapters, a simplified installation, more deployment options and a variety of bug fixes and minor improvements.\r\nThe current release can be downloaded <a href=\"https://streampipes.apache.org/download.html\">here</a>.\r\n\r\n\r\n## User interface\r\n\r\nThis release introduces a completely redesigned live dashboard. The old dashboard had some issues, most importantly, widgets could not be freely moved on the dashboard panel and the layout of dashboard widget was not persisted. \r\nWith the new dashboard, users are able to customize and layout widgets in a much easier and more powerful way. The dashboard brings the following improvements:\r\n* Multiple dashboards can be created and viewed\r\n* Widgets can be flexibly resized on a grid\r\n* More configuration options for widgets, e.g., change the color and appearance of widgets.\r\n* A presentation mode allows to display a live dashboard without the navigation bars.\r\n\r\nThe new dashboard has full feature parity with the old dashboard in terms of available widgets. The new architecture allows us to integrate even more visualizations with less effort in the upcoming versions.\r\n\r\n<div class=\"my-carousel\">\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-05-19/dashboard-02.png\" alt=\"New dashboard\"/>\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-05-19/dashboard-01.png\" alt=\"New dashboard\"/>\r\n</div>\r\n\r\nIn addition, the notification system has been significantly improved. The new notification view now offers a chat-like interface which allows you to select notifications per pipeline. The history of notifications is fully available and can be opened by scrolling to the top - similar to the behaviour of popular messaging services:\r\n\r\n<div class=\"my-carousel\">\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-05-19/notification-01.png\" alt=\"New dashboard\"/>\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-05-19/notification-02.png\" alt=\"New dashboard\"/>\r\n</div> \r\n\r\nA technical note:\r\nBoth features are part of our current effort to gradually migrate AngularJS components to Angular 9 (2+), now leaving the pipeline editor the only component that is still implemented in AngularJS.\r\nOnce the editor has been migrated as well (which is currently targeted for the upcoming release 0.67.0), we'll be able to release global UI features (e.g., better user management) in a much faster way.\r\n\r\n\r\n## Apache StreamPipes Extensions\r\n\r\nWe also added several new adapters to connect data sources and pipeline elements:\r\n\r\n\r\n* We added several new processors for handling boolean values, which are targeted towards better processing of PLC data.\r\n* processors-geo-jvm includes more processors for geo operations, e.g., distance calculation, speed calculation and more.\r\n* processors-text-mining includes several processors relevant for text mining (e.g., chunking, language detection)\r\n* New adapters for NETIO power sockets, and several new sinks (e.g., MQTT and Eclipse Ditto) \r\n\r\n\r\n## Installation & Deployment\r\n\r\nThe community also improved the installation process. Now, the installer offered for download includes all three supported deployment options and tools:\r\n* The installer, targeted at users, with installation scripts for Linux, MacOS and Windows\r\n* The CLI, targeted at developers, for configurable deployment of individual services\r\n* Helm charts for Kubernetes\r\n\r\nA very cool new feature are Docker images for ARM, which allow to run StreamPipes on a Raspberry Pi. This will be part of an upcoming blog post on running Apache StreamPipes at the edge.\r\n\r\nFrom now on, users are no longer required to enter the server IP upon startup, which should further reduce errors at installation time.\r\n\r\n## Other features and improvements\r\n\r\n* Connect adapters expose their own icons and documentation.\r\n* The UI has been upgraded to Angular 9 and the build has more optimizations enabled, leading to significant performance gains.\r\n* Pipelines are now auto-saved, so that you can resume building your pipeline after refreshing the browser.\r\n\r\nSee the [release notes](https://issues.apache.org/jira/projects/STREAMPIPES/versions/12347025) for a complete list of new features and improvements.\r\n\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:users@streampipes.apache.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!\r\n\r\nAnd do not forget to subscribe to our new mailing lists: https://streampipes.apache.org/mailinglists.html"
-        },
-        {
-          "id": "/2020/01/23/streampipes_on_rpi",
-          "metadata": {
-            "permalink": "/blog/2020/01/23/streampipes_on_rpi",
-            "source": "@site/blog/2020-01-23-streampipes_on_rpi.md",
-            "title": "StreamPi(pes) - Running StreamPipes on Raspberry Pi",
-            "description": "5 minutes to read",
-            "date": "2020-01-23T00:00:00.000Z",
-            "formattedDate": "January 23, 2020",
-            "tags": [],
-            "readingTime": 5.315,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Patrick Wiener",
-                "url": "https://twitter.com/patrickwiener",
-                "imageURL": "/img/wiener.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "StreamPi(pes) - Running StreamPipes on Raspberry Pi",
-              "author": "Patrick Wiener",
-              "authorURL": "https://twitter.com/patrickwiener",
-              "authorImageURL": "/img/wiener.png"
-            },
-            "prevItem": {
-              "title": "Apache StreamPipes release 0.66.0",
-              "permalink": "/blog/2020/05/19/release-0660"
-            },
-            "nextItem": {
-              "title": "Moving to the Apache Incubator",
-              "permalink": "/blog/2019/11/25/moving-to-the-apache-incubator"
-            }
-          },
-          "content": "<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-01-23/streampipes_raspberrypi.png\" alt=\"StreamPipes on Raspberry Pi\"/>\r\n**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\n\r\nThis is the start of a two part series on how we want to bring StreamPipes closer to the edge. The [first part](/docs/blog/2020/01/23/streampipes_on_rpi) describes how we managed to build and deploy StreamPipes on one Raspberry Pi (Model 4), while the [second part](/docs/blog/2020/05/27/streampipes_on_k3s) further covers how to deploy StreamPipes over a Kubernetes cluster of two Raspberry Pi's via K3s using our StreamPipes helm chart.\r\n<!--truncate-->\r\n\r\n<TL;DR>\r\n\r\n_With new advancements that came in the last StreamPipes release, we managed to reduce the required resources (mainly memory) drastically. To this extent, we cross-compiled StreamPipes Docker images for ARM support and deployed our lite version on a Raspberry Pi (Model 4). We showcase, that it is feasible to run analytical pipelines with ease and operate StreamPipes at moderate load._\r\n\r\nApache StreamPipes (incubating) is a self-service (Industrial) IoT toolbox to enable non-technical users to easily connect, analyze and explore IoT data streams. Users can leverage algorithms from an extensible toolbox to model their analytical pipelines. By building on a microservice architecture, StreamPipes components can be distributed in a cluster (e.g. Kubernetes)  as well as run on a single node for prototypical and development purposes using Docker. With the latest release of StreamPipes (0.65.0), we managed to reduce the memory consumption drastically to use less than 2Gig‘s of RAM for the lite version. Since we had a Raspberry Pi Model 4 laying around, we thought: hey why not just deploy StreamPipes on a Pi - and that’s what we did. Along the way, we learned quite some interesting things, that we want to share in this blog post.\r\n\r\nWhen users model their analytical pipelines using the graphical pipeline editor, the corresponding pipeline element containers, hosting these algorithms, are invoked by a rest call from the backend to start a new thread with the corresponding algorithm. In typical edge use cases such as in the industrial internet of things (IIoT), it is oftentimes neither feasible nor necessary to simply send all raw data to the cloud to perform analytics. On the contrary, requirements often induce the challenges to either derive decisions in a time-sensitive manner (near realtime), preprocess  data to reduce and harmonize it, or anonymize it by pixeling personal information such as faces in video footages. In these scenarios, StreamPipes can aid by running dedicated pipeline element containers directly on the edge using edge nodes such as Raspberry Pi‘s close to where data origins to address the aforementioned challenges.\r\n\r\n<img class=\"blog-image\" align=\"center\" style={{maxWidth: '80%'}} src=\"/img/blog/2020-01-23/00_idea.png\" alt=\"StreamPipes lite on Raspberry Pi\"/>\r\n\r\nStreamPipes Docker images were only built for x86 based architectures. However, oftentimes edge devices such as Raspberry Pi's or Nvidia Jetson Nano's run ARM based 32 or 64bit architectures. Thus, we could not simply use our existing Docker images to deploy StreamPipes as is. Luckily, Docker offers solutions to cross-compile images. Together with Docker‘s experimental manifest feature, the deployment works like a charms [[1](https://docs.docker.com/engine/reference/commandline/manifest/)]. There are awesome blog posts online [[2](https://ownyourbits.com/2018/06/27/running-and-building-arm-docker-containers-in-x86/)] that guide you through the process of cross-compilation, so we are not going to cover it in this blog post. With that, we were able to build StreamPipes images for AMD, ARM32v7 and ARM64v8 by just adding a few lines to our Dockerfiles and CI/CD pipelines. After having built and pushed our newly created Docker images, we were able to use our existing installation workflow, e.g. StreamPipes CLI, to start StreamPipes on the Raspberry Pi.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-01-23/01_start.png\" alt=\"StreamPipes CLI starting StreamPipes lite version on Raspberry Pi 4\"/>\r\n\r\nThe figure shows StreamPipes CLI starting our internal `0.65.1-SNAPSHOT` version, where we tested the multiarch build of our images. As depicted, all StreamPipes lite services are started. Due to the fact, that we created a manifest for all our Docker images, we did not have to change a single image description specified in the various `docker-compose.yml` files in the service repository. This is pretty cool! The Docker daemon automatically pulls the correct image for the corresponding architecture - in our case ARM32v7. Taking a quick look at `htop` indicates that we operate on a constant level of consumed memory at around ~1.7GB.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-01-23/02_htop.png\" alt=\"htop showing around 1.7GB memory consumption\"/>\r\n\r\n### Demo: Temperature Monitoring Pipeline\r\nTo test our setup, we deployed a simple temperature monitoring pipeline, that throws a notification whenever the temperature value exceeds a certain threshold (in this case: 65°C) and visualizes the results in a basic dashboard (see figure). Therefore, we use existing pipeline elements of the algorithm toolbox provided within the lite version. Thereby, StreamPipes lite already hooks you up with sample data sources - in this case a flow rate sensor - producing temperature, as well as mass flow measurements. So our temperature monitoring pipeline consists of the following pipeline elements:\r\n\r\n- **Data source:** Flow rate sensor (mock data generating `<timestamp;sensorid;massflow;temperature>` each second)\r\n- **Data processor:** Numerical filter (specified temperature threshold: > 65°C)\r\n- **Data sinks:** Dashboard visualization, Notification (internal)\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-01-23/03_pipeline.png\" alt=\"Simple pipeline visualizing and notifying about temperature values above threshold (here 65°C)\"/>\r\n\r\nAfter saving and starting the pipeline, we built our dashboard based on the results of the pipeline, only showing values above 65°C. Additionally, we receive a notification for every event, that exceeds this temperature threshold.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '100%'}} src=\"/img/blog/2020-01-23/04_dashboard.png\" alt=\"Dashboard\"/>\r\n\r\n\r\n### So, what's next?\r\nStarting out as a simple hack session on a late afternoon, trying to test where we could potentially run StreamPipes on and push it to it's limits, we gained valueable insights on how to build and run it on various architectures. Even though we do not recommend deploying StreamPipes in it's full glory on single low-resourced devices such as Raspberry Pi's, we aim to bring certain algorithms closer to where data is generated - on the edge. Consequently - apart from x86 images - we plan on providing our StreamPipes Docker images for ARM based architectures in the future. As a sneak peak - we also plan on deploying StreamPipes over a K3s [[3](https://k3s.io/)] cluster, a lightweight Kubernetes distro especially suited for IoT and edge scenarios.\r\n\r\n- **[Part 1: StreamPi(pes) - Running StreamPipes on Raspberry Pi](/docs/blog/2020/01/23/streampipes_on_rpi)**\r\n- [Part 2: Running StreamPipes the Kubernetes-Way using K3s](/docs/blog/2020/05/27/streampipes_on_k3s)\r\n\r\n\r\n### Useful links\r\n- [1] [Docker manifest docs](https://docs.docker.com/engine/reference/commandline/manifest/)\r\n- [2] [Running and Building ARM Docker containers in x86](https://ownyourbits.com/2018/06/27/running-and-building-arm-docker-containers-in-x86/)\r\n- [3] [K3s - lightweight Kubernetes distro](https://k3s.io/)"
-        },
-        {
-          "id": "/2019/11/25/moving-to-the-apache-incubator",
-          "metadata": {
-            "permalink": "/blog/2019/11/25/moving-to-the-apache-incubator",
-            "source": "@site/blog/2019-11-25-moving-to-the-apache-incubator.md",
-            "title": "Moving to the Apache Incubator",
-            "description": "8 minutes to read",
-            "date": "2019-11-25T00:00:00.000Z",
-            "formattedDate": "November 25, 2019",
-            "tags": [],
-            "readingTime": 3.695,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Dominik Riemer",
-                "url": "https://twitter.com/dominikjriemer",
-                "imageURL": "/img/riemer.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "Moving to the Apache Incubator",
-              "author": "Dominik Riemer",
-              "authorURL": "https://twitter.com/dominikjriemer",
-              "authorImageURL": "/img/riemer.png"
-            },
-            "prevItem": {
-              "title": "StreamPi(pes) - Running StreamPipes on Raspberry Pi",
-              "permalink": "/blog/2020/01/23/streampipes_on_rpi"
-            },
-            "nextItem": {
-              "title": "StreamPipes release 0.65.0",
-              "permalink": "/blog/2019/11/23/release-0650"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>8 minutes to read</div>**\r\n<br/>\r\nGreat news: StreamPipes is moving to the Apache Incubator!\r\n\r\n<!--truncate-->\r\n\r\n## The StreamPipes journey so far\r\n\r\nWe started to build the early foundations of StreamPipes back in 2014 as part of the EU research project _ProaSense_.\r\nOur goal was to make event processing accessible to end users with a focus on the Industrial IoT, without the technical\r\nexpertise required by stream processing tooling.\r\nAfter some very early prototypes (see an early screenshot below :-)) demonstrating the usefulness of the pipeline editor\r\nand the underlying semantics-based data model in two manufacturing-related use cases, we open-sourced StreamPipes in\r\n2017 and continued development in various research projects.\r\nSince then, we presented and showcased StreamPipes at various events: fairs, meetups, conference talks and so on. For\r\ninstance, in 2019 we attended over 20 events where we gave demos or talked about StreamPipes.\r\nIt is great to see that the solution is now steadily getting increased traction in the Industrial IoT space.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '90%', marginBottom:'20px'}} src=\"/img/blog/2019-11-25/2019-11_StreamPipes-v0.png\" alt=\"1st prototype of the StreamPipes UI\"/>\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-11-25/2019-11_StreamPipes-now.png\" alt=\"1st prototype of the StreamPipes UI\"/>\r\n\r\n## Moving to the Apache Incubator\r\n\r\nEarlier this year, we discussed how to continue the development of StreamPipes. For the core team at FZI, our main goal\r\nwas to widen the developer base, attract external developers and to make StreamPipes a real community-driven open source\r\nproject.\r\nWe had a look at various open source foundations (namely Apache, CNCF and Eclipse), but from the beginning, there was no\r\ndoubt that we wanted to see StreamPipes in the Apache Software Foundation. Using a lot of Apache Big Data projects under\r\nthe hood ([Apache Kafka](https://kafka.apache.org), [Apache Flink](https://flink.apache.org) and others), an emerging\r\nApache IoT ecosystem, and the community-driven, open development process of ASF projects, this was an easy decision.\r\nFinally, a few weeks before we went to ApacheCon North America in Las Vegas in September this year to talk about\r\nStreamPipes, we discovered the awesome [Apache PLC4X](https://plc4x.apache.org) project, which perfectly aligns with\r\nStreamPipes tackling the hard task to connect proprietary industrial protocols with modern software tooling.\r\nWe met Chris Dutz together with other people from PLC4X and other Apache projects in Las Vegas and were overwhelmed by\r\nthe _Apache Way_ and the great collaboration between the various projects within the ASF.\r\n\r\nSo after coming back home, we immediately started to write the proposal to enter the Apache Incubator, which got\r\naccepted on 2019-11-11.\r\n\r\n## New project setup\r\n\r\nWith the great help from our mentors, we already performed some initial steps required to move our infrastructure over\r\nto the ASF, which will continue during the next week:\r\n\r\n* The new website will be soon available under [https://streampipes.apache.org](https://streampipes.apache.org)\r\n* We will move our code repositories over to the ASF on Github. Before that, we'll merge some repos to make future\r\n  releases easier: The **backend and user interface** will be merged to the\r\n  repository [https://www.github.com/apache/incubator-streampipes]([https://www.github.com/apache/incubator-streampipes).\r\n  Pipeline elements and StreamPipes Connect adapters will also be merged to a new repo called **streampipes-extensions\r\n  **, soon available\r\n  at [https://www.github.com/apache/incubator-streampipes-extensions](https://www.github.com/apache/incubator-streampipes-extensions).\r\n  Both **website and documentation** will be available\r\n  at [https://www.github.com/apache/incubator-streampipes-website](https://www.github.com/apache/incubator-streampipes-website).\r\n  Finally, the project **streampipes-installer**\r\n  at [https://www.github.com/apache/incubator-streampipes-installer](https://www.github.com/apache/incubator-streampipes-installer)\r\n  will contain the installer for Windows and OSX/Linux, the developer-oriented CLI tool and helm charts to install\r\n  StreamPipes in Kubernetes.\r\n* Apache project communication mainly relies on mailing lists. Subscribe to\r\n  the [user list](mailto:users-subscribe@streampipes.apache.org)\r\n  and [dev list](mailto:dev-subscribe@streampipes.apache.org) and help us to improve StreamPipes!\r\n* Issues can be created in the new [Jira](https://issues.apache.org/jira/projects/STREAMPIPES).\r\n* All previous releases will be marked as non-ASF-releases to clearly indicate that previous releases do not follow the\r\n  Apache release policy. Yesterday, we released the final pre-Apache\r\n  version [0.65.0](/docs/blog/2019/11/23/release-0650), the next release will be our first Apache release.\r\n\r\n## Thanks\r\n\r\nWe would like to thank Chris Dutz for his great support in doing the first steps in the Apache Incubator.\r\n\r\nWe would also like to thank our employee, [FZI Research Center for Information Technology](https://www.fzi.de/en), for\r\nthe continued great support - starting from giving us the opportunity to present StreamPipes at large fairs such as\r\nHannover Messe, over media support such as creating the great StreamPipes logo, up to the fast legal support we received\r\nwhen we got accepted by the Apache Incubator.\r\nIf you want to build cool stuff in a great applied research institute while pursuing a PhD at KIT, FZI is surely the\r\nbest place to be ;-)\r\n\r\nLet's continue development and transform Apache StreamPipes (incubating) into the next Apache community!"
-        },
-        {
-          "id": "/2019/11/23/release-0650",
-          "metadata": {
-            "permalink": "/blog/2019/11/23/release-0650",
-            "source": "@site/blog/2019-11-23-release-0650.md",
-            "title": "StreamPipes release 0.65.0",
-            "description": "5 minutes to read",
-            "date": "2019-11-23T00:00:00.000Z",
-            "formattedDate": "November 23, 2019",
-            "tags": [],
-            "readingTime": 2.145,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Dominik Riemer",
-                "url": "https://twitter.com/dominikjriemer",
-                "imageURL": "/img/riemer.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "StreamPipes release 0.65.0",
-              "author": "Dominik Riemer",
-              "authorURL": "https://twitter.com/dominikjriemer",
-              "authorImageURL": "/img/riemer.png"
-            },
-            "prevItem": {
-              "title": "Moving to the Apache Incubator",
-              "permalink": "/blog/2019/11/25/moving-to-the-apache-incubator"
-            },
-            "nextItem": {
-              "title": "StreamPipes release 0.64.0",
-              "permalink": "/blog/2019/09/19/release-0640"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\nWe are happy to announce StreamPipes version 0.65.0! This release brings performance improvements related to the installation process and further reduces the minimum hardware requirements to run StreamPipes.\r\n<!--truncate-->\r\n\r\n## Installation\r\n\r\nIf you're installing StreamPipes using the provided installer, you might have noticed that the initial setup takes some time: Docker images are downloaded, all dependent microservices are started and the RDF-based database that we use internally to store pipeline elements is initialized.\r\nOn less-performant hardware, this process could take a few minutes. For this release, we optimized the installation process:\r\n\r\n* You don't need to provide your IP address during the installation process anymore - StreamPipes now runs without manually providing an IP address.\r\n* A new initialization screen is shown in the StreamPipes user interface that automatically disappears and guides you to the setup process once all mandatory services are running.\r\n* The setup process in the user interface should now be much faster due to some changes related to the caching of pipeline elements.\r\n\r\n## Lite version\r\n\r\nTo further reduce the minimum hardware requirements to run StreamPipes, we added a new Docker container to the backend that includes all data processors and sinks that depend on the lightweight JVM wrapper. Flink and other modules are excluded.\r\nThis approach allows to test StreamPipes with less memory (e.g., on a laptop) while still having a larger set of pipeline elements installed.   \r\nWe now recommend a minimum of 4GB RAM for the StreamPipes Lite version (make sure that the RAM is also assigned to Docker Desktop), but our tests have shown that the memory consumption of the StreamPipes lite version is around 2GB.\r\n\r\n## Pipeline Elements\r\n\r\n* 0.65.0 includes some new data processors: A CSV enrichment processors that allows to enrich events with metadata from CSV files, an event counter and some processors that perform operations on boolean values, e.g., coming from PLCs.\r\n\r\n## Other features and improvements\r\n\r\n* Use the latest Flink version 1.9.1\r\n* We improved the OPC-UA adapter, e.g., you can now directly set the URL of the OPC-UA server.\r\n* Proper error messages are now shown in the pipeline view in case something goes wrong during the start of a pipeline.\r\n\r\nSee the [release notes](https://github.com/apache/incubator-streampipes/releases/tag/0.65.0) for a complete list of new features and improvements.\r\n\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:feedback@streampipes.org), [slack](https://slack.streampipes.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!\r\n\r\nAnd do not forget to subscribe to our new mailing lists: https://streampipes.apache.org/mailinglists.html"
-        },
-        {
-          "id": "/2019/09/19/release-0640",
-          "metadata": {
-            "permalink": "/blog/2019/09/19/release-0640",
-            "source": "@site/blog/2019-09-19-release-0640.md",
-            "title": "StreamPipes release 0.64.0",
-            "description": "5 minutes to read",
-            "date": "2019-09-19T00:00:00.000Z",
-            "formattedDate": "September 19, 2019",
-            "tags": [],
-            "readingTime": 2.115,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Dominik Riemer",
-                "url": "https://twitter.com/dominikjriemer",
-                "imageURL": "/img/riemer.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "StreamPipes release 0.64.0",
-              "author": "Dominik Riemer",
-              "authorURL": "https://twitter.com/dominikjriemer",
-              "authorImageURL": "/img/riemer.png"
-            },
-            "prevItem": {
-              "title": "StreamPipes release 0.65.0",
-              "permalink": "/blog/2019/11/23/release-0650"
-            },
-            "nextItem": {
-              "title": "StreamPipes release 0.63.0",
-              "permalink": "/blog/2019/09/05/release-0630"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\nUsually, we try to publish a new StreamPipes release every three months. But after attending a very exciting [ApacheCon](https://www.apachecon.com/acna19/) last week, where we worked with some Apache communities on a few really cool new features, we decided to release these features as soon as possible.\r\nSo here's StreamPipes 0.64.0!\r\n<!--truncate-->\r\n\r\n## StreamPipes Connect\r\n\r\n* StreamPipes Connect now has a new (experimental) connector for [ApachePLC4X](https://plc4x.apache.org/). PLC4X is a (really cool) universal protocol adapter for the Industrial IoT with many adapters for systems like Modbus, Beckhoff, S7 and OPC-UA. The new StreamPipes Connect adapter allows you to easily connect to an S7 device, we will add more integrations in the upcoming releases.\r\n* We added another adapter to retrieve data from the [Apache Pulsar](https://pulsar.apache.org) messaging system.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-09-19/spconnect.png\" alt=\"PLC4X adapter for StreamPipes Connect\"/>\r\n\r\n## Pipeline Elements\r\n\r\n* 0.64.0 also includes a new data sink to send data to Apache Pulsar.\r\n\r\n## Deployment\r\n\r\nStreamPipes relies on a microservice-based architecture and therefore requires quite a few services (> 15 for the full version) to be up and running. \r\nThis has impact on the memory consumption of the server where StreamPipes is running. On the other hand, we want to make it as easy as possible to try StreamPipes even on laptops with less powerful hardware. \r\n\r\nHowever, the lite version still required > 8G memory and the full version even more. Additionally, after the last release, we received feedback from the community indicating that the memory consumption has significantly increased.\r\nSo we looked deeper into the issue and discovered that the Docker base images we were using to deliver the StreamPipes services caused high memory consumption.\r\n\r\nBefore StreamPipes 0.63.0, we used the Alpine Oracle JDK image for most services. In 0.63.0, we switched to an OpenJDK/Alpine distribution. This had an enormous effect on memory, having individual services that reserved more than 1.5GB of memory.\r\n\r\nSo in this version, we switched to AdoptOpenJDK along with [OpenJ9](https://www.eclipse.org/openj9/). The results are fantastic: The full version including all pipeline elements now needs only 6GB memory (compared to > 16 in the last version).\r\n\r\nThe screenshot below shows that StreamPipes now is much less resource hungry:\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-09-19/memory.png\" alt=\"PLC4X adapter for StreamPipes Connect\"/>\r\n\r\nIn future versions, we will continue our efforts to decrease the memory consumption of StreamPipes.\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:feedback@streampipes.org), [slack](https://slack.streampipes.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!"
-        },
-        {
-          "id": "/2019/09/05/release-0630",
-          "metadata": {
-            "permalink": "/blog/2019/09/05/release-0630",
-            "source": "@site/blog/2019-09-05-release-0630.md",
-            "title": "StreamPipes release 0.63.0",
-            "description": "5 minutes to read",
-            "date": "2019-09-05T00:00:00.000Z",
-            "formattedDate": "September 5, 2019",
-            "tags": [],
-            "readingTime": 3.835,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Dominik Riemer",
-                "url": "https://twitter.com/dominikjriemer",
-                "imageURL": "/img/riemer.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "StreamPipes release 0.63.0",
-              "author": "Dominik Riemer",
-              "authorURL": "https://twitter.com/dominikjriemer",
-              "authorImageURL": "/img/riemer.png"
-            },
-            "prevItem": {
-              "title": "StreamPipes release 0.64.0",
-              "permalink": "/blog/2019/09/19/release-0640"
-            },
-            "nextItem": {
-              "title": "StreamPipes release 0.62.0",
-              "permalink": "/blog/2019/05/23/release-0620"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\nStreamPipes version 0.63.0 has been released! Following our release plan to alternate between user-faced and backend-oriented releases, this release contains many (more than 70) features and improvements, mainly on the backend side.\r\nThe new version is available on Docker Hub and can be downloaded using our [installer](https://github.com/apache/incubator-streampipes-installer).\r\n<!--truncate-->\r\n\r\nFor this release, we focused on improving the stability and resilience of StreamPipes, adding many new features \"under the hood\".\r\n\r\n## Backend & Data Model\r\n\r\n* First, v0.63.0 brings **support for binary messaging formats**. Prior to 0.63.0, the only messaging format used at runtime was JSON. Now, several other binary formats are supported: Smile and CBOR as binary JSON representations and FST, a fast Java-based serializer.\r\n* Second, we improved **resilience of pipelines**. Now, when StreamPipes is stopped, all running pipelines are stopped beforehand and can be restarted later on, so that you don't end up with orphaned pipelines anymore. \r\n\r\nWe also extended the data model and SDK with new features:\r\n\r\n* Pipeline elements can now provide their own assets such as documentation. Simply add an icon and a markdown file containing the documentation of the pipeline element and both will be visible directly in the pipeline editor after the installation of the pipeline element.\r\n* We added several new static properties to define required user input: **SecretStaticProperties** can be used to define secret values (e.g., passwords). In addition, **StaticPropertyAlternatives** were introduced to let users select between multiple combinations of static properties (e.g., a time window and a count window along with window settings).\r\n\r\nIn addition, we migrated all pipeline element container and the backend to Spring Boot applications. The triple store used to store pipeline element descriptions has been extracted to an own microservice. Btw, have you seen the new [helm chart](https://www.github.com/streampipes/streampipes-helm-chart) that simplifies running StreamPipes on Kubernetes?\r\n \r\n## UI and Pipeline Editor\r\nWe improved the **interactive user guide**, so that it now depends on pipeline elements that are also available in the lite version.\r\nThree different interactive guides exist: One that teaches you how to create pipelines, another one that illustrates how to connect data with StreamPipes connect and a third one that shows how to create live visualizations using the built-in dashboard.\r\n\r\nAs **user feedback** is absolutely important to help us improving StreamPipes, we added a feature that allows users to directly give feedback from the StreamPipes UI. Simply click the feedback icon in the top navigation bar and submit your anonymous feedback to us! \r\n\r\nFinally, there are also some functional improvements in the pipeline editor: **Pipeline validation** has improved and gives direct feedback. And, finally, you can now also add multiple dashboards sink to a single pipeline :-)\r\n\r\nAnd a nice feature you can't see but which you'll probably feel: All UI files are now **Gzip compressed** by default, so that StreamPipes will now load much faster. \r\n\r\n## Pipeline Elements\r\n\r\nStreamPipes 0.63.0 includes several new pipeline elements:\r\n* A sink for Apache IoTDB\r\n* A sink for PostgreSQL\r\n* A processor to convert boolean values\r\n* A processor to extract timestamps\r\n* A processor to compute trigonometric functions\r\n\r\n## StreamPipes Connect\r\nWe added more adapters and improved some adapters to StreamPipes Connect:\r\n\r\n* An improved MQTT adapter that can handle authentication\r\n* A new MySQL adapter\r\n* An improved OPC-UA adapter\r\n* A new random data generator that eases testing of pipeline elements\r\n\r\nIn addition, we completely reworked the Connect UI. The schema view now lets you edit events more conveniently and timestamp fields can be directly marked in the UI.\r\n\r\n\r\n## Documentation\r\nWe updated and restructured the user guide, which now consists of four parts: [Introduction](/docs/user-guide-introduction), [Tour](/docs/user-guide-tour), [Installation](/docs/user-guide-installation) and [First Steps](/docs/user-guide-first-steps).\r\nWe also updated all screenshots to reflect the current look and feel of StreamPipes.\r\n\r\nIn addition, the developer guide was further extended (e.g., there is now a new tutorial on creating data sinks). Maven archetypes are now the recommended way to create new pipeline elements.\r\n\r\n\r\n## Other features and improvements\r\n\r\n* An improved installer that lets you choose between two StreamPipes versions for different hardware setups (full or lite, previously named big data and desktop)\r\n* We updated some core libraries like Apache Flink and Apache Kafka to newer versions.\r\n* Improved support for Firefox and Edge: Besides Chrome, StreamPipes should also behave and look similar in Firefox and Edge browsers.\r\n\r\nSee the [release notes](https://github.com/apache/incubator-streampipes/releases/tag/0.63.0) for a complete list of new features and improvements.\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:feedback@streampipes.org), [slack](https://slack.streampipes.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!"
-        },
-        {
-          "id": "/2019/05/23/release-0620",
-          "metadata": {
-            "permalink": "/blog/2019/05/23/release-0620",
-            "source": "@site/blog/2019-05-23-release-0620.md",
-            "title": "StreamPipes release 0.62.0",
-            "description": "6 minutes to read",
-            "date": "2019-05-23T00:00:00.000Z",
-            "formattedDate": "May 23, 2019",
-            "tags": [],
-            "readingTime": 2.89,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Dominik Riemer",
-                "url": "http://twitter.com/dominikjriemer",
-                "imageURL": "/img/riemer.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "StreamPipes release 0.62.0",
-              "author": "Dominik Riemer",
-              "authorURL": "http://twitter.com/dominikjriemer",
-              "authorImageURL": "/img/riemer.png"
-            },
-            "prevItem": {
-              "title": "StreamPipes release 0.63.0",
-              "permalink": "/blog/2019/09/05/release-0630"
-            },
-            "nextItem": {
-              "title": "StreamPipes release 0.61.0",
-              "permalink": "/blog/2019/04/04/release-0610"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>6 minutes to read</div>**\r\n<br/>\r\n\r\nStreamPipes version 0.62.0 has been released! While the last version brought many features under the hood, this new version totally focuses on features and improvements visible to end users.\r\nThe new version is available on Docker Hub and can be downloaded using our [installer](https://github.com/streampipes/streampipes-installer).\r\n<!--truncate-->\r\n\r\nFor this release, we focused on improving error handling in the pipeline editor, added more pipeline elements, added more adapters to StreamPipes Connect and, added a documentation on available pipeline elements.\r\n\r\n## Pipeline Elements \r\nPipeline elements are the most important part of the StreamPipes toolbox. Although pipeline elements can be easily developed using our SDK, we aim to provide as many ready-to-use elements as possible to provide you with meaningful data harmonization and analytics features right from the beginning.\r\nStreamPipes v0.62.0 brings many new data processors and data sinks, an overview can be found [here](/docs/pipeline-elements). \r\n\r\n## Pipeline Editor\r\nTo better support users while developing pipelines, we improved the verification of user input in the pipeline editor.\r\nUsers now get hints (directly shown in the pipeline assembly) on missing pipeline elements and error messages are shown if invalid values are entered while configuring pipeline elements (see the screenshot below).\r\nIn addition, the editor now disallows adding new pipeline elements until the active pipeline element is fully configured, otherwise, the element is marked with a red alert symbol, which makes it much easier to discover modeling errors.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-05-23/pipeline-editor.png\" alt=\"Pipeline Element Verification\"/>\r\n\r\nOne feature request which was coming from one of our users was to better understand what pipeline elements are doing. For that reason, we now added a feature that allows to see a full documentation of any pipeline element directly in the pipeline editor.\r\nOnce users start to configure a new pipeline element, the documentation can be opened:\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-05-23/pipeline-element-documentation.png\" alt=\"Pipeline Element Documentation\"/>\r\n\r\n\r\n## StreamPipes Connect\r\nWe added more adapters to StreamPipes Connect. \r\nBesides generic adapters such as frequently used protocols like OPC UA, MQTT and Kafka, Connect now also includes some new open data adapters and adapters for web APIs to make starting with StreamPipes more funny and easier:\r\n\r\n* A Slack source to connect Slack channels with StreamPipes\r\n* A Coindesk sources that allows you to get the latest Bitcoin rates\r\n* A Wikipedia sources to get latest edits and created articles from Wikipedia\r\n* IEXCloud adapters to provide access to stock quotes and news from IEXCloud (an API token is required).\r\n* A ROS source to access data from the Robot Operating System (ROS)\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-05-23/connect.png\" alt=\"StreamPipes Connect\"/>\r\n\r\n\r\n## Documentation\r\nThe documentation for pipeline elements that is shown in the pipeline editor is now also available in the online documentation.\r\nNavigate to [pipeline elements](/docs/pipeline-elements) to see an overview of all pipeline elements that are currently provided by StreamPipes.\r\n\r\n## Other features and improvements\r\n\r\n* Adapters can be sorted and filtered in StreamPipes Connect.\r\n* Labels and descriptions of pipeline elements can be provided by external resources files as a first step towards internationalization.\r\n* We upgraded the UI to the latest Angular version 7 and drastically reduced the size of the UI source bundle, which reduces loading time.\r\n* Stream requirements are now correctly ordered\r\n\r\nSee the [release notes](https://github.com/streampipes/streampipes/releases/tag/0.62.0) for more details.\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:feedback@streampipes.org), [slack](https://slack.streampipes.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!"
-        },
-        {
-          "id": "/2019/04/04/release-0610",
-          "metadata": {
-            "permalink": "/blog/2019/04/04/release-0610",
-            "source": "@site/blog/2019-04-04-release-0610.md",
-            "title": "StreamPipes release 0.61.0",
-            "description": "5 minutes to read",
-            "date": "2019-04-04T00:00:00.000Z",
-            "formattedDate": "April 4, 2019",
-            "tags": [],
-            "readingTime": 3.555,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Dominik Riemer",
-                "url": "http://twitter.com/dominikjriemer",
-                "imageURL": "/img/riemer.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "StreamPipes release 0.61.0",
-              "author": "Dominik Riemer",
-              "authorURL": "http://twitter.com/dominikjriemer",
-              "authorImageURL": "/img/riemer.png"
-            },
-            "prevItem": {
-              "title": "StreamPipes release 0.62.0",
-              "permalink": "/blog/2019/05/23/release-0620"
-            },
-            "nextItem": {
-              "title": "ContainerCLI: A CLI tool for your Docker Application",
-              "permalink": "/blog/2018/11/24/container-cli"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\nWe are proud to release StreamPipes version 0.61.0, which brings many improvements and some exciting new features that simplify pipeline development!\r\nThe new version, which is already available on Docker Hub and can be downloaded using our [installer](https://github.com/streampipes/streampipes-installer) brings over 20 improvements. Under the hood, a reworked event model simplifies the development of new pipeline elements using the built-in SDK.\r\n<!--truncate-->\r\n\r\nOur main mission is to make IoT data management & analytics accessible to everyone.\r\nThis release focuses on better integrating StreamPipes with other systems and data sources and contains UX improvements to ease the development of pipelines.\r\n\r\n## StreamPipes Connect\r\nStreamPipes Connect, which aims to easily connect arbitrary data sources with StreamPipes, has been first introduced as a public beta in version 0.60.0.\r\nVersion 0.61.0 brings many new features to Connect and also implements many bug fixes that now make Connect the recommended way to connect data sources.\r\n\r\nStreamPipes Connect relies on an extensible architecture to connect either generic protocols or specific adapters.\r\n\r\nIn more detail, StreamPipes Connect supports the following protocols, with a completely code-free integration process:\r\n\r\n* Data Streams\r\n    * HTTP/REST\r\n    * MQTT\r\n    * Apache Kafka\r\n    * File\r\n    * ROS (preview)\r\n    * GDELT\r\n\r\n* Data Sets\r\n    * HTTP/REST\r\n    * HDFS\r\n    * File\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-04-04/connect.png\" alt=\"StreamPipes Connect\"/>\r\n\r\nThe next version will also include an adapter for OPC UA, which is currently being tested in a real setting.\r\n\r\nFor protocols that are not yet supported by StreamPipes Connect, a new Maven archetype for easily connecting data sources using the [SDK](/docs/dev-guide-tutorial-sources) is provided.\r\n\r\n## Improved Pipeline Modeling\r\n\r\nOn the UI side, we try to make the graphical modeling of pipelines as simple as possible. Besides some minor improvements (e.g., case-insensitive search for pipeline elements), pipelines are now constantly validated and users get feedback on steps that are still missing (e.g., missing pipeline elements).\r\nAs many other features we are currently implementing, this feature directly comes from a user request - so if you have any suggestions for improvement, let us know!\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2019-04-04/validation.png\" alt=\"Pipeline Validation\"/>\r\n\r\n\r\n## Reworked Event Model\r\n\r\nOne of the most important features of v0.61.0 is not directly visible to end users, but drastically eases the development of new pipeline elements with the SDK.\r\nFrom this release on, events at runtime are represented in form of a new ``Event Object`` instead of the former ``Map`` representation.\r\nThis feature allows us for much better support of complex data processors which have more than one input data stream and comes with many convenience methods to better extrat fields from an event for processing.\r\n\r\nFor instance, prior to v0.61.0 you had to extract fields from an incoming events as follows:\r\n\r\n```java\r\n@Override\r\n  public void onEvent(Map<String, Object> in, String s, SpOutputCollector out) {\r\n       Integer numberValue = Integer.parseInt(String.valueOf(in.get(MAPPING_PROPERTY_ID));\r\n  }\r\n```\r\n\r\nThe new event model is much simpler and less error-prone:\r\n\r\n```java\r\n public void onEvent(Event in, SpOutputCollector out) throws SpRuntimeException {\r\n    Integer numberValue = in\r\n        .getFieldBySelector(MAPPING_PROPERTY_SELECTOR)\r\n        .getAsPrimitive()\r\n        .getAsInteger();\r\n  }\r\n```\r\n\r\nThe new event model is even more useful in cases where your data streams have a complex nested structure or contain list fields.\r\nIf you connect two data streams containing the same fields to a processor, field names are automatically renamed in the background to avoid naming conflicts.\r\nA complete guide can be found in the [developer guide](/docs/dev-guide-event-model).\r\n\r\n## Documentation\r\n\r\nThe developer guide has been extended:\r\nBesides reworked tutorials on developing new data processors and data sources, the new documentation includes instructions on adding [stream requirements](/docs/dev-guide-stream-requirements), the new [event model](/docs/dev-guide-event-model), and in-depth guides on defining [static properties](/docs/dev-guide-static-properties) and [output strategies](/docs/dev-guide-output-strategies).\r\n\r\n## Other features and improvements\r\n\r\n* SSL support: The UI can now be configured to support SSL, see the [documentation](/docs/dev-guide-ssl) on required configurations in your docker-compose file.\r\n* A new map visualization to visualize spatial data streams\r\n* The customize dialog is now hidden in case no static properties are present\r\n* Adapter descriptions can be exported and imported\r\n* The UI does no longer load any external sources\r\n* Updated Maven archetypes\r\n\r\nSee the [release notes](https://github.com/streampipes/streampipes/releases/tag/0.61.0) for more details.\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:feedback@streampipes.org), [slack](https://slack.streampipes.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!"
-        },
-        {
-          "id": "/2018/11/24/container-cli",
-          "metadata": {
-            "permalink": "/blog/2018/11/24/container-cli",
-            "source": "@site/blog/2018-11-24-container-cli.md",
-            "title": "ContainerCLI: A CLI tool for your Docker Application",
-            "description": "6 minutes to read",
-            "date": "2018-11-24T00:00:00.000Z",
-            "formattedDate": "November 24, 2018",
-            "tags": [],
-            "readingTime": 3.91,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Philipp Zehnder",
-                "url": "http://twitter.com/philipp10der",
-                "imageURL": "/img/zehnder.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "ContainerCLI: A CLI tool for your Docker Application",
-              "author": "Philipp Zehnder",
-              "authorURL": "http://twitter.com/philipp10der",
-              "authorImageURL": "/img/zehnder.png"
-            },
-            "prevItem": {
-              "title": "StreamPipes release 0.61.0",
-              "permalink": "/blog/2019/04/04/release-0610"
-            },
-            "nextItem": {
-              "title": "Preview: StreamPipes release 0.60.0",
-              "permalink": "/blog/2018/09/17/preview-060"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>6 minutes to read</div>**\r\n<br/>\r\n\r\nIn this blog post, we show how we developed a CLI tool to install and manage StreamPipes.\r\nIn addition, we present a template project that enables you to easily create a CLI tool for your own docker application.\r\nAll you need is a working docker-compose.yml file.\r\n\r\n<!--truncate-->\r\n\r\nStreamPipes has a Microservice architecture and we use Docker and Docker Compose for all of our development, testing, and deployment processes.\r\nIn the beginning, we developed the CLI only to ease the installation process (e.g. managing multiple versions), but over time we realized that the tool is much more powerful.\r\nFor example, StreamPipes has multiple developer roles: Some developers are working on the frontend, others on the backend, and some are developing new algorithms and data sinks for StreamPipes.\r\nIn the figure below, you can see different configurations that are used by different developers.\r\nAll services are running in docker, except for the ones the developer is currently working on.\r\nAs a result, we had many different docker-compose.yml files and when we made changes, we had to synchronize them all.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '60%'}} src=\"/img/blog/2018-11-24/roles.png\" alt=\"Three different developer roles\"/>\r\n\r\nTherefore, our goal was to speed up the setup of a development environment, so that developers can focus on their specific programming task.\r\nThat’s why we developed a command line tool that automates the setup of different environments.\r\nAll what is needed is a docker-compose.yml file that describes all services of the application and the template CLI project from [GitHub](https://github.com/streampipes/container-cli).\r\nAfterwards, you need to split up your compose file and create an individual file for each service. Put those files in individual folders in the services folder.\r\nEach folder should have the same name as the service name in the docker-compose file. That’s it!\r\nNow you can use the CLI.\r\nWith the default commands you are able to start, stop, and configure the application. But how is this better than just using docker itself?\r\nThe advantage is the flexibility and extensibility of the tool.\r\nYou can extend the script with tasks you have to perform regularly, like cleaning up volumes, or setting up testing environments.\r\n\r\n\r\nIn the following we will describe the tool in more detail.\r\nYou can see all files and folders of the CLI Tool in the next listing.\r\nThe first file “container-cli.m4” contains the script.\r\nWe use [Argbash](https://argbash.io/), which eases the use of bash script parameters and flags.\r\nIn this file you can easily add new custom commands, flags or other functionalities.\r\nThe next file is the actual bash script. It is generated by argbash.\r\nSince this file is generated automatically, you should not change anything.\r\nThe docker-compose.yml file is the main file.\r\nThis should contain all services, networks, or volume information that is relevant for all the other services of your application.\r\nAll your other services are located in the services folder.\r\nFor each service, create a folder with the name of the service and place a docker-compose.yml in the folder configuring the service.\r\nTherefore, you can copy and paste the configuration from your current docker-compose.yml.\r\nThe script checks the services folder dynamically, this means you can add services at a later point in time without changing anything else.\r\nIn our example, we have four services: Backend, UI, database, and a test database containing data for the end2end tests.\r\nWhich services should be started when running the command **\"container-cli start\"** is defined in the active-service file.\r\nThis file contains the names of all services, each in one line, that should be started.\r\nOften it is required to have multiple configurations of your app. You can save them in the templates folder.\r\nBy running **“container-cli set-template ui_developer”**, you can select the template ui_developer.\r\nWith this command, all services defined in the template are written to the active-services file. (e.g. the ui_developer template contains just the database and backend and the e2e-test template contains the backend, ui, and test-database).\r\n\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '30%'}} src=\"/img/blog/2018-11-24/files.png\" alt=\"Structure of the containter cli project\"/>\r\n\r\n\r\nThe last file is the tmpl_env file.\r\nIt contains configuration variables for the individual services.\r\nThose variables can also be changed by the bash script dynamically, because the tmpl_env file is moved to the .env file in the same folder.\r\nWe use the configuration for example to dynamically set the IP Address of the host system or set the application version.\r\nTo use a variable in a docker-compose file just write it in braces, as shown below.\r\n\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2018-11-24/variables.png\" alt=\"How to use Environment Variables\"/>\r\n\r\nWe hope this tool is helpful for your use case.\r\nWhen you have any problems, feedback, or ideas for improvements, contact us or open an issue on [GitHub](https://github.com/streampipes/container-cli)."
-        },
-        {
-          "id": "/2018/09/17/preview-060",
-          "metadata": {
-            "permalink": "/blog/2018/09/17/preview-060",
-            "source": "@site/blog/2018-09-17-preview-060.md",
-            "title": "Preview: StreamPipes release 0.60.0",
-            "description": "5 minutes to read",
-            "date": "2018-09-17T00:00:00.000Z",
-            "formattedDate": "September 17, 2018",
-            "tags": [],
-            "readingTime": 3.38,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Dominik Riemer",
-                "url": "http://twitter.com/dominikjriemer",
-                "imageURL": "/img/riemer.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "Preview: StreamPipes release 0.60.0",
-              "author": "Dominik Riemer",
-              "authorURL": "http://twitter.com/dominikjriemer",
-              "authorImageURL": "/img/riemer.png"
-            },
-            "prevItem": {
-              "title": "ContainerCLI: A CLI tool for your Docker Application",
-              "permalink": "/blog/2018/11/24/container-cli"
-            },
-            "nextItem": {
-              "title": "How to understand your machine data?",
-              "permalink": "/blog/2018/06/18/how-to-understand-your-machine-data"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>5 minutes to read</div>**\r\n<br/>\r\n\r\nIt's been a while since our last blog post. However, in the background we are working hard to release the next version of StreamPipes which is currently in the final phase.\r\nIn this post, we'd like to give you a preview of the upcoming StreamPipes version 0.60.0, which brings many new features and improvements.\r\n\r\n<!--truncate-->\r\n\r\nOur first public release is now about 6 months ago. In the meantime, we gathered lots of feedback we got from users concerned with the installation, available pipeline elements and usability.\r\nWe learned what users expect from the tool and really tried to implement feature suggestions from the community.\r\n\r\nHere are the major things you'll find in the next version which will be released by the end of September:\r\n\r\n## Installation and first-time usage\r\nWe aim to make it as easy as possible for first-time users to try and test StreamPipes. Although we have provided Docker images and a docker-compose file from the beginning, we've learned that our target group looks for an easier way to install the tool, without the need to manually configuring things like ports or hostnames.\r\nFor that reason, we have implemented an installer that is already on [Github](https://www.github.com/streampipes/streampipes-installer). With the next release, you'll find an even easier installer along with a dev-installer targeted at more advanced users that allows to configure the services and pipeline element containers you'd like to use in your StreamPipes instance.\r\n\r\nIn addition, we wanted to provide better support for users that are trying to build a pipeline for the first time. Although we provide a tour and a user guide, we are aware that nobody likes reading documentations ;-)\r\nTherefore, the next release includes an interactive product tour that guides you through the first steps with StreamPipes and explains how to build pipelines - right in the pipeline editor!\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2018-09-17/streampipes-060-product-tour.png\" alt=\"Product Tour\"/>\r\n\r\n## StreamPipes Connect\r\n\r\nAlthough the SDK provides a developer-oriented way to connect new data sources, many users have asked us to provide an easier way to connect sources and data streams to StreamPipes.\r\nThe next release includes a beta release of StreamPipes Connect. Connect is a major effort that integrates work we've done over the past year and provides an easy way to integrate your data streams right from the UI.\r\nA data marketplace contains a list of pre-defined adapters (which can be rather generic by selecting a protocol and a data format or quite specific as, e.g., an openSenseMap source).\r\nThese adapters can be configured according to your needs and directly started on a set of worker nodes.\r\n\r\nStreamPipes Connect also lays the foundation for some cool new features that make it even easier to connect sources and will be added over the next months.\r\nIn addition, pre-processing features will be integrated that will support edge computing use cases.\r\n\r\nBe aware that StreamPipes Connect will be released in a rather early version, so don't use it for production yet.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '90%'}} src=\"/img/blog/2018-09-17/streampipes-060.png\" alt=\"StreamPipes Connect\"/>\r\n\r\n## Pipeline Elements\r\n\r\nPipeline elements (data processors and sinks) are the part of StreamPipes that generate added-value.\r\nWhile the first release contained a set of around 10 pipeline elements, the next release will provide many new elements that are already integrated.\r\nNew elements will include pattern detection algorithms, geospatial operators, image processing algorithms (e.g., a generic classifier) and even a Slack sink!\r\n\r\nIn total, the next version includes more than 40 pipeline elements and we will add many more during the next months.\r\nThe new pipeline elements are already available on [Github](https://www.github.com/streampipes/streampipes-pipeline-elements) and will be released as Docker images by the end of September.\r\n\r\n## Other features and improvements\r\n\r\n* A new wrapper for the [Siddhi](https://github.com/wso2/siddhi) CEP engine\r\n* various bug fixes and stability improvements\r\n* many UX improvements\r\n* many more, stay tuned for the next blog post!\r\n\r\n## Feedback\r\n\r\nWe are absolutely open to your suggestions for further improvements! Let us know (by [mail](mailto:feedback@streampipes.org), [slack](https://slack.streampipes.org) or [twitter](https://www.twitter.com/streampipes)) and we'll consider your feature request in the next release!"
-        },
-        {
-          "id": "/2018/06/18/how-to-understand-your-machine-data",
-          "metadata": {
-            "permalink": "/blog/2018/06/18/how-to-understand-your-machine-data",
-            "source": "@site/blog/2018-06-18-how-to-understand-your-machine-data.md",
-            "title": "How to understand your machine data?",
-            "description": "8 minutes to read",
-            "date": "2018-06-18T00:00:00.000Z",
-            "formattedDate": "June 18, 2018",
-            "tags": [],
-            "readingTime": 6.7,
-            "hasTruncateMarker": true,
-            "authors": [
-              {
-                "name": "Philipp Zehnder",
-                "url": "http://twitter.com/philipp10der",
-                "imageURL": "/img/zehnder.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "How to understand your machine data?",
-              "author": "Philipp Zehnder",
-              "authorURL": "http://twitter.com/philipp10der",
-              "authorImageURL": "/img/zehnder.png"
-            },
-            "prevItem": {
-              "title": "Preview: StreamPipes release 0.60.0",
-              "permalink": "/blog/2018/09/17/preview-060"
-            },
-            "nextItem": {
-              "title": "Welcome to StreamPipes!",
-              "permalink": "/blog/2018/06/14/welcome"
-            }
-          },
-          "content": "**<div style={{float: 'left', paddingRight: '40px'}}>8 minutes to read</div>**\r\n<br/>\r\n\r\n\r\nData is the new oil. Probably everybody of you has heard or read this sentence before.\r\nIt is often stated how important data and data understanding is for companies today.\r\nBut what does this actually mean?  How does the data look like that is produced by your machines and systems?\r\nAnd how can we solve the big challenge to turn this raw data into insights that can be understood by humans?\r\n\r\n<!--truncate-->\r\n\r\nWhen it comes to data analytics people often talk about the big players like Google, Facebook, or Netflix which collect a lot of data about their users and their usage behavior.\r\nThe core of their business model is to use data and turn it into profit. Nowadays all companies have the requirement to analyze their data.\r\nBut since this was not originally part of their business model it is very challenging for them to catch up.\r\nTo gain insights from data, it is often referred to advanced analytics and machine learning. Before such techniques can be used some work must be done.\r\nA first, basic part of that is to understand your data. We do that in four steps, as can be seen in figure below.\r\nFirst data sources must be accessed, then they can be integrated and for example be stored in a data lake.\r\nAfter that, we employ rule-based analytics to find patterns and situations.\r\nIn the end, machine learning and advanced analytics algorithms can be used to get more out of the data.\r\nThe idea behind those steps is to generate value as early as possible by collecting the low-hanging fruits first.\r\nWe develop methodologies and tools for the individual steps to also allow domain experts to perform them to bridge the gap between the big tech companies and more traditional industries.\r\n\r\n<img className=\"blog-image\" style={{maxWidth: '50%'}} src=\"/img/blog/2018-06-18/01_motivation.png\" alt=\"Motivation Graphic\"/>\r\n\r\nThe questions we try to answer in these blog posts are:\r\n\r\n* **How does data produced by machines look like?**\r\n* **How can machines and other data sources be accessed?**\r\n* **How is it possible to process the continuously produced flow of data?**\r\n\r\nWe illustrate our ideas with an example which we also use during the whole blog series.\r\nThe example is a water circle of a cooling system. You can see such a system in the next image.\r\nIt contains multiple water tanks and pipes that connect those tanks.\r\nWithin the tanks and the pipes are multiple sensors, which measure for example the water level in the tank, the flow rate in the water pipe, or the temperature of the water.\r\nAll those sensors are very simple, they make iterative observations and send the sensed measurements to a computer system.\r\n\r\n<img class=\"blog-image\" style={{maxWidth: '70%'}} src=\"/img/blog/2018-06-18/02_anlage.png\" alt=\"Water Circle Image\"/>\r\n\r\nBefore we go into detail, we want to explain the term streaming data, because we focus on machine and sensor data which is continually produced in a streaming fashion.\r\nThe opposite of streaming data are fixed sized data sets, called batch data.\r\nSince always new data is produced by sensors, it is not possible to wait till all data is completely produced and then process it.\r\nDifferent to that is batch data.\r\nThe advantage of batch data is, when the processing starts no new data is added anymore.\r\nStreaming data can also be processed with batch processing systems.\r\nTherefore, a data stream must be separated into fixed chunks which are then processed in a batch fashion.\r\nThis is possible but the more natural fit is to use streaming systems since they were designed to process streaming data.\r\n\r\nIn an environment where we process machine data we have different components.\r\nThe individual components exchange information in the form of **events**.\r\nAll assets continually producing data are called **data sources** (i.e. a sensor, machine or a software system).\r\nTo access these data sources, **adapters** are needed.\r\nAdapters are software components (which can run anywhere, for example directly on the machine or separately on a edge device near the machine) that are able to connect to the data source, extract the sensor information and emit events to the **middleware**.\r\nThe middleware is a central component which is an intermediate between the individual components.\r\nEven if the middleware is a central component, it is not a bottleneck and also not a single point of failure since it is often realized in form of a distributed system.\r\n**Processing systems** can access data from the middleware, transform it and apply algorithms.\r\nThis is the component where the data is analyzed and higher-level information is generated.\r\nIn the end, results can be stored in **data bases**.\r\nFrom there, other applications like for example dashboards can access the calculated results.\r\nThis is the high-level architecture of processing data streams.\r\n\r\n<img class=\"blog-image\" src=\"/img/blog/2018-06-18/03_architecture.png\" alt=\"Overall architecture\"/>\r\n\r\nOnce the events are integrated into a middleware, it must be processed to detect situations and generate higher-level events.\r\nThis can be done in an **Event Processing Network (EPN)**.\r\nAn EPN consists of one or multiple **data sources, event processors** transforming and detecting patterns in the data and finally **data sinks**, which can be data bases, alarms or other systems.\r\nBelow such a pipeline is shown where we have two sensors as data sources: A flow rate sensor measuring the flow rate in a water pipe and a water level sensor in a water tank.\r\nIt further contains three processing elements, each with a different functionality.\r\nThe first one detects increases in the water tank, the second one filters out values under a defined threshold.\r\nThe last of the processing elements detects when both situations occur within a defined time window.\r\nIn the end, we employ a data sink, which triggers a notification for a service technician once the modeled situation occurs.\r\nWe call such instances of EPNs processing **pipelines**.\r\n\r\n<img class=\"blog-image\" src=\"/img/blog/2018-06-18/04_pipeline.png\" alt=\"Example Pipeline\"/>\r\n\r\nThe pipeline in the image before contains three different processing elements.\r\nThose elements contain the actual algorithms.\r\nSuch algorithms can be as easy as simple filters on a sensor value or can also be more complex, such as patterns that occur over a period of time.\r\nBut they can also contain machine learning and advanced analytics algorithms (e.g. neural networks) that perform predictions on data streams.\r\nEvent processors are just an abstraction that take a data stream as an input and expose a “new” data stream.\r\nFurthermore, they contain configuration parameters which can be defined by a user.\r\nWith this concept, we can create reusable components that can be used in many different pipelines.\r\n\r\nThe goal of StreamPipes is to enable domain experts to do their data analysis themselves by providing tooling, where such processing pipelines can be modeled in a graphical user interface and then executed automatically without the need of an IT expert.\r\nProcessing engines which are used as the basis of the processing elements in our solution often require a higher technological understanding.\r\nIf this understanding is available, they can also be used on their own.\r\nWe use such systems, like Apache Flink, Apache Spark or the brand-new KSQL by Confluent, for the processing but provide an abstraction over them to enable domain experts to model pipelines themselves.\r\nThis has also the advantages that individual runtime solutions can be exchanged over time.\r\nFurthermore, we provide a semantic layer for all elements, including data sources, processing elements, and data sinks.\r\nWith that layer, our system is capable of understanding the meaning and further support the user to ensure that just semantically correct pipelines are created.\r\n\r\nIn this first blog post of our series, we gave a first introduction how data produced by machines and systems can be analyzed and value can be generated out of it.\r\nIn the following blog posts we explain the individual parts in more detail to provide you with enough knowledge to start analyzing your own data.\r\n\r\n* **[Part 1: Overview](/docs/blog/2018/06/18/how-to-understand-your-machine-data)**\r\n* Part 2: Data Sources\r\n* Part 3: Data Processing Elements\r\n* Part 4: Data Sinks\r\n* Part 5: Putting it all together (Example Pipeline)\r\n* Part 6: Practical Tips"
-        },
-        {
-          "id": "/2018/06/14/welcome",
-          "metadata": {
-            "permalink": "/blog/2018/06/14/welcome",
-            "source": "@site/blog/2018-06-14-welcome.md",
-            "title": "Welcome to StreamPipes!",
-            "description": "Welcome to our new blog. StreamPipes is the new, easy-to-use self-service data analytics toolbox for the Industrial IoT. In the coming weeks, we'll publish a series of blog posts that explain some ideas of StreamPipes. You'll read about use cases, best practices as well as technical details.",
-            "date": "2018-06-14T00:00:00.000Z",
-            "formattedDate": "June 14, 2018",
-            "tags": [],
-            "readingTime": 0.245,
-            "hasTruncateMarker": false,
-            "authors": [
-              {
-                "name": "Dominik Riemer",
-                "url": "http://twitter.com/dominikjriemer",
-                "imageURL": "/img/riemer.png"
-              }
-            ],
-            "frontMatter": {
-              "title": "Welcome to StreamPipes!",
-              "author": "Dominik Riemer",
-              "authorURL": "http://twitter.com/dominikjriemer",
-              "authorImageURL": "/img/riemer.png"
-            },
-            "prevItem": {
-              "title": "How to understand your machine data?",
-              "permalink": "/blog/2018/06/18/how-to-understand-your-machine-data"
-            }
-          },
-          "content": "Welcome to our new blog. StreamPipes is the new, easy-to-use self-service data analytics toolbox for the Industrial IoT. In the coming weeks, we'll publish a series of blog posts that explain some ideas of StreamPipes. You'll read about use cases, best practices as well as technical details.\r\n\r\nStay tuned!"
-        }
-      ],
-      "blogListPaginated": [
-        {
-          "items": [
-            "/2023/06/16/release-092",
-            "/2023/04/12/release-091",
-            "/2023/01/17/release-090",
-            "/2022/10/13/release-070",
-            "/2022/09/05/using-factory.io-with-streampipes",
-            "/2022/03/21/_release-0690",
-            "/2021/07/22/_release-0680",
-            "/2020/05/27/streampipes_on_k3s",
-            "/2020/05/19/release-0660",
-            "/2020/01/23/streampipes_on_rpi"
-          ],
-          "metadata": {
-            "permalink": "/blog",
-            "page": 1,
-            "postsPerPage": 10,
-            "totalPages": 2,
-            "totalCount": 20,
-            "nextPage": "/blog/page/2",
-            "blogDescription": "Blog",
-            "blogTitle": "Blog"
-          }
-        },
-        {
-          "items": [
-            "/2019/11/25/moving-to-the-apache-incubator",
-            "/2019/11/23/release-0650",
-            "/2019/09/19/release-0640",
-            "/2019/09/05/release-0630",
-            "/2019/05/23/release-0620",
-            "/2019/04/04/release-0610",
-            "/2018/11/24/container-cli",
-            "/2018/09/17/preview-060",
-            "/2018/06/18/how-to-understand-your-machine-data",
-            "/2018/06/14/welcome"
-          ],
-          "metadata": {
-            "permalink": "/blog/page/2",
-            "page": 2,
-            "postsPerPage": 10,
-            "totalPages": 2,
-            "totalCount": 20,
-            "previousPage": "/blog",
-            "blogDescription": "Blog",
-            "blogTitle": "Blog"
-          }
-        }
-      ],
-      "blogTags": {},
-      "blogTagsListPath": "/blog/tags"
-    }
-  },
-  "docusaurus-plugin-content-pages": {
-    "default": [
-      {
-        "type": "jsx",
-        "permalink": "/",
-        "source": "@site/src/pages/index.js"
-      },
-      {
-        "type": "jsx",
-        "permalink": "/versions",
-        "source": "@site/src/pages/versions.js"
-      }
-    ]
-  },
-  "docusaurus-plugin-debug": {},
-  "docusaurus-theme-classic": {},
-  "docusaurus-plugin-client-redirects": {},
-  "docusaurus-bootstrap-plugin": {},
-  "docusaurus-mdx-fallback-plugin": {}
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json b/website-v2/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json
deleted file mode 100644
index 21c2cfd..0000000
--- a/website-v2/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "name": "docusaurus-plugin-debug",
-  "id": "default"
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/docusaurus.config.mjs b/website-v2/.docusaurus/docusaurus.config.mjs
deleted file mode 100644
index 53bd0bd..0000000
--- a/website-v2/.docusaurus/docusaurus.config.mjs
+++ /dev/null
@@ -1,301 +0,0 @@
-/*
- * AUTOGENERATED - DON'T EDIT
- * Your edits in this file will be overwritten in the next build!
- * Modify the docusaurus.config.js file at your site's root instead.
- */
-export default {
-  "title": "Apache StreamPipes",
-  "tagline": "Self-Service Data Analytics",
-  "url": "https://streampipes.apache.org",
-  "baseUrl": "/",
-  "organizationName": "apache",
-  "projectName": "streampipes-docs",
-  "scripts": [
-    "/js/matomo.js",
-    "/js/jquery-3.3.1.min.js",
-    "/js/buttons.js",
-    "/js/slick.min.js",
-    "/js/custom.js",
-    "/js/clipboard.min.js",
-    "/js/code-block-buttons.js"
-  ],
-  "stylesheets": [
-    "/css/slick.min.css",
-    "/css/slick-theme.min.css",
-    "/css/fonts.css",
-    "/css/admonition.css",
-    "/css/custom.css",
-    "/css/code-block-buttons.css",
-    "/css/all.min.css"
-  ],
-  "favicon": "img/favicon.png",
-  "customFields": {
-    "disableHeaderTitle": true,
-    "repoUrl": "https://github.com/apache/streampipes"
-  },
-  "onBrokenLinks": "log",
-  "onBrokenMarkdownLinks": "log",
-  "presets": [
-    [
-      "@docusaurus/preset-classic",
-      {
-        "docs": {
-          "showLastUpdateAuthor": true,
-          "showLastUpdateTime": true,
-          "path": "../docs",
-          "sidebarPath": "./sidebars.json"
-        },
-        "blog": {
-          "path": "blog"
-        },
-        "theme": {
-          "customCss": "./src/css/customTheme.css"
-        }
-      }
-    ]
-  ],
-  "plugins": [
-    [
-      "@docusaurus/plugin-client-redirects",
-      {
-        "fromExtensions": [
-          "html"
-        ]
-      }
-    ]
-  ],
-  "themeConfig": {
-    "navbar": {
-      "title": "Apache StreamPipes",
-      "logo": {
-        "src": "img/sp-logo-color-docs.png"
-      },
-      "items": [
-        {
-          "to": "docs/user-guide-introduction",
-          "label": "Documentation",
-          "position": "left"
-        },
-        {
-          "to": "blog",
-          "label": "Blog",
-          "position": "left"
-        },
-        {
-          "to": "docs/faq-common-problems",
-          "label": "FAQ",
-          "position": "left"
-        },
-        {
-          "type": "docsVersionDropdown",
-          "position": "left",
-          "dropdownItemsAfter": [
-            {
-              "to": "/versions",
-              "label": "All versions"
-            }
-          ],
-          "dropdownActiveClassDisabled": true,
-          "dropdownItemsBefore": []
-        }
-      ],
-      "hideOnScroll": false
-    },
-    "announcementBar": {
-      "id": "query",
-      "backgroundColor": "var(--color-primary)",
-      "textColor": "white",
-      "content": "🤔 Apache StreamPipes 0.92.0 is available! ⭐️",
-      "isCloseable": true
-    },
-    "image": "img/favicon.png",
-    "footer": {
-      "links": [],
-      "copyright": "Copyright © 2019 - 2023 The Apache Software Foundation",
-      "logo": {
-        "src": "img/sp-logo-color.png"
-      },
-      "style": "light"
-    },
-    "colorMode": {
-      "defaultMode": "light",
-      "disableSwitch": false,
-      "respectPrefersColorScheme": false
-    },
-    "docs": {
-      "versionPersistence": "localStorage",
-      "sidebar": {
-        "hideable": false,
-        "autoCollapseCategories": false
-      }
-    },
-    "metadata": [],
-    "prism": {
-      "additionalLanguages": [],
-      "theme": {
-        "plain": {
-          "color": "#bfc7d5",
-          "backgroundColor": "#292d3e"
-        },
-        "styles": [
-          {
-            "types": [
-              "comment"
-            ],
-            "style": {
-              "color": "rgb(105, 112, 152)",
-              "fontStyle": "italic"
-            }
-          },
-          {
-            "types": [
-              "string",
-              "inserted"
-            ],
-            "style": {
-              "color": "rgb(195, 232, 141)"
-            }
-          },
-          {
-            "types": [
-              "number"
-            ],
-            "style": {
-              "color": "rgb(247, 140, 108)"
-            }
-          },
-          {
-            "types": [
-              "builtin",
-              "char",
-              "constant",
-              "function"
-            ],
-            "style": {
-              "color": "rgb(130, 170, 255)"
-            }
-          },
-          {
-            "types": [
-              "punctuation",
-              "selector"
-            ],
-            "style": {
-              "color": "rgb(199, 146, 234)"
-            }
-          },
-          {
-            "types": [
-              "variable"
-            ],
-            "style": {
-              "color": "rgb(191, 199, 213)"
-            }
-          },
-          {
-            "types": [
-              "class-name",
-              "attr-name"
-            ],
-            "style": {
-              "color": "rgb(255, 203, 107)"
-            }
-          },
-          {
-            "types": [
-              "tag",
-              "deleted"
-            ],
-            "style": {
-              "color": "rgb(255, 85, 114)"
-            }
-          },
-          {
-            "types": [
-              "operator"
-            ],
-            "style": {
-              "color": "rgb(137, 221, 255)"
-            }
-          },
-          {
-            "types": [
-              "boolean"
-            ],
-            "style": {
-              "color": "rgb(255, 88, 116)"
-            }
-          },
-          {
-            "types": [
-              "keyword"
-            ],
-            "style": {
-              "fontStyle": "italic"
-            }
-          },
-          {
-            "types": [
-              "doctype"
-            ],
-            "style": {
-              "color": "rgb(199, 146, 234)",
-              "fontStyle": "italic"
-            }
-          },
-          {
-            "types": [
-              "namespace"
-            ],
-            "style": {
-              "color": "rgb(178, 204, 214)"
-            }
-          },
-          {
-            "types": [
-              "url"
-            ],
-            "style": {
-              "color": "rgb(221, 221, 221)"
-            }
-          }
-        ]
-      },
-      "magicComments": [
-        {
-          "className": "theme-code-block-highlighted-line",
-          "line": "highlight-next-line",
-          "block": {
-            "start": "highlight-start",
-            "end": "highlight-end"
-          }
-        }
-      ]
-    },
-    "tableOfContents": {
-      "minHeadingLevel": 2,
-      "maxHeadingLevel": 3
-    }
-  },
-  "baseUrlIssueBanner": true,
-  "i18n": {
-    "defaultLocale": "en",
-    "path": "i18n",
-    "locales": [
-      "en"
-    ],
-    "localeConfigs": {}
-  },
-  "onDuplicateRoutes": "warn",
-  "staticDirectories": [
-    "static"
-  ],
-  "themes": [],
-  "headTags": [],
-  "clientModules": [],
-  "titleDelimiter": "|",
-  "noIndex": false,
-  "markdown": {
-    "mermaid": false
-  }
-};
diff --git a/website-v2/.docusaurus/globalData.json b/website-v2/.docusaurus/globalData.json
deleted file mode 100644
index 9f5fa2c..0000000
--- a/website-v2/.docusaurus/globalData.json
+++ /dev/null
@@ -1,4735 +0,0 @@
-{
-  "docusaurus-plugin-content-docs": {
-    "default": {
-      "path": "/docs",
-      "versions": [
-        {
-          "name": "current",
-          "label": "Next",
-          "isLast": false,
-          "path": "/docs/next",
-          "mainDocId": "user-guide-introduction",
-          "docs": [
-            {
-              "id": "community-contribute",
-              "path": "/docs/next/community-contribute",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "community-get-help",
-              "path": "/docs/next/community-get-help",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "concepts-adapter",
-              "path": "/docs/next/concepts-adapter"
-            },
-            {
-              "id": "concepts-data-streams",
-              "path": "/docs/next/concepts-data-streams"
-            },
-            {
-              "id": "concepts-glossary",
-              "path": "/docs/next/concepts-glossary"
-            },
-            {
-              "id": "concepts-overview",
-              "path": "/docs/next/concepts-overview",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "concepts-pipelines",
-              "path": "/docs/next/concepts-pipelines"
-            },
-            {
-              "id": "debugging-debugging",
-              "path": "/docs/next/debugging-debugging"
-            },
-            {
-              "id": "debugging-monitoring",
-              "path": "/docs/next/debugging-monitoring"
-            },
-            {
-              "id": "deploy-docker",
-              "path": "/docs/next/deploy-docker",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "deploy-environment-variables",
-              "path": "/docs/next/deploy-environment-variables"
-            },
-            {
-              "id": "deploy-kubernetes",
-              "path": "/docs/next/deploy-kubernetes",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "deploy-security",
-              "path": "/docs/next/deploy-security",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "deploy-use-ssl",
-              "path": "/docs/next/deploy-use-ssl",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-archetypes",
-              "path": "/docs/next/extend-archetypes",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-cli",
-              "path": "/docs/next/extend-cli",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-first-processor",
-              "path": "/docs/next/extend-first-processor",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-event-model",
-              "path": "/docs/next/extend-sdk-event-model",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-functions",
-              "path": "/docs/next/extend-sdk-functions",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-migration-service-discovery",
-              "path": "/docs/next/extend-sdk-migration-service-discovery",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-output-strategies",
-              "path": "/docs/next/extend-sdk-output-strategies",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-static-properties",
-              "path": "/docs/next/extend-sdk-static-properties",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-stream-requirements",
-              "path": "/docs/next/extend-sdk-stream-requirements",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-setup",
-              "path": "/docs/next/extend-setup",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-tutorial-data-processors",
-              "path": "/docs/next/extend-tutorial-data-processors",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-tutorial-data-sinks",
-              "path": "/docs/next/extend-tutorial-data-sinks",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-tutorial-data-sources",
-              "path": "/docs/next/extend-tutorial-data-sources",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "faq-common-problems",
-              "path": "/docs/next/faq-common-problems",
-              "sidebar": "faq"
-            },
-            {
-              "id": "introduction",
-              "path": "/docs/next/introduction",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "license",
-              "path": "/docs/next/license"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.set",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.iss",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.iss",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.opcua",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.ros",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.ros",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.slack",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.slack",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.ti",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.ti",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "path": "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.flink",
-              "path": "/docs/next/pe/org.apache.streampipes.processor.geo.flink",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "path": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "path": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "path": "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "path": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "path": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "path": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "path": "/docs/next/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.siddhi.increase",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.siddhi.stop",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "path": "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.protocol.set.file",
-              "path": "/docs/next/pe/org.apache.streampipes.protocol.set.file",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.protocol.set.http",
-              "path": "/docs/next/pe/org.apache.streampipes.protocol.set.http",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.databases.ditto",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "path": "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "privacy",
-              "path": "/docs/next/privacy"
-            },
-            {
-              "id": "technicals-architecture",
-              "path": "/docs/next/technicals-architecture",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-configuration",
-              "path": "/docs/next/technicals-configuration",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-messaging",
-              "path": "/docs/next/technicals-messaging",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-runtime-wrappers",
-              "path": "/docs/next/technicals-runtime-wrappers",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-user-guidance",
-              "path": "/docs/next/technicals-user-guidance",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "try-installation",
-              "path": "/docs/next/try-installation",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "try-tutorial",
-              "path": "/docs/next/try-tutorial"
-            },
-            {
-              "id": "use-configurations",
-              "path": "/docs/next/use-configurations",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-connect",
-              "path": "/docs/next/use-connect",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-dashboard",
-              "path": "/docs/next/use-dashboard",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-data-explorer",
-              "path": "/docs/next/use-data-explorer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-install-pipeline-elements",
-              "path": "/docs/next/use-install-pipeline-elements",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-managing-pipelines",
-              "path": "/docs/next/use-managing-pipelines",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-notifications",
-              "path": "/docs/next/use-notifications",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-pipeline-editor",
-              "path": "/docs/next/use-pipeline-editor",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "user-guide-first-steps",
-              "path": "/docs/next/user-guide-first-steps"
-            },
-            {
-              "id": "user-guide-installation",
-              "path": "/docs/next/user-guide-installation"
-            },
-            {
-              "id": "user-guide-introduction",
-              "path": "/docs/next/user-guide-introduction",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "user-guide-introduction-old",
-              "path": "/docs/next/user-guide-introduction-old"
-            },
-            {
-              "id": "user-guide-software-components",
-              "path": "/docs/next/user-guide-software-components"
-            },
-            {
-              "id": "user-guide-tour",
-              "path": "/docs/next/user-guide-tour"
-            }
-          ],
-          "draftIds": [],
-          "sidebars": {
-            "documentation": {
-              "link": {
-                "path": "/docs/next/user-guide-introduction",
-                "label": "user-guide-introduction"
-              }
-            },
-            "faq": {
-              "link": {
-                "path": "/docs/next/faq-common-problems",
-                "label": "faq-common-problems"
-              }
-            }
-          }
-        },
-        {
-          "name": "0.92.0",
-          "label": "0.92.0",
-          "isLast": true,
-          "path": "/docs",
-          "mainDocId": "user-guide-introduction",
-          "docs": [
-            {
-              "id": "community-contribute",
-              "path": "/docs/community-contribute",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "community-get-help",
-              "path": "/docs/community-get-help",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "concepts-adapter",
-              "path": "/docs/concepts-adapter"
-            },
-            {
-              "id": "concepts-data-streams",
-              "path": "/docs/concepts-data-streams"
-            },
-            {
-              "id": "concepts-glossary",
-              "path": "/docs/concepts-glossary"
-            },
-            {
-              "id": "concepts-overview",
-              "path": "/docs/concepts-overview",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "concepts-pipelines",
-              "path": "/docs/concepts-pipelines"
-            },
-            {
-              "id": "debugging-debugging",
-              "path": "/docs/debugging-debugging"
-            },
-            {
-              "id": "debugging-monitoring",
-              "path": "/docs/debugging-monitoring"
-            },
-            {
-              "id": "deploy-docker",
-              "path": "/docs/deploy-docker",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "deploy-environment-variables",
-              "path": "/docs/deploy-environment-variables"
-            },
-            {
-              "id": "deploy-kubernetes",
-              "path": "/docs/deploy-kubernetes",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "deploy-security",
-              "path": "/docs/deploy-security",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "deploy-use-ssl",
-              "path": "/docs/deploy-use-ssl",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "dev-guide-archetype",
-              "path": "/docs/dev-guide-archetype"
-            },
-            {
-              "id": "dev-guide-introduction",
-              "path": "/docs/dev-guide-introduction"
-            },
-            {
-              "id": "dev-guide-sdk-guide-processors",
-              "path": "/docs/dev-guide-sdk-guide-processors"
-            },
-            {
-              "id": "dev-guide-sdk-guide-sinks",
-              "path": "/docs/dev-guide-sdk-guide-sinks"
-            },
-            {
-              "id": "extend-archetypes",
-              "path": "/docs/extend-archetypes",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-cli",
-              "path": "/docs/extend-cli",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-first-processor",
-              "path": "/docs/extend-first-processor",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-event-model",
-              "path": "/docs/extend-sdk-event-model",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-functions",
-              "path": "/docs/extend-sdk-functions",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-migration-service-discovery",
-              "path": "/docs/extend-sdk-migration-service-discovery",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-output-strategies",
-              "path": "/docs/extend-sdk-output-strategies",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-static-properties",
-              "path": "/docs/extend-sdk-static-properties",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-stream-requirements",
-              "path": "/docs/extend-sdk-stream-requirements",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-setup",
-              "path": "/docs/extend-setup",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-tutorial-data-processors",
-              "path": "/docs/extend-tutorial-data-processors",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-tutorial-data-sinks",
-              "path": "/docs/extend-tutorial-data-sinks",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-tutorial-data-sources",
-              "path": "/docs/extend-tutorial-data-sources",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "faq-common-problems",
-              "path": "/docs/faq-common-problems",
-              "sidebar": "faq"
-            },
-            {
-              "id": "introduction",
-              "path": "/docs/introduction",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "license",
-              "path": "/docs/license"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.image.set",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.iss",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.iss",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.opcua",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.ros",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.ros",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.slack",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.slack",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.ti",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.ti",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "path": "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-              "path": "/docs/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-              "path": "/docs/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "path": "/docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "path": "/docs/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "path": "/docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "path": "/docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.flink",
-              "path": "/docs/pe/org.apache.streampipes.processor.geo.flink",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "path": "/docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "path": "/docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "path": "/docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "path": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "path": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "path": "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "path": "/docs/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "path": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "path": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "path": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "path": "/docs/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "path": "/docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "path": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "path": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "path": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "path": "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "path": "/docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "path": "/docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "path": "/docs/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "path": "/docs/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "path": "/docs/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "path": "/docs/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "path": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "path": "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-              "path": "/docs/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "path": "/docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "path": "/docs/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "path": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "path": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "path": "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "path": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "path": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "path": "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "path": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "path": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "path": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "path": "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-              "path": "/docs/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "path": "/docs/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-              "path": "/docs/pe/org.apache.streampipes.processors.siddhi.increase",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "path": "/docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-              "path": "/docs/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-              "path": "/docs/pe/org.apache.streampipes.processors.siddhi.stop",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "path": "/docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "path": "/docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "path": "/docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "path": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "path": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "path": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "path": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "path": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "path": "/docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "path": "/docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.protocol.set.file",
-              "path": "/docs/pe/org.apache.streampipes.protocol.set.file",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.protocol.set.http",
-              "path": "/docs/pe/org.apache.streampipes.protocol.set.http",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "path": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "path": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "path": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "path": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "path": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "path": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "path": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "path": "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-              "path": "/docs/pe/org.apache.streampipes.sinks.databases.ditto",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "path": "/docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "path": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "path": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "path": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "path": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "path": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "path": "/docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "path": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "path": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "path": "/docs/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "path": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "path": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "path": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "path": "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "privacy",
-              "path": "/docs/privacy"
-            },
-            {
-              "id": "technicals-architecture",
-              "path": "/docs/technicals-architecture",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-configuration",
-              "path": "/docs/technicals-configuration",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-messaging",
-              "path": "/docs/technicals-messaging",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-runtime-wrappers",
-              "path": "/docs/technicals-runtime-wrappers",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-user-guidance",
-              "path": "/docs/technicals-user-guidance",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "try-installation",
-              "path": "/docs/try-installation",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "try-tutorial",
-              "path": "/docs/try-tutorial"
-            },
-            {
-              "id": "use-configurations",
-              "path": "/docs/use-configurations",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-connect",
-              "path": "/docs/use-connect",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-dashboard",
-              "path": "/docs/use-dashboard",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-data-explorer",
-              "path": "/docs/use-data-explorer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-install-pipeline-elements",
-              "path": "/docs/use-install-pipeline-elements",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-managing-pipelines",
-              "path": "/docs/use-managing-pipelines",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-notifications",
-              "path": "/docs/use-notifications",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-pipeline-editor",
-              "path": "/docs/use-pipeline-editor",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "user-guide-first-steps",
-              "path": "/docs/user-guide-first-steps"
-            },
-            {
-              "id": "user-guide-installation",
-              "path": "/docs/user-guide-installation"
-            },
-            {
-              "id": "user-guide-introduction",
-              "path": "/docs/user-guide-introduction",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "user-guide-introduction-old",
-              "path": "/docs/user-guide-introduction-old"
-            },
-            {
-              "id": "user-guide-software-components",
-              "path": "/docs/user-guide-software-components"
-            },
-            {
-              "id": "user-guide-tour",
-              "path": "/docs/user-guide-tour"
-            }
-          ],
-          "draftIds": [],
-          "sidebars": {
-            "documentation": {
-              "link": {
-                "path": "/docs/user-guide-introduction",
-                "label": "user-guide-introduction"
-              }
-            },
-            "faq": {
-              "link": {
-                "path": "/docs/faq-common-problems",
-                "label": "faq-common-problems"
-              }
-            }
-          }
-        },
-        {
-          "name": "0.91.0",
-          "label": "0.91.0",
-          "isLast": false,
-          "path": "/docs/0.91.0",
-          "mainDocId": "user-guide-introduction",
-          "docs": [
-            {
-              "id": "community-contribute",
-              "path": "/docs/0.91.0/community-contribute",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "community-get-help",
-              "path": "/docs/0.91.0/community-get-help",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "concepts-adapter",
-              "path": "/docs/0.91.0/concepts-adapter"
-            },
-            {
-              "id": "concepts-data-streams",
-              "path": "/docs/0.91.0/concepts-data-streams"
-            },
-            {
-              "id": "concepts-glossary",
-              "path": "/docs/0.91.0/concepts-glossary"
-            },
-            {
-              "id": "concepts-overview",
-              "path": "/docs/0.91.0/concepts-overview",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "concepts-pipelines",
-              "path": "/docs/0.91.0/concepts-pipelines"
-            },
-            {
-              "id": "debugging-debugging",
-              "path": "/docs/0.91.0/debugging-debugging"
-            },
-            {
-              "id": "debugging-monitoring",
-              "path": "/docs/0.91.0/debugging-monitoring"
-            },
-            {
-              "id": "deploy-docker",
-              "path": "/docs/0.91.0/deploy-docker",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "deploy-kubernetes",
-              "path": "/docs/0.91.0/deploy-kubernetes",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "deploy-security",
-              "path": "/docs/0.91.0/deploy-security",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "deploy-use-ssl",
-              "path": "/docs/0.91.0/deploy-use-ssl",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "dev-guide-archetype",
-              "path": "/docs/0.91.0/dev-guide-archetype"
-            },
-            {
-              "id": "dev-guide-sdk-guide-processors",
-              "path": "/docs/0.91.0/dev-guide-sdk-guide-processors"
-            },
-            {
-              "id": "dev-guide-sdk-guide-sinks",
-              "path": "/docs/0.91.0/dev-guide-sdk-guide-sinks"
-            },
-            {
-              "id": "extend-archetypes",
-              "path": "/docs/0.91.0/extend-archetypes",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-cli",
-              "path": "/docs/0.91.0/extend-cli",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-first-processor",
-              "path": "/docs/0.91.0/extend-first-processor",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-event-model",
-              "path": "/docs/0.91.0/extend-sdk-event-model",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-functions",
-              "path": "/docs/0.91.0/extend-sdk-functions",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-migration-service-discovery",
-              "path": "/docs/0.91.0/extend-sdk-migration-service-discovery",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-output-strategies",
-              "path": "/docs/0.91.0/extend-sdk-output-strategies",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-static-properties",
-              "path": "/docs/0.91.0/extend-sdk-static-properties",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-stream-requirements",
-              "path": "/docs/0.91.0/extend-sdk-stream-requirements",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-setup",
-              "path": "/docs/0.91.0/extend-setup",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-tutorial-data-processors",
-              "path": "/docs/0.91.0/extend-tutorial-data-processors",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-tutorial-data-sinks",
-              "path": "/docs/0.91.0/extend-tutorial-data-sinks",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-tutorial-data-sources",
-              "path": "/docs/0.91.0/extend-tutorial-data-sources",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "faq-common-problems",
-              "path": "/docs/0.91.0/faq-common-problems",
-              "sidebar": "faq"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.set",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.iss",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iss",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.opcua",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.ros",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ros",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.slack",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.slack",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.ti",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ti",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.flink",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.flink",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.increase",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.stop",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.protocol.set.file",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.file",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.protocol.set.http",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.http",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.ditto",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "path": "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "privacy",
-              "path": "/docs/0.91.0/privacy"
-            },
-            {
-              "id": "technicals-architecture",
-              "path": "/docs/0.91.0/technicals-architecture",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-configuration",
-              "path": "/docs/0.91.0/technicals-configuration",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-messaging",
-              "path": "/docs/0.91.0/technicals-messaging",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-runtime-wrappers",
-              "path": "/docs/0.91.0/technicals-runtime-wrappers",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-user-guidance",
-              "path": "/docs/0.91.0/technicals-user-guidance",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "try-installation",
-              "path": "/docs/0.91.0/try-installation",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "try-tutorial",
-              "path": "/docs/0.91.0/try-tutorial"
-            },
-            {
-              "id": "use-configurations",
-              "path": "/docs/0.91.0/use-configurations",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-connect",
-              "path": "/docs/0.91.0/use-connect",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-dashboard",
-              "path": "/docs/0.91.0/use-dashboard",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-data-explorer",
-              "path": "/docs/0.91.0/use-data-explorer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-install-pipeline-elements",
-              "path": "/docs/0.91.0/use-install-pipeline-elements",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-managing-pipelines",
-              "path": "/docs/0.91.0/use-managing-pipelines",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-notifications",
-              "path": "/docs/0.91.0/use-notifications",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-pipeline-editor",
-              "path": "/docs/0.91.0/use-pipeline-editor",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "user-guide-first-steps",
-              "path": "/docs/0.91.0/user-guide-first-steps"
-            },
-            {
-              "id": "user-guide-installation",
-              "path": "/docs/0.91.0/user-guide-installation"
-            },
-            {
-              "id": "user-guide-introduction",
-              "path": "/docs/0.91.0/user-guide-introduction",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "user-guide-introduction-old",
-              "path": "/docs/0.91.0/user-guide-introduction-old"
-            },
-            {
-              "id": "user-guide-software-components",
-              "path": "/docs/0.91.0/user-guide-software-components"
-            },
-            {
-              "id": "user-guide-tour",
-              "path": "/docs/0.91.0/user-guide-tour"
-            }
-          ],
-          "draftIds": [],
-          "sidebars": {
-            "documentation": {
-              "link": {
-                "path": "/docs/0.91.0/user-guide-introduction",
-                "label": "user-guide-introduction"
-              }
-            },
-            "faq": {
-              "link": {
-                "path": "/docs/0.91.0/faq-common-problems",
-                "label": "faq-common-problems"
-              }
-            }
-          }
-        },
-        {
-          "name": "0.90.0",
-          "label": "0.90.0",
-          "isLast": false,
-          "path": "/docs/0.90.0",
-          "mainDocId": "user-guide-introduction",
-          "docs": [
-            {
-              "id": "community-contribute",
-              "path": "/docs/0.90.0/community-contribute",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "community-get-help",
-              "path": "/docs/0.90.0/community-get-help",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "concepts-adapter",
-              "path": "/docs/0.90.0/concepts-adapter"
-            },
-            {
-              "id": "concepts-data-streams",
-              "path": "/docs/0.90.0/concepts-data-streams"
-            },
-            {
-              "id": "concepts-glossary",
-              "path": "/docs/0.90.0/concepts-glossary"
-            },
-            {
-              "id": "concepts-overview",
-              "path": "/docs/0.90.0/concepts-overview",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "concepts-pipelines",
-              "path": "/docs/0.90.0/concepts-pipelines"
-            },
-            {
-              "id": "debugging-debugging",
-              "path": "/docs/0.90.0/debugging-debugging"
-            },
-            {
-              "id": "debugging-monitoring",
-              "path": "/docs/0.90.0/debugging-monitoring"
-            },
-            {
-              "id": "deploy-docker",
-              "path": "/docs/0.90.0/deploy-docker",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "deploy-kubernetes",
-              "path": "/docs/0.90.0/deploy-kubernetes",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "deploy-security",
-              "path": "/docs/0.90.0/deploy-security",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "deploy-use-ssl",
-              "path": "/docs/0.90.0/deploy-use-ssl",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "dev-guide-archetype",
-              "path": "/docs/0.90.0/dev-guide-archetype"
-            },
-            {
-              "id": "dev-guide-sdk-guide-processors",
-              "path": "/docs/0.90.0/dev-guide-sdk-guide-processors"
-            },
-            {
-              "id": "dev-guide-sdk-guide-sinks",
-              "path": "/docs/0.90.0/dev-guide-sdk-guide-sinks"
-            },
-            {
-              "id": "extend-archetypes",
-              "path": "/docs/0.90.0/extend-archetypes",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-cli",
-              "path": "/docs/0.90.0/extend-cli",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-first-processor",
-              "path": "/docs/0.90.0/extend-first-processor",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-event-model",
-              "path": "/docs/0.90.0/extend-sdk-event-model",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-functions",
-              "path": "/docs/0.90.0/extend-sdk-functions",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-migration-service-discovery",
-              "path": "/docs/0.90.0/extend-sdk-migration-service-discovery",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-output-strategies",
-              "path": "/docs/0.90.0/extend-sdk-output-strategies",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-static-properties",
-              "path": "/docs/0.90.0/extend-sdk-static-properties",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-stream-requirements",
-              "path": "/docs/0.90.0/extend-sdk-stream-requirements",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-setup",
-              "path": "/docs/0.90.0/extend-setup",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-tutorial-data-processors",
-              "path": "/docs/0.90.0/extend-tutorial-data-processors",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-tutorial-data-sinks",
-              "path": "/docs/0.90.0/extend-tutorial-data-sinks",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-tutorial-data-sources",
-              "path": "/docs/0.90.0/extend-tutorial-data-sources",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "faq-common-problems",
-              "path": "/docs/0.90.0/faq-common-problems",
-              "sidebar": "faq"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.set",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.iss",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iss",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.opcua",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.ros",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ros",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.slack",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.slack",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.ti",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ti",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.flink",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.flink",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.increase",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.stop",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.protocol.set.file",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.file",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.protocol.set.http",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.http",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.ditto",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "path": "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-architecture",
-              "path": "/docs/0.90.0/technicals-architecture",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-configuration",
-              "path": "/docs/0.90.0/technicals-configuration",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-messaging",
-              "path": "/docs/0.90.0/technicals-messaging",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-runtime-wrappers",
-              "path": "/docs/0.90.0/technicals-runtime-wrappers",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-user-guidance",
-              "path": "/docs/0.90.0/technicals-user-guidance",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "try-installation",
-              "path": "/docs/0.90.0/try-installation",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "try-tutorial",
-              "path": "/docs/0.90.0/try-tutorial"
-            },
-            {
-              "id": "use-configurations",
-              "path": "/docs/0.90.0/use-configurations",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-connect",
-              "path": "/docs/0.90.0/use-connect",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-dashboard",
-              "path": "/docs/0.90.0/use-dashboard",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-data-explorer",
-              "path": "/docs/0.90.0/use-data-explorer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-install-pipeline-elements",
-              "path": "/docs/0.90.0/use-install-pipeline-elements",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-managing-pipelines",
-              "path": "/docs/0.90.0/use-managing-pipelines",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-notifications",
-              "path": "/docs/0.90.0/use-notifications",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-pipeline-editor",
-              "path": "/docs/0.90.0/use-pipeline-editor",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "user-guide-first-steps",
-              "path": "/docs/0.90.0/user-guide-first-steps"
-            },
-            {
-              "id": "user-guide-installation",
-              "path": "/docs/0.90.0/user-guide-installation"
-            },
-            {
-              "id": "user-guide-introduction",
-              "path": "/docs/0.90.0/user-guide-introduction",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "user-guide-introduction-old",
-              "path": "/docs/0.90.0/user-guide-introduction-old"
-            },
-            {
-              "id": "user-guide-software-components",
-              "path": "/docs/0.90.0/user-guide-software-components"
-            }
-          ],
-          "draftIds": [],
-          "sidebars": {
-            "documentation": {
-              "link": {
-                "path": "/docs/0.90.0/user-guide-introduction",
-                "label": "user-guide-introduction"
-              }
-            },
-            "faq": {
-              "link": {
-                "path": "/docs/0.90.0/faq-common-problems",
-                "label": "faq-common-problems"
-              }
-            }
-          }
-        },
-        {
-          "name": "0.70.0",
-          "label": "0.70.0",
-          "isLast": false,
-          "path": "/docs/0.70.0",
-          "mainDocId": "user-guide-introduction",
-          "docs": [
-            {
-              "id": "community-contribute",
-              "path": "/docs/0.70.0/community-contribute",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "community-get-help",
-              "path": "/docs/0.70.0/community-get-help",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "concepts-adapter",
-              "path": "/docs/0.70.0/concepts-adapter"
-            },
-            {
-              "id": "concepts-data-streams",
-              "path": "/docs/0.70.0/concepts-data-streams"
-            },
-            {
-              "id": "concepts-glossary",
-              "path": "/docs/0.70.0/concepts-glossary"
-            },
-            {
-              "id": "concepts-overview",
-              "path": "/docs/0.70.0/concepts-overview",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "concepts-pipelines",
-              "path": "/docs/0.70.0/concepts-pipelines"
-            },
-            {
-              "id": "debugging-debugging",
-              "path": "/docs/0.70.0/debugging-debugging"
-            },
-            {
-              "id": "debugging-monitoring",
-              "path": "/docs/0.70.0/debugging-monitoring"
-            },
-            {
-              "id": "deploy-docker",
-              "path": "/docs/0.70.0/deploy-docker",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "deploy-kubernetes",
-              "path": "/docs/0.70.0/deploy-kubernetes",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "deploy-security",
-              "path": "/docs/0.70.0/deploy-security",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "deploy-use-ssl",
-              "path": "/docs/0.70.0/deploy-use-ssl",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "dev-guide-archetype",
-              "path": "/docs/0.70.0/dev-guide-archetype"
-            },
-            {
-              "id": "dev-guide-sdk-guide-processors",
-              "path": "/docs/0.70.0/dev-guide-sdk-guide-processors"
-            },
-            {
-              "id": "dev-guide-sdk-guide-sinks",
-              "path": "/docs/0.70.0/dev-guide-sdk-guide-sinks"
-            },
-            {
-              "id": "extend-archetypes",
-              "path": "/docs/0.70.0/extend-archetypes",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-cli",
-              "path": "/docs/0.70.0/extend-cli",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-first-processor",
-              "path": "/docs/0.70.0/extend-first-processor",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-event-model",
-              "path": "/docs/0.70.0/extend-sdk-event-model",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-functions",
-              "path": "/docs/0.70.0/extend-sdk-functions"
-            },
-            {
-              "id": "extend-sdk-migration-service-discovery",
-              "path": "/docs/0.70.0/extend-sdk-migration-service-discovery",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-output-strategies",
-              "path": "/docs/0.70.0/extend-sdk-output-strategies",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-static-properties",
-              "path": "/docs/0.70.0/extend-sdk-static-properties",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-sdk-stream-requirements",
-              "path": "/docs/0.70.0/extend-sdk-stream-requirements",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-setup",
-              "path": "/docs/0.70.0/extend-setup",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-tutorial-data-processors",
-              "path": "/docs/0.70.0/extend-tutorial-data-processors",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-tutorial-data-sinks",
-              "path": "/docs/0.70.0/extend-tutorial-data-sinks",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "extend-tutorial-data-sources",
-              "path": "/docs/0.70.0/extend-tutorial-data-sources",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "faq-common-problems",
-              "path": "/docs/0.70.0/faq-common-problems",
-              "sidebar": "faq"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.coindesk",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.gdelt",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.iex.news",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.image.set",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.set",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.image.stream",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.iss",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iss",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.opcua",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.opcua",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.ros",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ros",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.slack",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.slack",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.ti",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ti",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.file",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.http",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.flink",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.flink",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.project",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.frequency",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.increase",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.increase",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.sequence",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.siddhi.stop",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.stop",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.protocol.set.file",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.file",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.protocol.set.http",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.http",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.mqtt",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.ditto",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.ditto",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "path": "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-architecture",
-              "path": "/docs/0.70.0/technicals-architecture",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-configuration",
-              "path": "/docs/0.70.0/technicals-configuration",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-messaging",
-              "path": "/docs/0.70.0/technicals-messaging",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-runtime-wrappers",
-              "path": "/docs/0.70.0/technicals-runtime-wrappers",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "technicals-user-guidance",
-              "path": "/docs/0.70.0/technicals-user-guidance",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "try-installation",
-              "path": "/docs/0.70.0/try-installation",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "try-tutorial",
-              "path": "/docs/0.70.0/try-tutorial",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-configurations",
-              "path": "/docs/0.70.0/use-configurations",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-connect",
-              "path": "/docs/0.70.0/use-connect",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-dashboard",
-              "path": "/docs/0.70.0/use-dashboard",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-data-explorer",
-              "path": "/docs/0.70.0/use-data-explorer",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-install-pipeline-elements",
-              "path": "/docs/0.70.0/use-install-pipeline-elements",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-managing-pipelines",
-              "path": "/docs/0.70.0/use-managing-pipelines",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-notifications",
-              "path": "/docs/0.70.0/use-notifications",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "use-pipeline-editor",
-              "path": "/docs/0.70.0/use-pipeline-editor",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "user-guide-installation",
-              "path": "/docs/0.70.0/user-guide-installation"
-            },
-            {
-              "id": "user-guide-introduction",
-              "path": "/docs/0.70.0/user-guide-introduction",
-              "sidebar": "documentation"
-            },
-            {
-              "id": "user-guide-introduction-old",
-              "path": "/docs/0.70.0/user-guide-introduction-old"
-            }
-          ],
-          "draftIds": [],
-          "sidebars": {
-            "documentation": {
-              "link": {
-                "path": "/docs/0.70.0/user-guide-introduction",
-                "label": "user-guide-introduction"
-              }
-            },
-            "faq": {
-              "link": {
-                "path": "/docs/0.70.0/faq-common-problems",
-                "label": "faq-common-problems"
-              }
-            }
-          }
-        }
-      ],
-      "breadcrumbs": true
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/i18n.json b/website-v2/.docusaurus/i18n.json
deleted file mode 100644
index 285e67d..0000000
--- a/website-v2/.docusaurus/i18n.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-  "defaultLocale": "en",
-  "locales": [
-    "en"
-  ],
-  "path": "i18n",
-  "currentLocale": "en",
-  "localeConfigs": {
-    "en": {
-      "label": "English",
-      "direction": "ltr",
-      "htmlLang": "en",
-      "calendar": "gregory",
-      "path": "en"
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/registry.js b/website-v2/.docusaurus/registry.js
deleted file mode 100644
index 5cfe9dd..0000000
--- a/website-v2/.docusaurus/registry.js
+++ /dev/null
@@ -1,1006 +0,0 @@
-export default {
-  '__comp---site-src-pages-index-jsc-4-f-f99': [() => import(/* webpackChunkName: '__comp---site-src-pages-index-jsc-4-f-f99' */ '@site/src/pages/index.js'), '@site/src/pages/index.js', require.resolveWeak('@site/src/pages/index.js')],
-  '__comp---site-src-pages-versions-js-18-b-bfe': [() => import(/* webpackChunkName: '__comp---site-src-pages-versions-js-18-b-bfe' */ '@site/src/pages/versions.js'), '@site/src/pages/versions.js', require.resolveWeak('@site/src/pages/versions.js')],
-  '__comp---theme-blog-archive-page-9-e-4-1d8': [() => import(/* webpackChunkName: '__comp---theme-blog-archive-page-9-e-4-1d8' */ '@theme/BlogArchivePage'), '@theme/BlogArchivePage', require.resolveWeak('@theme/BlogArchivePage')],
-  '__comp---theme-blog-list-pagea-6-a-7ba': [() => import(/* webpackChunkName: '__comp---theme-blog-list-pagea-6-a-7ba' */ '@theme/BlogListPage'), '@theme/BlogListPage', require.resolveWeak('@theme/BlogListPage')],
-  '__comp---theme-blog-post-pageccc-cab': [() => import(/* webpackChunkName: '__comp---theme-blog-post-pageccc-cab' */ '@theme/BlogPostPage'), '@theme/BlogPostPage', require.resolveWeak('@theme/BlogPostPage')],
-  '__comp---theme-debug-config-23-a-2ff': [() => import(/* webpackChunkName: '__comp---theme-debug-config-23-a-2ff' */ '@theme/DebugConfig'), '@theme/DebugConfig', require.resolveWeak('@theme/DebugConfig')],
-  '__comp---theme-debug-contentba-8-ce7': [() => import(/* webpackChunkName: '__comp---theme-debug-contentba-8-ce7' */ '@theme/DebugContent'), '@theme/DebugContent', require.resolveWeak('@theme/DebugContent')],
-  '__comp---theme-debug-global-dataede-0fa': [() => import(/* webpackChunkName: '__comp---theme-debug-global-dataede-0fa' */ '@theme/DebugGlobalData'), '@theme/DebugGlobalData', require.resolveWeak('@theme/DebugGlobalData')],
-  '__comp---theme-debug-registry-679-501': [() => import(/* webpackChunkName: '__comp---theme-debug-registry-679-501' */ '@theme/DebugRegistry'), '@theme/DebugRegistry', require.resolveWeak('@theme/DebugRegistry')],
-  '__comp---theme-debug-routes-946-699': [() => import(/* webpackChunkName: '__comp---theme-debug-routes-946-699' */ '@theme/DebugRoutes'), '@theme/DebugRoutes', require.resolveWeak('@theme/DebugRoutes')],
-  '__comp---theme-debug-site-metadata-68-e-3d4': [() => import(/* webpackChunkName: '__comp---theme-debug-site-metadata-68-e-3d4' */ '@theme/DebugSiteMetadata'), '@theme/DebugSiteMetadata', require.resolveWeak('@theme/DebugSiteMetadata')],
-  '__comp---theme-doc-item-178-a40': [() => import(/* webpackChunkName: '__comp---theme-doc-item-178-a40' */ '@theme/DocItem'), '@theme/DocItem', require.resolveWeak('@theme/DocItem')],
-  '__comp---theme-doc-page-1-be-9be': [() => import(/* webpackChunkName: '__comp---theme-doc-page-1-be-9be' */ '@theme/DocPage'), '@theme/DocPage', require.resolveWeak('@theme/DocPage')],
-  'allContent---docusaurus-debug-content-246-9aa': [() => import(/* webpackChunkName: 'allContent---docusaurus-debug-content-246-9aa' */ '~debug/default/docusaurus-debug-all-content-673.json'), '~debug/default/docusaurus-debug-all-content-673.json', require.resolveWeak('~debug/default/docusaurus-debug-all-content-673.json')],
-  'archive---blog-archiveb-2-f-393': [() => import(/* webpackChunkName: 'archive---blog-archiveb-2-f-393' */ '~blog/default/blog-archive-80c.json'), '~blog/default/blog-archive-80c.json', require.resolveWeak('~blog/default/blog-archive-80c.json')],
-  'config---versions-5-e-9-c5a': [() => import(/* webpackChunkName: 'config---versions-5-e-9-c5a' */ '@generated/docusaurus.config'), '@generated/docusaurus.config', require.resolveWeak('@generated/docusaurus.config')],
-  'content---blog-2018-06-14-welcome-6-dc-90b': [() => import(/* webpackChunkName: 'content---blog-2018-06-14-welcome-6-dc-90b' */ '@site/blog/2018-06-14-welcome.md'), '@site/blog/2018-06-14-welcome.md', require.resolveWeak('@site/blog/2018-06-14-welcome.md')],
-  'content---blog-2018-06-18-how-to-understand-your-machine-datafdc-7b4': [() => import(/* webpackChunkName: 'content---blog-2018-06-18-how-to-understand-your-machine-datafdc-7b4' */ '@site/blog/2018-06-18-how-to-understand-your-machine-data.md'), '@site/blog/2018-06-18-how-to-understand-your-machine-data.md', require.resolveWeak('@site/blog/2018-06-18-how-to-understand-your-machine-data.md')],
-  'content---blog-2018-09-17-preview-060-e-09-376': [() => import(/* webpackChunkName: 'content---blog-2018-09-17-preview-060-e-09-376' */ '@site/blog/2018-09-17-preview-060.md'), '@site/blog/2018-09-17-preview-060.md', require.resolveWeak('@site/blog/2018-09-17-preview-060.md')],
-  'content---blog-2018-11-24-container-cli-848-4c3': [() => import(/* webpackChunkName: 'content---blog-2018-11-24-container-cli-848-4c3' */ '@site/blog/2018-11-24-container-cli.md'), '@site/blog/2018-11-24-container-cli.md', require.resolveWeak('@site/blog/2018-11-24-container-cli.md')],
-  'content---blog-2019-04-04-release-0610-e-94-3ef': [() => import(/* webpackChunkName: 'content---blog-2019-04-04-release-0610-e-94-3ef' */ '@site/blog/2019-04-04-release-0610.md'), '@site/blog/2019-04-04-release-0610.md', require.resolveWeak('@site/blog/2019-04-04-release-0610.md')],
-  'content---blog-2019-05-23-release-0620-d-01-496': [() => import(/* webpackChunkName: 'content---blog-2019-05-23-release-0620-d-01-496' */ '@site/blog/2019-05-23-release-0620.md'), '@site/blog/2019-05-23-release-0620.md', require.resolveWeak('@site/blog/2019-05-23-release-0620.md')],
-  'content---blog-2019-09-05-release-06301-e-6-a82': [() => import(/* webpackChunkName: 'content---blog-2019-09-05-release-06301-e-6-a82' */ '@site/blog/2019-09-05-release-0630.md'), '@site/blog/2019-09-05-release-0630.md', require.resolveWeak('@site/blog/2019-09-05-release-0630.md')],
-  'content---blog-2019-09-19-release-0640-cce-6e8': [() => import(/* webpackChunkName: 'content---blog-2019-09-19-release-0640-cce-6e8' */ '@site/blog/2019-09-19-release-0640.md'), '@site/blog/2019-09-19-release-0640.md', require.resolveWeak('@site/blog/2019-09-19-release-0640.md')],
-  'content---blog-2019-11-23-release-06502-c-7-5d3': [() => import(/* webpackChunkName: 'content---blog-2019-11-23-release-06502-c-7-5d3' */ '@site/blog/2019-11-23-release-0650.md'), '@site/blog/2019-11-23-release-0650.md', require.resolveWeak('@site/blog/2019-11-23-release-0650.md')],
-  'content---blog-2019-11-25-moving-to-the-apache-incubator-2-c-1-646': [() => import(/* webpackChunkName: 'content---blog-2019-11-25-moving-to-the-apache-incubator-2-c-1-646' */ '@site/blog/2019-11-25-moving-to-the-apache-incubator.md'), '@site/blog/2019-11-25-moving-to-the-apache-incubator.md', require.resolveWeak('@site/blog/2019-11-25-moving-to-the-apache-incubator.md')],
-  'content---blog-2020-01-23-streampipes-on-rpi-77-a-7d7': [() => import(/* webpackChunkName: 'content---blog-2020-01-23-streampipes-on-rpi-77-a-7d7' */ '@site/blog/2020-01-23-streampipes_on_rpi.md'), '@site/blog/2020-01-23-streampipes_on_rpi.md', require.resolveWeak('@site/blog/2020-01-23-streampipes_on_rpi.md')],
-  'content---blog-2020-05-19-release-0660-cca-2d0': [() => import(/* webpackChunkName: 'content---blog-2020-05-19-release-0660-cca-2d0' */ '@site/blog/2020-05-19-release-0660.md'), '@site/blog/2020-05-19-release-0660.md', require.resolveWeak('@site/blog/2020-05-19-release-0660.md')],
-  'content---blog-2020-05-27-streampipes-on-k-3-sc-78-83c': [() => import(/* webpackChunkName: 'content---blog-2020-05-27-streampipes-on-k-3-sc-78-83c' */ '@site/blog/2020-05-27-streampipes_on_k3s.md'), '@site/blog/2020-05-27-streampipes_on_k3s.md', require.resolveWeak('@site/blog/2020-05-27-streampipes_on_k3s.md')],
-  'content---blog-2021-07-22-release-0680-dca-def': [() => import(/* webpackChunkName: 'content---blog-2021-07-22-release-0680-dca-def' */ '@site/blog/2021-07-22_release-0680.md'), '@site/blog/2021-07-22_release-0680.md', require.resolveWeak('@site/blog/2021-07-22_release-0680.md')],
-  'content---blog-2022-03-21-release-0690-c-1-b-7cb': [() => import(/* webpackChunkName: 'content---blog-2022-03-21-release-0690-c-1-b-7cb' */ '@site/blog/2022-03-21_release-0690.md'), '@site/blog/2022-03-21_release-0690.md', require.resolveWeak('@site/blog/2022-03-21_release-0690.md')],
-  'content---blog-2022-09-05-using-factory-io-with-streampipes-2-d-4-886': [() => import(/* webpackChunkName: 'content---blog-2022-09-05-using-factory-io-with-streampipes-2-d-4-886' */ '@site/blog/2022-09-05-using-factory.io-with-streampipes.md'), '@site/blog/2022-09-05-using-factory.io-with-streampipes.md', require.resolveWeak('@site/blog/2022-09-05-using-factory.io-with-streampipes.md')],
-  'content---blog-2022-10-13-release-07071-a-404': [() => import(/* webpackChunkName: 'content---blog-2022-10-13-release-07071-a-404' */ '@site/blog/2022-10-13-release-070.md'), '@site/blog/2022-10-13-release-070.md', require.resolveWeak('@site/blog/2022-10-13-release-070.md')],
-  'content---blog-2023-01-17-release-090095-92c': [() => import(/* webpackChunkName: 'content---blog-2023-01-17-release-090095-92c' */ '@site/blog/2023-01-17-release-090.md'), '@site/blog/2023-01-17-release-090.md', require.resolveWeak('@site/blog/2023-01-17-release-090.md')],
-  'content---blog-2023-04-12-release-0917-e-3-496': [() => import(/* webpackChunkName: 'content---blog-2023-04-12-release-0917-e-3-496' */ '@site/blog/2023-04-12-release-091.md'), '@site/blog/2023-04-12-release-091.md', require.resolveWeak('@site/blog/2023-04-12-release-091.md')],
-  'content---blog-2023-06-16-release-0928-a-0-af2': [() => import(/* webpackChunkName: 'content---blog-2023-06-16-release-0928-a-0-af2' */ '@site/blog/2023-06-16-release-092.md'), '@site/blog/2023-06-16-release-092.md', require.resolveWeak('@site/blog/2023-06-16-release-092.md')],
-  'content---blog-6-c-2-8ec': [() => import(/* webpackChunkName: 'content---blog-6-c-2-8ec' */ '@site/blog/2022-10-13-release-070.md?truncated=true'), '@site/blog/2022-10-13-release-070.md?truncated=true', require.resolveWeak('@site/blog/2022-10-13-release-070.md?truncated=true')],
-  'content---blog-6-e-1-664': [() => import(/* webpackChunkName: 'content---blog-6-e-1-664' */ '@site/blog/2022-03-21_release-0690.md?truncated=true'), '@site/blog/2022-03-21_release-0690.md?truncated=true', require.resolveWeak('@site/blog/2022-03-21_release-0690.md?truncated=true')],
-  'content---blog-67-d-939': [() => import(/* webpackChunkName: 'content---blog-67-d-939' */ '@site/blog/2023-06-16-release-092.md?truncated=true'), '@site/blog/2023-06-16-release-092.md?truncated=true', require.resolveWeak('@site/blog/2023-06-16-release-092.md?truncated=true')],
-  'content---blog-947-a14': [() => import(/* webpackChunkName: 'content---blog-947-a14' */ '@site/blog/2023-04-12-release-091.md?truncated=true'), '@site/blog/2023-04-12-release-091.md?truncated=true', require.resolveWeak('@site/blog/2023-04-12-release-091.md?truncated=true')],
-  'content---blog-page-2-a-9-b-ae2': [() => import(/* webpackChunkName: 'content---blog-page-2-a-9-b-ae2' */ '@site/blog/2018-06-18-how-to-understand-your-machine-data.md?truncated=true'), '@site/blog/2018-06-18-how-to-understand-your-machine-data.md?truncated=true', require.resolveWeak('@site/blog/2018-06-18-how-to-understand-your-machine-data.md?truncated=true')],
-  'content---blog-page-2-ec-2-378': [() => import(/* webpackChunkName: 'content---blog-page-2-ec-2-378' */ '@site/blog/2019-11-23-release-0650.md?truncated=true'), '@site/blog/2019-11-23-release-0650.md?truncated=true', require.resolveWeak('@site/blog/2019-11-23-release-0650.md?truncated=true')],
-  'content---blog-page-22-db-786': [() => import(/* webpackChunkName: 'content---blog-page-22-db-786' */ '@site/blog/2019-04-04-release-0610.md?truncated=true'), '@site/blog/2019-04-04-release-0610.md?truncated=true', require.resolveWeak('@site/blog/2019-04-04-release-0610.md?truncated=true')],
-  'content---blog-page-2278-c65': [() => import(/* webpackChunkName: 'content---blog-page-2278-c65' */ '@site/blog/2018-11-24-container-cli.md?truncated=true'), '@site/blog/2018-11-24-container-cli.md?truncated=true', require.resolveWeak('@site/blog/2018-11-24-container-cli.md?truncated=true')],
-  'content---blog-page-23-ba-b3e': [() => import(/* webpackChunkName: 'content---blog-page-23-ba-b3e' */ '@site/blog/2019-11-25-moving-to-the-apache-incubator.md?truncated=true'), '@site/blog/2019-11-25-moving-to-the-apache-incubator.md?truncated=true', require.resolveWeak('@site/blog/2019-11-25-moving-to-the-apache-incubator.md?truncated=true')],
-  'content---blog-page-237-a-46a': [() => import(/* webpackChunkName: 'content---blog-page-237-a-46a' */ '@site/blog/2019-09-05-release-0630.md?truncated=true'), '@site/blog/2019-09-05-release-0630.md?truncated=true', require.resolveWeak('@site/blog/2019-09-05-release-0630.md?truncated=true')],
-  'content---blog-page-260-f-213': [() => import(/* webpackChunkName: 'content---blog-page-260-f-213' */ '@site/blog/2018-06-14-welcome.md?truncated=true'), '@site/blog/2018-06-14-welcome.md?truncated=true', require.resolveWeak('@site/blog/2018-06-14-welcome.md?truncated=true')],
-  'content---blog-page-261-e-262': [() => import(/* webpackChunkName: 'content---blog-page-261-e-262' */ '@site/blog/2019-09-19-release-0640.md?truncated=true'), '@site/blog/2019-09-19-release-0640.md?truncated=true', require.resolveWeak('@site/blog/2019-09-19-release-0640.md?truncated=true')],
-  'content---blog-page-2627-51f': [() => import(/* webpackChunkName: 'content---blog-page-2627-51f' */ '@site/blog/2019-05-23-release-0620.md?truncated=true'), '@site/blog/2019-05-23-release-0620.md?truncated=true', require.resolveWeak('@site/blog/2019-05-23-release-0620.md?truncated=true')],
-  'content---blog-page-2651-943': [() => import(/* webpackChunkName: 'content---blog-page-2651-943' */ '@site/blog/2018-09-17-preview-060.md?truncated=true'), '@site/blog/2018-09-17-preview-060.md?truncated=true', require.resolveWeak('@site/blog/2018-09-17-preview-060.md?truncated=true')],
-  'content---bloga-90-b3d': [() => import(/* webpackChunkName: 'content---bloga-90-b3d' */ '@site/blog/2020-05-27-streampipes_on_k3s.md?truncated=true'), '@site/blog/2020-05-27-streampipes_on_k3s.md?truncated=true', require.resolveWeak('@site/blog/2020-05-27-streampipes_on_k3s.md?truncated=true')],
-  'content---bloga-95-202': [() => import(/* webpackChunkName: 'content---bloga-95-202' */ '@site/blog/2020-01-23-streampipes_on_rpi.md?truncated=true'), '@site/blog/2020-01-23-streampipes_on_rpi.md?truncated=true', require.resolveWeak('@site/blog/2020-01-23-streampipes_on_rpi.md?truncated=true')],
-  'content---blogc-4-c-9e9': [() => import(/* webpackChunkName: 'content---blogc-4-c-9e9' */ '@site/blog/2020-05-19-release-0660.md?truncated=true'), '@site/blog/2020-05-19-release-0660.md?truncated=true', require.resolveWeak('@site/blog/2020-05-19-release-0660.md?truncated=true')],
-  'content---blogc-6-b-75c': [() => import(/* webpackChunkName: 'content---blogc-6-b-75c' */ '@site/blog/2021-07-22_release-0680.md?truncated=true'), '@site/blog/2021-07-22_release-0680.md?truncated=true', require.resolveWeak('@site/blog/2021-07-22_release-0680.md?truncated=true')],
-  'content---blogda-6-bea': [() => import(/* webpackChunkName: 'content---blogda-6-bea' */ '@site/blog/2023-01-17-release-090.md?truncated=true'), '@site/blog/2023-01-17-release-090.md?truncated=true', require.resolveWeak('@site/blog/2023-01-17-release-090.md?truncated=true')],
-  'content---blogf-00-029': [() => import(/* webpackChunkName: 'content---blogf-00-029' */ '@site/blog/2022-09-05-using-factory.io-with-streampipes.md?truncated=true'), '@site/blog/2022-09-05-using-factory.io-with-streampipes.md?truncated=true', require.resolveWeak('@site/blog/2022-09-05-using-factory.io-with-streampipes.md?truncated=true')],
-  'content---docs-0-70-0-community-contribute-9-a-1-78e': [() => import(/* webpackChunkName: 'content---docs-0-70-0-community-contribute-9-a-1-78e' */ '@site/versioned_docs/version-0.70.0/09_contribute.md'), '@site/versioned_docs/version-0.70.0/09_contribute.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/09_contribute.md')],
-  'content---docs-0-70-0-community-get-helpf-0-d-176': [() => import(/* webpackChunkName: 'content---docs-0-70-0-community-get-helpf-0-d-176' */ '@site/versioned_docs/version-0.70.0/09_get-help.md'), '@site/versioned_docs/version-0.70.0/09_get-help.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/09_get-help.md')],
-  'content---docs-0-70-0-concepts-adaptere-9-d-e32': [() => import(/* webpackChunkName: 'content---docs-0-70-0-concepts-adaptere-9-d-e32' */ '@site/versioned_docs/version-0.70.0/02_concepts-adapter.md'), '@site/versioned_docs/version-0.70.0/02_concepts-adapter.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/02_concepts-adapter.md')],
-  'content---docs-0-70-0-concepts-data-streamsb-11-2df': [() => import(/* webpackChunkName: 'content---docs-0-70-0-concepts-data-streamsb-11-2df' */ '@site/versioned_docs/version-0.70.0/02_concepts-data-streams.md'), '@site/versioned_docs/version-0.70.0/02_concepts-data-streams.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/02_concepts-data-streams.md')],
-  'content---docs-0-70-0-concepts-glossaryb-42-de3': [() => import(/* webpackChunkName: 'content---docs-0-70-0-concepts-glossaryb-42-de3' */ '@site/versioned_docs/version-0.70.0/02_concepts-glossary.md'), '@site/versioned_docs/version-0.70.0/02_concepts-glossary.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/02_concepts-glossary.md')],
-  'content---docs-0-70-0-concepts-overview-44-b-a37': [() => import(/* webpackChunkName: 'content---docs-0-70-0-concepts-overview-44-b-a37' */ '@site/versioned_docs/version-0.70.0/02_concepts-overview.md'), '@site/versioned_docs/version-0.70.0/02_concepts-overview.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/02_concepts-overview.md')],
-  'content---docs-0-70-0-concepts-pipelines-5-e-6-f95': [() => import(/* webpackChunkName: 'content---docs-0-70-0-concepts-pipelines-5-e-6-f95' */ '@site/versioned_docs/version-0.70.0/02_concepts-pipeline.md'), '@site/versioned_docs/version-0.70.0/02_concepts-pipeline.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/02_concepts-pipeline.md')],
-  'content---docs-0-70-0-debugging-debuggingcfd-9da': [() => import(/* webpackChunkName: 'content---docs-0-70-0-debugging-debuggingcfd-9da' */ '@site/versioned_docs/version-0.70.0/08_debugging.md'), '@site/versioned_docs/version-0.70.0/08_debugging.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/08_debugging.md')],
-  'content---docs-0-70-0-debugging-monitoring-80-b-c11': [() => import(/* webpackChunkName: 'content---docs-0-70-0-debugging-monitoring-80-b-c11' */ '@site/versioned_docs/version-0.70.0/08_monitoring.md'), '@site/versioned_docs/version-0.70.0/08_monitoring.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/08_monitoring.md')],
-  'content---docs-0-70-0-deploy-docker-7-fe-a45': [() => import(/* webpackChunkName: 'content---docs-0-70-0-deploy-docker-7-fe-a45' */ '@site/versioned_docs/version-0.70.0/05_deploy-docker.md'), '@site/versioned_docs/version-0.70.0/05_deploy-docker.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/05_deploy-docker.md')],
-  'content---docs-0-70-0-deploy-kubernetesa-4-d-2ea': [() => import(/* webpackChunkName: 'content---docs-0-70-0-deploy-kubernetesa-4-d-2ea' */ '@site/versioned_docs/version-0.70.0/05_deploy-kubernetes.md'), '@site/versioned_docs/version-0.70.0/05_deploy-kubernetes.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/05_deploy-kubernetes.md')],
-  'content---docs-0-70-0-deploy-securityd-42-f0d': [() => import(/* webpackChunkName: 'content---docs-0-70-0-deploy-securityd-42-f0d' */ '@site/versioned_docs/version-0.70.0/05_deploy-security.md'), '@site/versioned_docs/version-0.70.0/05_deploy-security.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/05_deploy-security.md')],
-  'content---docs-0-70-0-deploy-use-ssla-98-bcd': [() => import(/* webpackChunkName: 'content---docs-0-70-0-deploy-use-ssla-98-bcd' */ '@site/versioned_docs/version-0.70.0/05_deploy-use-ssl.md'), '@site/versioned_docs/version-0.70.0/05_deploy-use-ssl.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/05_deploy-use-ssl.md')],
-  'content---docs-0-70-0-dev-guide-archetypebca-a25': [() => import(/* webpackChunkName: 'content---docs-0-70-0-dev-guide-archetypebca-a25' */ '@site/versioned_docs/version-0.70.0/dev-guide-archetype.md'), '@site/versioned_docs/version-0.70.0/dev-guide-archetype.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/dev-guide-archetype.md')],
-  'content---docs-0-70-0-dev-guide-sdk-guide-processors-8-ca-ef2': [() => import(/* webpackChunkName: 'content---docs-0-70-0-dev-guide-sdk-guide-processors-8-ca-ef2' */ '@site/versioned_docs/version-0.70.0/dev-guide-processor-sdk.md'), '@site/versioned_docs/version-0.70.0/dev-guide-processor-sdk.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/dev-guide-processor-sdk.md')],
-  'content---docs-0-70-0-dev-guide-sdk-guide-sinks-99-b-aa0': [() => import(/* webpackChunkName: 'content---docs-0-70-0-dev-guide-sdk-guide-sinks-99-b-aa0' */ '@site/versioned_docs/version-0.70.0/dev-guide-sink-sdk.md'), '@site/versioned_docs/version-0.70.0/dev-guide-sink-sdk.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/dev-guide-sink-sdk.md')],
-  'content---docs-0-70-0-extend-archetypes-0-da-bab': [() => import(/* webpackChunkName: 'content---docs-0-70-0-extend-archetypes-0-da-bab' */ '@site/versioned_docs/version-0.70.0/06_extend-archetypes.md'), '@site/versioned_docs/version-0.70.0/06_extend-archetypes.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/06_extend-archetypes.md')],
-  'content---docs-0-70-0-extend-cli-9-e-0-362': [() => import(/* webpackChunkName: 'content---docs-0-70-0-extend-cli-9-e-0-362' */ '@site/versioned_docs/version-0.70.0/06_extend-cli.md'), '@site/versioned_docs/version-0.70.0/06_extend-cli.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/06_extend-cli.md')],
-  'content---docs-0-70-0-extend-first-processor-473-0ea': [() => import(/* webpackChunkName: 'content---docs-0-70-0-extend-first-processor-473-0ea' */ '@site/versioned_docs/version-0.70.0/06_extend-first-processor.md'), '@site/versioned_docs/version-0.70.0/06_extend-first-processor.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/06_extend-first-processor.md')],
-  'content---docs-0-70-0-extend-sdk-event-model-9-aa-701': [() => import(/* webpackChunkName: 'content---docs-0-70-0-extend-sdk-event-model-9-aa-701' */ '@site/versioned_docs/version-0.70.0/06_extend-sdk-event-model.md'), '@site/versioned_docs/version-0.70.0/06_extend-sdk-event-model.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/06_extend-sdk-event-model.md')],
-  'content---docs-0-70-0-extend-sdk-functions-788-81e': [() => import(/* webpackChunkName: 'content---docs-0-70-0-extend-sdk-functions-788-81e' */ '@site/versioned_docs/version-0.70.0/06_extend-sdk-functions.md'), '@site/versioned_docs/version-0.70.0/06_extend-sdk-functions.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/06_extend-sdk-functions.md')],
-  'content---docs-0-70-0-extend-sdk-migration-service-discovery-82-d-017': [() => import(/* webpackChunkName: 'content---docs-0-70-0-extend-sdk-migration-service-discovery-82-d-017' */ '@site/versioned_docs/version-0.70.0/06_extend-sdk-migration-sd.md'), '@site/versioned_docs/version-0.70.0/06_extend-sdk-migration-sd.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/06_extend-sdk-migration-sd.md')],
-  'content---docs-0-70-0-extend-sdk-output-strategies-582-641': [() => import(/* webpackChunkName: 'content---docs-0-70-0-extend-sdk-output-strategies-582-641' */ '@site/versioned_docs/version-0.70.0/06_extend-sdk-output-strategies.md'), '@site/versioned_docs/version-0.70.0/06_extend-sdk-output-strategies.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/06_extend-sdk-output-strategies.md')],
-  'content---docs-0-70-0-extend-sdk-static-propertiesbf-6-e1f': [() => import(/* webpackChunkName: 'content---docs-0-70-0-extend-sdk-static-propertiesbf-6-e1f' */ '@site/versioned_docs/version-0.70.0/06_extend-sdk-static-properties.md'), '@site/versioned_docs/version-0.70.0/06_extend-sdk-static-properties.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/06_extend-sdk-static-properties.md')],
-  'content---docs-0-70-0-extend-sdk-stream-requirements-676-f24': [() => import(/* webpackChunkName: 'content---docs-0-70-0-extend-sdk-stream-requirements-676-f24' */ '@site/versioned_docs/version-0.70.0/06_extend-sdk-stream-requirements.md'), '@site/versioned_docs/version-0.70.0/06_extend-sdk-stream-requirements.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/06_extend-sdk-stream-requirements.md')],
-  'content---docs-0-70-0-extend-setup-98-a-51c': [() => import(/* webpackChunkName: 'content---docs-0-70-0-extend-setup-98-a-51c' */ '@site/versioned_docs/version-0.70.0/06_extend-setup.md'), '@site/versioned_docs/version-0.70.0/06_extend-setup.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/06_extend-setup.md')],
-  'content---docs-0-70-0-extend-tutorial-data-processors-44-c-b60': [() => import(/* webpackChunkName: 'content---docs-0-70-0-extend-tutorial-data-processors-44-c-b60' */ '@site/versioned_docs/version-0.70.0/06_extend-tutorial-data-processors.md'), '@site/versioned_docs/version-0.70.0/06_extend-tutorial-data-processors.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/06_extend-tutorial-data-processors.md')],
-  'content---docs-0-70-0-extend-tutorial-data-sinksb-42-fd0': [() => import(/* webpackChunkName: 'content---docs-0-70-0-extend-tutorial-data-sinksb-42-fd0' */ '@site/versioned_docs/version-0.70.0/06_extend-tutorial-data-sinks.md'), '@site/versioned_docs/version-0.70.0/06_extend-tutorial-data-sinks.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/06_extend-tutorial-data-sinks.md')],
-  'content---docs-0-70-0-extend-tutorial-data-sourcesac-9-054': [() => import(/* webpackChunkName: 'content---docs-0-70-0-extend-tutorial-data-sourcesac-9-054' */ '@site/versioned_docs/version-0.70.0/06_extend-tutorial-data-sources.md'), '@site/versioned_docs/version-0.70.0/06_extend-tutorial-data-sources.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/06_extend-tutorial-data-sources.md')],
-  'content---docs-0-70-0-faq-common-problemseaa-c31': [() => import(/* webpackChunkName: 'content---docs-0-70-0-faq-common-problemseaa-c31' */ '@site/versioned_docs/version-0.70.0/faq-common-problems.md'), '@site/versioned_docs/version-0.70.0/faq-common-problems.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/faq-common-problems.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-coindesk-55-a-c5c': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-coindesk-55-a-c5c' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-0-a-0-0bb': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-0-a-0-0bb' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-gdelt-28-f-69a': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-gdelt-28-f-69a' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-iex-news-775-e49': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-iex-news-775-e49' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-261-ced': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-261-ced' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-image-set-58-b-74c': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-image-set-58-b-74c' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.image.set.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.image.set.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.image.set.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-image-stream-857-be6': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-image-stream-857-be6' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-9-e-5-5b9': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-9-e-5-5b9' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-influxdb-streama-7-f-03a': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-influxdb-streama-7-f-03a' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-issb-53-ef8': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-issb-53-ef8' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.iss.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.iss.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.iss.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-mysql-set-019-652': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-mysql-set-019-652' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-908-2f1': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-908-2f1' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-17-a-c1b': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-17-a-c1b' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-netio-rest-8-e-4-3cd': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-netio-rest-8-e-4-3cd' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-662-62b': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-662-62b' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-opcua-4-f-7-5a1': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-opcua-4-f-7-5a1' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.opcua.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.opcua.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.opcua.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-866-bcf': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-866-bcf' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-c-00-6aa': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-c-00-6aa' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-rosedb-2ab': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-rosedb-2ab' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.ros.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.ros.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.ros.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-1-d-8-05f': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-1-d-8-05f' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatasetc-70-39b': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatasetc-70-39b' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-577-d01': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-577-d01' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-slackaab-c6c': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-slackaab-c6c' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.slack.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.slack.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.slack.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-tie-6-e-39e': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-tie-6-e-39e' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.ti.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.ti.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.ti.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-699-81b': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-699-81b' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-670-db8': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-670-db8' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-fileb-17-bd7': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-fileb-17-bd7' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-httpa-31-f26': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-httpa-31-f26' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-845-c5b': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-845-c5b' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-kafkaf-64-ab4': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-kafkaf-64-ab4' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-1-fa-9f9': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-1-fa-9f9' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-0-c-7-c5c': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-0-c-7-c5c' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processor-geo-flinkdde-750': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processor-geo-flinkdde-750' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.flink.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.flink.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.flink.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-geocodingf-8-a-bae': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-geocodingf-8-a-bae' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocodingdff-829': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocodingdff-829' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocodingfea-dfd': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocodingfea-dfd' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-2-cb-209': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-2-cb-209' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-croppercba-20f': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-croppercba-20f' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-53-c-c40': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-53-c-c40' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-90-c-a39': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-90-c-a39' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-1-ce-ad9': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-1-ce-ad9' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-count-30-d-5cc': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-count-30-d-5cc' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-1-c-0-da6': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-1-c-0-da6' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-ratec-7-c-750': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-ratec-7-c-750' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusumf-0-c-41c': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusumf-0-c-41c' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathopf-5-c-603': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathopf-5-c-603' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathopb-26-aea': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathopb-26-aea' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-1-a-4-877': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-1-a-4-877' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencingfe-1-f0e': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencingfe-1-f0e' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-timestampa-1-b-bc6': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-timestampa-1-b-bc6' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-9-b-7-b26': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-9-b-7-b26' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-compose-562-4c9': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-compose-562-4c9' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-296-ab2': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-296-ab2' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-limite-84-925': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-limite-84-925' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-merge-113-173': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-merge-113-173' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfiltera-00-db8': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfiltera-00-db8' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilterf-88-769': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilterf-88-769' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-project-91-d-43f': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-project-91-d-43f' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-textfiltera-3-c-18d': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-textfiltera-3-c-18d' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-4-b-5-a9c': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-4-b-5-a9c' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-9-a-4-c95': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-9-a-4-c95' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-442-5f6': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-442-5f6' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-7-bb-479': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-7-bb-479' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculatord-17-5f8': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculatord-17-5f8' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-39-c-6d9': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-39-c-6d9' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-784-51a': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-784-51a' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-766-155': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-766-155' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-3-d-9-258': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-3-d-9-258' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-127-b13': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-127-b13' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-339-0a5': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-339-0a5' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-83-f-bbc': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-83-f-bbc' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-frequencyfcb-339': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-frequencyfcb-339' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-increasedee-fe3': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-increasedee-fe3' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.increase.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.increase.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.increase.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-4-a-4-ae8': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-4-a-4-ae8' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-sequence-5-d-1-ba1': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-sequence-5-d-1-ba1' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-stop-8-c-4-293': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-stop-8-c-4-293' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.stop.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.stop.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.siddhi.stop.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-3-a-2-132': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-3-a-2-132' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetectionecd-b08': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetectionecd-b08' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-flink-wordcountbe-5-925': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-flink-wordcountbe-5-925' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-9-ef-fd6': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-9-ef-fd6' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-138-ea7': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-138-ea7' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-647-334': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-647-334' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeecha-58-c11': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeecha-58-c11' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-20-c-3b8': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-20-c-3b8' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-131-3f1': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-131-3f1' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-converterf-7-d-0b8': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-converterf-7-d-0b8' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-0-cb-544': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-0-cb-544' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-4-cb-76e': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-4-cb-76e' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-910-939': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-910-939' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-convertera-27-f95': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-convertera-27-f95' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-1-fd-b5b': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-1-fd-b5b' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counterc-4-a-0cb': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counterc-4-a-0cb' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-69-e-661': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-69-e-661' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-52-a-678': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-52-a-678' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-7-f-2-178': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-7-f-2-178' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-608-4e5': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-608-4e5' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-2-b-5-577': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-2-b-5-577' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-9-c-4-2e6': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-9-c-4-2e6' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-valueed-8-b10': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-valueed-8-b10' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edgea-8-c-4c9': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edgea-8-c-4c9' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-statea-6-d-d71': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-statea-6-d-d71' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-9-f-6-c39': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-9-f-6-c39' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-7-b-6-bd2': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-7-b-6-bd2' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-numbercd-5-af8': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-numbercd-5-af8' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-stated-17-a2d': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-stated-17-a2d' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-052-ce0': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-052-ce0' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-split-arraybb-0-0cf': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-split-arraybb-0-0cf' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-368-46c': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-368-46c' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-9-ba-b77': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-9-ba-b77' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-247-c2a': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-247-c2a' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-booleane-77-641': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-booleane-77-641' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-protocol-set-filece-4-273': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-protocol-set-filece-4-273' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.protocol.set.file.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.protocol.set.file.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.protocol.set.file.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-protocol-set-httpdf-7-109': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-protocol-set-httpdf-7-109' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.protocol.set.http.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.protocol.set.http.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.protocol.set.http.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-598-43b': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-598-43b' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-jmsc-2-e-a1a': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-jmsc-2-e-a1a' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafkab-14-68d': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafkab-14-68d' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-9-db-3f8': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-9-db-3f8' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-044-35f': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-044-35f' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsaraed-f9e': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsaraed-f9e' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-98-a-966': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-98-a-966' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-449-521': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-449-521' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-ditto-94-b-171': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-ditto-94-b-171' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.ditto.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.ditto.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.ditto.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-025-ffd': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-025-ffd' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-6-cb-2d6': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-6-cb-2d6' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-11-b-a75': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-11-b-a75' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdbce-5-527': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdbce-5-527' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-5-ab-841': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-5-ab-841' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-opcuaa-21-f84': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-opcuaa-21-f84' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresqlfe-7-da1': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresqlfe-7-da1' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-9-e-9-1d2': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-9-e-9-1d2' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-880-7f7': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-880-7f7' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-notificationbc-9-fee': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-notificationbc-9-fee' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-emailf-34-8c8': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-emailf-34-8c8' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-07-d-2d6': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-07-d-2d6' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-slackc-24-202': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-slackc-24-202' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md')],
-  'content---docs-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-07-a-1f9': [() => import(/* webpackChunkName: 'content---docs-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-07-a-1f9' */ '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md'), '@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md')],
-  'content---docs-0-70-0-technicals-architecture-308-b14': [() => import(/* webpackChunkName: 'content---docs-0-70-0-technicals-architecture-308-b14' */ '@site/versioned_docs/version-0.70.0/07_technicals-architecture.md'), '@site/versioned_docs/version-0.70.0/07_technicals-architecture.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/07_technicals-architecture.md')],
-  'content---docs-0-70-0-technicals-configuration-596-b83': [() => import(/* webpackChunkName: 'content---docs-0-70-0-technicals-configuration-596-b83' */ '@site/versioned_docs/version-0.70.0/07_technicals-configuration.md'), '@site/versioned_docs/version-0.70.0/07_technicals-configuration.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/07_technicals-configuration.md')],
-  'content---docs-0-70-0-technicals-messaging-4-ca-654': [() => import(/* webpackChunkName: 'content---docs-0-70-0-technicals-messaging-4-ca-654' */ '@site/versioned_docs/version-0.70.0/07_technicals-messaging.md'), '@site/versioned_docs/version-0.70.0/07_technicals-messaging.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/07_technicals-messaging.md')],
-  'content---docs-0-70-0-technicals-runtime-wrappersf-7-b-d81': [() => import(/* webpackChunkName: 'content---docs-0-70-0-technicals-runtime-wrappersf-7-b-d81' */ '@site/versioned_docs/version-0.70.0/07_technicals-runtime-wrappers.md'), '@site/versioned_docs/version-0.70.0/07_technicals-runtime-wrappers.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/07_technicals-runtime-wrappers.md')],
-  'content---docs-0-70-0-technicals-user-guidancea-2-d-902': [() => import(/* webpackChunkName: 'content---docs-0-70-0-technicals-user-guidancea-2-d-902' */ '@site/versioned_docs/version-0.70.0/07_technicals-user-guidance.md'), '@site/versioned_docs/version-0.70.0/07_technicals-user-guidance.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/07_technicals-user-guidance.md')],
-  'content---docs-0-70-0-try-installationce-7-f03': [() => import(/* webpackChunkName: 'content---docs-0-70-0-try-installationce-7-f03' */ '@site/versioned_docs/version-0.70.0/01_try-installation.md'), '@site/versioned_docs/version-0.70.0/01_try-installation.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/01_try-installation.md')],
-  'content---docs-0-70-0-try-tutorialda-8-793': [() => import(/* webpackChunkName: 'content---docs-0-70-0-try-tutorialda-8-793' */ '@site/versioned_docs/version-0.70.0/01_try-tutorial.md'), '@site/versioned_docs/version-0.70.0/01_try-tutorial.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/01_try-tutorial.md')],
-  'content---docs-0-70-0-use-configurations-611-a08': [() => import(/* webpackChunkName: 'content---docs-0-70-0-use-configurations-611-a08' */ '@site/versioned_docs/version-0.70.0/03_use-configurations.md'), '@site/versioned_docs/version-0.70.0/03_use-configurations.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/03_use-configurations.md')],
-  'content---docs-0-70-0-use-connect-78-e-6b4': [() => import(/* webpackChunkName: 'content---docs-0-70-0-use-connect-78-e-6b4' */ '@site/versioned_docs/version-0.70.0/03_use-connect.md'), '@site/versioned_docs/version-0.70.0/03_use-connect.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/03_use-connect.md')],
-  'content---docs-0-70-0-use-dashboardb-99-402': [() => import(/* webpackChunkName: 'content---docs-0-70-0-use-dashboardb-99-402' */ '@site/versioned_docs/version-0.70.0/03_use-dashboard.md'), '@site/versioned_docs/version-0.70.0/03_use-dashboard.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/03_use-dashboard.md')],
-  'content---docs-0-70-0-use-data-explorer-6-bf-289': [() => import(/* webpackChunkName: 'content---docs-0-70-0-use-data-explorer-6-bf-289' */ '@site/versioned_docs/version-0.70.0/03_use-data-explorer.md'), '@site/versioned_docs/version-0.70.0/03_use-data-explorer.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/03_use-data-explorer.md')],
-  'content---docs-0-70-0-use-install-pipeline-elements-51-d-e82': [() => import(/* webpackChunkName: 'content---docs-0-70-0-use-install-pipeline-elements-51-d-e82' */ '@site/versioned_docs/version-0.70.0/03_use-install-pipeline-elements.md'), '@site/versioned_docs/version-0.70.0/03_use-install-pipeline-elements.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/03_use-install-pipeline-elements.md')],
-  'content---docs-0-70-0-use-managing-pipelines-3-ed-46f': [() => import(/* webpackChunkName: 'content---docs-0-70-0-use-managing-pipelines-3-ed-46f' */ '@site/versioned_docs/version-0.70.0/03_use-managing-pipelines.md'), '@site/versioned_docs/version-0.70.0/03_use-managing-pipelines.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/03_use-managing-pipelines.md')],
-  'content---docs-0-70-0-use-notificationscd-7-2d4': [() => import(/* webpackChunkName: 'content---docs-0-70-0-use-notificationscd-7-2d4' */ '@site/versioned_docs/version-0.70.0/03_use-notifications.md'), '@site/versioned_docs/version-0.70.0/03_use-notifications.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/03_use-notifications.md')],
-  'content---docs-0-70-0-use-pipeline-editor-147-e34': [() => import(/* webpackChunkName: 'content---docs-0-70-0-use-pipeline-editor-147-e34' */ '@site/versioned_docs/version-0.70.0/03_use-pipeline-editor.md'), '@site/versioned_docs/version-0.70.0/03_use-pipeline-editor.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/03_use-pipeline-editor.md')],
-  'content---docs-0-70-0-user-guide-installation-08-d-d19': [() => import(/* webpackChunkName: 'content---docs-0-70-0-user-guide-installation-08-d-d19' */ '@site/versioned_docs/version-0.70.0/user-guide-installation.md'), '@site/versioned_docs/version-0.70.0/user-guide-installation.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/user-guide-installation.md')],
-  'content---docs-0-70-0-user-guide-introduction-920-3aa': [() => import(/* webpackChunkName: 'content---docs-0-70-0-user-guide-introduction-920-3aa' */ '@site/versioned_docs/version-0.70.0/01_try-overview.md'), '@site/versioned_docs/version-0.70.0/01_try-overview.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/01_try-overview.md')],
-  'content---docs-0-70-0-user-guide-introduction-old-2-fe-c29': [() => import(/* webpackChunkName: 'content---docs-0-70-0-user-guide-introduction-old-2-fe-c29' */ '@site/versioned_docs/version-0.70.0/user-guide-introduction.md'), '@site/versioned_docs/version-0.70.0/user-guide-introduction.md', require.resolveWeak('@site/versioned_docs/version-0.70.0/user-guide-introduction.md')],
-  'content---docs-0-90-0-community-contribute-486-4c7': [() => import(/* webpackChunkName: 'content---docs-0-90-0-community-contribute-486-4c7' */ '@site/versioned_docs/version-0.90.0/09_contribute.md'), '@site/versioned_docs/version-0.90.0/09_contribute.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/09_contribute.md')],
-  'content---docs-0-90-0-community-get-helpbd-0-291': [() => import(/* webpackChunkName: 'content---docs-0-90-0-community-get-helpbd-0-291' */ '@site/versioned_docs/version-0.90.0/09_get-help.md'), '@site/versioned_docs/version-0.90.0/09_get-help.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/09_get-help.md')],
-  'content---docs-0-90-0-concepts-adapterb-8-b-1ed': [() => import(/* webpackChunkName: 'content---docs-0-90-0-concepts-adapterb-8-b-1ed' */ '@site/versioned_docs/version-0.90.0/02_concepts-adapter.md'), '@site/versioned_docs/version-0.90.0/02_concepts-adapter.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/02_concepts-adapter.md')],
-  'content---docs-0-90-0-concepts-data-streams-793-d1e': [() => import(/* webpackChunkName: 'content---docs-0-90-0-concepts-data-streams-793-d1e' */ '@site/versioned_docs/version-0.90.0/02_concepts-data-streams.md'), '@site/versioned_docs/version-0.90.0/02_concepts-data-streams.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/02_concepts-data-streams.md')],
-  'content---docs-0-90-0-concepts-glossaryeff-2c2': [() => import(/* webpackChunkName: 'content---docs-0-90-0-concepts-glossaryeff-2c2' */ '@site/versioned_docs/version-0.90.0/02_concepts-glossary.md'), '@site/versioned_docs/version-0.90.0/02_concepts-glossary.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/02_concepts-glossary.md')],
-  'content---docs-0-90-0-concepts-overview-6-f-3-140': [() => import(/* webpackChunkName: 'content---docs-0-90-0-concepts-overview-6-f-3-140' */ '@site/versioned_docs/version-0.90.0/02_concepts-overview.md'), '@site/versioned_docs/version-0.90.0/02_concepts-overview.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/02_concepts-overview.md')],
-  'content---docs-0-90-0-concepts-pipelines-161-bb0': [() => import(/* webpackChunkName: 'content---docs-0-90-0-concepts-pipelines-161-bb0' */ '@site/versioned_docs/version-0.90.0/02_concepts-pipeline.md'), '@site/versioned_docs/version-0.90.0/02_concepts-pipeline.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/02_concepts-pipeline.md')],
-  'content---docs-0-90-0-debugging-debugging-93-f-1dd': [() => import(/* webpackChunkName: 'content---docs-0-90-0-debugging-debugging-93-f-1dd' */ '@site/versioned_docs/version-0.90.0/08_debugging.md'), '@site/versioned_docs/version-0.90.0/08_debugging.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/08_debugging.md')],
-  'content---docs-0-90-0-debugging-monitoring-8-da-7ba': [() => import(/* webpackChunkName: 'content---docs-0-90-0-debugging-monitoring-8-da-7ba' */ '@site/versioned_docs/version-0.90.0/08_monitoring.md'), '@site/versioned_docs/version-0.90.0/08_monitoring.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/08_monitoring.md')],
-  'content---docs-0-90-0-deploy-dockercdb-533': [() => import(/* webpackChunkName: 'content---docs-0-90-0-deploy-dockercdb-533' */ '@site/versioned_docs/version-0.90.0/05_deploy-docker.md'), '@site/versioned_docs/version-0.90.0/05_deploy-docker.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/05_deploy-docker.md')],
-  'content---docs-0-90-0-deploy-kubernetes-123-092': [() => import(/* webpackChunkName: 'content---docs-0-90-0-deploy-kubernetes-123-092' */ '@site/versioned_docs/version-0.90.0/05_deploy-kubernetes.md'), '@site/versioned_docs/version-0.90.0/05_deploy-kubernetes.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/05_deploy-kubernetes.md')],
-  'content---docs-0-90-0-deploy-security-143-d29': [() => import(/* webpackChunkName: 'content---docs-0-90-0-deploy-security-143-d29' */ '@site/versioned_docs/version-0.90.0/05_deploy-security.md'), '@site/versioned_docs/version-0.90.0/05_deploy-security.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/05_deploy-security.md')],
-  'content---docs-0-90-0-deploy-use-ssl-7-b-8-f32': [() => import(/* webpackChunkName: 'content---docs-0-90-0-deploy-use-ssl-7-b-8-f32' */ '@site/versioned_docs/version-0.90.0/05_deploy-use-ssl.md'), '@site/versioned_docs/version-0.90.0/05_deploy-use-ssl.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/05_deploy-use-ssl.md')],
-  'content---docs-0-90-0-dev-guide-archetype-03-c-ae5': [() => import(/* webpackChunkName: 'content---docs-0-90-0-dev-guide-archetype-03-c-ae5' */ '@site/versioned_docs/version-0.90.0/dev-guide-archetype.md'), '@site/versioned_docs/version-0.90.0/dev-guide-archetype.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/dev-guide-archetype.md')],
-  'content---docs-0-90-0-dev-guide-sdk-guide-processors-429-951': [() => import(/* webpackChunkName: 'content---docs-0-90-0-dev-guide-sdk-guide-processors-429-951' */ '@site/versioned_docs/version-0.90.0/dev-guide-processor-sdk.md'), '@site/versioned_docs/version-0.90.0/dev-guide-processor-sdk.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/dev-guide-processor-sdk.md')],
-  'content---docs-0-90-0-dev-guide-sdk-guide-sinksb-58-784': [() => import(/* webpackChunkName: 'content---docs-0-90-0-dev-guide-sdk-guide-sinksb-58-784' */ '@site/versioned_docs/version-0.90.0/dev-guide-sink-sdk.md'), '@site/versioned_docs/version-0.90.0/dev-guide-sink-sdk.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/dev-guide-sink-sdk.md')],
-  'content---docs-0-90-0-extend-archetypes-61-f-631': [() => import(/* webpackChunkName: 'content---docs-0-90-0-extend-archetypes-61-f-631' */ '@site/versioned_docs/version-0.90.0/06_extend-archetypes.md'), '@site/versioned_docs/version-0.90.0/06_extend-archetypes.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/06_extend-archetypes.md')],
-  'content---docs-0-90-0-extend-cli-79-d-6dc': [() => import(/* webpackChunkName: 'content---docs-0-90-0-extend-cli-79-d-6dc' */ '@site/versioned_docs/version-0.90.0/06_extend-cli.md'), '@site/versioned_docs/version-0.90.0/06_extend-cli.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/06_extend-cli.md')],
-  'content---docs-0-90-0-extend-first-processoraa-9-be1': [() => import(/* webpackChunkName: 'content---docs-0-90-0-extend-first-processoraa-9-be1' */ '@site/versioned_docs/version-0.90.0/06_extend-first-processor.md'), '@site/versioned_docs/version-0.90.0/06_extend-first-processor.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/06_extend-first-processor.md')],
-  'content---docs-0-90-0-extend-sdk-event-model-7-de-e70': [() => import(/* webpackChunkName: 'content---docs-0-90-0-extend-sdk-event-model-7-de-e70' */ '@site/versioned_docs/version-0.90.0/06_extend-sdk-event-model.md'), '@site/versioned_docs/version-0.90.0/06_extend-sdk-event-model.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/06_extend-sdk-event-model.md')],
-  'content---docs-0-90-0-extend-sdk-functionsbdb-d93': [() => import(/* webpackChunkName: 'content---docs-0-90-0-extend-sdk-functionsbdb-d93' */ '@site/versioned_docs/version-0.90.0/06_extend-sdk-functions.md'), '@site/versioned_docs/version-0.90.0/06_extend-sdk-functions.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/06_extend-sdk-functions.md')],
-  'content---docs-0-90-0-extend-sdk-migration-service-discoverydb-1-2c4': [() => import(/* webpackChunkName: 'content---docs-0-90-0-extend-sdk-migration-service-discoverydb-1-2c4' */ '@site/versioned_docs/version-0.90.0/06_extend-sdk-migration-sd.md'), '@site/versioned_docs/version-0.90.0/06_extend-sdk-migration-sd.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/06_extend-sdk-migration-sd.md')],
-  'content---docs-0-90-0-extend-sdk-output-strategies-2-e-3-558': [() => import(/* webpackChunkName: 'content---docs-0-90-0-extend-sdk-output-strategies-2-e-3-558' */ '@site/versioned_docs/version-0.90.0/06_extend-sdk-output-strategies.md'), '@site/versioned_docs/version-0.90.0/06_extend-sdk-output-strategies.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/06_extend-sdk-output-strategies.md')],
-  'content---docs-0-90-0-extend-sdk-static-properties-22-c-f44': [() => import(/* webpackChunkName: 'content---docs-0-90-0-extend-sdk-static-properties-22-c-f44' */ '@site/versioned_docs/version-0.90.0/06_extend-sdk-static-properties.md'), '@site/versioned_docs/version-0.90.0/06_extend-sdk-static-properties.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/06_extend-sdk-static-properties.md')],
-  'content---docs-0-90-0-extend-sdk-stream-requirements-34-f-86e': [() => import(/* webpackChunkName: 'content---docs-0-90-0-extend-sdk-stream-requirements-34-f-86e' */ '@site/versioned_docs/version-0.90.0/06_extend-sdk-stream-requirements.md'), '@site/versioned_docs/version-0.90.0/06_extend-sdk-stream-requirements.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/06_extend-sdk-stream-requirements.md')],
-  'content---docs-0-90-0-extend-setup-8-ed-32d': [() => import(/* webpackChunkName: 'content---docs-0-90-0-extend-setup-8-ed-32d' */ '@site/versioned_docs/version-0.90.0/06_extend-setup.md'), '@site/versioned_docs/version-0.90.0/06_extend-setup.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/06_extend-setup.md')],
-  'content---docs-0-90-0-extend-tutorial-data-processors-8-eb-af7': [() => import(/* webpackChunkName: 'content---docs-0-90-0-extend-tutorial-data-processors-8-eb-af7' */ '@site/versioned_docs/version-0.90.0/06_extend-tutorial-data-processors.md'), '@site/versioned_docs/version-0.90.0/06_extend-tutorial-data-processors.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/06_extend-tutorial-data-processors.md')],
-  'content---docs-0-90-0-extend-tutorial-data-sinks-874-357': [() => import(/* webpackChunkName: 'content---docs-0-90-0-extend-tutorial-data-sinks-874-357' */ '@site/versioned_docs/version-0.90.0/06_extend-tutorial-data-sinks.md'), '@site/versioned_docs/version-0.90.0/06_extend-tutorial-data-sinks.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/06_extend-tutorial-data-sinks.md')],
-  'content---docs-0-90-0-extend-tutorial-data-sourcesb-8-a-70e': [() => import(/* webpackChunkName: 'content---docs-0-90-0-extend-tutorial-data-sourcesb-8-a-70e' */ '@site/versioned_docs/version-0.90.0/06_extend-tutorial-data-sources.md'), '@site/versioned_docs/version-0.90.0/06_extend-tutorial-data-sources.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/06_extend-tutorial-data-sources.md')],
-  'content---docs-0-90-0-faq-common-problemsef-3-142': [() => import(/* webpackChunkName: 'content---docs-0-90-0-faq-common-problemsef-3-142' */ '@site/versioned_docs/version-0.90.0/faq-common-problems.md'), '@site/versioned_docs/version-0.90.0/faq-common-problems.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/faq-common-problems.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-coindesk-291-7ba': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-coindesk-291-7ba' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-219-2b6': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-219-2b6' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-gdelt-27-b-058': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-gdelt-27-b-058' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-iex-news-989-cf5': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-iex-news-989-cf5' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-470-983': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-470-983' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-image-set-54-c-ffd': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-image-set-54-c-ffd' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.image.set.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.image.set.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.image.set.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-image-stream-73-a-be5': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-image-stream-73-a-be5' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-83-a-26f': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-83-a-26f' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-influxdb-streambbe-0b8': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-influxdb-streambbe-0b8' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-issa-59-507': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-issa-59-507' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.iss.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.iss.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.iss.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-mysql-set-353-141': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-mysql-set-353-141' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-6-bb-a32': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-6-bb-a32' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-6-d-6-a71': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-6-d-6-a71' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-netio-rest-99-d-063': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-netio-rest-99-d-063' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamerad-1-c-167': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamerad-1-c-167' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-opcuabc-8-b06': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-opcuabc-8-b06' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.opcua.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.opcua.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.opcua.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbusb-54-a1d': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbusb-54-a1d' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-b-2-e-511': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-b-2-e-511' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-ros-80-c-492': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-ros-80-c-492' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.ros.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.ros.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.ros.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-machineab-5-d9b': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-machineab-5-d9b' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatasetc-43-1d5': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatasetc-43-1d5' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-891-195': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-891-195' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-slack-965-ea3': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-slack-965-ea3' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.slack.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.slack.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.slack.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-tif-2-c-ad9': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-tif-2-c-ad9' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.ti.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.ti.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.ti.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-wikipedia-editb-82-079': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-wikipedia-editb-82-079' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-3-b-6-215': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-3-b-6-215' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-filee-7-b-c6c': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-filee-7-b-c6c' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-http-8-d-6-8dc': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-http-8-d-6-8dc' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-5-c-7-c80': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-5-c-7-c80' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-53-d-89c': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-53-d-89c' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-mqtte-43-879': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-mqtte-43-879' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-005-3c6': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-005-3c6' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processor-geo-flinkac-2-487': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processor-geo-flinkac-2-487' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.flink.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.flink.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.flink.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-195-52f': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-195-52f' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocodingbf-7-4e8': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocodingbf-7-4e8' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-583-da3': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-583-da3' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-4-f-0-520': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-4-f-0-520' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-873-155': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-873-155' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-9-f-1-a55': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-9-f-1-a55' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-4-d-6-4b9': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-4-d-6-4b9' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregationbab-cc1': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregationbab-cc1' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-count-66-d-1f1': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-count-66-d-1f1' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-84-e-5ca': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-84-e-5ca' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-54-d-784': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-54-d-784' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-6-ff-d84': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-6-ff-d84' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-9-de-1b5': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-9-de-1b5' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathopa-9-b-5f3': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathopa-9-b-5f3' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometrye-78-510': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometrye-78-510' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-162-a06': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-162-a06' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-timestampdb-8-31f': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-timestampdb-8-31f' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-2-de-25e': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-2-de-25e' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-compose-587-af6': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-compose-587-af6' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-468-905': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-468-905' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-limit-807-5db': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-limit-807-5db' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-mergec-8-e-472': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-mergec-8-e-472' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-1-ab-676': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-1-ab-676' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-152-58c': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-152-58c' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-project-178-1a4': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-project-178-1a4' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-321-cc6': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-321-cc6' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-thresholda-80-fa1': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-thresholda-80-fa1' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-563-914': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-563-914' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-744-479': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-744-479' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-6-e-8-371': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-6-e-8-371' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-0-d-7-787': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-0-d-7-787' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-829-793': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-829-793' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculatorde-9-7ab': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculatorde-9-7ab' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-184-645': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-184-645' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-122-531': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-122-531' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detectionf-4-b-e20': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detectionf-4-b-e20' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-627-b7c': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-627-b7c' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-frequency-340-d12': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-frequency-340-d12' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-49-d-152': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-49-d-152' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-increase-487-99c': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-increase-487-99c' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.increase.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.increase.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.increase.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-numericalfilterc-58-353': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-numericalfilterc-58-353' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-sequence-3-b-2-75d': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-sequence-3-b-2-75d' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-stop-1-d-8-0ed': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-stop-1-d-8-0ed' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.stop.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.stop.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.siddhi.stop.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summarybcc-31a': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summarybcc-31a' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-51-a-632': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-51-a-632' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-43-e-82a': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-43-e-82a' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-3-a-3-5cb': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-3-a-3-5cb' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetectionf-7-c-699': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetectionf-7-c-699' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-07-d-d72': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-07-d-d72' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeechace-6c5': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeechace-6c5' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetectioncd-0-25b': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetectioncd-0-25b' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-0-aa-eb8': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-0-aa-eb8' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-559-fea': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-559-fea' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-9-a-7-446': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-9-a-7-446' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamerc-31-edf': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamerc-31-edf' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-614-956': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-614-956' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-64-f-43a': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-64-f-43a' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-06-e-836': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-06-e-836' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counterf-06-31c': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counterf-06-31c' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-140-1fd': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-140-1fd' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-239-cda': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-239-cda' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timerdb-6-ff6': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timerdb-6-ff6' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-valuecfb-4cb': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-valuecfb-4cb' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-count-arrayf-2-f-bbe': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-count-arrayf-2-f-bbe' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadatac-4-c-c5f': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadatac-4-c-c5f' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-92-c-80d': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-92-c-80d' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-7-b-9-814': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-7-b-9-814' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-statef-34-8d7': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-statef-34-8d7' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-bufferad-9-907': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-bufferad-9-907' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-5-ad-31b': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-5-ad-31b' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-908-78c': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-908-78c' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-675-dcb': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-675-dcb' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractordff-51a': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractordff-51a' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-798-8b9': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-798-8b9' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-517-414': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-517-414' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-2-f-3-5c3': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-2-f-3-5c3' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-61-d-e79': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-61-d-e79' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-booleanf-2-d-ab5': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-booleanf-2-d-ab5' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-protocol-set-file-40-a-9d9': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-protocol-set-file-40-a-9d9' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.protocol.set.file.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.protocol.set.file.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.protocol.set.file.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-protocol-set-httpd-0-a-03b': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-protocol-set-httpd-0-a-03b' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.protocol.set.http.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.protocol.set.http.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.protocol.set.http.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-04-d-963': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-04-d-963' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-jmsd-87-c82': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-jmsd-87-c82' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-428-f06': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-428-f06' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-965-adf': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-965-adf' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-965-1c9': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-965-1c9' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-4-e-0-391': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-4-e-0-391' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmqf-98-037': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmqf-98-037' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-038-928': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-038-928' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-dittof-9-d-9b9': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-dittof-9-d-9b9' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.ditto.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.ditto.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.ditto.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-704-42c': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-704-42c' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-368-fdb': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-368-fdb' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdbb-13-d62': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdbb-13-d62' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-584-e6f': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-584-e6f' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-86-d-d56': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-86-d-d56' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-opcuaecf-b0e': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-opcuaecf-b0e' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-0-c-9-2ac': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-0-c-9-2ac' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-73-b-be6': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-73-b-be6' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-453-8c3': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-453-8c3' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-3-a-8-7c7': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-3-a-8-7c7' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-339-680': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-339-680' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-8-c-9-5a9': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-8-c-9-5a9' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-slackc-7-a-3af': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-slackc-7-a-3af' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md')],
-  'content---docs-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-7-b-2-03a': [() => import(/* webpackChunkName: 'content---docs-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-7-b-2-03a' */ '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md'), '@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md')],
-  'content---docs-0-90-0-technicals-architectureb-1-b-c6d': [() => import(/* webpackChunkName: 'content---docs-0-90-0-technicals-architectureb-1-b-c6d' */ '@site/versioned_docs/version-0.90.0/07_technicals-architecture.md'), '@site/versioned_docs/version-0.90.0/07_technicals-architecture.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/07_technicals-architecture.md')],
-  'content---docs-0-90-0-technicals-configuration-45-a-c87': [() => import(/* webpackChunkName: 'content---docs-0-90-0-technicals-configuration-45-a-c87' */ '@site/versioned_docs/version-0.90.0/07_technicals-configuration.md'), '@site/versioned_docs/version-0.90.0/07_technicals-configuration.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/07_technicals-configuration.md')],
-  'content---docs-0-90-0-technicals-messagingc-5-b-9a4': [() => import(/* webpackChunkName: 'content---docs-0-90-0-technicals-messagingc-5-b-9a4' */ '@site/versioned_docs/version-0.90.0/07_technicals-messaging.md'), '@site/versioned_docs/version-0.90.0/07_technicals-messaging.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/07_technicals-messaging.md')],
-  'content---docs-0-90-0-technicals-runtime-wrappers-5-fa-c45': [() => import(/* webpackChunkName: 'content---docs-0-90-0-technicals-runtime-wrappers-5-fa-c45' */ '@site/versioned_docs/version-0.90.0/07_technicals-runtime-wrappers.md'), '@site/versioned_docs/version-0.90.0/07_technicals-runtime-wrappers.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/07_technicals-runtime-wrappers.md')],
-  'content---docs-0-90-0-technicals-user-guidance-12-f-a55': [() => import(/* webpackChunkName: 'content---docs-0-90-0-technicals-user-guidance-12-f-a55' */ '@site/versioned_docs/version-0.90.0/07_technicals-user-guidance.md'), '@site/versioned_docs/version-0.90.0/07_technicals-user-guidance.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/07_technicals-user-guidance.md')],
-  'content---docs-0-90-0-try-installation-4-ff-554': [() => import(/* webpackChunkName: 'content---docs-0-90-0-try-installation-4-ff-554' */ '@site/versioned_docs/version-0.90.0/01_try-installation.md'), '@site/versioned_docs/version-0.90.0/01_try-installation.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/01_try-installation.md')],
-  'content---docs-0-90-0-try-tutorial-36-c-b1d': [() => import(/* webpackChunkName: 'content---docs-0-90-0-try-tutorial-36-c-b1d' */ '@site/versioned_docs/version-0.90.0/01_try-tutorial.md'), '@site/versioned_docs/version-0.90.0/01_try-tutorial.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/01_try-tutorial.md')],
-  'content---docs-0-90-0-use-configurations-625-058': [() => import(/* webpackChunkName: 'content---docs-0-90-0-use-configurations-625-058' */ '@site/versioned_docs/version-0.90.0/03_use-configurations.md'), '@site/versioned_docs/version-0.90.0/03_use-configurations.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/03_use-configurations.md')],
-  'content---docs-0-90-0-use-connect-0-a-4-114': [() => import(/* webpackChunkName: 'content---docs-0-90-0-use-connect-0-a-4-114' */ '@site/versioned_docs/version-0.90.0/03_use-connect.md'), '@site/versioned_docs/version-0.90.0/03_use-connect.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/03_use-connect.md')],
-  'content---docs-0-90-0-use-dashboard-481-b53': [() => import(/* webpackChunkName: 'content---docs-0-90-0-use-dashboard-481-b53' */ '@site/versioned_docs/version-0.90.0/03_use-dashboard.md'), '@site/versioned_docs/version-0.90.0/03_use-dashboard.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/03_use-dashboard.md')],
-  'content---docs-0-90-0-use-data-explorer-467-8eb': [() => import(/* webpackChunkName: 'content---docs-0-90-0-use-data-explorer-467-8eb' */ '@site/versioned_docs/version-0.90.0/03_use-data-explorer.md'), '@site/versioned_docs/version-0.90.0/03_use-data-explorer.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/03_use-data-explorer.md')],
-  'content---docs-0-90-0-use-install-pipeline-elementsff-7-350': [() => import(/* webpackChunkName: 'content---docs-0-90-0-use-install-pipeline-elementsff-7-350' */ '@site/versioned_docs/version-0.90.0/03_use-install-pipeline-elements.md'), '@site/versioned_docs/version-0.90.0/03_use-install-pipeline-elements.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/03_use-install-pipeline-elements.md')],
-  'content---docs-0-90-0-use-managing-pipelines-5-f-4-712': [() => import(/* webpackChunkName: 'content---docs-0-90-0-use-managing-pipelines-5-f-4-712' */ '@site/versioned_docs/version-0.90.0/03_use-managing-pipelines.md'), '@site/versioned_docs/version-0.90.0/03_use-managing-pipelines.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/03_use-managing-pipelines.md')],
-  'content---docs-0-90-0-use-notifications-946-584': [() => import(/* webpackChunkName: 'content---docs-0-90-0-use-notifications-946-584' */ '@site/versioned_docs/version-0.90.0/03_use-notifications.md'), '@site/versioned_docs/version-0.90.0/03_use-notifications.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/03_use-notifications.md')],
-  'content---docs-0-90-0-use-pipeline-editor-9-b-3-c32': [() => import(/* webpackChunkName: 'content---docs-0-90-0-use-pipeline-editor-9-b-3-c32' */ '@site/versioned_docs/version-0.90.0/03_use-pipeline-editor.md'), '@site/versioned_docs/version-0.90.0/03_use-pipeline-editor.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/03_use-pipeline-editor.md')],
-  'content---docs-0-90-0-user-guide-first-steps-442-f21': [() => import(/* webpackChunkName: 'content---docs-0-90-0-user-guide-first-steps-442-f21' */ '@site/versioned_docs/version-0.90.0/user-guide-first-steps.md'), '@site/versioned_docs/version-0.90.0/user-guide-first-steps.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/user-guide-first-steps.md')],
-  'content---docs-0-90-0-user-guide-installation-07-b-21e': [() => import(/* webpackChunkName: 'content---docs-0-90-0-user-guide-installation-07-b-21e' */ '@site/versioned_docs/version-0.90.0/user-guide-installation.md'), '@site/versioned_docs/version-0.90.0/user-guide-installation.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/user-guide-installation.md')],
-  'content---docs-0-90-0-user-guide-introduction-11-b-351': [() => import(/* webpackChunkName: 'content---docs-0-90-0-user-guide-introduction-11-b-351' */ '@site/versioned_docs/version-0.90.0/01_try-overview.md'), '@site/versioned_docs/version-0.90.0/01_try-overview.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/01_try-overview.md')],
-  'content---docs-0-90-0-user-guide-introduction-oldfc-3-49a': [() => import(/* webpackChunkName: 'content---docs-0-90-0-user-guide-introduction-oldfc-3-49a' */ '@site/versioned_docs/version-0.90.0/user-guide-introduction.md'), '@site/versioned_docs/version-0.90.0/user-guide-introduction.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/user-guide-introduction.md')],
-  'content---docs-0-90-0-user-guide-software-componentse-7-b-b8b': [() => import(/* webpackChunkName: 'content---docs-0-90-0-user-guide-software-componentse-7-b-b8b' */ '@site/versioned_docs/version-0.90.0/user-guide-software-components.md'), '@site/versioned_docs/version-0.90.0/user-guide-software-components.md', require.resolveWeak('@site/versioned_docs/version-0.90.0/user-guide-software-components.md')],
-  'content---docs-0-91-0-community-contributebf-4-3d1': [() => import(/* webpackChunkName: 'content---docs-0-91-0-community-contributebf-4-3d1' */ '@site/versioned_docs/version-0.91.0/09_contribute.md'), '@site/versioned_docs/version-0.91.0/09_contribute.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/09_contribute.md')],
-  'content---docs-0-91-0-community-get-helpf-7-f-759': [() => import(/* webpackChunkName: 'content---docs-0-91-0-community-get-helpf-7-f-759' */ '@site/versioned_docs/version-0.91.0/09_get-help.md'), '@site/versioned_docs/version-0.91.0/09_get-help.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/09_get-help.md')],
-  'content---docs-0-91-0-concepts-adapter-5-f-9-50c': [() => import(/* webpackChunkName: 'content---docs-0-91-0-concepts-adapter-5-f-9-50c' */ '@site/versioned_docs/version-0.91.0/02_concepts-adapter.md'), '@site/versioned_docs/version-0.91.0/02_concepts-adapter.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/02_concepts-adapter.md')],
-  'content---docs-0-91-0-concepts-data-streams-1-e-3-a74': [() => import(/* webpackChunkName: 'content---docs-0-91-0-concepts-data-streams-1-e-3-a74' */ '@site/versioned_docs/version-0.91.0/02_concepts-data-streams.md'), '@site/versioned_docs/version-0.91.0/02_concepts-data-streams.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/02_concepts-data-streams.md')],
-  'content---docs-0-91-0-concepts-glossary-894-de1': [() => import(/* webpackChunkName: 'content---docs-0-91-0-concepts-glossary-894-de1' */ '@site/versioned_docs/version-0.91.0/02_concepts-glossary.md'), '@site/versioned_docs/version-0.91.0/02_concepts-glossary.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/02_concepts-glossary.md')],
-  'content---docs-0-91-0-concepts-overview-5-a-2-093': [() => import(/* webpackChunkName: 'content---docs-0-91-0-concepts-overview-5-a-2-093' */ '@site/versioned_docs/version-0.91.0/02_concepts-overview.md'), '@site/versioned_docs/version-0.91.0/02_concepts-overview.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/02_concepts-overview.md')],
-  'content---docs-0-91-0-concepts-pipelines-79-a-0b0': [() => import(/* webpackChunkName: 'content---docs-0-91-0-concepts-pipelines-79-a-0b0' */ '@site/versioned_docs/version-0.91.0/02_concepts-pipeline.md'), '@site/versioned_docs/version-0.91.0/02_concepts-pipeline.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/02_concepts-pipeline.md')],
-  'content---docs-0-91-0-debugging-debugging-667-df7': [() => import(/* webpackChunkName: 'content---docs-0-91-0-debugging-debugging-667-df7' */ '@site/versioned_docs/version-0.91.0/08_debugging.md'), '@site/versioned_docs/version-0.91.0/08_debugging.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/08_debugging.md')],
-  'content---docs-0-91-0-debugging-monitoringc-97-22f': [() => import(/* webpackChunkName: 'content---docs-0-91-0-debugging-monitoringc-97-22f' */ '@site/versioned_docs/version-0.91.0/08_monitoring.md'), '@site/versioned_docs/version-0.91.0/08_monitoring.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/08_monitoring.md')],
-  'content---docs-0-91-0-deploy-docker-961-358': [() => import(/* webpackChunkName: 'content---docs-0-91-0-deploy-docker-961-358' */ '@site/versioned_docs/version-0.91.0/05_deploy-docker.md'), '@site/versioned_docs/version-0.91.0/05_deploy-docker.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/05_deploy-docker.md')],
-  'content---docs-0-91-0-deploy-kubernetes-8-e-3-9d1': [() => import(/* webpackChunkName: 'content---docs-0-91-0-deploy-kubernetes-8-e-3-9d1' */ '@site/versioned_docs/version-0.91.0/05_deploy-kubernetes.md'), '@site/versioned_docs/version-0.91.0/05_deploy-kubernetes.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/05_deploy-kubernetes.md')],
-  'content---docs-0-91-0-deploy-securitybda-d51': [() => import(/* webpackChunkName: 'content---docs-0-91-0-deploy-securitybda-d51' */ '@site/versioned_docs/version-0.91.0/05_deploy-security.md'), '@site/versioned_docs/version-0.91.0/05_deploy-security.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/05_deploy-security.md')],
-  'content---docs-0-91-0-deploy-use-ssl-3-fc-775': [() => import(/* webpackChunkName: 'content---docs-0-91-0-deploy-use-ssl-3-fc-775' */ '@site/versioned_docs/version-0.91.0/05_deploy-use-ssl.md'), '@site/versioned_docs/version-0.91.0/05_deploy-use-ssl.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/05_deploy-use-ssl.md')],
-  'content---docs-0-91-0-dev-guide-archetype-159-a78': [() => import(/* webpackChunkName: 'content---docs-0-91-0-dev-guide-archetype-159-a78' */ '@site/versioned_docs/version-0.91.0/dev-guide-archetype.md'), '@site/versioned_docs/version-0.91.0/dev-guide-archetype.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/dev-guide-archetype.md')],
-  'content---docs-0-91-0-dev-guide-sdk-guide-processors-32-b-34c': [() => import(/* webpackChunkName: 'content---docs-0-91-0-dev-guide-sdk-guide-processors-32-b-34c' */ '@site/versioned_docs/version-0.91.0/dev-guide-processor-sdk.md'), '@site/versioned_docs/version-0.91.0/dev-guide-processor-sdk.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/dev-guide-processor-sdk.md')],
-  'content---docs-0-91-0-dev-guide-sdk-guide-sinks-5-b-6-207': [() => import(/* webpackChunkName: 'content---docs-0-91-0-dev-guide-sdk-guide-sinks-5-b-6-207' */ '@site/versioned_docs/version-0.91.0/dev-guide-sink-sdk.md'), '@site/versioned_docs/version-0.91.0/dev-guide-sink-sdk.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/dev-guide-sink-sdk.md')],
-  'content---docs-0-91-0-extend-archetypes-79-c-a95': [() => import(/* webpackChunkName: 'content---docs-0-91-0-extend-archetypes-79-c-a95' */ '@site/versioned_docs/version-0.91.0/06_extend-archetypes.md'), '@site/versioned_docs/version-0.91.0/06_extend-archetypes.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/06_extend-archetypes.md')],
-  'content---docs-0-91-0-extend-cli-235-488': [() => import(/* webpackChunkName: 'content---docs-0-91-0-extend-cli-235-488' */ '@site/versioned_docs/version-0.91.0/06_extend-cli.md'), '@site/versioned_docs/version-0.91.0/06_extend-cli.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/06_extend-cli.md')],
-  'content---docs-0-91-0-extend-first-processora-50-361': [() => import(/* webpackChunkName: 'content---docs-0-91-0-extend-first-processora-50-361' */ '@site/versioned_docs/version-0.91.0/06_extend-first-processor.md'), '@site/versioned_docs/version-0.91.0/06_extend-first-processor.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/06_extend-first-processor.md')],
-  'content---docs-0-91-0-extend-sdk-event-modele-87-c56': [() => import(/* webpackChunkName: 'content---docs-0-91-0-extend-sdk-event-modele-87-c56' */ '@site/versioned_docs/version-0.91.0/06_extend-sdk-event-model.md'), '@site/versioned_docs/version-0.91.0/06_extend-sdk-event-model.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/06_extend-sdk-event-model.md')],
-  'content---docs-0-91-0-extend-sdk-functionsf-95-66a': [() => import(/* webpackChunkName: 'content---docs-0-91-0-extend-sdk-functionsf-95-66a' */ '@site/versioned_docs/version-0.91.0/06_extend-sdk-functions.md'), '@site/versioned_docs/version-0.91.0/06_extend-sdk-functions.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/06_extend-sdk-functions.md')],
-  'content---docs-0-91-0-extend-sdk-migration-service-discovery-070-870': [() => import(/* webpackChunkName: 'content---docs-0-91-0-extend-sdk-migration-service-discovery-070-870' */ '@site/versioned_docs/version-0.91.0/06_extend-sdk-migration-sd.md'), '@site/versioned_docs/version-0.91.0/06_extend-sdk-migration-sd.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/06_extend-sdk-migration-sd.md')],
-  'content---docs-0-91-0-extend-sdk-output-strategiesf-88-863': [() => import(/* webpackChunkName: 'content---docs-0-91-0-extend-sdk-output-strategiesf-88-863' */ '@site/versioned_docs/version-0.91.0/06_extend-sdk-output-strategies.md'), '@site/versioned_docs/version-0.91.0/06_extend-sdk-output-strategies.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/06_extend-sdk-output-strategies.md')],
-  'content---docs-0-91-0-extend-sdk-static-properties-3-e-4-6c9': [() => import(/* webpackChunkName: 'content---docs-0-91-0-extend-sdk-static-properties-3-e-4-6c9' */ '@site/versioned_docs/version-0.91.0/06_extend-sdk-static-properties.md'), '@site/versioned_docs/version-0.91.0/06_extend-sdk-static-properties.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/06_extend-sdk-static-properties.md')],
-  'content---docs-0-91-0-extend-sdk-stream-requirementsef-3-150': [() => import(/* webpackChunkName: 'content---docs-0-91-0-extend-sdk-stream-requirementsef-3-150' */ '@site/versioned_docs/version-0.91.0/06_extend-sdk-stream-requirements.md'), '@site/versioned_docs/version-0.91.0/06_extend-sdk-stream-requirements.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/06_extend-sdk-stream-requirements.md')],
-  'content---docs-0-91-0-extend-setup-223-978': [() => import(/* webpackChunkName: 'content---docs-0-91-0-extend-setup-223-978' */ '@site/versioned_docs/version-0.91.0/06_extend-setup.md'), '@site/versioned_docs/version-0.91.0/06_extend-setup.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/06_extend-setup.md')],
-  'content---docs-0-91-0-extend-tutorial-data-processorsf-46-c6d': [() => import(/* webpackChunkName: 'content---docs-0-91-0-extend-tutorial-data-processorsf-46-c6d' */ '@site/versioned_docs/version-0.91.0/06_extend-tutorial-data-processors.md'), '@site/versioned_docs/version-0.91.0/06_extend-tutorial-data-processors.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/06_extend-tutorial-data-processors.md')],
-  'content---docs-0-91-0-extend-tutorial-data-sinksfde-20d': [() => import(/* webpackChunkName: 'content---docs-0-91-0-extend-tutorial-data-sinksfde-20d' */ '@site/versioned_docs/version-0.91.0/06_extend-tutorial-data-sinks.md'), '@site/versioned_docs/version-0.91.0/06_extend-tutorial-data-sinks.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/06_extend-tutorial-data-sinks.md')],
-  'content---docs-0-91-0-extend-tutorial-data-sourcesf-9-c-cdb': [() => import(/* webpackChunkName: 'content---docs-0-91-0-extend-tutorial-data-sourcesf-9-c-cdb' */ '@site/versioned_docs/version-0.91.0/06_extend-tutorial-data-sources.md'), '@site/versioned_docs/version-0.91.0/06_extend-tutorial-data-sources.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/06_extend-tutorial-data-sources.md')],
-  'content---docs-0-91-0-faq-common-problemsc-91-e1f': [() => import(/* webpackChunkName: 'content---docs-0-91-0-faq-common-problemsc-91-e1f' */ '@site/versioned_docs/version-0.91.0/faq-common-problems.md'), '@site/versioned_docs/version-0.91.0/faq-common-problems.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/faq-common-problems.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-coindeskab-8-343': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-coindeskab-8-343' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-612-b73': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-612-b73' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-gdelte-91-ff9': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-gdelte-91-ff9' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-iex-newse-79-126': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-iex-newse-79-126' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-iex-stocksd-77-9c7': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-iex-stocksd-77-9c7' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-image-set-51-f-68e': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-image-set-51-f-68e' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.image.set.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.image.set.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.image.set.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-image-streama-65-d7f': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-image-streama-65-d7f' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-influxdb-setd-65-016': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-influxdb-setd-65-016' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-influxdb-streamb-34-edd': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-influxdb-streamb-34-edd' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-iss-348-7b9': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-iss-348-7b9' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.iss.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.iss.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.iss.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-mysql-set-81-c-cc8': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-mysql-set-81-c-cc8' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-78-b-ad1': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-78-b-ad1' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-netio-mqttf-7-a-7a5': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-netio-mqttf-7-a-7a5' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-netio-rest-0-fd-8b0': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-netio-rest-0-fd-8b0' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-1-ec-037': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-1-ec-037' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-opcua-3-e-1-5cd': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-opcua-3-e-1-5cd' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.opcua.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.opcua.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.opcua.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbusd-80-6da': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbusd-80-6da' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-75-d-7-3d6': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-75-d-7-3d6' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-rosd-34-cb5': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-rosd-34-cb5' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.ros.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.ros.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.ros.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-331-966': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-331-966' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-35-c-28c': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-35-c-28c' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastreameab-7a2': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastreameab-7a2' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-slack-71-e-80e': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-slack-71-e-80e' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.slack.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.slack.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.slack.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-tie-5-e-b07': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-tie-5-e-b07' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.ti.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.ti.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.ti.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-13-e-4f0': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-13-e-4f0' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-0-d-1-dd0': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-0-d-1-dd0' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-file-8-e-0-263': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-file-8-e-0-263' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-httpade-0e2': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-httpade-0e2' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-28-d-ec4': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-28-d-ec4' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-kafkaea-2-4b1': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-kafkaea-2-4b1' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-mqttb-21-7ed': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-mqttb-21-7ed' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-5-da-7b6': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-5-da-7b6' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processor-geo-flink-664-423': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processor-geo-flink-664-423' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.flink.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.flink.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.flink.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-geocodingc-37-f82': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-geocodingc-37-f82' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-76-e-4c0': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-76-e-4c0' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-7-a-8-edb': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-7-a-8-edb' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classificationc-5-a-2ed': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classificationc-5-a-2ed' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-619-013': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-619-013' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricheree-2-51e': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricheree-2-51e' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-350-6ae': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-350-6ae' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregationf-6-e-5fc': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregationf-6-e-5fc' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-count-159-970': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-count-159-970' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-8-d-7-12c': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-8-d-7-12c' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-ratef-04-184': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-ratef-04-184' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-7-f-6-0c4': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-7-f-6-0c4' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-4-a-9-e75': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-4-a-9-e75' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathopbe-3-6a7': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathopbe-3-6a7' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-0-ec-0af': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-0-ec-0af' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-686-dbb': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-686-dbb' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-6-cd-626': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-6-cd-626' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasureafe-401': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasureafe-401' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-composed-53-366': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-composed-53-366' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-enriche-2-e-2e9': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-enriche-2-e-2e9' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-limit-26-d-382': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-limit-26-d-382' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-merge-7-d-1-dde': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-merge-7-d-1-dde' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-8-c-0-8c3': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-8-c-0-8c3' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-161-e75': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-161-e75' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-project-87-c-126': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-project-87-c-126' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-textfiltercd-9-36c': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-textfiltercd-9-36c' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-thresholdd-28-395': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-thresholdd-28-395' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-81-e-81f': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-81-e-81f' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-2-d-2-38f': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-2-d-2-38f' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-93-c-d13': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-93-c-d13' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-422-533': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-422-533' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speedf-01-55b': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speedf-01-55b' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculatorad-5-5a7': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculatorad-5-5a7' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-84-f-b62': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-84-f-b62' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-173-06c': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-173-06c' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detectionf-2-f-1b1': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detectionf-2-f-1b1' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-6-f-9-014': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-6-f-9-014' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-frequency-91-b-d51': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-frequency-91-b-d51' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-frequencychangebf-9-deb': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-frequencychangebf-9-deb' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-increase-5-d-9-ca7': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-increase-5-d-9-ca7' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.increase.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.increase.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.increase.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-numericalfilterf-28-de0': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-numericalfilterf-28-de0' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-sequence-449-20e': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-sequence-449-20e' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-stop-04-e-791': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-stop-04-e-791' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.stop.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.stop.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.siddhi.stop.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summaryf-67-be4': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summaryf-67-be4' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetectiona-2-e-168': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetectiona-2-e-168' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-flink-wordcountb-8-f-b86': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-flink-wordcountb-8-f-b86' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-1-a-5-bc3': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-1-a-5-bc3' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetectione-2-d-637': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetectione-2-d-637' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-160-30a': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-160-30a' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeechd-81-bae': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeechd-81-bae' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetectionbaa-776': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetectionbaa-776' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizeraf-1-b89': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizeraf-1-b89' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-96-b-b2a': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-96-b-b2a' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-34-f-ac1': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-34-f-ac1' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-6-b-6-8da': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-6-b-6-8da' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-070-6d4': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-070-6d4' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converterad-7-a4e': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converterad-7-a4e' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplateef-0-6f4': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplateef-0-6f4' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-1-da-2e9': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-1-da-2e9' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverterac-2-69a': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverterac-2-69a' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-3-e-6-02a': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-3-e-6-02a' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timerd-3-e-894': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timerd-3-e-894' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-5-a-4-b1c': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-5-a-4-b1c' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-411-138': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-411-138' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadatae-9-a-a8d': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadatae-9-a-a8d' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-valuee-74-94e': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-valuee-74-94e' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-05-d-678': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-05-d-678' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-0-ce-821': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-0-ce-821' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-550-e58': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-550-e58' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-bufferf-66-3b2': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-bufferf-66-3b2' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-615-7ff': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-615-7ff' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-27-c-4a6': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-27-c-4a6' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-1-e-6-07f': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-1-e-6-07f' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-0-fb-f0b': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-0-fb-f0b' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-24-d-feb': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-24-d-feb' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timerd-49-e76': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timerd-49-e76' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-526-c8d': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-526-c8d' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-700-b1c': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-700-b1c' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-protocol-set-fileaa-2-927': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-protocol-set-fileaa-2-927' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.protocol.set.file.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.protocol.set.file.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.protocol.set.file.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-protocol-set-http-886-096': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-protocol-set-http-886-096' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.protocol.set.http.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.protocol.set.http.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.protocol.set.http.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-168-56c': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-168-56c' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-7-e-6-2d0': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-7-e-6-2d0' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-19-f-758': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-19-f-758' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-5-ad-e18': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-5-ad-e18' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-870-013': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-870-013' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-629-c5b': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-629-c5b' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-599-c08': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-599-c08' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-663-898': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-663-898' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-ditto-18-c-723': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-ditto-18-c-723' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.ditto.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.ditto.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.ditto.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearchb-0-c-ca8': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearchb-0-c-ca8' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdbe-86-dbc': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdbe-86-dbc' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-997-304': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-997-304' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdbddf-401': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdbddf-401' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-mysqled-2-63a': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-mysqled-2-63a' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-4-db-867': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-4-db-867' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-6-e-4-81b': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-6-e-4-81b' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboarde-40-2f3': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboarde-40-2f3' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-821-74f': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-821-74f' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-192-605': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-192-605' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-emailb-4-f-f6a': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-emailb-4-f-f6a' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-044-4f0': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-044-4f0' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-378-d42': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-378-d42' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md')],
-  'content---docs-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegrambba-d01': [() => import(/* webpackChunkName: 'content---docs-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegrambba-d01' */ '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md'), '@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md')],
-  'content---docs-0-91-0-privacyb-3-c-43c': [() => import(/* webpackChunkName: 'content---docs-0-91-0-privacyb-3-c-43c' */ '@site/versioned_docs/version-0.91.0/privacy.md'), '@site/versioned_docs/version-0.91.0/privacy.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/privacy.md')],
-  'content---docs-0-91-0-technicals-architecture-015-325': [() => import(/* webpackChunkName: 'content---docs-0-91-0-technicals-architecture-015-325' */ '@site/versioned_docs/version-0.91.0/07_technicals-architecture.md'), '@site/versioned_docs/version-0.91.0/07_technicals-architecture.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/07_technicals-architecture.md')],
-  'content---docs-0-91-0-technicals-configuration-8-d-3-873': [() => import(/* webpackChunkName: 'content---docs-0-91-0-technicals-configuration-8-d-3-873' */ '@site/versioned_docs/version-0.91.0/07_technicals-configuration.md'), '@site/versioned_docs/version-0.91.0/07_technicals-configuration.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/07_technicals-configuration.md')],
-  'content---docs-0-91-0-technicals-messagingd-22-cf1': [() => import(/* webpackChunkName: 'content---docs-0-91-0-technicals-messagingd-22-cf1' */ '@site/versioned_docs/version-0.91.0/07_technicals-messaging.md'), '@site/versioned_docs/version-0.91.0/07_technicals-messaging.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/07_technicals-messaging.md')],
-  'content---docs-0-91-0-technicals-runtime-wrappersb-1-a-700': [() => import(/* webpackChunkName: 'content---docs-0-91-0-technicals-runtime-wrappersb-1-a-700' */ '@site/versioned_docs/version-0.91.0/07_technicals-runtime-wrappers.md'), '@site/versioned_docs/version-0.91.0/07_technicals-runtime-wrappers.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/07_technicals-runtime-wrappers.md')],
-  'content---docs-0-91-0-technicals-user-guidancecbb-9e4': [() => import(/* webpackChunkName: 'content---docs-0-91-0-technicals-user-guidancecbb-9e4' */ '@site/versioned_docs/version-0.91.0/07_technicals-user-guidance.md'), '@site/versioned_docs/version-0.91.0/07_technicals-user-guidance.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/07_technicals-user-guidance.md')],
-  'content---docs-0-91-0-try-installation-334-52f': [() => import(/* webpackChunkName: 'content---docs-0-91-0-try-installation-334-52f' */ '@site/versioned_docs/version-0.91.0/01_try-installation.md'), '@site/versioned_docs/version-0.91.0/01_try-installation.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/01_try-installation.md')],
-  'content---docs-0-91-0-try-tutorial-72-b-ea0': [() => import(/* webpackChunkName: 'content---docs-0-91-0-try-tutorial-72-b-ea0' */ '@site/versioned_docs/version-0.91.0/01_try-tutorial.md'), '@site/versioned_docs/version-0.91.0/01_try-tutorial.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/01_try-tutorial.md')],
-  'content---docs-0-91-0-use-configurationsfca-1a9': [() => import(/* webpackChunkName: 'content---docs-0-91-0-use-configurationsfca-1a9' */ '@site/versioned_docs/version-0.91.0/03_use-configurations.md'), '@site/versioned_docs/version-0.91.0/03_use-configurations.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/03_use-configurations.md')],
-  'content---docs-0-91-0-use-connect-274-870': [() => import(/* webpackChunkName: 'content---docs-0-91-0-use-connect-274-870' */ '@site/versioned_docs/version-0.91.0/03_use-connect.md'), '@site/versioned_docs/version-0.91.0/03_use-connect.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/03_use-connect.md')],
-  'content---docs-0-91-0-use-dashboardd-7-f-31a': [() => import(/* webpackChunkName: 'content---docs-0-91-0-use-dashboardd-7-f-31a' */ '@site/versioned_docs/version-0.91.0/03_use-dashboard.md'), '@site/versioned_docs/version-0.91.0/03_use-dashboard.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/03_use-dashboard.md')],
-  'content---docs-0-91-0-use-data-explorer-956-905': [() => import(/* webpackChunkName: 'content---docs-0-91-0-use-data-explorer-956-905' */ '@site/versioned_docs/version-0.91.0/03_use-data-explorer.md'), '@site/versioned_docs/version-0.91.0/03_use-data-explorer.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/03_use-data-explorer.md')],
-  'content---docs-0-91-0-use-install-pipeline-elementsea-5-bcf': [() => import(/* webpackChunkName: 'content---docs-0-91-0-use-install-pipeline-elementsea-5-bcf' */ '@site/versioned_docs/version-0.91.0/03_use-install-pipeline-elements.md'), '@site/versioned_docs/version-0.91.0/03_use-install-pipeline-elements.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/03_use-install-pipeline-elements.md')],
-  'content---docs-0-91-0-use-managing-pipelinesfd-8-835': [() => import(/* webpackChunkName: 'content---docs-0-91-0-use-managing-pipelinesfd-8-835' */ '@site/versioned_docs/version-0.91.0/03_use-managing-pipelines.md'), '@site/versioned_docs/version-0.91.0/03_use-managing-pipelines.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/03_use-managing-pipelines.md')],
-  'content---docs-0-91-0-use-notifications-2-b-1-2cc': [() => import(/* webpackChunkName: 'content---docs-0-91-0-use-notifications-2-b-1-2cc' */ '@site/versioned_docs/version-0.91.0/03_use-notifications.md'), '@site/versioned_docs/version-0.91.0/03_use-notifications.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/03_use-notifications.md')],
-  'content---docs-0-91-0-use-pipeline-editore-3-d-695': [() => import(/* webpackChunkName: 'content---docs-0-91-0-use-pipeline-editore-3-d-695' */ '@site/versioned_docs/version-0.91.0/03_use-pipeline-editor.md'), '@site/versioned_docs/version-0.91.0/03_use-pipeline-editor.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/03_use-pipeline-editor.md')],
-  'content---docs-0-91-0-user-guide-first-steps-767-bd5': [() => import(/* webpackChunkName: 'content---docs-0-91-0-user-guide-first-steps-767-bd5' */ '@site/versioned_docs/version-0.91.0/user-guide-first-steps.md'), '@site/versioned_docs/version-0.91.0/user-guide-first-steps.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/user-guide-first-steps.md')],
-  'content---docs-0-91-0-user-guide-installation-661-26f': [() => import(/* webpackChunkName: 'content---docs-0-91-0-user-guide-installation-661-26f' */ '@site/versioned_docs/version-0.91.0/user-guide-installation.md'), '@site/versioned_docs/version-0.91.0/user-guide-installation.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/user-guide-installation.md')],
-  'content---docs-0-91-0-user-guide-introduction-83-d-9ff': [() => import(/* webpackChunkName: 'content---docs-0-91-0-user-guide-introduction-83-d-9ff' */ '@site/versioned_docs/version-0.91.0/01_try-overview.md'), '@site/versioned_docs/version-0.91.0/01_try-overview.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/01_try-overview.md')],
-  'content---docs-0-91-0-user-guide-introduction-old-68-e-056': [() => import(/* webpackChunkName: 'content---docs-0-91-0-user-guide-introduction-old-68-e-056' */ '@site/versioned_docs/version-0.91.0/user-guide-introduction.md'), '@site/versioned_docs/version-0.91.0/user-guide-introduction.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/user-guide-introduction.md')],
-  'content---docs-0-91-0-user-guide-software-components-087-d99': [() => import(/* webpackChunkName: 'content---docs-0-91-0-user-guide-software-components-087-d99' */ '@site/versioned_docs/version-0.91.0/user-guide-software-components.md'), '@site/versioned_docs/version-0.91.0/user-guide-software-components.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/user-guide-software-components.md')],
-  'content---docs-0-91-0-user-guide-touraa-9-cc3': [() => import(/* webpackChunkName: 'content---docs-0-91-0-user-guide-touraa-9-cc3' */ '@site/versioned_docs/version-0.91.0/user-guide-tour.md'), '@site/versioned_docs/version-0.91.0/user-guide-tour.md', require.resolveWeak('@site/versioned_docs/version-0.91.0/user-guide-tour.md')],
-  'content---docs-community-contribute-8-f-3-a0e': [() => import(/* webpackChunkName: 'content---docs-community-contribute-8-f-3-a0e' */ '@site/versioned_docs/version-0.92.0/09_contribute.md'), '@site/versioned_docs/version-0.92.0/09_contribute.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/09_contribute.md')],
-  'content---docs-community-get-help-565-d30': [() => import(/* webpackChunkName: 'content---docs-community-get-help-565-d30' */ '@site/versioned_docs/version-0.92.0/09_get-help.md'), '@site/versioned_docs/version-0.92.0/09_get-help.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/09_get-help.md')],
-  'content---docs-concepts-adapter-655-1d3': [() => import(/* webpackChunkName: 'content---docs-concepts-adapter-655-1d3' */ '@site/versioned_docs/version-0.92.0/02_concepts-adapter.md'), '@site/versioned_docs/version-0.92.0/02_concepts-adapter.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/02_concepts-adapter.md')],
-  'content---docs-concepts-data-streamsdc-9-9c5': [() => import(/* webpackChunkName: 'content---docs-concepts-data-streamsdc-9-9c5' */ '@site/versioned_docs/version-0.92.0/02_concepts-data-streams.md'), '@site/versioned_docs/version-0.92.0/02_concepts-data-streams.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/02_concepts-data-streams.md')],
-  'content---docs-concepts-glossary-167-505': [() => import(/* webpackChunkName: 'content---docs-concepts-glossary-167-505' */ '@site/versioned_docs/version-0.92.0/02_concepts-glossary.md'), '@site/versioned_docs/version-0.92.0/02_concepts-glossary.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/02_concepts-glossary.md')],
-  'content---docs-concepts-overview-009-330': [() => import(/* webpackChunkName: 'content---docs-concepts-overview-009-330' */ '@site/versioned_docs/version-0.92.0/02_concepts-overview.md'), '@site/versioned_docs/version-0.92.0/02_concepts-overview.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/02_concepts-overview.md')],
-  'content---docs-concepts-pipelinesf-16-728': [() => import(/* webpackChunkName: 'content---docs-concepts-pipelinesf-16-728' */ '@site/versioned_docs/version-0.92.0/02_concepts-pipeline.md'), '@site/versioned_docs/version-0.92.0/02_concepts-pipeline.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/02_concepts-pipeline.md')],
-  'content---docs-debugging-debuggingcbc-524': [() => import(/* webpackChunkName: 'content---docs-debugging-debuggingcbc-524' */ '@site/versioned_docs/version-0.92.0/08_debugging.md'), '@site/versioned_docs/version-0.92.0/08_debugging.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/08_debugging.md')],
-  'content---docs-debugging-monitoringc-33-cf6': [() => import(/* webpackChunkName: 'content---docs-debugging-monitoringc-33-cf6' */ '@site/versioned_docs/version-0.92.0/08_monitoring.md'), '@site/versioned_docs/version-0.92.0/08_monitoring.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/08_monitoring.md')],
-  'content---docs-deploy-docker-462-56e': [() => import(/* webpackChunkName: 'content---docs-deploy-docker-462-56e' */ '@site/versioned_docs/version-0.92.0/05_deploy-docker.md'), '@site/versioned_docs/version-0.92.0/05_deploy-docker.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/05_deploy-docker.md')],
-  'content---docs-deploy-environment-variables-917-ff5': [() => import(/* webpackChunkName: 'content---docs-deploy-environment-variables-917-ff5' */ '@site/versioned_docs/version-0.92.0/05_deploy-environment-variables.md'), '@site/versioned_docs/version-0.92.0/05_deploy-environment-variables.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/05_deploy-environment-variables.md')],
-  'content---docs-deploy-kubernetesfe-6-bcc': [() => import(/* webpackChunkName: 'content---docs-deploy-kubernetesfe-6-bcc' */ '@site/versioned_docs/version-0.92.0/05_deploy-kubernetes.md'), '@site/versioned_docs/version-0.92.0/05_deploy-kubernetes.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/05_deploy-kubernetes.md')],
-  'content---docs-deploy-security-1-bf-7bf': [() => import(/* webpackChunkName: 'content---docs-deploy-security-1-bf-7bf' */ '@site/versioned_docs/version-0.92.0/05_deploy-security.md'), '@site/versioned_docs/version-0.92.0/05_deploy-security.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/05_deploy-security.md')],
-  'content---docs-deploy-use-ssl-2-e-1-e1e': [() => import(/* webpackChunkName: 'content---docs-deploy-use-ssl-2-e-1-e1e' */ '@site/versioned_docs/version-0.92.0/05_deploy-use-ssl.md'), '@site/versioned_docs/version-0.92.0/05_deploy-use-ssl.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/05_deploy-use-ssl.md')],
-  'content---docs-dev-guide-archetype-59-b-4b6': [() => import(/* webpackChunkName: 'content---docs-dev-guide-archetype-59-b-4b6' */ '@site/versioned_docs/version-0.92.0/dev-guide-archetype.md'), '@site/versioned_docs/version-0.92.0/dev-guide-archetype.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/dev-guide-archetype.md')],
-  'content---docs-dev-guide-introductiona-01-980': [() => import(/* webpackChunkName: 'content---docs-dev-guide-introductiona-01-980' */ '@site/versioned_docs/version-0.92.0/dev-guide-introduction.md'), '@site/versioned_docs/version-0.92.0/dev-guide-introduction.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/dev-guide-introduction.md')],
-  'content---docs-dev-guide-sdk-guide-processors-7-d-3-91f': [() => import(/* webpackChunkName: 'content---docs-dev-guide-sdk-guide-processors-7-d-3-91f' */ '@site/versioned_docs/version-0.92.0/dev-guide-processor-sdk.md'), '@site/versioned_docs/version-0.92.0/dev-guide-processor-sdk.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/dev-guide-processor-sdk.md')],
-  'content---docs-dev-guide-sdk-guide-sinksd-78-075': [() => import(/* webpackChunkName: 'content---docs-dev-guide-sdk-guide-sinksd-78-075' */ '@site/versioned_docs/version-0.92.0/dev-guide-sink-sdk.md'), '@site/versioned_docs/version-0.92.0/dev-guide-sink-sdk.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/dev-guide-sink-sdk.md')],
-  'content---docs-extend-archetypesd-6-d-afc': [() => import(/* webpackChunkName: 'content---docs-extend-archetypesd-6-d-afc' */ '@site/versioned_docs/version-0.92.0/06_extend-archetypes.md'), '@site/versioned_docs/version-0.92.0/06_extend-archetypes.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/06_extend-archetypes.md')],
-  'content---docs-extend-cli-052-e7c': [() => import(/* webpackChunkName: 'content---docs-extend-cli-052-e7c' */ '@site/versioned_docs/version-0.92.0/06_extend-cli.md'), '@site/versioned_docs/version-0.92.0/06_extend-cli.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/06_extend-cli.md')],
-  'content---docs-extend-first-processorfff-f12': [() => import(/* webpackChunkName: 'content---docs-extend-first-processorfff-f12' */ '@site/versioned_docs/version-0.92.0/06_extend-first-processor.md'), '@site/versioned_docs/version-0.92.0/06_extend-first-processor.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/06_extend-first-processor.md')],
-  'content---docs-extend-sdk-event-model-415-8a0': [() => import(/* webpackChunkName: 'content---docs-extend-sdk-event-model-415-8a0' */ '@site/versioned_docs/version-0.92.0/06_extend-sdk-event-model.md'), '@site/versioned_docs/version-0.92.0/06_extend-sdk-event-model.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/06_extend-sdk-event-model.md')],
-  'content---docs-extend-sdk-functions-3-a-5-83b': [() => import(/* webpackChunkName: 'content---docs-extend-sdk-functions-3-a-5-83b' */ '@site/versioned_docs/version-0.92.0/06_extend-sdk-functions.md'), '@site/versioned_docs/version-0.92.0/06_extend-sdk-functions.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/06_extend-sdk-functions.md')],
-  'content---docs-extend-sdk-migration-service-discoveryba-2-100': [() => import(/* webpackChunkName: 'content---docs-extend-sdk-migration-service-discoveryba-2-100' */ '@site/versioned_docs/version-0.92.0/06_extend-sdk-migration-sd.md'), '@site/versioned_docs/version-0.92.0/06_extend-sdk-migration-sd.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/06_extend-sdk-migration-sd.md')],
-  'content---docs-extend-sdk-output-strategiescb-4-312': [() => import(/* webpackChunkName: 'content---docs-extend-sdk-output-strategiescb-4-312' */ '@site/versioned_docs/version-0.92.0/06_extend-sdk-output-strategies.md'), '@site/versioned_docs/version-0.92.0/06_extend-sdk-output-strategies.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/06_extend-sdk-output-strategies.md')],
-  'content---docs-extend-sdk-static-properties-551-c27': [() => import(/* webpackChunkName: 'content---docs-extend-sdk-static-properties-551-c27' */ '@site/versioned_docs/version-0.92.0/06_extend-sdk-static-properties.md'), '@site/versioned_docs/version-0.92.0/06_extend-sdk-static-properties.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/06_extend-sdk-static-properties.md')],
-  'content---docs-extend-sdk-stream-requirementsb-59-d56': [() => import(/* webpackChunkName: 'content---docs-extend-sdk-stream-requirementsb-59-d56' */ '@site/versioned_docs/version-0.92.0/06_extend-sdk-stream-requirements.md'), '@site/versioned_docs/version-0.92.0/06_extend-sdk-stream-requirements.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/06_extend-sdk-stream-requirements.md')],
-  'content---docs-extend-setupca-8-ed8': [() => import(/* webpackChunkName: 'content---docs-extend-setupca-8-ed8' */ '@site/versioned_docs/version-0.92.0/06_extend-setup.md'), '@site/versioned_docs/version-0.92.0/06_extend-setup.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/06_extend-setup.md')],
-  'content---docs-extend-tutorial-data-processorsa-3-a-37e': [() => import(/* webpackChunkName: 'content---docs-extend-tutorial-data-processorsa-3-a-37e' */ '@site/versioned_docs/version-0.92.0/06_extend-tutorial-data-processors.md'), '@site/versioned_docs/version-0.92.0/06_extend-tutorial-data-processors.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/06_extend-tutorial-data-processors.md')],
-  'content---docs-extend-tutorial-data-sinks-158-028': [() => import(/* webpackChunkName: 'content---docs-extend-tutorial-data-sinks-158-028' */ '@site/versioned_docs/version-0.92.0/06_extend-tutorial-data-sinks.md'), '@site/versioned_docs/version-0.92.0/06_extend-tutorial-data-sinks.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/06_extend-tutorial-data-sinks.md')],
-  'content---docs-extend-tutorial-data-sourcesd-42-39a': [() => import(/* webpackChunkName: 'content---docs-extend-tutorial-data-sourcesd-42-39a' */ '@site/versioned_docs/version-0.92.0/06_extend-tutorial-data-sources.md'), '@site/versioned_docs/version-0.92.0/06_extend-tutorial-data-sources.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/06_extend-tutorial-data-sources.md')],
-  'content---docs-faq-common-problems-9-bf-c5b': [() => import(/* webpackChunkName: 'content---docs-faq-common-problems-9-bf-c5b' */ '@site/versioned_docs/version-0.92.0/faq-common-problems.md'), '@site/versioned_docs/version-0.92.0/faq-common-problems.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/faq-common-problems.md')],
-  'content---docs-introductionf-34-23f': [() => import(/* webpackChunkName: 'content---docs-introductionf-34-23f' */ '@site/versioned_docs/version-0.92.0/02_introduction.md'), '@site/versioned_docs/version-0.92.0/02_introduction.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/02_introduction.md')],
-  'content---docs-licensec-3-c-39e': [() => import(/* webpackChunkName: 'content---docs-licensec-3-c-39e' */ '@site/versioned_docs/version-0.92.0/license.md'), '@site/versioned_docs/version-0.92.0/license.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/license.md')],
-  'content---docs-next-community-contribute-49-a-1b7': [() => import(/* webpackChunkName: 'content---docs-next-community-contribute-49-a-1b7' */ '@site/../docs/09_contribute.md'), '@site/../docs/09_contribute.md', require.resolveWeak('@site/../docs/09_contribute.md')],
-  'content---docs-next-community-get-helpdef-41a': [() => import(/* webpackChunkName: 'content---docs-next-community-get-helpdef-41a' */ '@site/../docs/09_get-help.md'), '@site/../docs/09_get-help.md', require.resolveWeak('@site/../docs/09_get-help.md')],
-  'content---docs-next-concepts-adapter-12-e-9eb': [() => import(/* webpackChunkName: 'content---docs-next-concepts-adapter-12-e-9eb' */ '@site/../docs/02_concepts-adapter.md'), '@site/../docs/02_concepts-adapter.md', require.resolveWeak('@site/../docs/02_concepts-adapter.md')],
-  'content---docs-next-concepts-data-streams-29-d-af6': [() => import(/* webpackChunkName: 'content---docs-next-concepts-data-streams-29-d-af6' */ '@site/../docs/02_concepts-data-streams.md'), '@site/../docs/02_concepts-data-streams.md', require.resolveWeak('@site/../docs/02_concepts-data-streams.md')],
-  'content---docs-next-concepts-glossaryf-71-b26': [() => import(/* webpackChunkName: 'content---docs-next-concepts-glossaryf-71-b26' */ '@site/../docs/02_concepts-glossary.md'), '@site/../docs/02_concepts-glossary.md', require.resolveWeak('@site/../docs/02_concepts-glossary.md')],
-  'content---docs-next-concepts-overviewa-88-667': [() => import(/* webpackChunkName: 'content---docs-next-concepts-overviewa-88-667' */ '@site/../docs/02_concepts-overview.md'), '@site/../docs/02_concepts-overview.md', require.resolveWeak('@site/../docs/02_concepts-overview.md')],
-  'content---docs-next-concepts-pipelinescb-9-a1b': [() => import(/* webpackChunkName: 'content---docs-next-concepts-pipelinescb-9-a1b' */ '@site/../docs/02_concepts-pipeline.md'), '@site/../docs/02_concepts-pipeline.md', require.resolveWeak('@site/../docs/02_concepts-pipeline.md')],
-  'content---docs-next-debugging-debugginged-4-2a8': [() => import(/* webpackChunkName: 'content---docs-next-debugging-debugginged-4-2a8' */ '@site/../docs/08_debugging.md'), '@site/../docs/08_debugging.md', require.resolveWeak('@site/../docs/08_debugging.md')],
-  'content---docs-next-debugging-monitoringb-24-3d4': [() => import(/* webpackChunkName: 'content---docs-next-debugging-monitoringb-24-3d4' */ '@site/../docs/08_monitoring.md'), '@site/../docs/08_monitoring.md', require.resolveWeak('@site/../docs/08_monitoring.md')],
-  'content---docs-next-deploy-docker-6-ce-cbb': [() => import(/* webpackChunkName: 'content---docs-next-deploy-docker-6-ce-cbb' */ '@site/../docs/05_deploy-docker.md'), '@site/../docs/05_deploy-docker.md', require.resolveWeak('@site/../docs/05_deploy-docker.md')],
-  'content---docs-next-deploy-environment-variables-8-a-7-482': [() => import(/* webpackChunkName: 'content---docs-next-deploy-environment-variables-8-a-7-482' */ '@site/../docs/05_deploy-environment-variables.md'), '@site/../docs/05_deploy-environment-variables.md', require.resolveWeak('@site/../docs/05_deploy-environment-variables.md')],
-  'content---docs-next-deploy-kubernetes-27-a-811': [() => import(/* webpackChunkName: 'content---docs-next-deploy-kubernetes-27-a-811' */ '@site/../docs/05_deploy-kubernetes.md'), '@site/../docs/05_deploy-kubernetes.md', require.resolveWeak('@site/../docs/05_deploy-kubernetes.md')],
-  'content---docs-next-deploy-security-72-d-496': [() => import(/* webpackChunkName: 'content---docs-next-deploy-security-72-d-496' */ '@site/../docs/05_deploy-security.md'), '@site/../docs/05_deploy-security.md', require.resolveWeak('@site/../docs/05_deploy-security.md')],
-  'content---docs-next-deploy-use-ssl-1-d-7-6ae': [() => import(/* webpackChunkName: 'content---docs-next-deploy-use-ssl-1-d-7-6ae' */ '@site/../docs/05_deploy-use-ssl.md'), '@site/../docs/05_deploy-use-ssl.md', require.resolveWeak('@site/../docs/05_deploy-use-ssl.md')],
-  'content---docs-next-extend-archetypesad-6-b01': [() => import(/* webpackChunkName: 'content---docs-next-extend-archetypesad-6-b01' */ '@site/../docs/06_extend-archetypes.md'), '@site/../docs/06_extend-archetypes.md', require.resolveWeak('@site/../docs/06_extend-archetypes.md')],
-  'content---docs-next-extend-cli-983-36d': [() => import(/* webpackChunkName: 'content---docs-next-extend-cli-983-36d' */ '@site/../docs/06_extend-cli.md'), '@site/../docs/06_extend-cli.md', require.resolveWeak('@site/../docs/06_extend-cli.md')],
-  'content---docs-next-extend-first-processor-1-aa-03f': [() => import(/* webpackChunkName: 'content---docs-next-extend-first-processor-1-aa-03f' */ '@site/../docs/06_extend-first-processor.md'), '@site/../docs/06_extend-first-processor.md', require.resolveWeak('@site/../docs/06_extend-first-processor.md')],
-  'content---docs-next-extend-sdk-event-model-075-94c': [() => import(/* webpackChunkName: 'content---docs-next-extend-sdk-event-model-075-94c' */ '@site/../docs/06_extend-sdk-event-model.md'), '@site/../docs/06_extend-sdk-event-model.md', require.resolveWeak('@site/../docs/06_extend-sdk-event-model.md')],
-  'content---docs-next-extend-sdk-functionse-7-d-871': [() => import(/* webpackChunkName: 'content---docs-next-extend-sdk-functionse-7-d-871' */ '@site/../docs/06_extend-sdk-functions.md'), '@site/../docs/06_extend-sdk-functions.md', require.resolveWeak('@site/../docs/06_extend-sdk-functions.md')],
-  'content---docs-next-extend-sdk-migration-service-discovery-94-c-6f8': [() => import(/* webpackChunkName: 'content---docs-next-extend-sdk-migration-service-discovery-94-c-6f8' */ '@site/../docs/06_extend-sdk-migration-sd.md'), '@site/../docs/06_extend-sdk-migration-sd.md', require.resolveWeak('@site/../docs/06_extend-sdk-migration-sd.md')],
-  'content---docs-next-extend-sdk-output-strategies-547-f79': [() => import(/* webpackChunkName: 'content---docs-next-extend-sdk-output-strategies-547-f79' */ '@site/../docs/06_extend-sdk-output-strategies.md'), '@site/../docs/06_extend-sdk-output-strategies.md', require.resolveWeak('@site/../docs/06_extend-sdk-output-strategies.md')],
-  'content---docs-next-extend-sdk-static-propertiesaeb-f0d': [() => import(/* webpackChunkName: 'content---docs-next-extend-sdk-static-propertiesaeb-f0d' */ '@site/../docs/06_extend-sdk-static-properties.md'), '@site/../docs/06_extend-sdk-static-properties.md', require.resolveWeak('@site/../docs/06_extend-sdk-static-properties.md')],
-  'content---docs-next-extend-sdk-stream-requirements-176-719': [() => import(/* webpackChunkName: 'content---docs-next-extend-sdk-stream-requirements-176-719' */ '@site/../docs/06_extend-sdk-stream-requirements.md'), '@site/../docs/06_extend-sdk-stream-requirements.md', require.resolveWeak('@site/../docs/06_extend-sdk-stream-requirements.md')],
-  'content---docs-next-extend-setup-7-ee-27d': [() => import(/* webpackChunkName: 'content---docs-next-extend-setup-7-ee-27d' */ '@site/../docs/06_extend-setup.md'), '@site/../docs/06_extend-setup.md', require.resolveWeak('@site/../docs/06_extend-setup.md')],
-  'content---docs-next-extend-tutorial-data-processorsa-57-765': [() => import(/* webpackChunkName: 'content---docs-next-extend-tutorial-data-processorsa-57-765' */ '@site/../docs/06_extend-tutorial-data-processors.md'), '@site/../docs/06_extend-tutorial-data-processors.md', require.resolveWeak('@site/../docs/06_extend-tutorial-data-processors.md')],
-  'content---docs-next-extend-tutorial-data-sinks-954-9bd': [() => import(/* webpackChunkName: 'content---docs-next-extend-tutorial-data-sinks-954-9bd' */ '@site/../docs/06_extend-tutorial-data-sinks.md'), '@site/../docs/06_extend-tutorial-data-sinks.md', require.resolveWeak('@site/../docs/06_extend-tutorial-data-sinks.md')],
-  'content---docs-next-extend-tutorial-data-sources-120-2bc': [() => import(/* webpackChunkName: 'content---docs-next-extend-tutorial-data-sources-120-2bc' */ '@site/../docs/06_extend-tutorial-data-sources.md'), '@site/../docs/06_extend-tutorial-data-sources.md', require.resolveWeak('@site/../docs/06_extend-tutorial-data-sources.md')],
-  'content---docs-next-faq-common-problemsaa-1-b95': [() => import(/* webpackChunkName: 'content---docs-next-faq-common-problemsaa-1-b95' */ '@site/../docs/faq-common-problems.md'), '@site/../docs/faq-common-problems.md', require.resolveWeak('@site/../docs/faq-common-problems.md')],
-  'content---docs-next-introduction-9-b-6-caf': [() => import(/* webpackChunkName: 'content---docs-next-introduction-9-b-6-caf' */ '@site/../docs/02_introduction.md'), '@site/../docs/02_introduction.md', require.resolveWeak('@site/../docs/02_introduction.md')],
-  'content---docs-next-licensea-35-262': [() => import(/* webpackChunkName: 'content---docs-next-licensea-35-262' */ '@site/../docs/license.md'), '@site/../docs/license.md', require.resolveWeak('@site/../docs/license.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-coindesk-9-dd-370': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-coindesk-9-dd-370' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.coindesk.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.coindesk.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.coindesk.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-flic-mqtt-15-e-826': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-flic-mqtt-15-e-826' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-gdelt-787-bfb': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-gdelt-787-bfb' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.gdelt.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.gdelt.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.gdelt.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-iex-newsea-8-f2f': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-iex-newsea-8-f2f' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.iex.news.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.iex.news.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.iex.news.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-iex-stocksc-9-e-219': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-iex-stocksc-9-e-219' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.iex.stocks.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.iex.stocks.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.iex.stocks.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-image-set-229-1eb': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-image-set-229-1eb' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.image.set.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.image.set.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.image.set.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-image-stream-2-fb-d40': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-image-stream-2-fb-d40' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.image.stream.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.image.stream.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.image.stream.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-influxdb-set-02-f-c19': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-influxdb-set-02-f-c19' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.influxdb.set.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.influxdb.set.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.influxdb.set.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-influxdb-stream-630-e45': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-influxdb-stream-630-e45' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-isscb-5-2a1': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-isscb-5-2a1' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.iss.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.iss.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.iss.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-mysql-setb-68-8d7': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-mysql-setb-68-8d7' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.mysql.set.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.mysql.set.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.mysql.set.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-mysql-stream-775-fff': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-mysql-stream-775-fff' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.mysql.stream.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.mysql.stream.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.mysql.stream.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-netio-mqtt-16-a-970': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-netio-mqtt-16-a-970' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-netio-rest-14-a-351': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-netio-rest-14-a-351' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.netio.rest.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.netio.rest.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.netio.rest.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcameraf-4-b-6f8': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcameraf-4-b-6f8' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-opcua-261-c46': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-opcua-261-c46' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.opcua.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.opcua.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.opcua.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbusbf-4-75a': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbusbf-4-75a' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-a-7-f-f6e': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-a-7-f-f6e' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-ros-1-c-9-314': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-ros-1-c-9-314' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.ros.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.ros.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.ros.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-simulator-machine-746-2fa': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-simulator-machine-746-2fa' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.simulator.machine.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.simulator.machine.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.simulator.machine.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-simulator-randomdatasetcff-fb4': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-simulator-randomdatasetcff-fb4' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastreame-4-e-feb': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastreame-4-e-feb' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-slack-0-c-0-f38': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-slack-0-c-0-f38' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.slack.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.slack.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.slack.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-ti-601-feb': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-ti-601-feb' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.ti.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.ti.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.ti.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-79-d-7db': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-79-d-7db' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-adapters-wikipedia-new-5-ab-98c': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-adapters-wikipedia-new-5-ab-98c' */ '@site/../docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md'), '@site/../docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-filefdb-d13': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-filefdb-d13' */ '@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.file.md'), '@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.file.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.file.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-httpd-7-f-0bd': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-httpd-7-f-0bd' */ '@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.http.md'), '@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.http.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.http.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-httpservera-8-f-2c4': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-httpservera-8-f-2c4' */ '@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md'), '@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-kafkab-90-a51': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-kafkab-90-a51' */ '@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.kafka.md'), '@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.kafka.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.kafka.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-mqttffe-32d': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-mqttffe-32d' */ '@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md'), '@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md')],
-  'content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-pulsar-3-de-9c9': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-pulsar-3-de-9c9' */ '@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md'), '@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md')],
-  'content---docs-next-pe-org-apache-streampipes-processor-geo-flinkf-13-0d3': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processor-geo-flinkf-13-0d3' */ '@site/../docs/pe/org.apache.streampipes.processor.geo.flink.md'), '@site/../docs/pe/org.apache.streampipes.processor.geo.flink.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processor.geo.flink.md')],
-  'content---docs-next-pe-org-apache-streampipes-processor-geo-jvm-geocodinge-6-c-f49': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processor-geo-jvm-geocodinge-6-c-f49' */ '@site/../docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md'), '@site/../docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md')],
-  'content---docs-next-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-5-e-7-1f6': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-5-e-7-1f6' */ '@site/../docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md'), '@site/../docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md')],
-  'content---docs-next-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-683-63c': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-683-63c' */ '@site/../docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md'), '@site/../docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md')],
-  'content---docs-next-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-11-b-cbe': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-11-b-cbe' */ '@site/../docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md'), '@site/../docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md')],
-  'content---docs-next-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-420-89e': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-420-89e' */ '@site/../docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md'), '@site/../docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md')],
-  'content---docs-next-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-516-eb0': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-516-eb0' */ '@site/../docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md'), '@site/../docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md')],
-  'content---docs-next-pe-org-apache-streampipes-processor-imageclassification-qrcode-9-cc-2b0': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processor-imageclassification-qrcode-9-cc-2b0' */ '@site/../docs/pe/org.apache.streampipes.processor.imageclassification.qrcode.md'), '@site/../docs/pe/org.apache.streampipes.processor.imageclassification.qrcode.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processor.imageclassification.qrcode.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-aggregation-flink-aggregationd-3-f-a43': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-aggregation-flink-aggregationd-3-f-a43' */ '@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md'), '@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-aggregation-flink-count-540-3ef': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-aggregation-flink-count-540-3ef' */ '@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.count.md'), '@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.count.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.count.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-aggregation-flink-eventcountfdf-81f': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-aggregation-flink-eventcountfdf-81f' */ '@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md'), '@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-aggregation-flink-rate-0-d-2-3a6': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-aggregation-flink-rate-0-d-2-3a6' */ '@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.rate.md'), '@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.rate.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.aggregation.flink.rate.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-2-d-5-457': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-2-d-5-457' */ '@site/../docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md'), '@site/../docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-6-c-3-ee7': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-6-c-3-ee7' */ '@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md'), '@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-6-f-1-22d': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-6-f-1-22d' */ '@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md'), '@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometryeaf-63b': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometryeaf-63b' */ '@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md'), '@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencinga-40-5d6': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencinga-40-5d6' */ '@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md'), '@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-enricher-flink-timestampbbe-fe5': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-enricher-flink-timestampbbe-fe5' */ '@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md'), '@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-5-b-1-6f4': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-5-b-1-6f4' */ '@site/../docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md'), '@site/../docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-compose-433-d47': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-compose-433-d47' */ '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.compose.md'), '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.compose.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.compose.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-enrich-59-c-90e': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-enrich-59-c-90e' */ '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.enrich.md'), '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.enrich.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.enrich.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-limitfab-31b': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-limitfab-31b' */ '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.limit.md'), '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.limit.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.limit.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-merge-8-ba-afa': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-merge-8-ba-afa' */ '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.merge.md'), '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.merge.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.merge.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-numericalfilterfab-e93': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-numericalfilterfab-e93' */ '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md'), '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-982-587': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-982-587' */ '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md'), '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-projectc-53-53e': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-projectc-53-53e' */ '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.project.md'), '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.project.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.project.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-textfiltere-83-973': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-textfiltere-83-973' */ '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md'), '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-threshold-204-770': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-threshold-204-770' */ '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.threshold.md'), '@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.threshold.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.filters.jvm.threshold.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-902-467': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-902-467' */ '@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md'), '@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-314-9c6': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-314-9c6' */ '@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md'), '@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-233-ba9': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-233-ba9' */ '@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md'), '@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculatorb-7-b-6d9': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculatorb-7-b-6d9' */ '@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md'), '@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-68-c-470': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-68-c-470' */ '@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md'), '@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculatorc-99-1b8': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculatorc-99-1b8' */ '@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md'), '@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-102-81d': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-102-81d' */ '@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md'), '@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-pattern-detection-flink-and-44-f-b9d': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-pattern-detection-flink-and-44-f-b9d' */ '@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md'), '@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detectione-1-d-d02': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detectione-1-d-d02' */ '@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md'), '@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-24-c-040': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-24-c-040' */ '@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md'), '@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-siddhi-frequencyc-95-dff': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-siddhi-frequencyc-95-dff' */ '@site/../docs/pe/org.apache.streampipes.processors.siddhi.frequency.md'), '@site/../docs/pe/org.apache.streampipes.processors.siddhi.frequency.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.siddhi.frequency.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-siddhi-frequencychangeb-53-c7c': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-siddhi-frequencychangeb-53-c7c' */ '@site/../docs/pe/org.apache.streampipes.processors.siddhi.frequencychange.md'), '@site/../docs/pe/org.apache.streampipes.processors.siddhi.frequencychange.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.siddhi.frequencychange.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-siddhi-increase-78-d-e3f': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-siddhi-increase-78-d-e3f' */ '@site/../docs/pe/org.apache.streampipes.processors.siddhi.increase.md'), '@site/../docs/pe/org.apache.streampipes.processors.siddhi.increase.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.siddhi.increase.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-siddhi-numericalfilter-89-a-b5b': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-siddhi-numericalfilter-89-a-b5b' */ '@site/../docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md'), '@site/../docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-siddhi-sequence-532-6bc': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-siddhi-sequence-532-6bc' */ '@site/../docs/pe/org.apache.streampipes.processors.siddhi.sequence.md'), '@site/../docs/pe/org.apache.streampipes.processors.siddhi.sequence.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.siddhi.sequence.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-siddhi-stop-13-e-7e3': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-siddhi-stop-13-e-7e3' */ '@site/../docs/pe/org.apache.streampipes.processors.siddhi.stop.md'), '@site/../docs/pe/org.apache.streampipes.processors.siddhi.stop.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.siddhi.stop.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-statistics-flink-statistics-summaryb-05-2d9': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-statistics-flink-statistics-summaryb-05-2d9' */ '@site/../docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md'), '@site/../docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-textmining-flink-languagedetectionaa-1-99d': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-textmining-flink-languagedetectionaa-1-99d' */ '@site/../docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md'), '@site/../docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-textmining-flink-wordcounte-5-b-165': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-textmining-flink-wordcounte-5-b-165' */ '@site/../docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md'), '@site/../docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-chunker-211-e9e': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-chunker-211-e9e' */ '@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md'), '@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-languagedetectiona-31-7ad': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-languagedetectiona-31-7ad' */ '@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md'), '@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-namefindere-4-d-7e0': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-namefindere-4-d-7e0' */ '@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md'), '@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-2-ab-704': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-2-ab-704' */ '@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md'), '@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-474-cfc': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-474-cfc' */ '@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md'), '@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-06-a-a5b': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-06-a-a5b' */ '@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md'), '@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-field-converterd-6-f-d85': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-field-converterd-6-f-d85' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-87-b-b8e': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-87-b-b8e' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-field-renamerb-0-d-b4b': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-field-renamerb-0-d-b4b' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-2-d-3-072': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-2-d-3-072' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-582-882': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-582-882' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-85-d-e28': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-85-d-e28' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-8-ec-411': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-8-ec-411' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-0-bd-69c': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-0-bd-69c' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-334-235': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-334-235' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-7-fa-68c': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-7-fa-68c' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-changed-valuec-01-77b': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-changed-valuec-01-77b' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-count-array-69-d-ec8': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-count-array-69-d-ec8' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-9-b-3-644': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-9-b-3-644' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-duration-valueb-86-d27': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-duration-valueb-86-d27' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-65-c-2ed': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-65-c-2ed' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-440-622': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-440-622' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-945-7e3': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-945-7e3' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-1-d-7-0e9': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-1-d-7-0e9' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-2-e-9-fdc': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-2-e-9-fdc' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-073-35f': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-073-35f' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractorbe-2-5eb': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractorbe-2-5eb' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-split-arraya-82-eda': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-split-arraya-82-eda' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-1-c-2-0d4': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-1-c-2-0d4' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-2-ef-056': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-2-ef-056' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-544-383': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-544-383' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md')],
-  'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-492-d19': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-492-d19' */ '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md'), '@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md')],
-  'content---docs-next-pe-org-apache-streampipes-protocol-set-file-4-ea-f49': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-protocol-set-file-4-ea-f49' */ '@site/../docs/pe/org.apache.streampipes.protocol.set.file.md'), '@site/../docs/pe/org.apache.streampipes.protocol.set.file.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.protocol.set.file.md')],
-  'content---docs-next-pe-org-apache-streampipes-protocol-set-http-6-fa-0eb': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-protocol-set-http-6-fa-0eb' */ '@site/../docs/pe/org.apache.streampipes.protocol.set.http.md'), '@site/../docs/pe/org.apache.streampipes.protocol.set.http.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.protocol.set.http.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrestc-33-e77': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrestc-33-e77' */ '@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md'), '@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-jmsb-50-ba4': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-jmsb-50-ba4' */ '@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md'), '@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-269-7d7': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-269-7d7' */ '@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md'), '@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-nats-5-cd-2c4': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-nats-5-cd-2c4' */ '@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md'), '@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-pulsara-1-f-788': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-pulsara-1-f-788' */ '@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md'), '@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-47-a-509': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-47-a-509' */ '@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md'), '@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-restdb-7-cca': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-restdb-7-cca' */ '@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md'), '@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-databases-dittoaf-1-dd0': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-databases-dittoaf-1-dd0' */ '@site/../docs/pe/org.apache.streampipes.sinks.databases.ditto.md'), '@site/../docs/pe/org.apache.streampipes.sinks.databases.ditto.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.databases.ditto.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-3-ed-68f': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-3-ed-68f' */ '@site/../docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md'), '@site/../docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-878-d69': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-878-d69' */ '@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md'), '@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-influxdba-66-bd7': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-influxdba-66-bd7' */ '@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md'), '@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-811-dbf': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-811-dbf' */ '@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md'), '@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-mysql-9-f-9-bb0': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-mysql-9-f-9-bb0' */ '@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md'), '@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-opcuaf-32-47b': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-opcuaf-32-47b' */ '@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md'), '@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-postgresqlf-7-c-972': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-postgresqlf-7-c-972' */ '@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md'), '@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-88-a-ff5': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-88-a-ff5' */ '@site/../docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md'), '@site/../docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-internal-jvm-datalakec-85-1e6': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-internal-jvm-datalakec-85-1e6' */ '@site/../docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md'), '@site/../docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-internal-jvm-notification-697-0a2': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-internal-jvm-notification-697-0a2' */ '@site/../docs/pe/org.apache.streampipes.sinks.internal.jvm.notification.md'), '@site/../docs/pe/org.apache.streampipes.sinks.internal.jvm.notification.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.internal.jvm.notification.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-notifications-jvm-emailb-88-8a8': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-notifications-jvm-emailb-88-8a8' */ '@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.email.md'), '@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.email.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.email.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-180-16a': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-180-16a' */ '@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md'), '@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-notifications-jvm-slacka-63-49a': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-notifications-jvm-slacka-63-49a' */ '@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md'), '@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md')],
-  'content---docs-next-pe-org-apache-streampipes-sinks-notifications-jvm-telegramd-11-3b1': [() => import(/* webpackChunkName: 'content---docs-next-pe-org-apache-streampipes-sinks-notifications-jvm-telegramd-11-3b1' */ '@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md'), '@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md', require.resolveWeak('@site/../docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md')],
-  'content---docs-next-privacy-59-d-580': [() => import(/* webpackChunkName: 'content---docs-next-privacy-59-d-580' */ '@site/../docs/privacy.md'), '@site/../docs/privacy.md', require.resolveWeak('@site/../docs/privacy.md')],
-  'content---docs-next-technicals-architecture-9-cd-15c': [() => import(/* webpackChunkName: 'content---docs-next-technicals-architecture-9-cd-15c' */ '@site/../docs/07_technicals-architecture.md'), '@site/../docs/07_technicals-architecture.md', require.resolveWeak('@site/../docs/07_technicals-architecture.md')],
-  'content---docs-next-technicals-configuration-737-230': [() => import(/* webpackChunkName: 'content---docs-next-technicals-configuration-737-230' */ '@site/../docs/07_technicals-configuration.md'), '@site/../docs/07_technicals-configuration.md', require.resolveWeak('@site/../docs/07_technicals-configuration.md')],
-  'content---docs-next-technicals-messaginge-11-106': [() => import(/* webpackChunkName: 'content---docs-next-technicals-messaginge-11-106' */ '@site/../docs/07_technicals-messaging.md'), '@site/../docs/07_technicals-messaging.md', require.resolveWeak('@site/../docs/07_technicals-messaging.md')],
-  'content---docs-next-technicals-runtime-wrappers-307-a9a': [() => import(/* webpackChunkName: 'content---docs-next-technicals-runtime-wrappers-307-a9a' */ '@site/../docs/07_technicals-runtime-wrappers.md'), '@site/../docs/07_technicals-runtime-wrappers.md', require.resolveWeak('@site/../docs/07_technicals-runtime-wrappers.md')],
-  'content---docs-next-technicals-user-guidance-84-f-73a': [() => import(/* webpackChunkName: 'content---docs-next-technicals-user-guidance-84-f-73a' */ '@site/../docs/07_technicals-user-guidance.md'), '@site/../docs/07_technicals-user-guidance.md', require.resolveWeak('@site/../docs/07_technicals-user-guidance.md')],
-  'content---docs-next-try-installation-492-2cb': [() => import(/* webpackChunkName: 'content---docs-next-try-installation-492-2cb' */ '@site/../docs/01_try-installation.md'), '@site/../docs/01_try-installation.md', require.resolveWeak('@site/../docs/01_try-installation.md')],
-  'content---docs-next-try-tutorialfae-72f': [() => import(/* webpackChunkName: 'content---docs-next-try-tutorialfae-72f' */ '@site/../docs/01_try-tutorial.md'), '@site/../docs/01_try-tutorial.md', require.resolveWeak('@site/../docs/01_try-tutorial.md')],
-  'content---docs-next-use-configurations-03-d-679': [() => import(/* webpackChunkName: 'content---docs-next-use-configurations-03-d-679' */ '@site/../docs/03_use-configurations.md'), '@site/../docs/03_use-configurations.md', require.resolveWeak('@site/../docs/03_use-configurations.md')],
-  'content---docs-next-use-connect-0-df-f3d': [() => import(/* webpackChunkName: 'content---docs-next-use-connect-0-df-f3d' */ '@site/../docs/03_use-connect.md'), '@site/../docs/03_use-connect.md', require.resolveWeak('@site/../docs/03_use-connect.md')],
-  'content---docs-next-use-dashboardd-43-f83': [() => import(/* webpackChunkName: 'content---docs-next-use-dashboardd-43-f83' */ '@site/../docs/03_use-dashboard.md'), '@site/../docs/03_use-dashboard.md', require.resolveWeak('@site/../docs/03_use-dashboard.md')],
-  'content---docs-next-use-data-explorer-6-d-8-c0b': [() => import(/* webpackChunkName: 'content---docs-next-use-data-explorer-6-d-8-c0b' */ '@site/../docs/03_use-data-explorer.md'), '@site/../docs/03_use-data-explorer.md', require.resolveWeak('@site/../docs/03_use-data-explorer.md')],
-  'content---docs-next-use-install-pipeline-elements-512-23c': [() => import(/* webpackChunkName: 'content---docs-next-use-install-pipeline-elements-512-23c' */ '@site/../docs/03_use-install-pipeline-elements.md'), '@site/../docs/03_use-install-pipeline-elements.md', require.resolveWeak('@site/../docs/03_use-install-pipeline-elements.md')],
-  'content---docs-next-use-managing-pipelinesa-7-b-b51': [() => import(/* webpackChunkName: 'content---docs-next-use-managing-pipelinesa-7-b-b51' */ '@site/../docs/03_use-managing-pipelines.md'), '@site/../docs/03_use-managing-pipelines.md', require.resolveWeak('@site/../docs/03_use-managing-pipelines.md')],
-  'content---docs-next-use-notificationsee-1-e38': [() => import(/* webpackChunkName: 'content---docs-next-use-notificationsee-1-e38' */ '@site/../docs/03_use-notifications.md'), '@site/../docs/03_use-notifications.md', require.resolveWeak('@site/../docs/03_use-notifications.md')],
-  'content---docs-next-use-pipeline-editor-641-e4f': [() => import(/* webpackChunkName: 'content---docs-next-use-pipeline-editor-641-e4f' */ '@site/../docs/03_use-pipeline-editor.md'), '@site/../docs/03_use-pipeline-editor.md', require.resolveWeak('@site/../docs/03_use-pipeline-editor.md')],
-  'content---docs-next-user-guide-first-steps-608-4df': [() => import(/* webpackChunkName: 'content---docs-next-user-guide-first-steps-608-4df' */ '@site/../docs/user-guide-first-steps.md'), '@site/../docs/user-guide-first-steps.md', require.resolveWeak('@site/../docs/user-guide-first-steps.md')],
-  'content---docs-next-user-guide-installation-453-136': [() => import(/* webpackChunkName: 'content---docs-next-user-guide-installation-453-136' */ '@site/../docs/user-guide-installation.md'), '@site/../docs/user-guide-installation.md', require.resolveWeak('@site/../docs/user-guide-installation.md')],
-  'content---docs-next-user-guide-introduction-022-4fb': [() => import(/* webpackChunkName: 'content---docs-next-user-guide-introduction-022-4fb' */ '@site/../docs/01_try-overview.md'), '@site/../docs/01_try-overview.md', require.resolveWeak('@site/../docs/01_try-overview.md')],
-  'content---docs-next-user-guide-introduction-old-1-fb-f2f': [() => import(/* webpackChunkName: 'content---docs-next-user-guide-introduction-old-1-fb-f2f' */ '@site/../docs/user-guide-introduction.md'), '@site/../docs/user-guide-introduction.md', require.resolveWeak('@site/../docs/user-guide-introduction.md')],
-  'content---docs-next-user-guide-software-componentse-5-b-de7': [() => import(/* webpackChunkName: 'content---docs-next-user-guide-software-componentse-5-b-de7' */ '@site/../docs/user-guide-software-components.md'), '@site/../docs/user-guide-software-components.md', require.resolveWeak('@site/../docs/user-guide-software-components.md')],
-  'content---docs-next-user-guide-tour-3-e-9-bae': [() => import(/* webpackChunkName: 'content---docs-next-user-guide-tour-3-e-9-bae' */ '@site/../docs/user-guide-tour.md'), '@site/../docs/user-guide-tour.md', require.resolveWeak('@site/../docs/user-guide-tour.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-coindeskdd-9-e29': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-coindeskdd-9-e29' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.coindesk.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.coindesk.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.coindesk.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-flic-mqtt-49-f-341': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-flic-mqtt-49-f-341' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-gdeltaf-0-539': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-gdeltaf-0-539' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.gdelt.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.gdelt.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.gdelt.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-iex-newse-32-7ce': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-iex-newse-32-7ce' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.iex.news.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.iex.news.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.iex.news.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-iex-stocks-8-a-4-68e': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-iex-stocks-8-a-4-68e' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.iex.stocks.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-image-set-886-6f8': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-image-set-886-6f8' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.image.set.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.image.set.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.image.set.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-image-stream-1-db-994': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-image-stream-1-db-994' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.image.stream.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.image.stream.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.image.stream.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-influxdb-set-18-c-e7b': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-influxdb-set-18-c-e7b' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.influxdb.set.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-influxdb-stream-9-be-741': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-influxdb-stream-9-be-741' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-iss-545-ce8': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-iss-545-ce8' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.iss.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.iss.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.iss.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-mysql-set-7-d-1-cae': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-mysql-set-7-d-1-cae' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.mysql.set.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-mysql-streamd-48-760': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-mysql-streamd-48-760' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.mysql.stream.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-netio-mqtt-778-d4e': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-netio-mqtt-778-d4e' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-netio-rest-112-a7f': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-netio-rest-112-a7f' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.netio.rest.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamerad-2-d-a21': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamerad-2-d-a21' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-opcuab-2-f-f13': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-opcuab-2-f-f13' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.opcua.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.opcua.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.opcua.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbuse-84-74f': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbuse-84-74f' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-70-e-0-24c': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-70-e-0-24c' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-ros-609-104': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-ros-609-104' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.ros.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.ros.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.ros.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-simulator-machine-6-a-7-1fe': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-simulator-machine-6-a-7-1fe' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.machine.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-20-e-cd1': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-20-e-cd1' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastreamffe-a1d': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastreamffe-a1d' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-slack-958-2fa': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-slack-958-2fa' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.slack.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.slack.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.slack.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-ti-9-ab-b65': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-ti-9-ab-b65' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.ti.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.ti.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.ti.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-351-b13': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-351-b13' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit.md')],
-  'content---docs-pe-org-apache-streampipes-connect-adapters-wikipedia-new-960-7fe': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-adapters-wikipedia-new-960-7fe' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new.md')],
-  'content---docs-pe-org-apache-streampipes-connect-protocol-stream-file-423-4b8': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-protocol-stream-file-423-4b8' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.file.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.file.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.file.md')],
-  'content---docs-pe-org-apache-streampipes-connect-protocol-stream-httpc-15-db5': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-protocol-stream-httpc-15-db5' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.http.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.http.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.http.md')],
-  'content---docs-pe-org-apache-streampipes-connect-protocol-stream-httpserverce-0-412': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-protocol-stream-httpserverce-0-412' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver.md')],
-  'content---docs-pe-org-apache-streampipes-connect-protocol-stream-kafkad-27-014': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-protocol-stream-kafkad-27-014' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.kafka.md')],
-  'content---docs-pe-org-apache-streampipes-connect-protocol-stream-mqtt-74-a-661': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-protocol-stream-mqtt-74-a-661' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt.md')],
-  'content---docs-pe-org-apache-streampipes-connect-protocol-stream-pulsar-7-ce-2a8': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-connect-protocol-stream-pulsar-7-ce-2a8' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar.md')],
-  'content---docs-pe-org-apache-streampipes-processor-geo-flinkd-22-4a6': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processor-geo-flinkd-22-4a6' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.flink.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.flink.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.flink.md')],
-  'content---docs-pe-org-apache-streampipes-processor-geo-jvm-geocoding-8-e-5-c68': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processor-geo-jvm-geocoding-8-e-5-c68' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding.md')],
-  'content---docs-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-9-a-3-6f5': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-9-a-3-6f5' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding.md')],
-  'content---docs-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-4-de-3dd': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-4-de-3dd' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding.md')],
-  'content---docs-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-8-f-5-013': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-8-f-5-013' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification.md')],
-  'content---docs-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-9-b-9-a5a': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-9-b-9-a5a' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper.md')],
-  'content---docs-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricherc-57-421': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricherc-57-421' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher.md')],
-  'content---docs-pe-org-apache-streampipes-processor-imageclassification-qrcode-5-e-2-b7f': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processor-imageclassification-qrcode-5-e-2-b7f' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processor.imageclassification.qrcode.md')],
-  'content---docs-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-0-be-e98': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-0-be-e98' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation.md')],
-  'content---docs-pe-org-apache-streampipes-processors-aggregation-flink-count-3-fb-dd7': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-aggregation-flink-count-3-fb-dd7' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.count.md')],
-  'content---docs-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-7-ff-6f1': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-7-ff-6f1' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount.md')],
-  'content---docs-pe-org-apache-streampipes-processors-aggregation-flink-rateb-29-cdc': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-aggregation-flink-rateb-29-cdc' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.aggregation.flink.rate.md')],
-  'content---docs-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-871-059': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-871-059' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum.md')],
-  'content---docs-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathopfd-6-cd5': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathopfd-6-cd5' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop.md')],
-  'content---docs-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathopf-22-4eb': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathopf-22-4eb' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop.md')],
-  'content---docs-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometrybc-0-6e3': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometrybc-0-6e3' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry.md')],
-  'content---docs-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-2-ff-fad': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-2-ff-fad' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing.md')],
-  'content---docs-pe-org-apache-streampipes-processors-enricher-flink-timestamp-32-c-df5': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-enricher-flink-timestamp-32-c-df5' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp.md')],
-  'content---docs-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasurefd-2-8c9': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasurefd-2-8c9' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure.md')],
-  'content---docs-pe-org-apache-streampipes-processors-filters-jvm-compose-212-811': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-filters-jvm-compose-212-811' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.compose.md')],
-  'content---docs-pe-org-apache-streampipes-processors-filters-jvm-enrich-09-d-393': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-filters-jvm-enrich-09-d-393' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.enrich.md')],
-  'content---docs-pe-org-apache-streampipes-processors-filters-jvm-limit-8-c-5-bb6': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-filters-jvm-limit-8-c-5-bb6' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.limit.md')],
-  'content---docs-pe-org-apache-streampipes-processors-filters-jvm-mergefd-1-408': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-filters-jvm-mergefd-1-408' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.merge.md')],
-  'content---docs-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-478-111': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-478-111' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter.md')],
-  'content---docs-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-3-ea-56d': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-3-ea-56d' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter.md')],
-  'content---docs-pe-org-apache-streampipes-processors-filters-jvm-projectf-65-f64': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-filters-jvm-projectf-65-f64' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.project.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.project.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.project.md')],
-  'content---docs-pe-org-apache-streampipes-processors-filters-jvm-textfilter-63-d-a51': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-filters-jvm-textfilter-63-d-a51' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter.md')],
-  'content---docs-pe-org-apache-streampipes-processors-filters-jvm-threshold-08-c-bd4': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-filters-jvm-threshold-08-c-bd4' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.filters.jvm.threshold.md')],
-  'content---docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-11-a-b29': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-11-a-b29' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo.md')],
-  'content---docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-921-feb': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-921-feb' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG.md')],
-  'content---docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-5-fd-3a9': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-5-fd-3a9' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory.md')],
-  'content---docs-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculatorb-0-e-b27': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculatorb-0-e-b27' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator.md')],
-  'content---docs-pe-org-apache-streampipes-processors-geo-jvm-processor-speedbd-0-29d': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-geo-jvm-processor-speedbd-0-29d' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed.md')],
-  'content---docs-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-9-cc-f79': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-9-cc-f79' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator.md')],
-  'content---docs-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-74-b-ee9': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-74-b-ee9' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence.md')],
-  'content---docs-pe-org-apache-streampipes-processors-pattern-detection-flink-andd-6-c-b8e': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-pattern-detection-flink-andd-6-c-b8e' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and.md')],
-  'content---docs-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-128-f4d': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-128-f4d' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection.md')],
-  'content---docs-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-1-e-6-de0': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-1-e-6-de0' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence.md')],
-  'content---docs-pe-org-apache-streampipes-processors-siddhi-frequencyaf-1-37d': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-siddhi-frequencyaf-1-37d' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.frequency.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.frequency.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.frequency.md')],
-  'content---docs-pe-org-apache-streampipes-processors-siddhi-frequencychange-69-b-430': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-siddhi-frequencychange-69-b-430' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.frequencychange.md')],
-  'content---docs-pe-org-apache-streampipes-processors-siddhi-increase-8-ae-4a6': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-siddhi-increase-8-ae-4a6' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.increase.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.increase.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.increase.md')],
-  'content---docs-pe-org-apache-streampipes-processors-siddhi-numericalfilter-4-d-1-e36': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-siddhi-numericalfilter-4-d-1-e36' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter.md')],
-  'content---docs-pe-org-apache-streampipes-processors-siddhi-sequence-224-0f8': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-siddhi-sequence-224-0f8' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.sequence.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.sequence.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.sequence.md')],
-  'content---docs-pe-org-apache-streampipes-processors-siddhi-stop-593-c92': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-siddhi-stop-593-c92' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.stop.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.stop.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.siddhi.stop.md')],
-  'content---docs-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-432-f01': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-432-f01' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary.md')],
-  'content---docs-pe-org-apache-streampipes-processors-textmining-flink-languagedetectionb-5-d-16f': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-textmining-flink-languagedetectionb-5-d-16f' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection.md')],
-  'content---docs-pe-org-apache-streampipes-processors-textmining-flink-wordcount-6-c-9-192': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-textmining-flink-wordcount-6-c-9-192' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount.md')],
-  'content---docs-pe-org-apache-streampipes-processors-textmining-jvm-chunkere-97-ecf': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-textmining-jvm-chunkere-97-ecf' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker.md')],
-  'content---docs-pe-org-apache-streampipes-processors-textmining-jvm-languagedetectiond-7-b-d80': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-textmining-jvm-languagedetectiond-7-b-d80' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection.md')],
-  'content---docs-pe-org-apache-streampipes-processors-textmining-jvm-namefinderd-21-9ca': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-textmining-jvm-namefinderd-21-9ca' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder.md')],
-  'content---docs-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-038-b32': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-038-b32' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech.md')],
-  'content---docs-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-2-e-6-19f': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-2-e-6-19f' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection.md')],
-  'content---docs-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-754-ff8': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-754-ff8' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-flink-field-converter-279-524': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-flink-field-converter-279-524' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-5-fe-d6b': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-5-fe-d6b' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-flink-field-renamerd-43-e28': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-flink-field-renamerd-43-e28' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-flink-fieldhashera-5-a-fb6': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-flink-fieldhashera-5-a-fb6' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converterd-53-cbb': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converterd-53-cbb' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-6-cc-f98': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-6-cc-f98' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counterfa-6-c48': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counterfa-6-c48' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-58-a-40a': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-58-a-40a' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeepingb-3-f-8e2': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeepingb-3-f-8e2' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-827-4ed': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-827-4ed' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-changed-valuee-53-835': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-changed-valuee-53-835' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-count-array-6-e-0-283': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-count-array-6-e-0-283' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-106-d90': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-106-d90' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-duration-valueb-88-4d6': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-duration-valueb-88-4d6' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-5-f-4-e10': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-5-f-4-e10' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-stated-9-d-656': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-stated-9-d-656' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-149-528': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-149-528' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-bufferd-8-c-90a': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-bufferd-8-c-90a' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-07-b-787': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-07-b-787' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-1-e-5-c93': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-1-e-5-c93' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractorf-10-273': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractorf-10-273' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-split-array-99-a-6e3': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-split-array-99-a-6e3' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-106-d50': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-106-d50' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-857-c02': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-857-c02' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-852-a11': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-852-a11' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration.md')],
-  'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-booleanac-5-d15': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-booleanac-5-d15' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean.md')],
-  'content---docs-pe-org-apache-streampipes-protocol-set-file-6-c-5-678': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-protocol-set-file-6-c-5-678' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.protocol.set.file.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.protocol.set.file.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.protocol.set.file.md')],
-  'content---docs-pe-org-apache-streampipes-protocol-set-http-459-817': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-protocol-set-http-459-817' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.protocol.set.http.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.protocol.set.http.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.protocol.set.http.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-422-52e': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-422-52e' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-jms-1-f-3-828': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-jms-1-f-3-828' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-kafkae-02-44a': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-kafkae-02-44a' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-mqttd-33-e76': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-mqttd-33-e76' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-nats-5-b-4-a76': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-nats-5-b-4-a76' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-pulsarae-8-112': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-pulsarae-8-112' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-8-e-4-724': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-8-e-4-724' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-restb-02-401': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-restb-02-401' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-databases-dittod-67-a81': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-databases-dittod-67-a81' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.ditto.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.ditto.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.ditto.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-492-f59': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-492-f59' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-databases-jvm-couchdbf-2-c-e72': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-databases-jvm-couchdbf-2-c-e72' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-549-eda': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-549-eda' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-9-f-2-5bd': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-9-f-2-5bd' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-databases-jvm-mysql-2-f-8-58e': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-databases-jvm-mysql-2-f-8-58e' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-databases-jvm-opcua-765-677': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-databases-jvm-opcua-765-677' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-45-c-c8b': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-45-c-c8b' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-internal-jvm-dashboardda-1-c43': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-internal-jvm-dashboardda-1-c43' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-internal-jvm-datalake-0-a-2-4d4': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-internal-jvm-datalake-0-a-2-4d4' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-internal-jvm-notification-8-e-9-3a9': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-internal-jvm-notification-8-e-9-3a9' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.internal.jvm.notification.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-notifications-jvm-email-3-c-4-74d': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-notifications-jvm-email-3-c-4-74d' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.email.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-notifications-jvm-onesignalec-4-289': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-notifications-jvm-onesignalec-4-289' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-notifications-jvm-slacke-5-f-d79': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-notifications-jvm-slacke-5-f-d79' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack.md')],
-  'content---docs-pe-org-apache-streampipes-sinks-notifications-jvm-telegramff-8-431': [() => import(/* webpackChunkName: 'content---docs-pe-org-apache-streampipes-sinks-notifications-jvm-telegramff-8-431' */ '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md'), '@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram.md')],
-  'content---docs-privacye-23-638': [() => import(/* webpackChunkName: 'content---docs-privacye-23-638' */ '@site/versioned_docs/version-0.92.0/privacy.md'), '@site/versioned_docs/version-0.92.0/privacy.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/privacy.md')],
-  'content---docs-technicals-architecture-3-c-4-223': [() => import(/* webpackChunkName: 'content---docs-technicals-architecture-3-c-4-223' */ '@site/versioned_docs/version-0.92.0/07_technicals-architecture.md'), '@site/versioned_docs/version-0.92.0/07_technicals-architecture.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/07_technicals-architecture.md')],
-  'content---docs-technicals-configuration-73-e-deb': [() => import(/* webpackChunkName: 'content---docs-technicals-configuration-73-e-deb' */ '@site/versioned_docs/version-0.92.0/07_technicals-configuration.md'), '@site/versioned_docs/version-0.92.0/07_technicals-configuration.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/07_technicals-configuration.md')],
-  'content---docs-technicals-messaging-929-4db': [() => import(/* webpackChunkName: 'content---docs-technicals-messaging-929-4db' */ '@site/versioned_docs/version-0.92.0/07_technicals-messaging.md'), '@site/versioned_docs/version-0.92.0/07_technicals-messaging.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/07_technicals-messaging.md')],
-  'content---docs-technicals-runtime-wrappers-778-9de': [() => import(/* webpackChunkName: 'content---docs-technicals-runtime-wrappers-778-9de' */ '@site/versioned_docs/version-0.92.0/07_technicals-runtime-wrappers.md'), '@site/versioned_docs/version-0.92.0/07_technicals-runtime-wrappers.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/07_technicals-runtime-wrappers.md')],
-  'content---docs-technicals-user-guidancedf-7-143': [() => import(/* webpackChunkName: 'content---docs-technicals-user-guidancedf-7-143' */ '@site/versioned_docs/version-0.92.0/07_technicals-user-guidance.md'), '@site/versioned_docs/version-0.92.0/07_technicals-user-guidance.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/07_technicals-user-guidance.md')],
-  'content---docs-try-installationa-74-1ce': [() => import(/* webpackChunkName: 'content---docs-try-installationa-74-1ce' */ '@site/versioned_docs/version-0.92.0/01_try-installation.md'), '@site/versioned_docs/version-0.92.0/01_try-installation.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/01_try-installation.md')],
-  'content---docs-try-tutorial-9-ed-d34': [() => import(/* webpackChunkName: 'content---docs-try-tutorial-9-ed-d34' */ '@site/versioned_docs/version-0.92.0/01_try-tutorial.md'), '@site/versioned_docs/version-0.92.0/01_try-tutorial.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/01_try-tutorial.md')],
-  'content---docs-use-configurationsd-60-ca9': [() => import(/* webpackChunkName: 'content---docs-use-configurationsd-60-ca9' */ '@site/versioned_docs/version-0.92.0/03_use-configurations.md'), '@site/versioned_docs/version-0.92.0/03_use-configurations.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/03_use-configurations.md')],
-  'content---docs-use-connect-4-fa-6d2': [() => import(/* webpackChunkName: 'content---docs-use-connect-4-fa-6d2' */ '@site/versioned_docs/version-0.92.0/03_use-connect.md'), '@site/versioned_docs/version-0.92.0/03_use-connect.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/03_use-connect.md')],
-  'content---docs-use-dashboard-4-dd-92e': [() => import(/* webpackChunkName: 'content---docs-use-dashboard-4-dd-92e' */ '@site/versioned_docs/version-0.92.0/03_use-dashboard.md'), '@site/versioned_docs/version-0.92.0/03_use-dashboard.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/03_use-dashboard.md')],
-  'content---docs-use-data-explorer-3-be-d8a': [() => import(/* webpackChunkName: 'content---docs-use-data-explorer-3-be-d8a' */ '@site/versioned_docs/version-0.92.0/03_use-data-explorer.md'), '@site/versioned_docs/version-0.92.0/03_use-data-explorer.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/03_use-data-explorer.md')],
-  'content---docs-use-install-pipeline-elements-22-c-444': [() => import(/* webpackChunkName: 'content---docs-use-install-pipeline-elements-22-c-444' */ '@site/versioned_docs/version-0.92.0/03_use-install-pipeline-elements.md'), '@site/versioned_docs/version-0.92.0/03_use-install-pipeline-elements.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/03_use-install-pipeline-elements.md')],
-  'content---docs-use-managing-pipelines-6-cc-fb4': [() => import(/* webpackChunkName: 'content---docs-use-managing-pipelines-6-cc-fb4' */ '@site/versioned_docs/version-0.92.0/03_use-managing-pipelines.md'), '@site/versioned_docs/version-0.92.0/03_use-managing-pipelines.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/03_use-managing-pipelines.md')],
-  'content---docs-use-notificationsee-0-77d': [() => import(/* webpackChunkName: 'content---docs-use-notificationsee-0-77d' */ '@site/versioned_docs/version-0.92.0/03_use-notifications.md'), '@site/versioned_docs/version-0.92.0/03_use-notifications.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/03_use-notifications.md')],
-  'content---docs-use-pipeline-editord-96-31c': [() => import(/* webpackChunkName: 'content---docs-use-pipeline-editord-96-31c' */ '@site/versioned_docs/version-0.92.0/03_use-pipeline-editor.md'), '@site/versioned_docs/version-0.92.0/03_use-pipeline-editor.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/03_use-pipeline-editor.md')],
-  'content---docs-user-guide-first-steps-0-ba-5b4': [() => import(/* webpackChunkName: 'content---docs-user-guide-first-steps-0-ba-5b4' */ '@site/versioned_docs/version-0.92.0/user-guide-first-steps.md'), '@site/versioned_docs/version-0.92.0/user-guide-first-steps.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/user-guide-first-steps.md')],
-  'content---docs-user-guide-installation-935-132': [() => import(/* webpackChunkName: 'content---docs-user-guide-installation-935-132' */ '@site/versioned_docs/version-0.92.0/user-guide-installation.md'), '@site/versioned_docs/version-0.92.0/user-guide-installation.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/user-guide-installation.md')],
-  'content---docs-user-guide-introduction-oldc-4-c-bd4': [() => import(/* webpackChunkName: 'content---docs-user-guide-introduction-oldc-4-c-bd4' */ '@site/versioned_docs/version-0.92.0/user-guide-introduction.md'), '@site/versioned_docs/version-0.92.0/user-guide-introduction.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/user-guide-introduction.md')],
-  'content---docs-user-guide-introductionb-9-d-974': [() => import(/* webpackChunkName: 'content---docs-user-guide-introductionb-9-d-974' */ '@site/versioned_docs/version-0.92.0/01_try-overview.md'), '@site/versioned_docs/version-0.92.0/01_try-overview.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/01_try-overview.md')],
-  'content---docs-user-guide-software-componentsdc-6-fa1': [() => import(/* webpackChunkName: 'content---docs-user-guide-software-componentsdc-6-fa1' */ '@site/versioned_docs/version-0.92.0/user-guide-software-components.md'), '@site/versioned_docs/version-0.92.0/user-guide-software-components.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/user-guide-software-components.md')],
-  'content---docs-user-guide-toure-6-c-679': [() => import(/* webpackChunkName: 'content---docs-user-guide-toure-6-c-679' */ '@site/versioned_docs/version-0.92.0/user-guide-tour.md'), '@site/versioned_docs/version-0.92.0/user-guide-tour.md', require.resolveWeak('@site/versioned_docs/version-0.92.0/user-guide-tour.md')],
-  'metadata---blog-page-28-eb-625': [() => import(/* webpackChunkName: 'metadata---blog-page-28-eb-625' */ '~blog/default/blog-page-2-677.json'), '~blog/default/blog-page-2-677.json', require.resolveWeak('~blog/default/blog-page-2-677.json')],
-  'metadata---blogb-2-b-df1': [() => import(/* webpackChunkName: 'metadata---blogb-2-b-df1' */ '~blog/default/blog-c06.json'), '~blog/default/blog-c06.json', require.resolveWeak('~blog/default/blog-c06.json')],
-  'plugin---blogbec-ce7': [() => import(/* webpackChunkName: 'plugin---blogbec-ce7' */ 'C:\\git\\apache\\incubator-streampipes-website\\website-v2\\.docusaurus\\docusaurus-plugin-content-blog\\default\\plugin-route-context-module-100.json'), 'C:\\git\\apache\\incubator-streampipes-website\\website-v2\\.docusaurus\\docusaurus-plugin-content-blog\\default\\plugin-route-context-module-100.json', require.resolveWeak('C:\\git\\apache\\incubator-streampipes-website\\website-v2\\.docusaurus\\docusaurus-plugin-content-blog\\default\\plugin-route-context-module-100.json')],
-  'plugin---docs-0-70-049-f-693': [() => import(/* webpackChunkName: 'plugin---docs-0-70-049-f-693' */ 'C:\\git\\apache\\incubator-streampipes-website\\website-v2\\.docusaurus\\docusaurus-plugin-content-docs\\default\\plugin-route-context-module-100.json'), 'C:\\git\\apache\\incubator-streampipes-website\\website-v2\\.docusaurus\\docusaurus-plugin-content-docs\\default\\plugin-route-context-module-100.json', require.resolveWeak('C:\\git\\apache\\incubator-streampipes-website\\website-v2\\.docusaurus\\docusaurus-plugin-content-docs\\default\\plugin-route-context-module-100.json')],
-  'plugin---docusaurus-debug-8-a-7-204': [() => import(/* webpackChunkName: 'plugin---docusaurus-debug-8-a-7-204' */ 'C:\\git\\apache\\incubator-streampipes-website\\website-v2\\.docusaurus\\docusaurus-plugin-debug\\default\\plugin-route-context-module-100.json'), 'C:\\git\\apache\\incubator-streampipes-website\\website-v2\\.docusaurus\\docusaurus-plugin-debug\\default\\plugin-route-context-module-100.json', require.resolveWeak('C:\\git\\apache\\incubator-streampipes-website\\website-v2\\.docusaurus\\docusaurus-plugin-debug\\default\\plugin-route-context-module-100.json')],
-  'plugin---versionsc-8-e-537': [() => import(/* webpackChunkName: 'plugin---versionsc-8-e-537' */ 'C:\\git\\apache\\incubator-streampipes-website\\website-v2\\.docusaurus\\docusaurus-plugin-content-pages\\default\\plugin-route-context-module-100.json'), 'C:\\git\\apache\\incubator-streampipes-website\\website-v2\\.docusaurus\\docusaurus-plugin-content-pages\\default\\plugin-route-context-module-100.json', require.resolveWeak('C:\\git\\apache\\incubator-streampipes-website\\website-v2\\.docusaurus\\docusaurus-plugin-content-pages\\default\\plugin-route-context-module-100.json')],
-  'sidebar---blog-814-8ac': [() => import(/* webpackChunkName: 'sidebar---blog-814-8ac' */ '~blog/default/blog-post-list-prop-default.json'), '~blog/default/blog-post-list-prop-default.json', require.resolveWeak('~blog/default/blog-post-list-prop-default.json')],
-  'versionMetadata---docs-0-70-0-f-10-a11': [() => import(/* webpackChunkName: 'versionMetadata---docs-0-70-0-f-10-a11' */ '~docs/default/version-0-70-0-metadata-prop-ffc.json'), '~docs/default/version-0-70-0-metadata-prop-ffc.json', require.resolveWeak('~docs/default/version-0-70-0-metadata-prop-ffc.json')],
-  'versionMetadata---docs-0-90-0636-6d8': [() => import(/* webpackChunkName: 'versionMetadata---docs-0-90-0636-6d8' */ '~docs/default/version-0-90-0-metadata-prop-75c.json'), '~docs/default/version-0-90-0-metadata-prop-75c.json', require.resolveWeak('~docs/default/version-0-90-0-metadata-prop-75c.json')],
-  'versionMetadata---docs-0-91-07-a-7-4f4': [() => import(/* webpackChunkName: 'versionMetadata---docs-0-91-07-a-7-4f4' */ '~docs/default/version-0-91-0-metadata-prop-bb5.json'), '~docs/default/version-0-91-0-metadata-prop-bb5.json', require.resolveWeak('~docs/default/version-0-91-0-metadata-prop-bb5.json')],
-  'versionMetadata---docs-next-935-7db': [() => import(/* webpackChunkName: 'versionMetadata---docs-next-935-7db' */ '~docs/default/version-current-metadata-prop-751.json'), '~docs/default/version-current-metadata-prop-751.json', require.resolveWeak('~docs/default/version-current-metadata-prop-751.json')],
-  'versionMetadata---docsd-01-630': [() => import(/* webpackChunkName: 'versionMetadata---docsd-01-630' */ '~docs/default/version-0-92-0-metadata-prop-304.json'), '~docs/default/version-0-92-0-metadata-prop-304.json', require.resolveWeak('~docs/default/version-0-92-0-metadata-prop-304.json')],};
diff --git a/website-v2/.docusaurus/routes.js b/website-v2/.docusaurus/routes.js
deleted file mode 100644
index 4b27657..0000000
--- a/website-v2/.docusaurus/routes.js
+++ /dev/null
@@ -1,5741 +0,0 @@
-import React from 'react';
-import ComponentCreator from '@docusaurus/ComponentCreator';
-
-export default [
-  {
-    path: '/__docusaurus/debug',
-    component: ComponentCreator('/__docusaurus/debug', '836'),
-    exact: true
-  },
-  {
-    path: '/__docusaurus/debug/config',
-    component: ComponentCreator('/__docusaurus/debug/config', '115'),
-    exact: true
-  },
-  {
-    path: '/__docusaurus/debug/content',
-    component: ComponentCreator('/__docusaurus/debug/content', '37e'),
-    exact: true
-  },
-  {
-    path: '/__docusaurus/debug/globalData',
-    component: ComponentCreator('/__docusaurus/debug/globalData', 'c32'),
-    exact: true
-  },
-  {
-    path: '/__docusaurus/debug/metadata',
-    component: ComponentCreator('/__docusaurus/debug/metadata', 'b10'),
-    exact: true
-  },
-  {
-    path: '/__docusaurus/debug/registry',
-    component: ComponentCreator('/__docusaurus/debug/registry', '510'),
-    exact: true
-  },
-  {
-    path: '/__docusaurus/debug/routes',
-    component: ComponentCreator('/__docusaurus/debug/routes', '3b1'),
-    exact: true
-  },
-  {
-    path: '/blog',
-    component: ComponentCreator('/blog', '516'),
-    exact: true
-  },
-  {
-    path: '/blog/2018/06/14/welcome',
-    component: ComponentCreator('/blog/2018/06/14/welcome', '295'),
-    exact: true
-  },
-  {
-    path: '/blog/2018/06/18/how-to-understand-your-machine-data',
-    component: ComponentCreator('/blog/2018/06/18/how-to-understand-your-machine-data', '300'),
-    exact: true
-  },
-  {
-    path: '/blog/2018/09/17/preview-060',
-    component: ComponentCreator('/blog/2018/09/17/preview-060', '567'),
-    exact: true
-  },
-  {
-    path: '/blog/2018/11/24/container-cli',
-    component: ComponentCreator('/blog/2018/11/24/container-cli', '7aa'),
-    exact: true
-  },
-  {
-    path: '/blog/2019/04/04/release-0610',
-    component: ComponentCreator('/blog/2019/04/04/release-0610', '557'),
-    exact: true
-  },
-  {
-    path: '/blog/2019/05/23/release-0620',
-    component: ComponentCreator('/blog/2019/05/23/release-0620', '750'),
-    exact: true
-  },
-  {
-    path: '/blog/2019/09/05/release-0630',
-    component: ComponentCreator('/blog/2019/09/05/release-0630', 'ac0'),
-    exact: true
-  },
-  {
-    path: '/blog/2019/09/19/release-0640',
-    component: ComponentCreator('/blog/2019/09/19/release-0640', '737'),
-    exact: true
-  },
-  {
-    path: '/blog/2019/11/23/release-0650',
-    component: ComponentCreator('/blog/2019/11/23/release-0650', '62e'),
-    exact: true
-  },
-  {
-    path: '/blog/2019/11/25/moving-to-the-apache-incubator',
-    component: ComponentCreator('/blog/2019/11/25/moving-to-the-apache-incubator', '961'),
-    exact: true
-  },
-  {
-    path: '/blog/2020/01/23/streampipes_on_rpi',
-    component: ComponentCreator('/blog/2020/01/23/streampipes_on_rpi', '627'),
-    exact: true
-  },
-  {
-    path: '/blog/2020/05/19/release-0660',
-    component: ComponentCreator('/blog/2020/05/19/release-0660', '938'),
-    exact: true
-  },
-  {
-    path: '/blog/2020/05/27/streampipes_on_k3s',
-    component: ComponentCreator('/blog/2020/05/27/streampipes_on_k3s', 'bf6'),
-    exact: true
-  },
-  {
-    path: '/blog/2021/07/22/_release-0680',
-    component: ComponentCreator('/blog/2021/07/22/_release-0680', '5a7'),
-    exact: true
-  },
-  {
-    path: '/blog/2022/03/21/_release-0690',
-    component: ComponentCreator('/blog/2022/03/21/_release-0690', '471'),
-    exact: true
-  },
-  {
-    path: '/blog/2022/09/05/using-factory.io-with-streampipes',
-    component: ComponentCreator('/blog/2022/09/05/using-factory.io-with-streampipes', 'bfe'),
-    exact: true
-  },
-  {
-    path: '/blog/2022/10/13/release-070',
-    component: ComponentCreator('/blog/2022/10/13/release-070', '6ce'),
-    exact: true
-  },
-  {
-    path: '/blog/2023/01/17/release-090',
-    component: ComponentCreator('/blog/2023/01/17/release-090', 'f12'),
-    exact: true
-  },
-  {
-    path: '/blog/2023/04/12/release-091',
-    component: ComponentCreator('/blog/2023/04/12/release-091', '999'),
-    exact: true
-  },
-  {
-    path: '/blog/2023/06/16/release-092',
-    component: ComponentCreator('/blog/2023/06/16/release-092', '801'),
-    exact: true
-  },
-  {
-    path: '/blog/archive',
-    component: ComponentCreator('/blog/archive', 'fba'),
-    exact: true
-  },
-  {
-    path: '/blog/page/2',
-    component: ComponentCreator('/blog/page/2', '275'),
-    exact: true
-  },
-  {
-    path: '/versions',
-    component: ComponentCreator('/versions', 'b56'),
-    exact: true
-  },
-  {
-    path: '/docs/0.70.0',
-    component: ComponentCreator('/docs/0.70.0', '37e'),
-    routes: [
-      {
-        path: '/docs/0.70.0/community-contribute',
-        component: ComponentCreator('/docs/0.70.0/community-contribute', '77c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/community-get-help',
-        component: ComponentCreator('/docs/0.70.0/community-get-help', 'e08'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/concepts-adapter',
-        component: ComponentCreator('/docs/0.70.0/concepts-adapter', '37d'),
-        exact: true
-      },
-      {
-        path: '/docs/0.70.0/concepts-data-streams',
-        component: ComponentCreator('/docs/0.70.0/concepts-data-streams', 'adf'),
-        exact: true
-      },
-      {
-        path: '/docs/0.70.0/concepts-glossary',
-        component: ComponentCreator('/docs/0.70.0/concepts-glossary', '17c'),
-        exact: true
-      },
-      {
-        path: '/docs/0.70.0/concepts-overview',
-        component: ComponentCreator('/docs/0.70.0/concepts-overview', '16d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/concepts-pipelines',
-        component: ComponentCreator('/docs/0.70.0/concepts-pipelines', 'f9d'),
-        exact: true
-      },
-      {
-        path: '/docs/0.70.0/debugging-debugging',
-        component: ComponentCreator('/docs/0.70.0/debugging-debugging', '07b'),
-        exact: true
-      },
-      {
-        path: '/docs/0.70.0/debugging-monitoring',
-        component: ComponentCreator('/docs/0.70.0/debugging-monitoring', '9da'),
-        exact: true
-      },
-      {
-        path: '/docs/0.70.0/deploy-docker',
-        component: ComponentCreator('/docs/0.70.0/deploy-docker', '83c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/deploy-kubernetes',
-        component: ComponentCreator('/docs/0.70.0/deploy-kubernetes', '799'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/deploy-security',
-        component: ComponentCreator('/docs/0.70.0/deploy-security', '5eb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/deploy-use-ssl',
-        component: ComponentCreator('/docs/0.70.0/deploy-use-ssl', '909'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/dev-guide-archetype',
-        component: ComponentCreator('/docs/0.70.0/dev-guide-archetype', '1ee'),
-        exact: true
-      },
-      {
-        path: '/docs/0.70.0/dev-guide-sdk-guide-processors',
-        component: ComponentCreator('/docs/0.70.0/dev-guide-sdk-guide-processors', 'c21'),
-        exact: true
-      },
-      {
-        path: '/docs/0.70.0/dev-guide-sdk-guide-sinks',
-        component: ComponentCreator('/docs/0.70.0/dev-guide-sdk-guide-sinks', 'bea'),
-        exact: true
-      },
-      {
-        path: '/docs/0.70.0/extend-archetypes',
-        component: ComponentCreator('/docs/0.70.0/extend-archetypes', 'e4c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/extend-cli',
-        component: ComponentCreator('/docs/0.70.0/extend-cli', 'cc3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/extend-first-processor',
-        component: ComponentCreator('/docs/0.70.0/extend-first-processor', '5ca'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/extend-sdk-event-model',
-        component: ComponentCreator('/docs/0.70.0/extend-sdk-event-model', 'd29'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/extend-sdk-functions',
-        component: ComponentCreator('/docs/0.70.0/extend-sdk-functions', 'cee'),
-        exact: true
-      },
-      {
-        path: '/docs/0.70.0/extend-sdk-migration-service-discovery',
-        component: ComponentCreator('/docs/0.70.0/extend-sdk-migration-service-discovery', '873'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/extend-sdk-output-strategies',
-        component: ComponentCreator('/docs/0.70.0/extend-sdk-output-strategies', '5fe'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/extend-sdk-static-properties',
-        component: ComponentCreator('/docs/0.70.0/extend-sdk-static-properties', 'b78'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/extend-sdk-stream-requirements',
-        component: ComponentCreator('/docs/0.70.0/extend-sdk-stream-requirements', 'f1b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/extend-setup',
-        component: ComponentCreator('/docs/0.70.0/extend-setup', 'cbe'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/extend-tutorial-data-processors',
-        component: ComponentCreator('/docs/0.70.0/extend-tutorial-data-processors', '896'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/extend-tutorial-data-sinks',
-        component: ComponentCreator('/docs/0.70.0/extend-tutorial-data-sinks', '54b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/extend-tutorial-data-sources',
-        component: ComponentCreator('/docs/0.70.0/extend-tutorial-data-sources', '18d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/faq-common-problems',
-        component: ComponentCreator('/docs/0.70.0/faq-common-problems', '412'),
-        exact: true,
-        sidebar: "faq"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk', '70b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt', '56e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt', '289'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news', 'ae3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks', '5d4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.set',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.set', 'ce1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream', '307'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set', '2e0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream', '452'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iss',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iss', '801'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set', '6f0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream', '1c9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt', '7d8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest', '02a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera', '481'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.opcua',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.opcua', '633'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus', '08a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7', 'cde'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ros',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ros', 'c09'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine', '400'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset', 'dd4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream', '8da'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.slack',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.slack', 'def'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ti',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ti', '4b7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit', 'daa'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new', '26f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file', '9fc'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http', '4eb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver', '5f4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka', '188'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt', '844'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar', 'ad2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processor.geo.flink',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processor.geo.flink', '5eb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding', '91b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding', 'dac'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding', '833'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification', 'd18'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper', '2ff'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher', '586'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode', 'eeb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation', 'cba'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count', '50c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount', 'ded'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate', 'a5b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum', 'c90'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop', '4e5'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop', '06b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry', 'fa0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing', '849'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp', '525'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure', '715'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose', 'c78'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich', '5a0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit', '260'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge', 'a45'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter', '84d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter', 'a65'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project', '656'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter', '215'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold', '6e0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo', '2c8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG', '73f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory', '1a6'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator', '2c4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed', '030'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator', '94a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence', '6ec'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and', '017'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection', '457'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence', '4b6'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency', '27c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange', '7ed'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.increase',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.increase', '4f3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter', '997'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence', '8d7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.stop',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.stop', 'bd1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary', '587'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection', '397'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount', '2f2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker', '5aa'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection', '156'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder', '00e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech', '946'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection', 'f89'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer', '377'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter', 'ac3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper', 'b87'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer', '4b3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher', 'ab6'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter', '742'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate', '596'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter', '01c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter', '7c8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping', '672'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer', '847'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value', 'ce3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array', 'c2a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata', 'ddb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value', 'e11'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge', 'f11'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state', '3df'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer', '100'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer', 'c88'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number', '230'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state', '56b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor', '505'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array', '0c9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter', 'e9c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer', 'c6a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration', 'd29'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean', '1b2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.protocol.set.file',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.protocol.set.file', '82f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.protocol.set.http',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.protocol.set.http', 'c78'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest', '316'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms', '9ae'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka', '021'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt', '381'),
-        exact: true
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats', '0ec'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar', 'e74'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq', '81f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest', '97c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.ditto',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.ditto', 'c88'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch', '68a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb', 'f8e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb', 'd85'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb', 'ca0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql', '460'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua', 'c7e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql', '927'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard', '957'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake', '0fa'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification', 'e10'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email', '18f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal', 'e84'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack', 'f68'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram',
-        component: ComponentCreator('/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram', '954'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/technicals-architecture',
-        component: ComponentCreator('/docs/0.70.0/technicals-architecture', '115'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/technicals-configuration',
-        component: ComponentCreator('/docs/0.70.0/technicals-configuration', '5ee'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/technicals-messaging',
-        component: ComponentCreator('/docs/0.70.0/technicals-messaging', '8d5'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/technicals-runtime-wrappers',
-        component: ComponentCreator('/docs/0.70.0/technicals-runtime-wrappers', '87f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/technicals-user-guidance',
-        component: ComponentCreator('/docs/0.70.0/technicals-user-guidance', 'c23'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/try-installation',
-        component: ComponentCreator('/docs/0.70.0/try-installation', '405'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/try-tutorial',
-        component: ComponentCreator('/docs/0.70.0/try-tutorial', '00c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/use-configurations',
-        component: ComponentCreator('/docs/0.70.0/use-configurations', '339'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/use-connect',
-        component: ComponentCreator('/docs/0.70.0/use-connect', 'bc3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/use-dashboard',
-        component: ComponentCreator('/docs/0.70.0/use-dashboard', '502'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/use-data-explorer',
-        component: ComponentCreator('/docs/0.70.0/use-data-explorer', '63d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/use-install-pipeline-elements',
-        component: ComponentCreator('/docs/0.70.0/use-install-pipeline-elements', '224'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/use-managing-pipelines',
-        component: ComponentCreator('/docs/0.70.0/use-managing-pipelines', '766'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/use-notifications',
-        component: ComponentCreator('/docs/0.70.0/use-notifications', 'dea'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/use-pipeline-editor',
-        component: ComponentCreator('/docs/0.70.0/use-pipeline-editor', 'e6b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/user-guide-installation',
-        component: ComponentCreator('/docs/0.70.0/user-guide-installation', 'adb'),
-        exact: true
-      },
-      {
-        path: '/docs/0.70.0/user-guide-introduction',
-        component: ComponentCreator('/docs/0.70.0/user-guide-introduction', '569'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.70.0/user-guide-introduction-old',
-        component: ComponentCreator('/docs/0.70.0/user-guide-introduction-old', '8dc'),
-        exact: true
-      }
-    ]
-  },
-  {
-    path: '/docs/0.90.0',
-    component: ComponentCreator('/docs/0.90.0', '545'),
-    routes: [
-      {
-        path: '/docs/0.90.0/community-contribute',
-        component: ComponentCreator('/docs/0.90.0/community-contribute', 'c7b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/community-get-help',
-        component: ComponentCreator('/docs/0.90.0/community-get-help', 'cff'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/concepts-adapter',
-        component: ComponentCreator('/docs/0.90.0/concepts-adapter', '1d0'),
-        exact: true
-      },
-      {
-        path: '/docs/0.90.0/concepts-data-streams',
-        component: ComponentCreator('/docs/0.90.0/concepts-data-streams', '994'),
-        exact: true
-      },
-      {
-        path: '/docs/0.90.0/concepts-glossary',
-        component: ComponentCreator('/docs/0.90.0/concepts-glossary', '603'),
-        exact: true
-      },
-      {
-        path: '/docs/0.90.0/concepts-overview',
-        component: ComponentCreator('/docs/0.90.0/concepts-overview', 'd34'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/concepts-pipelines',
-        component: ComponentCreator('/docs/0.90.0/concepts-pipelines', '5f5'),
-        exact: true
-      },
-      {
-        path: '/docs/0.90.0/debugging-debugging',
-        component: ComponentCreator('/docs/0.90.0/debugging-debugging', '421'),
-        exact: true
-      },
-      {
-        path: '/docs/0.90.0/debugging-monitoring',
-        component: ComponentCreator('/docs/0.90.0/debugging-monitoring', '89a'),
-        exact: true
-      },
-      {
-        path: '/docs/0.90.0/deploy-docker',
-        component: ComponentCreator('/docs/0.90.0/deploy-docker', 'cda'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/deploy-kubernetes',
-        component: ComponentCreator('/docs/0.90.0/deploy-kubernetes', 'fe4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/deploy-security',
-        component: ComponentCreator('/docs/0.90.0/deploy-security', 'a20'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/deploy-use-ssl',
-        component: ComponentCreator('/docs/0.90.0/deploy-use-ssl', '2e4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/dev-guide-archetype',
-        component: ComponentCreator('/docs/0.90.0/dev-guide-archetype', '740'),
-        exact: true
-      },
-      {
-        path: '/docs/0.90.0/dev-guide-sdk-guide-processors',
-        component: ComponentCreator('/docs/0.90.0/dev-guide-sdk-guide-processors', 'a3b'),
-        exact: true
-      },
-      {
-        path: '/docs/0.90.0/dev-guide-sdk-guide-sinks',
-        component: ComponentCreator('/docs/0.90.0/dev-guide-sdk-guide-sinks', '1d4'),
-        exact: true
-      },
-      {
-        path: '/docs/0.90.0/extend-archetypes',
-        component: ComponentCreator('/docs/0.90.0/extend-archetypes', '1b2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/extend-cli',
-        component: ComponentCreator('/docs/0.90.0/extend-cli', '604'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/extend-first-processor',
-        component: ComponentCreator('/docs/0.90.0/extend-first-processor', '1ef'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/extend-sdk-event-model',
-        component: ComponentCreator('/docs/0.90.0/extend-sdk-event-model', 'cae'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/extend-sdk-functions',
-        component: ComponentCreator('/docs/0.90.0/extend-sdk-functions', 'ba3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/extend-sdk-migration-service-discovery',
-        component: ComponentCreator('/docs/0.90.0/extend-sdk-migration-service-discovery', '8e1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/extend-sdk-output-strategies',
-        component: ComponentCreator('/docs/0.90.0/extend-sdk-output-strategies', '19a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/extend-sdk-static-properties',
-        component: ComponentCreator('/docs/0.90.0/extend-sdk-static-properties', '984'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/extend-sdk-stream-requirements',
-        component: ComponentCreator('/docs/0.90.0/extend-sdk-stream-requirements', '048'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/extend-setup',
-        component: ComponentCreator('/docs/0.90.0/extend-setup', '50f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/extend-tutorial-data-processors',
-        component: ComponentCreator('/docs/0.90.0/extend-tutorial-data-processors', 'edb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/extend-tutorial-data-sinks',
-        component: ComponentCreator('/docs/0.90.0/extend-tutorial-data-sinks', '0bd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/extend-tutorial-data-sources',
-        component: ComponentCreator('/docs/0.90.0/extend-tutorial-data-sources', '758'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/faq-common-problems',
-        component: ComponentCreator('/docs/0.90.0/faq-common-problems', '620'),
-        exact: true,
-        sidebar: "faq"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk', '2b8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt', '8e1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt', '493'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news', '42d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks', '3e2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.set',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.set', 'df3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream', 'db2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set', '7cb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream', '23a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iss',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iss', '9f2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set', '7a4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream', '63c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt', '6df'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest', '3a1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera', '6dd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.opcua',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.opcua', '669'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus', 'e7c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7', 'd2b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ros',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ros', '84a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine', '408'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset', '226'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream', '378'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.slack',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.slack', '652'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ti',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ti', '3bf'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit', 'ccd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new', '042'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file', '26b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http', 'dde'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver', '010'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka', '52f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt', '5da'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar', 'c3a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processor.geo.flink',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processor.geo.flink', '2f9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding', '162'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding', '635'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding', '31b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification', 'e83'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper', '7e0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher', '2b4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode', '60b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation', '9e4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count', '185'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount', '208'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate', '7a1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum', 'ae3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop', 'bbf'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop', 'bd4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry', 'd8a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing', '304'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp', '7d9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure', 'c5d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose', '0c7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich', 'd34'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit', 'a4c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge', 'e1c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter', '582'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter', '191'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project', '6fd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter', 'c5c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold', '844'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo', '233'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG', '69e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory', '378'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator', '040'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed', '29e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator', '8e8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence', 'e68'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and', '099'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection', '4f7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence', 'c87'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency', 'f49'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange', '7d4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.increase',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.increase', '00f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter', 'ebd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence', '237'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.stop',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.stop', '2df'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary', 'e0d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection', 'da2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount', '571'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker', 'a97'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection', 'e3f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder', 'ca9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech', 'a97'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection', '7fb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer', '94a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter', '162'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper', '547'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer', '84e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher', 'a50'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter', '162'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate', 'ba1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter', '208'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter', '8ea'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping', '0f4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer', '814'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value', '8b7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array', '0dc'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata', 'f97'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value', 'fca'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge', 'e9f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state', '790'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer', 'ecb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer', '3f7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number', '036'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state', '791'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor', '99a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array', '4ab'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter', 'a7e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer', '10c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration', '15d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean', '44a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.protocol.set.file',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.protocol.set.file', 'aa1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.protocol.set.http',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.protocol.set.http', '854'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest', 'df2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms', '589'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka', 'da8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt', '4ad'),
-        exact: true
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats', 'f75'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar', '19e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq', 'e36'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest', '8ea'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.ditto',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.ditto', 'bfb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch', 'c3f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb', '7b6'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb', '85c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb', 'a13'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql', '21c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua', '8bb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql', '5c7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard', 'd91'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake', '5de'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification', 'f0f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email', 'c51'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal', '889'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack', 'ee8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram',
-        component: ComponentCreator('/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram', '188'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/technicals-architecture',
-        component: ComponentCreator('/docs/0.90.0/technicals-architecture', '39b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/technicals-configuration',
-        component: ComponentCreator('/docs/0.90.0/technicals-configuration', '7bb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/technicals-messaging',
-        component: ComponentCreator('/docs/0.90.0/technicals-messaging', 'a06'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/technicals-runtime-wrappers',
-        component: ComponentCreator('/docs/0.90.0/technicals-runtime-wrappers', 'eab'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/technicals-user-guidance',
-        component: ComponentCreator('/docs/0.90.0/technicals-user-guidance', 'd7b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/try-installation',
-        component: ComponentCreator('/docs/0.90.0/try-installation', '6a2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/try-tutorial',
-        component: ComponentCreator('/docs/0.90.0/try-tutorial', '6f1'),
-        exact: true
-      },
-      {
-        path: '/docs/0.90.0/use-configurations',
-        component: ComponentCreator('/docs/0.90.0/use-configurations', 'a6e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/use-connect',
-        component: ComponentCreator('/docs/0.90.0/use-connect', 'a43'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/use-dashboard',
-        component: ComponentCreator('/docs/0.90.0/use-dashboard', '7d9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/use-data-explorer',
-        component: ComponentCreator('/docs/0.90.0/use-data-explorer', 'a4b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/use-install-pipeline-elements',
-        component: ComponentCreator('/docs/0.90.0/use-install-pipeline-elements', 'ed1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/use-managing-pipelines',
-        component: ComponentCreator('/docs/0.90.0/use-managing-pipelines', 'be0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/use-notifications',
-        component: ComponentCreator('/docs/0.90.0/use-notifications', 'cd9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/use-pipeline-editor',
-        component: ComponentCreator('/docs/0.90.0/use-pipeline-editor', '6b0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/user-guide-first-steps',
-        component: ComponentCreator('/docs/0.90.0/user-guide-first-steps', 'c23'),
-        exact: true
-      },
-      {
-        path: '/docs/0.90.0/user-guide-installation',
-        component: ComponentCreator('/docs/0.90.0/user-guide-installation', '97a'),
-        exact: true
-      },
-      {
-        path: '/docs/0.90.0/user-guide-introduction',
-        component: ComponentCreator('/docs/0.90.0/user-guide-introduction', '4e8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.90.0/user-guide-introduction-old',
-        component: ComponentCreator('/docs/0.90.0/user-guide-introduction-old', 'a00'),
-        exact: true
-      },
-      {
-        path: '/docs/0.90.0/user-guide-software-components',
-        component: ComponentCreator('/docs/0.90.0/user-guide-software-components', '003'),
-        exact: true
-      }
-    ]
-  },
-  {
-    path: '/docs/0.91.0',
-    component: ComponentCreator('/docs/0.91.0', '62f'),
-    routes: [
-      {
-        path: '/docs/0.91.0/community-contribute',
-        component: ComponentCreator('/docs/0.91.0/community-contribute', '57e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/community-get-help',
-        component: ComponentCreator('/docs/0.91.0/community-get-help', '884'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/concepts-adapter',
-        component: ComponentCreator('/docs/0.91.0/concepts-adapter', 'd3c'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/concepts-data-streams',
-        component: ComponentCreator('/docs/0.91.0/concepts-data-streams', '5f3'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/concepts-glossary',
-        component: ComponentCreator('/docs/0.91.0/concepts-glossary', 'da9'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/concepts-overview',
-        component: ComponentCreator('/docs/0.91.0/concepts-overview', 'a10'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/concepts-pipelines',
-        component: ComponentCreator('/docs/0.91.0/concepts-pipelines', '6bf'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/debugging-debugging',
-        component: ComponentCreator('/docs/0.91.0/debugging-debugging', 'a08'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/debugging-monitoring',
-        component: ComponentCreator('/docs/0.91.0/debugging-monitoring', 'd2c'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/deploy-docker',
-        component: ComponentCreator('/docs/0.91.0/deploy-docker', '315'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/deploy-kubernetes',
-        component: ComponentCreator('/docs/0.91.0/deploy-kubernetes', 'ec0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/deploy-security',
-        component: ComponentCreator('/docs/0.91.0/deploy-security', '72d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/deploy-use-ssl',
-        component: ComponentCreator('/docs/0.91.0/deploy-use-ssl', '0c5'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/dev-guide-archetype',
-        component: ComponentCreator('/docs/0.91.0/dev-guide-archetype', '1e8'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/dev-guide-sdk-guide-processors',
-        component: ComponentCreator('/docs/0.91.0/dev-guide-sdk-guide-processors', '4f5'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/dev-guide-sdk-guide-sinks',
-        component: ComponentCreator('/docs/0.91.0/dev-guide-sdk-guide-sinks', '698'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/extend-archetypes',
-        component: ComponentCreator('/docs/0.91.0/extend-archetypes', 'fe5'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/extend-cli',
-        component: ComponentCreator('/docs/0.91.0/extend-cli', 'ebe'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/extend-first-processor',
-        component: ComponentCreator('/docs/0.91.0/extend-first-processor', '77c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/extend-sdk-event-model',
-        component: ComponentCreator('/docs/0.91.0/extend-sdk-event-model', '983'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/extend-sdk-functions',
-        component: ComponentCreator('/docs/0.91.0/extend-sdk-functions', '899'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/extend-sdk-migration-service-discovery',
-        component: ComponentCreator('/docs/0.91.0/extend-sdk-migration-service-discovery', '6d8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/extend-sdk-output-strategies',
-        component: ComponentCreator('/docs/0.91.0/extend-sdk-output-strategies', 'a4f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/extend-sdk-static-properties',
-        component: ComponentCreator('/docs/0.91.0/extend-sdk-static-properties', '157'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/extend-sdk-stream-requirements',
-        component: ComponentCreator('/docs/0.91.0/extend-sdk-stream-requirements', '6c8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/extend-setup',
-        component: ComponentCreator('/docs/0.91.0/extend-setup', '0bf'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/extend-tutorial-data-processors',
-        component: ComponentCreator('/docs/0.91.0/extend-tutorial-data-processors', '2b8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/extend-tutorial-data-sinks',
-        component: ComponentCreator('/docs/0.91.0/extend-tutorial-data-sinks', '927'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/extend-tutorial-data-sources',
-        component: ComponentCreator('/docs/0.91.0/extend-tutorial-data-sources', '4cd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/faq-common-problems',
-        component: ComponentCreator('/docs/0.91.0/faq-common-problems', 'd4e'),
-        exact: true,
-        sidebar: "faq"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk', 'd7f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt', 'cb9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt', 'fc9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news', '8aa'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks', '0e9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.set',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.set', 'f67'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream', '986'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set', 'fb7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream', '971'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iss',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iss', 'b6f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set', '48b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream', '519'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt', '4ba'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest', '2af'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera', '224'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.opcua',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.opcua', '616'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus', 'd25'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7', '830'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ros',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ros', '417'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine', 'a22'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset', '3e3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream', 'a2d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.slack',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.slack', '8b8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ti',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ti', 'c11'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit', '0b1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new', '852'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file', '5d3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http', 'a24'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver', '150'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka', 'e97'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt', 'd43'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar', '396'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processor.geo.flink',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processor.geo.flink', '3bf'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding', 'f92'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding', 'cd2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding', 'eb0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification', '544'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper', '8a6'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher', 'd43'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode', 'bb7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation', 'dfa'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count', 'a88'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount', '93b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate', '39e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum', '4ed'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop', '2fd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop', '69f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry', '8cd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing', '667'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp', 'c19'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure', 'bc4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose', '243'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich', 'b89'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit', '6b6'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge', '534'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter', 'c7d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter', 'cd7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project', 'aac'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter', '57b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold', '340'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo', '8d7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG', '420'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory', '7bd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator', '70c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed', '2f7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator', '424'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence', '502'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and', '9b9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection', '32d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence', 'a0a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency', '9dd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange', '9d7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.increase',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.increase', 'b19'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter', '537'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence', '80d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.stop',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.stop', 'c53'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary', '3dd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection', '226'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount', '956'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker', '0fe'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection', '9c8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder', '8ae'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech', 'daa'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection', '41b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer', 'c34'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter', '62b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper', '061'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer', 'cc3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher', 'ccd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter', '02b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate', '55b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter', '67d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter', 'a64'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping', '558'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer', '9a2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value', '969'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array', 'e9e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata', '083'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value', 'e6c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge', '45f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state', 'b12'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer', '70c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer', 'd2c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number', '0f7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state', '7d6'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor', 'ecd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array', 'cce'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter', '148'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer', '2a7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration', '591'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean', '36b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.protocol.set.file',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.protocol.set.file', '635'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.protocol.set.http',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.protocol.set.http', '91c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest', 'b83'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms', '5ec'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka', '257'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt', '050'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats', '59a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar', '6c2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq', '807'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest', 'f72'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.ditto',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.ditto', 'e1e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch', '007'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb', '80e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb', '15c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb', '6ad'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql', '585'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua', '6ea'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql', '7ba'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard', 'be4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake', '5de'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification', 'eb7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email', '126'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal', '458'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack', '544'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram',
-        component: ComponentCreator('/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram', '516'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/privacy',
-        component: ComponentCreator('/docs/0.91.0/privacy', '7eb'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/technicals-architecture',
-        component: ComponentCreator('/docs/0.91.0/technicals-architecture', '38d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/technicals-configuration',
-        component: ComponentCreator('/docs/0.91.0/technicals-configuration', 'edf'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/technicals-messaging',
-        component: ComponentCreator('/docs/0.91.0/technicals-messaging', '17c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/technicals-runtime-wrappers',
-        component: ComponentCreator('/docs/0.91.0/technicals-runtime-wrappers', '7eb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/technicals-user-guidance',
-        component: ComponentCreator('/docs/0.91.0/technicals-user-guidance', '9f1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/try-installation',
-        component: ComponentCreator('/docs/0.91.0/try-installation', '02e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/try-tutorial',
-        component: ComponentCreator('/docs/0.91.0/try-tutorial', '096'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/use-configurations',
-        component: ComponentCreator('/docs/0.91.0/use-configurations', '135'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/use-connect',
-        component: ComponentCreator('/docs/0.91.0/use-connect', '3f9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/use-dashboard',
-        component: ComponentCreator('/docs/0.91.0/use-dashboard', '3c8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/use-data-explorer',
-        component: ComponentCreator('/docs/0.91.0/use-data-explorer', 'd5d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/use-install-pipeline-elements',
-        component: ComponentCreator('/docs/0.91.0/use-install-pipeline-elements', '16f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/use-managing-pipelines',
-        component: ComponentCreator('/docs/0.91.0/use-managing-pipelines', '6fd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/use-notifications',
-        component: ComponentCreator('/docs/0.91.0/use-notifications', 'b9a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/use-pipeline-editor',
-        component: ComponentCreator('/docs/0.91.0/use-pipeline-editor', 'c77'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/user-guide-first-steps',
-        component: ComponentCreator('/docs/0.91.0/user-guide-first-steps', '054'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/user-guide-installation',
-        component: ComponentCreator('/docs/0.91.0/user-guide-installation', '1ad'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/user-guide-introduction',
-        component: ComponentCreator('/docs/0.91.0/user-guide-introduction', 'fbc'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/0.91.0/user-guide-introduction-old',
-        component: ComponentCreator('/docs/0.91.0/user-guide-introduction-old', '904'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/user-guide-software-components',
-        component: ComponentCreator('/docs/0.91.0/user-guide-software-components', 'e1e'),
-        exact: true
-      },
-      {
-        path: '/docs/0.91.0/user-guide-tour',
-        component: ComponentCreator('/docs/0.91.0/user-guide-tour', '489'),
-        exact: true
-      }
-    ]
-  },
-  {
-    path: '/docs/next',
-    component: ComponentCreator('/docs/next', '738'),
-    routes: [
-      {
-        path: '/docs/next/community-contribute',
-        component: ComponentCreator('/docs/next/community-contribute', '686'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/community-get-help',
-        component: ComponentCreator('/docs/next/community-get-help', '1d3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/concepts-adapter',
-        component: ComponentCreator('/docs/next/concepts-adapter', 'ffd'),
-        exact: true
-      },
-      {
-        path: '/docs/next/concepts-data-streams',
-        component: ComponentCreator('/docs/next/concepts-data-streams', '505'),
-        exact: true
-      },
-      {
-        path: '/docs/next/concepts-glossary',
-        component: ComponentCreator('/docs/next/concepts-glossary', '78e'),
-        exact: true
-      },
-      {
-        path: '/docs/next/concepts-overview',
-        component: ComponentCreator('/docs/next/concepts-overview', '11d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/concepts-pipelines',
-        component: ComponentCreator('/docs/next/concepts-pipelines', 'd53'),
-        exact: true
-      },
-      {
-        path: '/docs/next/debugging-debugging',
-        component: ComponentCreator('/docs/next/debugging-debugging', '880'),
-        exact: true
-      },
-      {
-        path: '/docs/next/debugging-monitoring',
-        component: ComponentCreator('/docs/next/debugging-monitoring', 'e44'),
-        exact: true
-      },
-      {
-        path: '/docs/next/deploy-docker',
-        component: ComponentCreator('/docs/next/deploy-docker', 'e12'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/deploy-environment-variables',
-        component: ComponentCreator('/docs/next/deploy-environment-variables', '715'),
-        exact: true
-      },
-      {
-        path: '/docs/next/deploy-kubernetes',
-        component: ComponentCreator('/docs/next/deploy-kubernetes', 'fee'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/deploy-security',
-        component: ComponentCreator('/docs/next/deploy-security', 'dd4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/deploy-use-ssl',
-        component: ComponentCreator('/docs/next/deploy-use-ssl', '3b3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/extend-archetypes',
-        component: ComponentCreator('/docs/next/extend-archetypes', '067'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/extend-cli',
-        component: ComponentCreator('/docs/next/extend-cli', 'd6d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/extend-first-processor',
-        component: ComponentCreator('/docs/next/extend-first-processor', '76b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/extend-sdk-event-model',
-        component: ComponentCreator('/docs/next/extend-sdk-event-model', 'cf6'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/extend-sdk-functions',
-        component: ComponentCreator('/docs/next/extend-sdk-functions', '39a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/extend-sdk-migration-service-discovery',
-        component: ComponentCreator('/docs/next/extend-sdk-migration-service-discovery', 'df3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/extend-sdk-output-strategies',
-        component: ComponentCreator('/docs/next/extend-sdk-output-strategies', '867'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/extend-sdk-static-properties',
-        component: ComponentCreator('/docs/next/extend-sdk-static-properties', '429'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/extend-sdk-stream-requirements',
-        component: ComponentCreator('/docs/next/extend-sdk-stream-requirements', '7f4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/extend-setup',
-        component: ComponentCreator('/docs/next/extend-setup', '3b3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/extend-tutorial-data-processors',
-        component: ComponentCreator('/docs/next/extend-tutorial-data-processors', '967'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/extend-tutorial-data-sinks',
-        component: ComponentCreator('/docs/next/extend-tutorial-data-sinks', '701'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/extend-tutorial-data-sources',
-        component: ComponentCreator('/docs/next/extend-tutorial-data-sources', 'ef4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/faq-common-problems',
-        component: ComponentCreator('/docs/next/faq-common-problems', '01d'),
-        exact: true,
-        sidebar: "faq"
-      },
-      {
-        path: '/docs/next/introduction',
-        component: ComponentCreator('/docs/next/introduction', 'eac'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/license',
-        component: ComponentCreator('/docs/next/license', '02a'),
-        exact: true
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.coindesk',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.coindesk', '65d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.flic.mqtt',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.flic.mqtt', '92f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.gdelt',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.gdelt', '8a1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.iex.news',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.iex.news', '58a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.iex.stocks',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.iex.stocks', 'fdf'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.image.set',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.image.set', '20e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.image.stream',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.image.stream', 'c02'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.set',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.set', '907'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.stream',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.stream', '76f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.iss',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.iss', '366'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.set',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.set', '8c5'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.stream',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.stream', 'cac'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.netio.mqtt',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.netio.mqtt', '234'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.netio.rest',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.netio.rest', '18e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera', '090'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.opcua',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.opcua', '726'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.modbus',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.modbus', 'a48'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.s7',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.s7', '1ca'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.ros',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.ros', '4ec'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.machine',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.machine', '5b3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset', '5a5'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream', 'f27'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.slack',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.slack', 'fec'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.ti',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.ti', '41f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.edit',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.edit', '079'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.new',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.new', '9e2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.protocol.stream.file',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.protocol.stream.file', 'b55'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.protocol.stream.http',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.protocol.stream.http', '822'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.protocol.stream.httpserver',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.protocol.stream.httpserver', 'b9f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.protocol.stream.kafka',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.protocol.stream.kafka', '2cb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.protocol.stream.mqtt',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.protocol.stream.mqtt', '4d2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.connect.protocol.stream.pulsar',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.connect.protocol.stream.pulsar', '8f0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processor.geo.flink',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processor.geo.flink', '2b6'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processor.geo.jvm.geocoding',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processor.geo.jvm.geocoding', 'e71'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding', 'd19'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding', '5e3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification', '98a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper', 'c3f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher', 'c23'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processor.imageclassification.qrcode',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processor.imageclassification.qrcode', '570'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.aggregation',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.aggregation', 'bbd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.count',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.count', '29d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.eventcount',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.eventcount', '5b2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.rate',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.rate', '60c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.changedetection.jvm.cusum',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.changedetection.jvm.cusum', '9f8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop', '381'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop', 'a40'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry', '81b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing', 'f44'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.enricher.flink.timestamp',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.enricher.flink.timestamp', '313'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure', 'c62'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.filters.jvm.compose',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.filters.jvm.compose', '0a9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.filters.jvm.enrich',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.filters.jvm.enrich', '7ec'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.filters.jvm.limit',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.filters.jvm.limit', '1f0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.filters.jvm.merge',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.filters.jvm.merge', '792'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter', '135'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter', 'e9e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.filters.jvm.project',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.filters.jvm.project', '80a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.filters.jvm.textfilter',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.filters.jvm.textfilter', '96f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.filters.jvm.threshold',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.filters.jvm.threshold', '6ac'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo', 'f9d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG', 'cc8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory', '8cf'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator', '34a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.speed',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.speed', '1c4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator', 'e36'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.absence',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.absence', '466'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.and',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.and', 'e5b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection', 'a53'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence', 'faf'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.siddhi.frequency',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.siddhi.frequency', 'b28'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.siddhi.frequencychange',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.siddhi.frequencychange', '762'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.siddhi.increase',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.siddhi.increase', '175'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.siddhi.numericalfilter',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.siddhi.numericalfilter', '8c8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.siddhi.sequence',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.siddhi.sequence', 'cc4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.siddhi.stop',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.siddhi.stop', '7d8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary', 'c3c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.textmining.flink.languagedetection',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.textmining.flink.languagedetection', '99f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.textmining.flink.wordcount',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.textmining.flink.wordcount', 'e31'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.chunker',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.chunker', '315'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection', '3d9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.namefinder',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.namefinder', '056'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech', '61a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection', '7df'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer', 'a28'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-converter',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-converter', '08e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-mapper',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-mapper', '5d1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-renamer',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-renamer', '952'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher', 'e80'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter', '796'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate', '530'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter', '217'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter', '684'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping', '418'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer', '3a1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.changed-value',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.changed-value', '2c3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.count-array',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.count-array', 'e28'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata', 'f86'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.duration-value',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.duration-value', '99b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge', '29d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state', '3d1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer', '6c8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer', '59b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number', '2e0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state', '3a7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor', '8fb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.split-array',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.split-array', '3e3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter', 'ad1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer', '840'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.taskduration',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.taskduration', '973'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean', '330'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.protocol.set.file',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.protocol.set.file', 'ecc'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.protocol.set.http',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.protocol.set.http', '7c2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest', '6f0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.jms',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.jms', 'a0c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.kafka',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.kafka', '58c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.nats',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.nats', '391'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar', '80d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq', '88e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rest',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rest', 'e9d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.databases.ditto',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.databases.ditto', 'de4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch', '921'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.couchdb',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.couchdb', '7d4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.influxdb',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.influxdb', '5d7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.iotdb',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.iotdb', '2e1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.mysql',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.mysql', 'c9f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.opcua',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.opcua', 'b0b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.postgresql',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.postgresql', '280'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.dashboard',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.dashboard', '9ad'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.datalake',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.datalake', '672'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.notification',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.notification', 'c3a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.email',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.email', '172'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal', '157'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.slack',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.slack', '55c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.telegram',
-        component: ComponentCreator('/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.telegram', '367'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/privacy',
-        component: ComponentCreator('/docs/next/privacy', '289'),
-        exact: true
-      },
-      {
-        path: '/docs/next/technicals-architecture',
-        component: ComponentCreator('/docs/next/technicals-architecture', '3e9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/technicals-configuration',
-        component: ComponentCreator('/docs/next/technicals-configuration', '916'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/technicals-messaging',
-        component: ComponentCreator('/docs/next/technicals-messaging', '743'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/technicals-runtime-wrappers',
-        component: ComponentCreator('/docs/next/technicals-runtime-wrappers', 'dcc'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/technicals-user-guidance',
-        component: ComponentCreator('/docs/next/technicals-user-guidance', 'fd3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/try-installation',
-        component: ComponentCreator('/docs/next/try-installation', '487'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/try-tutorial',
-        component: ComponentCreator('/docs/next/try-tutorial', '8ff'),
-        exact: true
-      },
-      {
-        path: '/docs/next/use-configurations',
-        component: ComponentCreator('/docs/next/use-configurations', 'd04'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/use-connect',
-        component: ComponentCreator('/docs/next/use-connect', 'fb1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/use-dashboard',
-        component: ComponentCreator('/docs/next/use-dashboard', 'ccb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/use-data-explorer',
-        component: ComponentCreator('/docs/next/use-data-explorer', '153'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/use-install-pipeline-elements',
-        component: ComponentCreator('/docs/next/use-install-pipeline-elements', '683'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/use-managing-pipelines',
-        component: ComponentCreator('/docs/next/use-managing-pipelines', '884'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/use-notifications',
-        component: ComponentCreator('/docs/next/use-notifications', '3c6'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/use-pipeline-editor',
-        component: ComponentCreator('/docs/next/use-pipeline-editor', 'b9f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/user-guide-first-steps',
-        component: ComponentCreator('/docs/next/user-guide-first-steps', '479'),
-        exact: true
-      },
-      {
-        path: '/docs/next/user-guide-installation',
-        component: ComponentCreator('/docs/next/user-guide-installation', '687'),
-        exact: true
-      },
-      {
-        path: '/docs/next/user-guide-introduction',
-        component: ComponentCreator('/docs/next/user-guide-introduction', 'b68'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/next/user-guide-introduction-old',
-        component: ComponentCreator('/docs/next/user-guide-introduction-old', '61d'),
-        exact: true
-      },
-      {
-        path: '/docs/next/user-guide-software-components',
-        component: ComponentCreator('/docs/next/user-guide-software-components', '616'),
-        exact: true
-      },
-      {
-        path: '/docs/next/user-guide-tour',
-        component: ComponentCreator('/docs/next/user-guide-tour', '75c'),
-        exact: true
-      }
-    ]
-  },
-  {
-    path: '/docs',
-    component: ComponentCreator('/docs', 'c40'),
-    routes: [
-      {
-        path: '/docs/community-contribute',
-        component: ComponentCreator('/docs/community-contribute', '614'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/community-get-help',
-        component: ComponentCreator('/docs/community-get-help', 'a6f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/concepts-adapter',
-        component: ComponentCreator('/docs/concepts-adapter', 'e7a'),
-        exact: true
-      },
-      {
-        path: '/docs/concepts-data-streams',
-        component: ComponentCreator('/docs/concepts-data-streams', '00f'),
-        exact: true
-      },
-      {
-        path: '/docs/concepts-glossary',
-        component: ComponentCreator('/docs/concepts-glossary', '40d'),
-        exact: true
-      },
-      {
-        path: '/docs/concepts-overview',
-        component: ComponentCreator('/docs/concepts-overview', 'edd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/concepts-pipelines',
-        component: ComponentCreator('/docs/concepts-pipelines', '445'),
-        exact: true
-      },
-      {
-        path: '/docs/debugging-debugging',
-        component: ComponentCreator('/docs/debugging-debugging', 'aaa'),
-        exact: true
-      },
-      {
-        path: '/docs/debugging-monitoring',
-        component: ComponentCreator('/docs/debugging-monitoring', '313'),
-        exact: true
-      },
-      {
-        path: '/docs/deploy-docker',
-        component: ComponentCreator('/docs/deploy-docker', 'a67'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/deploy-environment-variables',
-        component: ComponentCreator('/docs/deploy-environment-variables', '88a'),
-        exact: true
-      },
-      {
-        path: '/docs/deploy-kubernetes',
-        component: ComponentCreator('/docs/deploy-kubernetes', '77b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/deploy-security',
-        component: ComponentCreator('/docs/deploy-security', '113'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/deploy-use-ssl',
-        component: ComponentCreator('/docs/deploy-use-ssl', 'd74'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/dev-guide-archetype',
-        component: ComponentCreator('/docs/dev-guide-archetype', 'd1a'),
-        exact: true
-      },
-      {
-        path: '/docs/dev-guide-introduction',
-        component: ComponentCreator('/docs/dev-guide-introduction', '3b8'),
-        exact: true
-      },
-      {
-        path: '/docs/dev-guide-sdk-guide-processors',
-        component: ComponentCreator('/docs/dev-guide-sdk-guide-processors', '2c5'),
-        exact: true
-      },
-      {
-        path: '/docs/dev-guide-sdk-guide-sinks',
-        component: ComponentCreator('/docs/dev-guide-sdk-guide-sinks', '547'),
-        exact: true
-      },
-      {
-        path: '/docs/extend-archetypes',
-        component: ComponentCreator('/docs/extend-archetypes', '2de'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/extend-cli',
-        component: ComponentCreator('/docs/extend-cli', 'cb3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/extend-first-processor',
-        component: ComponentCreator('/docs/extend-first-processor', '530'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/extend-sdk-event-model',
-        component: ComponentCreator('/docs/extend-sdk-event-model', 'b1e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/extend-sdk-functions',
-        component: ComponentCreator('/docs/extend-sdk-functions', '50c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/extend-sdk-migration-service-discovery',
-        component: ComponentCreator('/docs/extend-sdk-migration-service-discovery', '11c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/extend-sdk-output-strategies',
-        component: ComponentCreator('/docs/extend-sdk-output-strategies', '571'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/extend-sdk-static-properties',
-        component: ComponentCreator('/docs/extend-sdk-static-properties', '65e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/extend-sdk-stream-requirements',
-        component: ComponentCreator('/docs/extend-sdk-stream-requirements', '293'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/extend-setup',
-        component: ComponentCreator('/docs/extend-setup', '19f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/extend-tutorial-data-processors',
-        component: ComponentCreator('/docs/extend-tutorial-data-processors', '56d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/extend-tutorial-data-sinks',
-        component: ComponentCreator('/docs/extend-tutorial-data-sinks', '989'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/extend-tutorial-data-sources',
-        component: ComponentCreator('/docs/extend-tutorial-data-sources', '52b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/faq-common-problems',
-        component: ComponentCreator('/docs/faq-common-problems', '1e0'),
-        exact: true,
-        sidebar: "faq"
-      },
-      {
-        path: '/docs/introduction',
-        component: ComponentCreator('/docs/introduction', 'bbd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/license',
-        component: ComponentCreator('/docs/license', 'efd'),
-        exact: true
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.coindesk',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.coindesk', '70a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt', 'bb0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.gdelt',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.gdelt', 'acc'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.iex.news',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.iex.news', '89c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.iex.stocks',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.iex.stocks', 'b69'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.image.set',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.image.set', 'b0a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.image.stream',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.image.stream', '799'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.influxdb.set',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.influxdb.set', '55c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream', '9c2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.iss',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.iss', 'e1e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.mysql.set',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.mysql.set', 'c06'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.mysql.stream',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.mysql.stream', '962'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt', 'd46'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.netio.rest',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.netio.rest', '824'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera', 'd94'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.opcua',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.opcua', '419'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus', '900'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7', '5e7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.ros',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.ros', 'f58'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.simulator.machine',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.simulator.machine', 'a33'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset', 'b66'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream', 'd43'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.slack',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.slack', '4a7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.ti',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.ti', '27c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit', '33a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new', 'd24'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.protocol.stream.file',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.protocol.stream.file', '6f5'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.protocol.stream.http',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.protocol.stream.http', '72f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver', '369'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.protocol.stream.kafka',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.protocol.stream.kafka', 'd6d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt', 'ff1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar', 'd3b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processor.geo.flink',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processor.geo.flink', 'a6b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding', '6a2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding', '10a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding', '851'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification', 'cc6'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper', '148'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher', '32c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processor.imageclassification.qrcode',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processor.imageclassification.qrcode', 'bd1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation', '0c9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.aggregation.flink.count',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.aggregation.flink.count', '558'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount', '0da'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.aggregation.flink.rate',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.aggregation.flink.rate', 'ba5'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum', 'ca5'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop', '114'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop', 'd73'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry', 'dbd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing', 'b3f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp', 'a92'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure', 'ef7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.filters.jvm.compose',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.filters.jvm.compose', 'ccf'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.filters.jvm.enrich',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.filters.jvm.enrich', '3dc'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.filters.jvm.limit',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.filters.jvm.limit', '055'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.filters.jvm.merge',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.filters.jvm.merge', 'ac4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter', '92e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter', 'd55'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.filters.jvm.project',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.filters.jvm.project', 'fda'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter', '2e5'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.filters.jvm.threshold',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.filters.jvm.threshold', '2ad'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo', '671'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG', '553'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory', 'f42'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator', 'c2f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed', 'b93'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator', '5fd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence', '261'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and', 'e49'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection', '06a'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence', '8f5'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.siddhi.frequency',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.siddhi.frequency', '2d0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.siddhi.frequencychange',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.siddhi.frequencychange', 'aab'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.siddhi.increase',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.siddhi.increase', '754'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter', 'd50'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.siddhi.sequence',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.siddhi.sequence', 'a92'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.siddhi.stop',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.siddhi.stop', '6d1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary', 'e45'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection', '2c3'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount', '694'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker', '8af'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection', '5b9'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder', '87f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech', 'b6e'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection', 'a6d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer', '9c7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter', '704'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper', '507'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer', 'd77'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher', '6cf'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter', '18c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate', '7b8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter', 'e53'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter', '366'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping', 'cb1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer', 'fe6'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value', 'f05'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array', '6fd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata', '673'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value', '1e1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge', '4cc'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state', '8b1'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer', '1ae'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer', 'bb6'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number', '212'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state', '588'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor', '901'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array', '7de'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter', '4db'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer', 'b0b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration', '039'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean', '12d'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.protocol.set.file',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.protocol.set.file', '7e7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.protocol.set.http',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.protocol.set.http', '23c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest', '179'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms', '9ee'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka', '569'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt', 'f51'),
-        exact: true
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats', 'bfb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar', '254'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq', '452'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest', '9d8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.databases.ditto',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.databases.ditto', '8ca'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch', 'e7f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb', 'a01'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb', '0bc'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb', 'cb2'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql', 'f5b'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua', 'e80'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql', 'beb'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard', '1c4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake', '5e8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.internal.jvm.notification',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.internal.jvm.notification', '81f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.notifications.jvm.email',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.notifications.jvm.email', 'fa7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal', 'c99'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack', '6e0'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram',
-        component: ComponentCreator('/docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram', '6cf'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/privacy',
-        component: ComponentCreator('/docs/privacy', '619'),
-        exact: true
-      },
-      {
-        path: '/docs/technicals-architecture',
-        component: ComponentCreator('/docs/technicals-architecture', '40f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/technicals-configuration',
-        component: ComponentCreator('/docs/technicals-configuration', '4b4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/technicals-messaging',
-        component: ComponentCreator('/docs/technicals-messaging', 'f49'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/technicals-runtime-wrappers',
-        component: ComponentCreator('/docs/technicals-runtime-wrappers', '6e4'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/technicals-user-guidance',
-        component: ComponentCreator('/docs/technicals-user-guidance', '105'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/try-installation',
-        component: ComponentCreator('/docs/try-installation', '56f'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/try-tutorial',
-        component: ComponentCreator('/docs/try-tutorial', '505'),
-        exact: true
-      },
-      {
-        path: '/docs/use-configurations',
-        component: ComponentCreator('/docs/use-configurations', 'cb8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/use-connect',
-        component: ComponentCreator('/docs/use-connect', '355'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/use-dashboard',
-        component: ComponentCreator('/docs/use-dashboard', '073'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/use-data-explorer',
-        component: ComponentCreator('/docs/use-data-explorer', 'a35'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/use-install-pipeline-elements',
-        component: ComponentCreator('/docs/use-install-pipeline-elements', 'a2c'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/use-managing-pipelines',
-        component: ComponentCreator('/docs/use-managing-pipelines', '273'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/use-notifications',
-        component: ComponentCreator('/docs/use-notifications', '4f8'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/use-pipeline-editor',
-        component: ComponentCreator('/docs/use-pipeline-editor', 'bcd'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/user-guide-first-steps',
-        component: ComponentCreator('/docs/user-guide-first-steps', '8d0'),
-        exact: true
-      },
-      {
-        path: '/docs/user-guide-installation',
-        component: ComponentCreator('/docs/user-guide-installation', '97d'),
-        exact: true
-      },
-      {
-        path: '/docs/user-guide-introduction',
-        component: ComponentCreator('/docs/user-guide-introduction', 'fb7'),
-        exact: true,
-        sidebar: "documentation"
-      },
-      {
-        path: '/docs/user-guide-introduction-old',
-        component: ComponentCreator('/docs/user-guide-introduction-old', '040'),
-        exact: true
-      },
-      {
-        path: '/docs/user-guide-software-components',
-        component: ComponentCreator('/docs/user-guide-software-components', '93c'),
-        exact: true
-      },
-      {
-        path: '/docs/user-guide-tour',
-        component: ComponentCreator('/docs/user-guide-tour', '7d8'),
-        exact: true
-      }
-    ]
-  },
-  {
-    path: '/',
-    component: ComponentCreator('/', 'fd5'),
-    exact: true
-  },
-  {
-    path: '*',
-    component: ComponentCreator('*'),
-  },
-];
diff --git a/website-v2/.docusaurus/routesChunkNames.json b/website-v2/.docusaurus/routesChunkNames.json
deleted file mode 100644
index d5347f3..0000000
--- a/website-v2/.docusaurus/routesChunkNames.json
+++ /dev/null
@@ -1,4089 +0,0 @@
-{
-  "/__docusaurus/debug-836": {
-    "__comp": "__comp---theme-debug-config-23-a-2ff",
-    "__context": {
-      "plugin": "plugin---docusaurus-debug-8-a-7-204"
-    }
-  },
-  "/__docusaurus/debug/config-115": {
-    "__comp": "__comp---theme-debug-config-23-a-2ff",
-    "__context": {
-      "plugin": "plugin---docusaurus-debug-8-a-7-204"
-    }
-  },
-  "/__docusaurus/debug/content-37e": {
-    "__comp": "__comp---theme-debug-contentba-8-ce7",
-    "__context": {
-      "plugin": "plugin---docusaurus-debug-8-a-7-204"
-    },
-    "allContent": "allContent---docusaurus-debug-content-246-9aa"
-  },
-  "/__docusaurus/debug/globalData-c32": {
-    "__comp": "__comp---theme-debug-global-dataede-0fa",
-    "__context": {
-      "plugin": "plugin---docusaurus-debug-8-a-7-204"
-    }
-  },
-  "/__docusaurus/debug/metadata-b10": {
-    "__comp": "__comp---theme-debug-site-metadata-68-e-3d4",
-    "__context": {
-      "plugin": "plugin---docusaurus-debug-8-a-7-204"
-    }
-  },
-  "/__docusaurus/debug/registry-510": {
-    "__comp": "__comp---theme-debug-registry-679-501",
-    "__context": {
-      "plugin": "plugin---docusaurus-debug-8-a-7-204"
-    }
-  },
-  "/__docusaurus/debug/routes-3b1": {
-    "__comp": "__comp---theme-debug-routes-946-699",
-    "__context": {
-      "plugin": "plugin---docusaurus-debug-8-a-7-204"
-    }
-  },
-  "/blog-516": {
-    "__comp": "__comp---theme-blog-list-pagea-6-a-7ba",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "items": [
-      {
-        "content": "content---blog-67-d-939"
-      },
-      {
-        "content": "content---blog-947-a14"
-      },
-      {
-        "content": "content---blogda-6-bea"
-      },
-      {
-        "content": "content---blog-6-c-2-8ec"
-      },
-      {
-        "content": "content---blogf-00-029"
-      },
-      {
-        "content": "content---blog-6-e-1-664"
-      },
-      {
-        "content": "content---blogc-6-b-75c"
-      },
-      {
-        "content": "content---bloga-90-b3d"
-      },
-      {
-        "content": "content---blogc-4-c-9e9"
-      },
-      {
-        "content": "content---bloga-95-202"
-      }
-    ],
-    "metadata": "metadata---blogb-2-b-df1"
-  },
-  "/blog/2018/06/14/welcome-295": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2018-06-14-welcome-6-dc-90b"
-  },
-  "/blog/2018/06/18/how-to-understand-your-machine-data-300": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2018-06-18-how-to-understand-your-machine-datafdc-7b4"
-  },
-  "/blog/2018/09/17/preview-060-567": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2018-09-17-preview-060-e-09-376"
-  },
-  "/blog/2018/11/24/container-cli-7aa": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2018-11-24-container-cli-848-4c3"
-  },
-  "/blog/2019/04/04/release-0610-557": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2019-04-04-release-0610-e-94-3ef"
-  },
-  "/blog/2019/05/23/release-0620-750": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2019-05-23-release-0620-d-01-496"
-  },
-  "/blog/2019/09/05/release-0630-ac0": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2019-09-05-release-06301-e-6-a82"
-  },
-  "/blog/2019/09/19/release-0640-737": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2019-09-19-release-0640-cce-6e8"
-  },
-  "/blog/2019/11/23/release-0650-62e": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2019-11-23-release-06502-c-7-5d3"
-  },
-  "/blog/2019/11/25/moving-to-the-apache-incubator-961": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2019-11-25-moving-to-the-apache-incubator-2-c-1-646"
-  },
-  "/blog/2020/01/23/streampipes_on_rpi-627": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2020-01-23-streampipes-on-rpi-77-a-7d7"
-  },
-  "/blog/2020/05/19/release-0660-938": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2020-05-19-release-0660-cca-2d0"
-  },
-  "/blog/2020/05/27/streampipes_on_k3s-bf6": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2020-05-27-streampipes-on-k-3-sc-78-83c"
-  },
-  "/blog/2021/07/22/_release-0680-5a7": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2021-07-22-release-0680-dca-def"
-  },
-  "/blog/2022/03/21/_release-0690-471": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2022-03-21-release-0690-c-1-b-7cb"
-  },
-  "/blog/2022/09/05/using-factory.io-with-streampipes-bfe": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2022-09-05-using-factory-io-with-streampipes-2-d-4-886"
-  },
-  "/blog/2022/10/13/release-070-6ce": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2022-10-13-release-07071-a-404"
-  },
-  "/blog/2023/01/17/release-090-f12": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2023-01-17-release-090095-92c"
-  },
-  "/blog/2023/04/12/release-091-999": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2023-04-12-release-0917-e-3-496"
-  },
-  "/blog/2023/06/16/release-092-801": {
-    "__comp": "__comp---theme-blog-post-pageccc-cab",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "content": "content---blog-2023-06-16-release-0928-a-0-af2"
-  },
-  "/blog/archive-fba": {
-    "__comp": "__comp---theme-blog-archive-page-9-e-4-1d8",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "archive": "archive---blog-archiveb-2-f-393"
-  },
-  "/blog/page/2-275": {
-    "__comp": "__comp---theme-blog-list-pagea-6-a-7ba",
-    "__context": {
-      "plugin": "plugin---blogbec-ce7"
-    },
-    "sidebar": "sidebar---blog-814-8ac",
-    "items": [
-      {
-        "content": "content---blog-page-23-ba-b3e"
-      },
-      {
-        "content": "content---blog-page-2-ec-2-378"
-      },
-      {
-        "content": "content---blog-page-261-e-262"
-      },
-      {
-        "content": "content---blog-page-237-a-46a"
-      },
-      {
-        "content": "content---blog-page-2627-51f"
-      },
-      {
-        "content": "content---blog-page-22-db-786"
-      },
-      {
-        "content": "content---blog-page-2278-c65"
-      },
-      {
-        "content": "content---blog-page-2651-943"
-      },
-      {
-        "content": "content---blog-page-2-a-9-b-ae2"
-      },
-      {
-        "content": "content---blog-page-260-f-213"
-      }
-    ],
-    "metadata": "metadata---blog-page-28-eb-625"
-  },
-  "/versions-b56": {
-    "__comp": "__comp---site-src-pages-versions-js-18-b-bfe",
-    "__context": {
-      "plugin": "plugin---versionsc-8-e-537"
-    },
-    "config": "config---versions-5-e-9-c5a"
-  },
-  "/docs/0.70.0-37e": {
-    "__comp": "__comp---theme-doc-page-1-be-9be",
-    "__context": {
-      "plugin": "plugin---docs-0-70-049-f-693"
-    },
-    "versionMetadata": "versionMetadata---docs-0-70-0-f-10-a11"
-  },
-  "/docs/0.70.0/community-contribute-77c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-community-contribute-9-a-1-78e"
-  },
-  "/docs/0.70.0/community-get-help-e08": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-community-get-helpf-0-d-176"
-  },
-  "/docs/0.70.0/concepts-adapter-37d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-concepts-adaptere-9-d-e32"
-  },
-  "/docs/0.70.0/concepts-data-streams-adf": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-concepts-data-streamsb-11-2df"
-  },
-  "/docs/0.70.0/concepts-glossary-17c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-concepts-glossaryb-42-de3"
-  },
-  "/docs/0.70.0/concepts-overview-16d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-concepts-overview-44-b-a37"
-  },
-  "/docs/0.70.0/concepts-pipelines-f9d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-concepts-pipelines-5-e-6-f95"
-  },
-  "/docs/0.70.0/debugging-debugging-07b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-debugging-debuggingcfd-9da"
-  },
-  "/docs/0.70.0/debugging-monitoring-9da": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-debugging-monitoring-80-b-c11"
-  },
-  "/docs/0.70.0/deploy-docker-83c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-deploy-docker-7-fe-a45"
-  },
-  "/docs/0.70.0/deploy-kubernetes-799": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-deploy-kubernetesa-4-d-2ea"
-  },
-  "/docs/0.70.0/deploy-security-5eb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-deploy-securityd-42-f0d"
-  },
-  "/docs/0.70.0/deploy-use-ssl-909": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-deploy-use-ssla-98-bcd"
-  },
-  "/docs/0.70.0/dev-guide-archetype-1ee": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-dev-guide-archetypebca-a25"
-  },
-  "/docs/0.70.0/dev-guide-sdk-guide-processors-c21": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-dev-guide-sdk-guide-processors-8-ca-ef2"
-  },
-  "/docs/0.70.0/dev-guide-sdk-guide-sinks-bea": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-dev-guide-sdk-guide-sinks-99-b-aa0"
-  },
-  "/docs/0.70.0/extend-archetypes-e4c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-extend-archetypes-0-da-bab"
-  },
-  "/docs/0.70.0/extend-cli-cc3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-extend-cli-9-e-0-362"
-  },
-  "/docs/0.70.0/extend-first-processor-5ca": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-extend-first-processor-473-0ea"
-  },
-  "/docs/0.70.0/extend-sdk-event-model-d29": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-extend-sdk-event-model-9-aa-701"
-  },
-  "/docs/0.70.0/extend-sdk-functions-cee": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-extend-sdk-functions-788-81e"
-  },
-  "/docs/0.70.0/extend-sdk-migration-service-discovery-873": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-extend-sdk-migration-service-discovery-82-d-017"
-  },
-  "/docs/0.70.0/extend-sdk-output-strategies-5fe": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-extend-sdk-output-strategies-582-641"
-  },
-  "/docs/0.70.0/extend-sdk-static-properties-b78": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-extend-sdk-static-propertiesbf-6-e1f"
-  },
-  "/docs/0.70.0/extend-sdk-stream-requirements-f1b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-extend-sdk-stream-requirements-676-f24"
-  },
-  "/docs/0.70.0/extend-setup-cbe": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-extend-setup-98-a-51c"
-  },
-  "/docs/0.70.0/extend-tutorial-data-processors-896": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-extend-tutorial-data-processors-44-c-b60"
-  },
-  "/docs/0.70.0/extend-tutorial-data-sinks-54b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-extend-tutorial-data-sinksb-42-fd0"
-  },
-  "/docs/0.70.0/extend-tutorial-data-sources-18d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-extend-tutorial-data-sourcesac-9-054"
-  },
-  "/docs/0.70.0/faq-common-problems-412": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-faq-common-problemseaa-c31"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.coindesk-70b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-coindesk-55-a-c5c"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt-56e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-0-a-0-0bb"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.gdelt-289": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-gdelt-28-f-69a"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.news-ae3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-iex-news-775-e49"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iex.stocks-5d4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-261-ced"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.set-ce1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-image-set-58-b-74c"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.image.stream-307": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-image-stream-857-be6"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.set-2e0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-9-e-5-5b9"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream-452": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-influxdb-streama-7-f-03a"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.iss-801": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-issb-53-ef8"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.set-6f0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-mysql-set-019-652"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.mysql.stream-1c9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-908-2f1"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt-7d8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-17-a-c1b"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.netio.rest-02a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-netio-rest-8-e-4-3cd"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera-481": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-662-62b"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.opcua-633": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-opcua-4-f-7-5a1"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus-08a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbus-866-bcf"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7-cde": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-c-00-6aa"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ros-c09": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-rosedb-2ab"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.machine-400": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-1-d-8-05f"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset-dd4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatasetc-70-39b"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream-8da": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-577-d01"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.slack-def": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-slackaab-c6c"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.ti-4b7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-tie-6-e-39e"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit-daa": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-699-81b"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new-26f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-670-db8"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.file-9fc": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-fileb-17-bd7"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.http-4eb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-httpa-31-f26"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver-5f4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-845-c5b"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.kafka-188": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-kafkaf-64-ab4"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt-844": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-mqtt-1-fa-9f9"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar-ad2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-0-c-7-c5c"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.flink-5eb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processor-geo-flinkdde-750"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding-91b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-geocodingf-8-a-bae"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding-dac": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocodingdff-829"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding-833": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocodingfea-dfd"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification-d18": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-2-cb-209"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper-2ff": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-croppercba-20f"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher-586": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-53-c-c40"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processor.imageclassification.qrcode-eeb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-90-c-a39"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation-cba": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-1-ce-ad9"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.count-50c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-count-30-d-5cc"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount-ded": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-1-c-0-da6"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.aggregation.flink.rate-a5b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-aggregation-flink-ratec-7-c-750"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum-c90": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusumf-0-c-41c"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop-4e5": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathopf-5-c-603"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop-06b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathopb-26-aea"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry-fa0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-1-a-4-877"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing-849": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencingfe-1-f0e"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp-525": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-flink-timestampa-1-b-bc6"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure-715": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-9-b-7-b26"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.compose-c78": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-compose-562-4c9"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.enrich-5a0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-296-ab2"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.limit-260": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-limite-84-925"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.merge-a45": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-merge-113-173"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter-84d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfiltera-00-db8"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter-a65": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilterf-88-769"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.project-656": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-project-91-d-43f"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter-215": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-textfiltera-3-c-18d"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.filters.jvm.threshold-6e0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-filters-jvm-threshold-4-b-5-a9c"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo-2c8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-9-a-4-c95"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG-73f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-442-5f6"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory-1a6": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-7-bb-479"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator-2c4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculatord-17-5f8"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed-030": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-39-c-6d9"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator-94a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-784-51a"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence-6ec": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-766-155"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and-017": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-3-d-9-258"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection-457": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-127-b13"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence-4b6": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-339-0a5"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequency-27c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-frequencyfcb-339"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.frequencychange-7ed": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-83-f-bbc"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.increase-4f3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-increasedee-fe3"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter-997": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-numericalfilter-4-a-4-ae8"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.sequence-8d7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-sequence-5-d-1-ba1"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.siddhi.stop-bd1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-siddhi-stop-8-c-4-293"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary-587": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-3-a-2-132"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection-397": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetectionecd-b08"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount-2f2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-flink-wordcountbe-5-925"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker-5aa": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-9-ef-fd6"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection-156": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetection-138-ea7"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder-00e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-647-334"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech-946": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeecha-58-c11"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection-f89": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-20-c-3b8"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer-377": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-131-3f1"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter-ac3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-converterf-7-d-0b8"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper-b87": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-0-cb-544"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer-4b3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-4-cb-76e"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher-ab6": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-910-939"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter-742": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-convertera-27-f95"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate-596": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-1-fd-b5b"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter-01c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counterc-4-a-0cb"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter-7c8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-69-e-661"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping-672": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-52-a-678"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer-847": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-7-f-2-178"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value-ce3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-608-4e5"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array-c2a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-2-b-5-577"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata-ddb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-9-c-4-2e6"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value-e11": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-valueed-8-b10"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge-f11": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edgea-8-c-4c9"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state-3df": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-statea-6-d-d71"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer-100": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-9-f-6-c39"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer-c88": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-7-b-6-bd2"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number-230": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-numbercd-5-af8"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state-56b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-stated-17-a2d"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor-505": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-052-ce0"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array-0c9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-split-arraybb-0-0cf"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter-e9c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-368-46c"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer-c6a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-9-ba-b77"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration-d29": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-247-c2a"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean-1b2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-booleane-77-641"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.file-82f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-protocol-set-filece-4-273"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.protocol.set.http-c78": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-protocol-set-httpdf-7-109"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest-316": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-598-43b"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms-9ae": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-jmsc-2-e-a1a"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka-021": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafkab-14-68d"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt-381": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-9-db-3f8"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats-0ec": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-044-35f"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar-e74": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsaraed-f9e"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq-81f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-98-a-966"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest-97c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-449-521"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.ditto-c88": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-ditto-94-b-171"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch-68a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-025-ffd"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb-f8e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-6-cb-2d6"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb-d85": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-11-b-a75"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb-ca0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdbce-5-527"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql-460": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-5-ab-841"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua-c7e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-opcuaa-21-f84"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql-927": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresqlfe-7-da1"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard-957": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-9-e-9-1d2"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake-0fa": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-880-7f7"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.internal.jvm.notification-e10": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-internal-jvm-notificationbc-9-fee"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.email-18f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-emailf-34-8c8"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal-e84": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-07-d-2d6"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack-f68": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-slackc-24-202"
-  },
-  "/docs/0.70.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram-954": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-07-a-1f9"
-  },
-  "/docs/0.70.0/technicals-architecture-115": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-technicals-architecture-308-b14"
-  },
-  "/docs/0.70.0/technicals-configuration-5ee": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-technicals-configuration-596-b83"
-  },
-  "/docs/0.70.0/technicals-messaging-8d5": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-technicals-messaging-4-ca-654"
-  },
-  "/docs/0.70.0/technicals-runtime-wrappers-87f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-technicals-runtime-wrappersf-7-b-d81"
-  },
-  "/docs/0.70.0/technicals-user-guidance-c23": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-technicals-user-guidancea-2-d-902"
-  },
-  "/docs/0.70.0/try-installation-405": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-try-installationce-7-f03"
-  },
-  "/docs/0.70.0/try-tutorial-00c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-try-tutorialda-8-793"
-  },
-  "/docs/0.70.0/use-configurations-339": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-use-configurations-611-a08"
-  },
-  "/docs/0.70.0/use-connect-bc3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-use-connect-78-e-6b4"
-  },
-  "/docs/0.70.0/use-dashboard-502": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-use-dashboardb-99-402"
-  },
-  "/docs/0.70.0/use-data-explorer-63d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-use-data-explorer-6-bf-289"
-  },
-  "/docs/0.70.0/use-install-pipeline-elements-224": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-use-install-pipeline-elements-51-d-e82"
-  },
-  "/docs/0.70.0/use-managing-pipelines-766": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-use-managing-pipelines-3-ed-46f"
-  },
-  "/docs/0.70.0/use-notifications-dea": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-use-notificationscd-7-2d4"
-  },
-  "/docs/0.70.0/use-pipeline-editor-e6b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-use-pipeline-editor-147-e34"
-  },
-  "/docs/0.70.0/user-guide-installation-adb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-user-guide-installation-08-d-d19"
-  },
-  "/docs/0.70.0/user-guide-introduction-569": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-user-guide-introduction-920-3aa"
-  },
-  "/docs/0.70.0/user-guide-introduction-old-8dc": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-70-0-user-guide-introduction-old-2-fe-c29"
-  },
-  "/docs/0.90.0-545": {
-    "__comp": "__comp---theme-doc-page-1-be-9be",
-    "__context": {
-      "plugin": "plugin---docs-0-70-049-f-693"
-    },
-    "versionMetadata": "versionMetadata---docs-0-90-0636-6d8"
-  },
-  "/docs/0.90.0/community-contribute-c7b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-community-contribute-486-4c7"
-  },
-  "/docs/0.90.0/community-get-help-cff": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-community-get-helpbd-0-291"
-  },
-  "/docs/0.90.0/concepts-adapter-1d0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-concepts-adapterb-8-b-1ed"
-  },
-  "/docs/0.90.0/concepts-data-streams-994": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-concepts-data-streams-793-d1e"
-  },
-  "/docs/0.90.0/concepts-glossary-603": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-concepts-glossaryeff-2c2"
-  },
-  "/docs/0.90.0/concepts-overview-d34": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-concepts-overview-6-f-3-140"
-  },
-  "/docs/0.90.0/concepts-pipelines-5f5": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-concepts-pipelines-161-bb0"
-  },
-  "/docs/0.90.0/debugging-debugging-421": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-debugging-debugging-93-f-1dd"
-  },
-  "/docs/0.90.0/debugging-monitoring-89a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-debugging-monitoring-8-da-7ba"
-  },
-  "/docs/0.90.0/deploy-docker-cda": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-deploy-dockercdb-533"
-  },
-  "/docs/0.90.0/deploy-kubernetes-fe4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-deploy-kubernetes-123-092"
-  },
-  "/docs/0.90.0/deploy-security-a20": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-deploy-security-143-d29"
-  },
-  "/docs/0.90.0/deploy-use-ssl-2e4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-deploy-use-ssl-7-b-8-f32"
-  },
-  "/docs/0.90.0/dev-guide-archetype-740": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-dev-guide-archetype-03-c-ae5"
-  },
-  "/docs/0.90.0/dev-guide-sdk-guide-processors-a3b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-dev-guide-sdk-guide-processors-429-951"
-  },
-  "/docs/0.90.0/dev-guide-sdk-guide-sinks-1d4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-dev-guide-sdk-guide-sinksb-58-784"
-  },
-  "/docs/0.90.0/extend-archetypes-1b2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-extend-archetypes-61-f-631"
-  },
-  "/docs/0.90.0/extend-cli-604": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-extend-cli-79-d-6dc"
-  },
-  "/docs/0.90.0/extend-first-processor-1ef": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-extend-first-processoraa-9-be1"
-  },
-  "/docs/0.90.0/extend-sdk-event-model-cae": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-extend-sdk-event-model-7-de-e70"
-  },
-  "/docs/0.90.0/extend-sdk-functions-ba3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-extend-sdk-functionsbdb-d93"
-  },
-  "/docs/0.90.0/extend-sdk-migration-service-discovery-8e1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-extend-sdk-migration-service-discoverydb-1-2c4"
-  },
-  "/docs/0.90.0/extend-sdk-output-strategies-19a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-extend-sdk-output-strategies-2-e-3-558"
-  },
-  "/docs/0.90.0/extend-sdk-static-properties-984": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-extend-sdk-static-properties-22-c-f44"
-  },
-  "/docs/0.90.0/extend-sdk-stream-requirements-048": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-extend-sdk-stream-requirements-34-f-86e"
-  },
-  "/docs/0.90.0/extend-setup-50f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-extend-setup-8-ed-32d"
-  },
-  "/docs/0.90.0/extend-tutorial-data-processors-edb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-extend-tutorial-data-processors-8-eb-af7"
-  },
-  "/docs/0.90.0/extend-tutorial-data-sinks-0bd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-extend-tutorial-data-sinks-874-357"
-  },
-  "/docs/0.90.0/extend-tutorial-data-sources-758": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-extend-tutorial-data-sourcesb-8-a-70e"
-  },
-  "/docs/0.90.0/faq-common-problems-620": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-faq-common-problemsef-3-142"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.coindesk-2b8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-coindesk-291-7ba"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt-8e1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-219-2b6"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.gdelt-493": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-gdelt-27-b-058"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.news-42d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-iex-news-989-cf5"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iex.stocks-3e2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-iex-stocks-470-983"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.set-df3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-image-set-54-c-ffd"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.image.stream-db2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-image-stream-73-a-be5"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.set-7cb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-influxdb-set-83-a-26f"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream-23a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-influxdb-streambbe-0b8"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.iss-9f2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-issa-59-507"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.set-7a4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-mysql-set-353-141"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.mysql.stream-63c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-6-bb-a32"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt-6df": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-netio-mqtt-6-d-6-a71"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.netio.rest-3a1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-netio-rest-99-d-063"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera-6dd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamerad-1-c-167"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.opcua-669": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-opcuabc-8-b06"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus-e7c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbusb-54-a1d"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7-d2b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-b-2-e-511"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ros-84a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-ros-80-c-492"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.machine-408": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-machineab-5-d9b"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset-226": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatasetc-43-1d5"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream-378": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastream-891-195"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.slack-652": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-slack-965-ea3"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.ti-3bf": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-tif-2-c-ad9"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit-ccd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-wikipedia-editb-82-079"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new-042": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-3-b-6-215"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.file-26b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-filee-7-b-c6c"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.http-dde": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-http-8-d-6-8dc"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver-010": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-5-c-7-c80"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.kafka-52f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-kafka-53-d-89c"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt-5da": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-mqtte-43-879"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar-c3a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-005-3c6"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.flink-2f9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processor-geo-flinkac-2-487"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding-162": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-geocoding-195-52f"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding-635": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocodingbf-7-4e8"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding-31b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-583-da3"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification-e83": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-4-f-0-520"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper-7e0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-873-155"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher-2b4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-9-f-1-a55"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processor.imageclassification.qrcode-60b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-4-d-6-4b9"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation-9e4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregationbab-cc1"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.count-185": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-count-66-d-1f1"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount-208": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-84-e-5ca"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.aggregation.flink.rate-7a1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-aggregation-flink-rate-54-d-784"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum-ae3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-6-ff-d84"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop-bbf": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-9-de-1b5"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop-bd4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathopa-9-b-5f3"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry-d8a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometrye-78-510"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing-304": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-162-a06"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp-7d9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-flink-timestampdb-8-31f"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure-c5d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-2-de-25e"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.compose-0c7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-compose-587-af6"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.enrich-d34": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-enrich-468-905"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.limit-a4c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-limit-807-5db"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.merge-e1c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-mergec-8-e-472"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter-582": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-1-ab-676"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter-191": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-152-58c"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.project-6fd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-project-178-1a4"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter-c5c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-textfilter-321-cc6"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.filters.jvm.threshold-844": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-filters-jvm-thresholda-80-fa1"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo-233": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-563-914"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG-69e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-744-479"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory-378": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-6-e-8-371"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator-040": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-0-d-7-787"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed-29e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-829-793"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator-8e8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculatorde-9-7ab"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence-e68": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-184-645"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and-099": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-122-531"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection-4f7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detectionf-4-b-e20"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence-c87": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-627-b7c"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequency-f49": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-frequency-340-d12"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.frequencychange-7d4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-frequencychange-49-d-152"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.increase-00f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-increase-487-99c"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter-ebd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-numericalfilterc-58-353"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.sequence-237": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-sequence-3-b-2-75d"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.siddhi.stop-2df": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-siddhi-stop-1-d-8-0ed"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary-e0d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summarybcc-31a"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection-da2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetection-51-a-632"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount-571": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-flink-wordcount-43-e-82a"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker-a97": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-3-a-3-5cb"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection-e3f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetectionf-7-c-699"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder-ca9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-07-d-d72"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech-a97": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeechace-6c5"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection-7fb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetectioncd-0-25b"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer-94a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-0-aa-eb8"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter-162": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-559-fea"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper-547": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-9-a-7-446"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer-84e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamerc-31-edf"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher-a50": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-614-956"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter-162": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-64-f-43a"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate-ba1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-06-e-836"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter-208": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counterf-06-31c"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter-8ea": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-140-1fd"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping-0f4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-239-cda"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer-814": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timerdb-6-ff6"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value-8b7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-valuecfb-4cb"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array-0dc": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-count-arrayf-2-f-bbe"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata-f97": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadatac-4-c-c5f"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value-fca": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-value-92-c-80d"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge-e9f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-7-b-9-814"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state-790": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-statef-34-8d7"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer-ecb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-bufferad-9-907"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer-3f7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-5-ad-31b"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number-036": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-908-78c"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state-791": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-675-dcb"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor-99a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractordff-51a"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array-4ab": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-798-8b9"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter-a7e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-517-414"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer-10c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-2-f-3-5c3"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration-15d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-61-d-e79"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean-44a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-booleanf-2-d-ab5"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.file-aa1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-protocol-set-file-40-a-9d9"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.protocol.set.http-854": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-protocol-set-httpd-0-a-03b"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest-df2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-04-d-963"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms-589": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-jmsd-87-c82"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka-da8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-428-f06"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt-4ad": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-965-adf"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats-f75": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-965-1c9"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar-19e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-4-e-0-391"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq-e36": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmqf-98-037"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest-8ea": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-038-928"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.ditto-bfb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-dittof-9-d-9b9"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch-c3f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-704-42c"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb-7b6": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-368-fdb"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb-85c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdbb-13-d62"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb-a13": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-584-e6f"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql-21c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-mysql-86-d-d56"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua-8bb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-opcuaecf-b0e"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql-5c7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-0-c-9-2ac"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard-d91": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-73-b-be6"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake-5de": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-453-8c3"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.internal.jvm.notification-f0f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-3-a-8-7c7"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.email-c51": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-email-339-680"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal-889": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-8-c-9-5a9"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack-ee8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-slackc-7-a-3af"
-  },
-  "/docs/0.90.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram-188": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegram-7-b-2-03a"
-  },
-  "/docs/0.90.0/technicals-architecture-39b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-technicals-architectureb-1-b-c6d"
-  },
-  "/docs/0.90.0/technicals-configuration-7bb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-technicals-configuration-45-a-c87"
-  },
-  "/docs/0.90.0/technicals-messaging-a06": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-technicals-messagingc-5-b-9a4"
-  },
-  "/docs/0.90.0/technicals-runtime-wrappers-eab": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-technicals-runtime-wrappers-5-fa-c45"
-  },
-  "/docs/0.90.0/technicals-user-guidance-d7b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-technicals-user-guidance-12-f-a55"
-  },
-  "/docs/0.90.0/try-installation-6a2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-try-installation-4-ff-554"
-  },
-  "/docs/0.90.0/try-tutorial-6f1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-try-tutorial-36-c-b1d"
-  },
-  "/docs/0.90.0/use-configurations-a6e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-use-configurations-625-058"
-  },
-  "/docs/0.90.0/use-connect-a43": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-use-connect-0-a-4-114"
-  },
-  "/docs/0.90.0/use-dashboard-7d9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-use-dashboard-481-b53"
-  },
-  "/docs/0.90.0/use-data-explorer-a4b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-use-data-explorer-467-8eb"
-  },
-  "/docs/0.90.0/use-install-pipeline-elements-ed1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-use-install-pipeline-elementsff-7-350"
-  },
-  "/docs/0.90.0/use-managing-pipelines-be0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-use-managing-pipelines-5-f-4-712"
-  },
-  "/docs/0.90.0/use-notifications-cd9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-use-notifications-946-584"
-  },
-  "/docs/0.90.0/use-pipeline-editor-6b0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-use-pipeline-editor-9-b-3-c32"
-  },
-  "/docs/0.90.0/user-guide-first-steps-c23": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-user-guide-first-steps-442-f21"
-  },
-  "/docs/0.90.0/user-guide-installation-97a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-user-guide-installation-07-b-21e"
-  },
-  "/docs/0.90.0/user-guide-introduction-4e8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-user-guide-introduction-11-b-351"
-  },
-  "/docs/0.90.0/user-guide-introduction-old-a00": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-user-guide-introduction-oldfc-3-49a"
-  },
-  "/docs/0.90.0/user-guide-software-components-003": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-90-0-user-guide-software-componentse-7-b-b8b"
-  },
-  "/docs/0.91.0-62f": {
-    "__comp": "__comp---theme-doc-page-1-be-9be",
-    "__context": {
-      "plugin": "plugin---docs-0-70-049-f-693"
-    },
-    "versionMetadata": "versionMetadata---docs-0-91-07-a-7-4f4"
-  },
-  "/docs/0.91.0/community-contribute-57e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-community-contributebf-4-3d1"
-  },
-  "/docs/0.91.0/community-get-help-884": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-community-get-helpf-7-f-759"
-  },
-  "/docs/0.91.0/concepts-adapter-d3c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-concepts-adapter-5-f-9-50c"
-  },
-  "/docs/0.91.0/concepts-data-streams-5f3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-concepts-data-streams-1-e-3-a74"
-  },
-  "/docs/0.91.0/concepts-glossary-da9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-concepts-glossary-894-de1"
-  },
-  "/docs/0.91.0/concepts-overview-a10": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-concepts-overview-5-a-2-093"
-  },
-  "/docs/0.91.0/concepts-pipelines-6bf": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-concepts-pipelines-79-a-0b0"
-  },
-  "/docs/0.91.0/debugging-debugging-a08": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-debugging-debugging-667-df7"
-  },
-  "/docs/0.91.0/debugging-monitoring-d2c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-debugging-monitoringc-97-22f"
-  },
-  "/docs/0.91.0/deploy-docker-315": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-deploy-docker-961-358"
-  },
-  "/docs/0.91.0/deploy-kubernetes-ec0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-deploy-kubernetes-8-e-3-9d1"
-  },
-  "/docs/0.91.0/deploy-security-72d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-deploy-securitybda-d51"
-  },
-  "/docs/0.91.0/deploy-use-ssl-0c5": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-deploy-use-ssl-3-fc-775"
-  },
-  "/docs/0.91.0/dev-guide-archetype-1e8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-dev-guide-archetype-159-a78"
-  },
-  "/docs/0.91.0/dev-guide-sdk-guide-processors-4f5": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-dev-guide-sdk-guide-processors-32-b-34c"
-  },
-  "/docs/0.91.0/dev-guide-sdk-guide-sinks-698": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-dev-guide-sdk-guide-sinks-5-b-6-207"
-  },
-  "/docs/0.91.0/extend-archetypes-fe5": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-extend-archetypes-79-c-a95"
-  },
-  "/docs/0.91.0/extend-cli-ebe": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-extend-cli-235-488"
-  },
-  "/docs/0.91.0/extend-first-processor-77c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-extend-first-processora-50-361"
-  },
-  "/docs/0.91.0/extend-sdk-event-model-983": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-extend-sdk-event-modele-87-c56"
-  },
-  "/docs/0.91.0/extend-sdk-functions-899": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-extend-sdk-functionsf-95-66a"
-  },
-  "/docs/0.91.0/extend-sdk-migration-service-discovery-6d8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-extend-sdk-migration-service-discovery-070-870"
-  },
-  "/docs/0.91.0/extend-sdk-output-strategies-a4f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-extend-sdk-output-strategiesf-88-863"
-  },
-  "/docs/0.91.0/extend-sdk-static-properties-157": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-extend-sdk-static-properties-3-e-4-6c9"
-  },
-  "/docs/0.91.0/extend-sdk-stream-requirements-6c8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-extend-sdk-stream-requirementsef-3-150"
-  },
-  "/docs/0.91.0/extend-setup-0bf": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-extend-setup-223-978"
-  },
-  "/docs/0.91.0/extend-tutorial-data-processors-2b8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-extend-tutorial-data-processorsf-46-c6d"
-  },
-  "/docs/0.91.0/extend-tutorial-data-sinks-927": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-extend-tutorial-data-sinksfde-20d"
-  },
-  "/docs/0.91.0/extend-tutorial-data-sources-4cd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-extend-tutorial-data-sourcesf-9-c-cdb"
-  },
-  "/docs/0.91.0/faq-common-problems-d4e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-faq-common-problemsc-91-e1f"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.coindesk-d7f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-coindeskab-8-343"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.flic.mqtt-cb9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-flic-mqtt-612-b73"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.gdelt-fc9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-gdelte-91-ff9"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.news-8aa": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-iex-newse-79-126"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iex.stocks-0e9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-iex-stocksd-77-9c7"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.set-f67": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-image-set-51-f-68e"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.image.stream-986": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-image-streama-65-d7f"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.set-fb7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-influxdb-setd-65-016"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.influxdb.stream-971": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-influxdb-streamb-34-edd"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.iss-b6f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-iss-348-7b9"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.set-48b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-mysql-set-81-c-cc8"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.mysql.stream-519": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-mysql-stream-78-b-ad1"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.mqtt-4ba": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-netio-mqttf-7-a-7a5"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.netio.rest-2af": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-netio-rest-0-fd-8b0"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera-224": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamera-1-ec-037"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.opcua-616": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-opcua-3-e-1-5cd"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.modbus-d25": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbusd-80-6da"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.plc4x.s7-830": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-75-d-7-3d6"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ros-417": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-rosd-34-cb5"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.machine-a22": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-machine-331-966"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset-3e3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-35-c-28c"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream-a2d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastreameab-7a2"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.slack-8b8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-slack-71-e-80e"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.ti-c11": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-tie-5-e-b07"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.edit-0b1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-13-e-4f0"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.adapters.wikipedia.new-852": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-adapters-wikipedia-new-0-d-1-dd0"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.file-5d3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-file-8-e-0-263"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.http-a24": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-httpade-0e2"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.httpserver-150": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-httpserver-28-d-ec4"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.kafka-e97": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-kafkaea-2-4b1"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.mqtt-d43": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-mqttb-21-7ed"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.connect.protocol.stream.pulsar-396": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-connect-protocol-stream-pulsar-5-da-7b6"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.flink-3bf": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processor-geo-flink-664-423"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.geocoding-f92": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-geocodingc-37-f82"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding-cd2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-76-e-4c0"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding-eb0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-7-a-8-edb"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification-544": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classificationc-5-a-2ed"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper-8a6": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-619-013"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher-d43": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricheree-2-51e"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processor.imageclassification.qrcode-bb7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processor-imageclassification-qrcode-350-6ae"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.aggregation-dfa": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-aggregationf-6-e-5fc"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.count-a88": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-count-159-970"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.eventcount-93b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-8-d-7-12c"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.aggregation.flink.rate-39e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-aggregation-flink-ratef-04-184"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.changedetection.jvm.cusum-4ed": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-7-f-6-0c4"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop-2fd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-4-a-9-e75"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop-69f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathopbe-3-6a7"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry-8cd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometry-0-ec-0af"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing-667": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-686-dbb"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.flink.timestamp-c19": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-flink-timestamp-6-cd-626"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure-bc4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasureafe-401"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.compose-243": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-composed-53-366"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.enrich-b89": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-enriche-2-e-2e9"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.limit-6b6": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-limit-26-d-382"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.merge-534": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-merge-7-d-1-dde"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter-c7d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-8-c-0-8c3"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter-cd7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-161-e75"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.project-aac": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-project-87-c-126"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.textfilter-57b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-textfiltercd-9-36c"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.filters.jvm.threshold-340": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-filters-jvm-thresholdd-28-395"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo-8d7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-81-e-81f"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG-420": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-2-d-2-38f"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory-7bd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-93-c-d13"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator-70c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculator-422-533"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.speed-2f7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-speedf-01-55b"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator-424": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculatorad-5-5a7"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.absence-502": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-84-f-b62"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.and-9b9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-and-173-06c"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection-32d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detectionf-2-f-1b1"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence-a0a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-6-f-9-014"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequency-9dd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-frequency-91-b-d51"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.frequencychange-9d7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-frequencychangebf-9-deb"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.increase-b19": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-increase-5-d-9-ca7"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.numericalfilter-537": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-numericalfilterf-28-de0"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.sequence-80d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-sequence-449-20e"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.siddhi.stop-c53": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-siddhi-stop-04-e-791"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary-3dd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-statistics-flink-statistics-summaryf-67-be4"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.languagedetection-226": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-flink-languagedetectiona-2-e-168"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.flink.wordcount-956": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-flink-wordcountb-8-f-b86"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.chunker-0fe": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-chunker-1-a-5-bc3"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection-9c8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-languagedetectione-2-d-637"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.namefinder-8ae": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-namefinder-160-30a"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech-daa": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-partofspeechd-81-bae"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection-41b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetectionbaa-776"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer-c34": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-textmining-jvm-tokenizeraf-1-b89"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-converter-62b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-converter-96-b-b2a"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-mapper-061": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-34-f-ac1"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.field-renamer-cc3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-field-renamer-6-b-6-8da"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher-ccd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-070-6d4"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter-02b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converterad-7-a4e"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate-55b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplateef-0-6f4"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter-67d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-1-da-2e9"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter-a64": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverterac-2-69a"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping-558": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-3-e-6-02a"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer-9a2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timerd-3-e-894"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.changed-value-969": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-changed-value-5-a-4-b1c"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.count-array-e9e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-count-array-411-138"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata-083": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadatae-9-a-a8d"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.duration-value-e6c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-duration-valuee-74-94e"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge-45f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-05-d-678"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state-b12": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-0-ce-821"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer-70c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-550-e58"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer-d2c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-bufferf-66-3b2"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number-0f7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-615-7ff"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state-7d6": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-27-c-4a6"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor-ecd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractor-1-e-6-07f"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.split-array-cce": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-split-array-0-fb-f0b"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter-148": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-24-d-feb"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer-2a7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timerd-49-e76"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.taskduration-591": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-526-c8d"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean-36b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-700-b1c"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.file-635": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-protocol-set-fileaa-2-927"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.protocol.set.http-91c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-protocol-set-http-886-096"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest-b83": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-168-56c"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.jms-5ec": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-jms-7-e-6-2d0"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.kafka-257": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-19-f-758"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt-050": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-mqtt-5-ad-e18"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.nats-59a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-nats-870-013"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar-6c2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-pulsar-629-c5b"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq-807": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-599-c08"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.brokers.jvm.rest-f72": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-brokers-jvm-rest-663-898"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.ditto-e1e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-ditto-18-c-723"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch-007": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-flink-elasticsearchb-0-c-ca8"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.couchdb-80e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-couchdbe-86-dbc"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.influxdb-15c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-997-304"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.iotdb-6ad": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-iotdbddf-401"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.mysql-585": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-mysqled-2-63a"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.opcua-6ea": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-opcua-4-db-867"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.databases.jvm.postgresql-7ba": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-6-e-4-81b"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.dashboard-be4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-dashboarde-40-2f3"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.datalake-5de": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-datalake-821-74f"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.internal.jvm.notification-eb7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-internal-jvm-notification-192-605"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.email-126": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-emailb-4-f-f6a"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal-458": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-044-4f0"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.slack-544": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-slack-378-d42"
-  },
-  "/docs/0.91.0/pe/org.apache.streampipes.sinks.notifications.jvm.telegram-516": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-pe-org-apache-streampipes-sinks-notifications-jvm-telegrambba-d01"
-  },
-  "/docs/0.91.0/privacy-7eb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-privacyb-3-c-43c"
-  },
-  "/docs/0.91.0/technicals-architecture-38d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-technicals-architecture-015-325"
-  },
-  "/docs/0.91.0/technicals-configuration-edf": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-technicals-configuration-8-d-3-873"
-  },
-  "/docs/0.91.0/technicals-messaging-17c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-technicals-messagingd-22-cf1"
-  },
-  "/docs/0.91.0/technicals-runtime-wrappers-7eb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-technicals-runtime-wrappersb-1-a-700"
-  },
-  "/docs/0.91.0/technicals-user-guidance-9f1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-technicals-user-guidancecbb-9e4"
-  },
-  "/docs/0.91.0/try-installation-02e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-try-installation-334-52f"
-  },
-  "/docs/0.91.0/try-tutorial-096": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-try-tutorial-72-b-ea0"
-  },
-  "/docs/0.91.0/use-configurations-135": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-use-configurationsfca-1a9"
-  },
-  "/docs/0.91.0/use-connect-3f9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-use-connect-274-870"
-  },
-  "/docs/0.91.0/use-dashboard-3c8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-use-dashboardd-7-f-31a"
-  },
-  "/docs/0.91.0/use-data-explorer-d5d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-use-data-explorer-956-905"
-  },
-  "/docs/0.91.0/use-install-pipeline-elements-16f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-use-install-pipeline-elementsea-5-bcf"
-  },
-  "/docs/0.91.0/use-managing-pipelines-6fd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-use-managing-pipelinesfd-8-835"
-  },
-  "/docs/0.91.0/use-notifications-b9a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-use-notifications-2-b-1-2cc"
-  },
-  "/docs/0.91.0/use-pipeline-editor-c77": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-use-pipeline-editore-3-d-695"
-  },
-  "/docs/0.91.0/user-guide-first-steps-054": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-user-guide-first-steps-767-bd5"
-  },
-  "/docs/0.91.0/user-guide-installation-1ad": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-user-guide-installation-661-26f"
-  },
-  "/docs/0.91.0/user-guide-introduction-fbc": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-user-guide-introduction-83-d-9ff"
-  },
-  "/docs/0.91.0/user-guide-introduction-old-904": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-user-guide-introduction-old-68-e-056"
-  },
-  "/docs/0.91.0/user-guide-software-components-e1e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-user-guide-software-components-087-d99"
-  },
-  "/docs/0.91.0/user-guide-tour-489": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-0-91-0-user-guide-touraa-9-cc3"
-  },
-  "/docs/next-738": {
-    "__comp": "__comp---theme-doc-page-1-be-9be",
-    "__context": {
-      "plugin": "plugin---docs-0-70-049-f-693"
-    },
-    "versionMetadata": "versionMetadata---docs-next-935-7db"
-  },
-  "/docs/next/community-contribute-686": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-community-contribute-49-a-1b7"
-  },
-  "/docs/next/community-get-help-1d3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-community-get-helpdef-41a"
-  },
-  "/docs/next/concepts-adapter-ffd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-concepts-adapter-12-e-9eb"
-  },
-  "/docs/next/concepts-data-streams-505": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-concepts-data-streams-29-d-af6"
-  },
-  "/docs/next/concepts-glossary-78e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-concepts-glossaryf-71-b26"
-  },
-  "/docs/next/concepts-overview-11d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-concepts-overviewa-88-667"
-  },
-  "/docs/next/concepts-pipelines-d53": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-concepts-pipelinescb-9-a1b"
-  },
-  "/docs/next/debugging-debugging-880": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-debugging-debugginged-4-2a8"
-  },
-  "/docs/next/debugging-monitoring-e44": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-debugging-monitoringb-24-3d4"
-  },
-  "/docs/next/deploy-docker-e12": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-deploy-docker-6-ce-cbb"
-  },
-  "/docs/next/deploy-environment-variables-715": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-deploy-environment-variables-8-a-7-482"
-  },
-  "/docs/next/deploy-kubernetes-fee": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-deploy-kubernetes-27-a-811"
-  },
-  "/docs/next/deploy-security-dd4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-deploy-security-72-d-496"
-  },
-  "/docs/next/deploy-use-ssl-3b3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-deploy-use-ssl-1-d-7-6ae"
-  },
-  "/docs/next/extend-archetypes-067": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-extend-archetypesad-6-b01"
-  },
-  "/docs/next/extend-cli-d6d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-extend-cli-983-36d"
-  },
-  "/docs/next/extend-first-processor-76b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-extend-first-processor-1-aa-03f"
-  },
-  "/docs/next/extend-sdk-event-model-cf6": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-extend-sdk-event-model-075-94c"
-  },
-  "/docs/next/extend-sdk-functions-39a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-extend-sdk-functionse-7-d-871"
-  },
-  "/docs/next/extend-sdk-migration-service-discovery-df3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-extend-sdk-migration-service-discovery-94-c-6f8"
-  },
-  "/docs/next/extend-sdk-output-strategies-867": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-extend-sdk-output-strategies-547-f79"
-  },
-  "/docs/next/extend-sdk-static-properties-429": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-extend-sdk-static-propertiesaeb-f0d"
-  },
-  "/docs/next/extend-sdk-stream-requirements-7f4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-extend-sdk-stream-requirements-176-719"
-  },
-  "/docs/next/extend-setup-3b3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-extend-setup-7-ee-27d"
-  },
-  "/docs/next/extend-tutorial-data-processors-967": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-extend-tutorial-data-processorsa-57-765"
-  },
-  "/docs/next/extend-tutorial-data-sinks-701": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-extend-tutorial-data-sinks-954-9bd"
-  },
-  "/docs/next/extend-tutorial-data-sources-ef4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-extend-tutorial-data-sources-120-2bc"
-  },
-  "/docs/next/faq-common-problems-01d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-faq-common-problemsaa-1-b95"
-  },
-  "/docs/next/introduction-eac": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-introduction-9-b-6-caf"
-  },
-  "/docs/next/license-02a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-licensea-35-262"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.coindesk-65d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-coindesk-9-dd-370"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.flic.mqtt-92f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-flic-mqtt-15-e-826"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.gdelt-8a1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-gdelt-787-bfb"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.news-58a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-iex-newsea-8-f2f"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.iex.stocks-fdf": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-iex-stocksc-9-e-219"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.image.set-20e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-image-set-229-1eb"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.image.stream-c02": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-image-stream-2-fb-d40"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.set-907": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-influxdb-set-02-f-c19"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.influxdb.stream-76f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-influxdb-stream-630-e45"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.iss-366": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-isscb-5-2a1"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.set-8c5": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-mysql-setb-68-8d7"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.mysql.stream-cac": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-mysql-stream-775-fff"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.mqtt-234": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-netio-mqtt-16-a-970"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.netio.rest-18e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-netio-rest-14-a-351"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera-090": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcameraf-4-b-6f8"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.opcua-726": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-opcua-261-c46"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.modbus-a48": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbusbf-4-75a"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.plc4x.s7-1ca": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-7-a-7-f-f6e"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.ros-4ec": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-ros-1-c-9-314"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.machine-5b3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-simulator-machine-746-2fa"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset-5a5": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-simulator-randomdatasetcff-fb4"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream-f27": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastreame-4-e-feb"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.slack-fec": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-slack-0-c-0-f38"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.ti-41f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-ti-601-feb"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.edit-079": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-79-d-7db"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.adapters.wikipedia.new-9e2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-adapters-wikipedia-new-5-ab-98c"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.file-b55": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-filefdb-d13"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.http-822": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-httpd-7-f-0bd"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.httpserver-b9f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-httpservera-8-f-2c4"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.kafka-2cb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-kafkab-90-a51"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.mqtt-4d2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-mqttffe-32d"
-  },
-  "/docs/next/pe/org.apache.streampipes.connect.protocol.stream.pulsar-8f0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-connect-protocol-stream-pulsar-3-de-9c9"
-  },
-  "/docs/next/pe/org.apache.streampipes.processor.geo.flink-2b6": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processor-geo-flinkf-13-0d3"
-  },
-  "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.geocoding-e71": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processor-geo-jvm-geocodinge-6-c-f49"
-  },
-  "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding-d19": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-5-e-7-1f6"
-  },
-  "/docs/next/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding-5e3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-683-63c"
-  },
-  "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification-98a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-11-b-cbe"
-  },
-  "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper-c3f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-420-89e"
-  },
-  "/docs/next/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher-c23": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricher-516-eb0"
-  },
-  "/docs/next/pe/org.apache.streampipes.processor.imageclassification.qrcode-570": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processor-imageclassification-qrcode-9-cc-2b0"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.aggregation-bbd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-aggregation-flink-aggregationd-3-f-a43"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.count-29d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-aggregation-flink-count-540-3ef"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.eventcount-5b2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-aggregation-flink-eventcountfdf-81f"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.aggregation.flink.rate-60c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-aggregation-flink-rate-0-d-2-3a6"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.changedetection.jvm.cusum-9f8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-2-d-5-457"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop-381": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathop-6-c-3-ee7"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop-a40": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathop-6-f-1-22d"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry-81b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometryeaf-63b"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing-f44": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencinga-40-5d6"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.enricher.flink.timestamp-313": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-enricher-flink-timestampbbe-fe5"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure-c62": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasure-5-b-1-6f4"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.compose-0a9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-compose-433-d47"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.enrich-7ec": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-enrich-59-c-90e"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.limit-1f0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-limitfab-31b"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.merge-792": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-merge-8-ba-afa"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter-135": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-numericalfilterfab-e93"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter-e9e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-982-587"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.project-80a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-projectc-53-53e"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.textfilter-96f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-textfiltere-83-973"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.filters.jvm.threshold-6ac": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-filters-jvm-threshold-204-770"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo-f9d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-902-467"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG-cc8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-314-9c6"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory-8cf": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-233-ba9"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator-34a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculatorb-7-b-6d9"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.speed-1c4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-processor-speed-68-c-470"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator-e36": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculatorc-99-1b8"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.absence-466": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-102-81d"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.and-e5b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-pattern-detection-flink-and-44-f-b9d"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection-a53": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detectione-1-d-d02"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence-faf": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-24-c-040"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequency-b28": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-siddhi-frequencyc-95-dff"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.siddhi.frequencychange-762": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-siddhi-frequencychangeb-53-c7c"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.siddhi.increase-175": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-siddhi-increase-78-d-e3f"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.siddhi.numericalfilter-8c8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-siddhi-numericalfilter-89-a-b5b"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.siddhi.sequence-cc4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-siddhi-sequence-532-6bc"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.siddhi.stop-7d8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-siddhi-stop-13-e-7e3"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary-c3c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-statistics-flink-statistics-summaryb-05-2d9"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.languagedetection-99f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-textmining-flink-languagedetectionaa-1-99d"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.textmining.flink.wordcount-e31": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-textmining-flink-wordcounte-5-b-165"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.chunker-315": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-chunker-211-e9e"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection-3d9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-languagedetectiona-31-7ad"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.namefinder-056": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-namefindere-4-d-7e0"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech-61a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-2-ab-704"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection-7df": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-474-cfc"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer-a28": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-06-a-a5b"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-converter-08e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-field-converterd-6-f-d85"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-mapper-5d1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-87-b-b8e"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.field-renamer-952": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-field-renamerb-0-d-b4b"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher-e80": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-fieldhasher-2-d-3-072"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter-796": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converter-582-882"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate-530": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-85-d-e28"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter-217": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counter-8-ec-411"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter-684": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-0-bd-69c"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping-418": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeeping-334-235"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer-3a1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-7-fa-68c"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.changed-value-2c3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-changed-valuec-01-77b"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.count-array-e28": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-count-array-69-d-ec8"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata-f86": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-9-b-3-644"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.duration-value-99b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-duration-valueb-86-d27"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge-29d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-65-c-2ed"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state-3d1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-state-440-622"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer-6c8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-945-7e3"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer-59b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-buffer-1-d-7-0e9"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number-2e0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-2-e-9-fdc"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state-3a7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-073-35f"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor-8fb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractorbe-2-5eb"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.split-array-3e3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-split-arraya-82-eda"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter-ad1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-1-c-2-0d4"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer-840": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-2-ef-056"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.taskduration-973": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-544-383"
-  },
-  "/docs/next/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean-330": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-boolean-492-d19"
-  },
-  "/docs/next/pe/org.apache.streampipes.protocol.set.file-ecc": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-protocol-set-file-4-ea-f49"
-  },
-  "/docs/next/pe/org.apache.streampipes.protocol.set.http-7c2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-protocol-set-http-6-fa-0eb"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest-6f0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrestc-33-e77"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.jms-a0c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-jmsb-50-ba4"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.kafka-58c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-kafka-269-7d7"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.nats-391": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-nats-5-cd-2c4"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar-80d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-pulsara-1-f-788"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq-88e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-47-a-509"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.brokers.jvm.rest-e9d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-brokers-jvm-restdb-7-cca"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.databases.ditto-de4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-databases-dittoaf-1-dd0"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch-921": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-3-ed-68f"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.couchdb-7d4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-couchdb-878-d69"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.influxdb-5d7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-influxdba-66-bd7"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.iotdb-2e1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-811-dbf"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.mysql-c9f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-mysql-9-f-9-bb0"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.opcua-b0b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-opcuaf-32-47b"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.databases.jvm.postgresql-280": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-databases-jvm-postgresqlf-7-c-972"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.dashboard-9ad": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-internal-jvm-dashboard-88-a-ff5"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.datalake-672": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-internal-jvm-datalakec-85-1e6"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.internal.jvm.notification-c3a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-internal-jvm-notification-697-0a2"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.email-172": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-notifications-jvm-emailb-88-8a8"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal-157": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-notifications-jvm-onesignal-180-16a"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.slack-55c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-notifications-jvm-slacka-63-49a"
-  },
-  "/docs/next/pe/org.apache.streampipes.sinks.notifications.jvm.telegram-367": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-pe-org-apache-streampipes-sinks-notifications-jvm-telegramd-11-3b1"
-  },
-  "/docs/next/privacy-289": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-privacy-59-d-580"
-  },
-  "/docs/next/technicals-architecture-3e9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-technicals-architecture-9-cd-15c"
-  },
-  "/docs/next/technicals-configuration-916": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-technicals-configuration-737-230"
-  },
-  "/docs/next/technicals-messaging-743": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-technicals-messaginge-11-106"
-  },
-  "/docs/next/technicals-runtime-wrappers-dcc": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-technicals-runtime-wrappers-307-a9a"
-  },
-  "/docs/next/technicals-user-guidance-fd3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-technicals-user-guidance-84-f-73a"
-  },
-  "/docs/next/try-installation-487": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-try-installation-492-2cb"
-  },
-  "/docs/next/try-tutorial-8ff": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-try-tutorialfae-72f"
-  },
-  "/docs/next/use-configurations-d04": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-use-configurations-03-d-679"
-  },
-  "/docs/next/use-connect-fb1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-use-connect-0-df-f3d"
-  },
-  "/docs/next/use-dashboard-ccb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-use-dashboardd-43-f83"
-  },
-  "/docs/next/use-data-explorer-153": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-use-data-explorer-6-d-8-c0b"
-  },
-  "/docs/next/use-install-pipeline-elements-683": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-use-install-pipeline-elements-512-23c"
-  },
-  "/docs/next/use-managing-pipelines-884": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-use-managing-pipelinesa-7-b-b51"
-  },
-  "/docs/next/use-notifications-3c6": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-use-notificationsee-1-e38"
-  },
-  "/docs/next/use-pipeline-editor-b9f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-use-pipeline-editor-641-e4f"
-  },
-  "/docs/next/user-guide-first-steps-479": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-user-guide-first-steps-608-4df"
-  },
-  "/docs/next/user-guide-installation-687": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-user-guide-installation-453-136"
-  },
-  "/docs/next/user-guide-introduction-b68": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-user-guide-introduction-022-4fb"
-  },
-  "/docs/next/user-guide-introduction-old-61d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-user-guide-introduction-old-1-fb-f2f"
-  },
-  "/docs/next/user-guide-software-components-616": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-user-guide-software-componentse-5-b-de7"
-  },
-  "/docs/next/user-guide-tour-75c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-next-user-guide-tour-3-e-9-bae"
-  },
-  "/docs-c40": {
-    "__comp": "__comp---theme-doc-page-1-be-9be",
-    "__context": {
-      "plugin": "plugin---docs-0-70-049-f-693"
-    },
-    "versionMetadata": "versionMetadata---docsd-01-630"
-  },
-  "/docs/community-contribute-614": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-community-contribute-8-f-3-a0e"
-  },
-  "/docs/community-get-help-a6f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-community-get-help-565-d30"
-  },
-  "/docs/concepts-adapter-e7a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-concepts-adapter-655-1d3"
-  },
-  "/docs/concepts-data-streams-00f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-concepts-data-streamsdc-9-9c5"
-  },
-  "/docs/concepts-glossary-40d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-concepts-glossary-167-505"
-  },
-  "/docs/concepts-overview-edd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-concepts-overview-009-330"
-  },
-  "/docs/concepts-pipelines-445": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-concepts-pipelinesf-16-728"
-  },
-  "/docs/debugging-debugging-aaa": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-debugging-debuggingcbc-524"
-  },
-  "/docs/debugging-monitoring-313": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-debugging-monitoringc-33-cf6"
-  },
-  "/docs/deploy-docker-a67": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-deploy-docker-462-56e"
-  },
-  "/docs/deploy-environment-variables-88a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-deploy-environment-variables-917-ff5"
-  },
-  "/docs/deploy-kubernetes-77b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-deploy-kubernetesfe-6-bcc"
-  },
-  "/docs/deploy-security-113": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-deploy-security-1-bf-7bf"
-  },
-  "/docs/deploy-use-ssl-d74": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-deploy-use-ssl-2-e-1-e1e"
-  },
-  "/docs/dev-guide-archetype-d1a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-dev-guide-archetype-59-b-4b6"
-  },
-  "/docs/dev-guide-introduction-3b8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-dev-guide-introductiona-01-980"
-  },
-  "/docs/dev-guide-sdk-guide-processors-2c5": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-dev-guide-sdk-guide-processors-7-d-3-91f"
-  },
-  "/docs/dev-guide-sdk-guide-sinks-547": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-dev-guide-sdk-guide-sinksd-78-075"
-  },
-  "/docs/extend-archetypes-2de": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-extend-archetypesd-6-d-afc"
-  },
-  "/docs/extend-cli-cb3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-extend-cli-052-e7c"
-  },
-  "/docs/extend-first-processor-530": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-extend-first-processorfff-f12"
-  },
-  "/docs/extend-sdk-event-model-b1e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-extend-sdk-event-model-415-8a0"
-  },
-  "/docs/extend-sdk-functions-50c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-extend-sdk-functions-3-a-5-83b"
-  },
-  "/docs/extend-sdk-migration-service-discovery-11c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-extend-sdk-migration-service-discoveryba-2-100"
-  },
-  "/docs/extend-sdk-output-strategies-571": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-extend-sdk-output-strategiescb-4-312"
-  },
-  "/docs/extend-sdk-static-properties-65e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-extend-sdk-static-properties-551-c27"
-  },
-  "/docs/extend-sdk-stream-requirements-293": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-extend-sdk-stream-requirementsb-59-d56"
-  },
-  "/docs/extend-setup-19f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-extend-setupca-8-ed8"
-  },
-  "/docs/extend-tutorial-data-processors-56d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-extend-tutorial-data-processorsa-3-a-37e"
-  },
-  "/docs/extend-tutorial-data-sinks-989": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-extend-tutorial-data-sinks-158-028"
-  },
-  "/docs/extend-tutorial-data-sources-52b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-extend-tutorial-data-sourcesd-42-39a"
-  },
-  "/docs/faq-common-problems-1e0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-faq-common-problems-9-bf-c5b"
-  },
-  "/docs/introduction-bbd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-introductionf-34-23f"
-  },
-  "/docs/license-efd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-licensec-3-c-39e"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.coindesk-70a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-coindeskdd-9-e29"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.flic.mqtt-bb0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-flic-mqtt-49-f-341"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.gdelt-acc": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-gdeltaf-0-539"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.iex.news-89c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-iex-newse-32-7ce"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.iex.stocks-b69": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-iex-stocks-8-a-4-68e"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.image.set-b0a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-image-set-886-6f8"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.image.stream-799": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-image-stream-1-db-994"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.set-55c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-influxdb-set-18-c-e7b"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.influxdb.stream-9c2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-influxdb-stream-9-be-741"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.iss-e1e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-iss-545-ce8"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.mysql.set-c06": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-mysql-set-7-d-1-cae"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.mysql.stream-962": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-mysql-streamd-48-760"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.netio.mqtt-d46": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-netio-mqtt-778-d4e"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.netio.rest-824": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-netio-rest-112-a7f"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.nswaustralia.trafficcamera-d94": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-nswaustralia-trafficcamerad-2-d-a21"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.opcua-419": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-opcuab-2-f-f13"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.modbus-900": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-plc-4-x-modbuse-84-74f"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.plc4x.s7-5e7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-plc-4-x-s-70-e-0-24c"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.ros-f58": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-ros-609-104"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.simulator.machine-a33": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-simulator-machine-6-a-7-1fe"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdataset-b66": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-simulator-randomdataset-20-e-cd1"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.simulator.randomdatastream-d43": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-simulator-randomdatastreamffe-a1d"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.slack-4a7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-slack-958-2fa"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.ti-27c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-ti-9-ab-b65"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.edit-33a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-wikipedia-edit-351-b13"
-  },
-  "/docs/pe/org.apache.streampipes.connect.adapters.wikipedia.new-d24": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-adapters-wikipedia-new-960-7fe"
-  },
-  "/docs/pe/org.apache.streampipes.connect.protocol.stream.file-6f5": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-protocol-stream-file-423-4b8"
-  },
-  "/docs/pe/org.apache.streampipes.connect.protocol.stream.http-72f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-protocol-stream-httpc-15-db5"
-  },
-  "/docs/pe/org.apache.streampipes.connect.protocol.stream.httpserver-369": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-protocol-stream-httpserverce-0-412"
-  },
-  "/docs/pe/org.apache.streampipes.connect.protocol.stream.kafka-d6d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-protocol-stream-kafkad-27-014"
-  },
-  "/docs/pe/org.apache.streampipes.connect.protocol.stream.mqtt-ff1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-protocol-stream-mqtt-74-a-661"
-  },
-  "/docs/pe/org.apache.streampipes.connect.protocol.stream.pulsar-d3b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-connect-protocol-stream-pulsar-7-ce-2a8"
-  },
-  "/docs/pe/org.apache.streampipes.processor.geo.flink-a6b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processor-geo-flinkd-22-4a6"
-  },
-  "/docs/pe/org.apache.streampipes.processor.geo.jvm.geocoding-6a2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processor-geo-jvm-geocoding-8-e-5-c68"
-  },
-  "/docs/pe/org.apache.streampipes.processor.geo.jvm.reversegeocoding-10a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processor-geo-jvm-reversegeocoding-9-a-3-6f5"
-  },
-  "/docs/pe/org.apache.streampipes.processor.geo.jvm.staticgeocoding-851": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processor-geo-jvm-staticgeocoding-4-de-3dd"
-  },
-  "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.generic-image-classification-cc6": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processor-imageclassification-jvm-generic-image-classification-8-f-5-013"
-  },
-  "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-cropper-148": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processor-imageclassification-jvm-image-cropper-9-b-9-a5a"
-  },
-  "/docs/pe/org.apache.streampipes.processor.imageclassification.jvm.image-enricher-32c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processor-imageclassification-jvm-image-enricherc-57-421"
-  },
-  "/docs/pe/org.apache.streampipes.processor.imageclassification.qrcode-bd1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processor-imageclassification-qrcode-5-e-2-b7f"
-  },
-  "/docs/pe/org.apache.streampipes.processors.aggregation.flink.aggregation-0c9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-aggregation-flink-aggregation-0-be-e98"
-  },
-  "/docs/pe/org.apache.streampipes.processors.aggregation.flink.count-558": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-aggregation-flink-count-3-fb-dd7"
-  },
-  "/docs/pe/org.apache.streampipes.processors.aggregation.flink.eventcount-0da": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-aggregation-flink-eventcount-7-ff-6f1"
-  },
-  "/docs/pe/org.apache.streampipes.processors.aggregation.flink.rate-ba5": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-aggregation-flink-rateb-29-cdc"
-  },
-  "/docs/pe/org.apache.streampipes.processors.changedetection.jvm.cusum-ca5": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-changedetection-jvm-cusum-871-059"
-  },
-  "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.mathop-114": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-enricher-flink-processor-math-mathopfd-6-cd5"
-  },
-  "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.math.staticmathop-d73": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-enricher-flink-processor-math-staticmathopf-22-4eb"
-  },
-  "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.trigonometry-dbd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-enricher-flink-processor-trigonometrybc-0-6e3"
-  },
-  "/docs/pe/org.apache.streampipes.processors.enricher.flink.processor.urldereferencing-b3f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-enricher-flink-processor-urldereferencing-2-ff-fad"
-  },
-  "/docs/pe/org.apache.streampipes.processors.enricher.flink.timestamp-a92": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-enricher-flink-timestamp-32-c-df5"
-  },
-  "/docs/pe/org.apache.streampipes.processors.enricher.jvm.sizemeasure-ef7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-enricher-jvm-sizemeasurefd-2-8c9"
-  },
-  "/docs/pe/org.apache.streampipes.processors.filters.jvm.compose-ccf": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-filters-jvm-compose-212-811"
-  },
-  "/docs/pe/org.apache.streampipes.processors.filters.jvm.enrich-3dc": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-filters-jvm-enrich-09-d-393"
-  },
-  "/docs/pe/org.apache.streampipes.processors.filters.jvm.limit-055": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-filters-jvm-limit-8-c-5-bb6"
-  },
-  "/docs/pe/org.apache.streampipes.processors.filters.jvm.merge-ac4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-filters-jvm-mergefd-1-408"
-  },
-  "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericalfilter-92e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-filters-jvm-numericalfilter-478-111"
-  },
-  "/docs/pe/org.apache.streampipes.processors.filters.jvm.numericaltextfilter-d55": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-filters-jvm-numericaltextfilter-3-ea-56d"
-  },
-  "/docs/pe/org.apache.streampipes.processors.filters.jvm.project-fda": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-filters-jvm-projectf-65-f64"
-  },
-  "/docs/pe/org.apache.streampipes.processors.filters.jvm.textfilter-2e5": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-filters-jvm-textfilter-63-d-a51"
-  },
-  "/docs/pe/org.apache.streampipes.processors.filters.jvm.threshold-2ad": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-filters-jvm-threshold-08-c-bd4"
-  },
-  "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.latLngToGeo-671": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-lat-lng-to-geo-11-a-b29"
-  },
-  "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.setEPSG-553": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-set-epsg-921-feb"
-  },
-  "/docs/pe/org.apache.streampipes.processors.geo.jvm.jts.processor.trajectory-f42": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-geo-jvm-jts-processor-trajectory-5-fd-3a9"
-  },
-  "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.distancecalculator-c2f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-geo-jvm-processor-distancecalculatorb-0-e-b27"
-  },
-  "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.speed-b93": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-geo-jvm-processor-speedbd-0-29d"
-  },
-  "/docs/pe/org.apache.streampipes.processors.geo.jvm.processor.staticdistancecalculator-5fd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-geo-jvm-processor-staticdistancecalculator-9-cc-f79"
-  },
-  "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.absence-261": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-pattern-detection-flink-absence-74-b-ee9"
-  },
-  "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.and-e49": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-pattern-detection-flink-andd-6-c-b8e"
-  },
-  "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.peak-detection-06a": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-pattern-detection-flink-peak-detection-128-f4d"
-  },
-  "/docs/pe/org.apache.streampipes.processors.pattern-detection.flink.sequence-8f5": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-pattern-detection-flink-sequence-1-e-6-de0"
-  },
-  "/docs/pe/org.apache.streampipes.processors.siddhi.frequency-2d0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-siddhi-frequencyaf-1-37d"
-  },
-  "/docs/pe/org.apache.streampipes.processors.siddhi.frequencychange-aab": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-siddhi-frequencychange-69-b-430"
-  },
-  "/docs/pe/org.apache.streampipes.processors.siddhi.increase-754": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-siddhi-increase-8-ae-4a6"
-  },
-  "/docs/pe/org.apache.streampipes.processors.siddhi.numericalfilter-d50": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-siddhi-numericalfilter-4-d-1-e36"
-  },
-  "/docs/pe/org.apache.streampipes.processors.siddhi.sequence-a92": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-siddhi-sequence-224-0f8"
-  },
-  "/docs/pe/org.apache.streampipes.processors.siddhi.stop-6d1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-siddhi-stop-593-c92"
-  },
-  "/docs/pe/org.apache.streampipes.processors.statistics.flink.statistics-summary-e45": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-statistics-flink-statistics-summary-432-f01"
-  },
-  "/docs/pe/org.apache.streampipes.processors.textmining.flink.languagedetection-2c3": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-textmining-flink-languagedetectionb-5-d-16f"
-  },
-  "/docs/pe/org.apache.streampipes.processors.textmining.flink.wordcount-694": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-textmining-flink-wordcount-6-c-9-192"
-  },
-  "/docs/pe/org.apache.streampipes.processors.textmining.jvm.chunker-8af": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-textmining-jvm-chunkere-97-ecf"
-  },
-  "/docs/pe/org.apache.streampipes.processors.textmining.jvm.languagedetection-5b9": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-textmining-jvm-languagedetectiond-7-b-d80"
-  },
-  "/docs/pe/org.apache.streampipes.processors.textmining.jvm.namefinder-87f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-textmining-jvm-namefinderd-21-9ca"
-  },
-  "/docs/pe/org.apache.streampipes.processors.textmining.jvm.partofspeech-b6e": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-textmining-jvm-partofspeech-038-b32"
-  },
-  "/docs/pe/org.apache.streampipes.processors.textmining.jvm.sentencedetection-a6d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-textmining-jvm-sentencedetection-2-e-6-19f"
-  },
-  "/docs/pe/org.apache.streampipes.processors.textmining.jvm.tokenizer-9c7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-textmining-jvm-tokenizer-754-ff8"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-converter-704": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-flink-field-converter-279-524"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-mapper-507": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-flink-field-mapper-5-fe-d6b"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.flink.field-renamer-d77": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-flink-field-renamerd-43-e28"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.flink.fieldhasher-6cf": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-flink-fieldhashera-5-a-fb6"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.flink.measurement-unit-converter-18c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-flink-measurement-unit-converterd-53-cbb"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.flink.processor.boilerplate-7b8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-flink-processor-boilerplate-6-cc-f98"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.counter-e53": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-counterfa-6-c48"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.inverter-366": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-inverter-58-a-40a"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping-cb1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timekeepingb-3-f-8e2"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.booloperator.timer-fe6": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-booloperator-timer-827-4ed"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.changed-value-f05": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-changed-valuee-53-835"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.count-array-6fd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-count-array-6-e-0-283"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.csvmetadata-673": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-csvmetadata-106-d90"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.duration-value-1e1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-duration-valueb-88-4d6"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.edge-4cc": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-edge-5-f-4-e10"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.booloperator.state-8b1": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-booloperator-stated-9-d-656"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.buffer-1ae": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-buffer-149-528"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.buffer-bb6": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-bufferd-8-c-90a"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.state.labeler.number-212": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-state-labeler-number-07-b-787"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.stringoperator.state-588": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-stringoperator-state-1-e-5-c93"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.processor.timestampextractor-901": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-processor-timestampextractorf-10-273"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.split-array-7de": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-split-array-99-a-6e3"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter-4db": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-counter-106-d50"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer-b0b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-stringoperator-timer-857-c02"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.taskduration-039": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-taskduration-852-a11"
-  },
-  "/docs/pe/org.apache.streampipes.processors.transformation.jvm.transform-to-boolean-12d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-processors-transformation-jvm-transform-to-booleanac-5-d15"
-  },
-  "/docs/pe/org.apache.streampipes.protocol.set.file-7e7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-protocol-set-file-6-c-5-678"
-  },
-  "/docs/pe/org.apache.streampipes.protocol.set.http-23c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-protocol-set-http-459-817"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.bufferrest-179": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-bufferrest-422-52e"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.jms-9ee": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-jms-1-f-3-828"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.kafka-569": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-kafkae-02-44a"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.mqtt-f51": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-mqttd-33-e76"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.nats-bfb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-nats-5-b-4-a76"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.pulsar-254": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-pulsarae-8-112"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rabbitmq-452": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-rabbitmq-8-e-4-724"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.brokers.jvm.rest-9d8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-brokers-jvm-restb-02-401"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.databases.ditto-8ca": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-databases-dittod-67-a81"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.databases.flink.elasticsearch-e7f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-databases-flink-elasticsearch-492-f59"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.databases.jvm.couchdb-a01": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-databases-jvm-couchdbf-2-c-e72"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.databases.jvm.influxdb-0bc": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-databases-jvm-influxdb-549-eda"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.databases.jvm.iotdb-cb2": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-databases-jvm-iotdb-9-f-2-5bd"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.databases.jvm.mysql-f5b": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-databases-jvm-mysql-2-f-8-58e"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.databases.jvm.opcua-e80": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-databases-jvm-opcua-765-677"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.databases.jvm.postgresql-beb": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-databases-jvm-postgresql-45-c-c8b"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.internal.jvm.dashboard-1c4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-internal-jvm-dashboardda-1-c43"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.internal.jvm.datalake-5e8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-internal-jvm-datalake-0-a-2-4d4"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.internal.jvm.notification-81f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-internal-jvm-notification-8-e-9-3a9"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.email-fa7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-notifications-jvm-email-3-c-4-74d"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.onesignal-c99": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-notifications-jvm-onesignalec-4-289"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.slack-6e0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-notifications-jvm-slacke-5-f-d79"
-  },
-  "/docs/pe/org.apache.streampipes.sinks.notifications.jvm.telegram-6cf": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-pe-org-apache-streampipes-sinks-notifications-jvm-telegramff-8-431"
-  },
-  "/docs/privacy-619": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-privacye-23-638"
-  },
-  "/docs/technicals-architecture-40f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-technicals-architecture-3-c-4-223"
-  },
-  "/docs/technicals-configuration-4b4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-technicals-configuration-73-e-deb"
-  },
-  "/docs/technicals-messaging-f49": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-technicals-messaging-929-4db"
-  },
-  "/docs/technicals-runtime-wrappers-6e4": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-technicals-runtime-wrappers-778-9de"
-  },
-  "/docs/technicals-user-guidance-105": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-technicals-user-guidancedf-7-143"
-  },
-  "/docs/try-installation-56f": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-try-installationa-74-1ce"
-  },
-  "/docs/try-tutorial-505": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-try-tutorial-9-ed-d34"
-  },
-  "/docs/use-configurations-cb8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-use-configurationsd-60-ca9"
-  },
-  "/docs/use-connect-355": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-use-connect-4-fa-6d2"
-  },
-  "/docs/use-dashboard-073": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-use-dashboard-4-dd-92e"
-  },
-  "/docs/use-data-explorer-a35": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-use-data-explorer-3-be-d8a"
-  },
-  "/docs/use-install-pipeline-elements-a2c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-use-install-pipeline-elements-22-c-444"
-  },
-  "/docs/use-managing-pipelines-273": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-use-managing-pipelines-6-cc-fb4"
-  },
-  "/docs/use-notifications-4f8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-use-notificationsee-0-77d"
-  },
-  "/docs/use-pipeline-editor-bcd": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-use-pipeline-editord-96-31c"
-  },
-  "/docs/user-guide-first-steps-8d0": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-user-guide-first-steps-0-ba-5b4"
-  },
-  "/docs/user-guide-installation-97d": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-user-guide-installation-935-132"
-  },
-  "/docs/user-guide-introduction-fb7": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-user-guide-introductionb-9-d-974"
-  },
-  "/docs/user-guide-introduction-old-040": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-user-guide-introduction-oldc-4-c-bd4"
-  },
-  "/docs/user-guide-software-components-93c": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-user-guide-software-componentsdc-6-fa1"
-  },
-  "/docs/user-guide-tour-7d8": {
-    "__comp": "__comp---theme-doc-item-178-a40",
-    "content": "content---docs-user-guide-toure-6-c-679"
-  },
-  "/-fd5": {
-    "__comp": "__comp---site-src-pages-index-jsc-4-f-f99",
-    "__context": {
-      "plugin": "plugin---versionsc-8-e-537"
-    },
-    "config": "config---versions-5-e-9-c5a"
-  }
-}
\ No newline at end of file
diff --git a/website-v2/.docusaurus/site-metadata.json b/website-v2/.docusaurus/site-metadata.json
deleted file mode 100644
index 5d93c4e..0000000
--- a/website-v2/.docusaurus/site-metadata.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
-  "docusaurusVersion": "2.4.1",
-  "pluginVersions": {
-    "docusaurus-plugin-content-docs": {
-      "type": "package",
-      "name": "@docusaurus/plugin-content-docs",
-      "version": "2.4.1"
-    },
-    "docusaurus-plugin-content-blog": {
-      "type": "package",
-      "name": "@docusaurus/plugin-content-blog",
-      "version": "2.4.1"
-    },
-    "docusaurus-plugin-content-pages": {
-      "type": "package",
-      "name": "@docusaurus/plugin-content-pages",
-      "version": "2.4.1"
-    },
-    "docusaurus-plugin-debug": {
-      "type": "package",
-      "name": "@docusaurus/plugin-debug",
-      "version": "2.4.1"
-    },
-    "docusaurus-theme-classic": {
-      "type": "package",
-      "name": "@docusaurus/theme-classic",
-      "version": "2.4.1"
-    },
-    "docusaurus-plugin-client-redirects": {
-      "type": "package",
-      "name": "@docusaurus/plugin-client-redirects",
-      "version": "2.4.1"
-    }
-  }
-}
\ No newline at end of file
diff --git a/website-v2/docusaurus.config.js b/website-v2/docusaurus.config.js
index ed521a3..6b33f81 100644
--- a/website-v2/docusaurus.config.js
+++ b/website-v2/docusaurus.config.js
@@ -61,38 +61,19 @@
     ]
   ],
   "themeConfig": {
+    colorMode: {
+      defaultMode: 'light',
+      disableSwitch: true
+    },
     "navbar": {
-      "title": "Apache StreamPipes",
       "logo": {
-        "src": "img/sp-logo-color-docs.png"
+        "src": "img/sp-logo-color.png"
       },
-      "items": [
-        {
-          "to": "docs/user-guide-introduction",
-          "label": "Documentation",
-          "position": "left"
-        },
-        {
-          "to": "blog",
-          "label": "Blog",
-          "position": "left"
-        },
-        {
-          "to": "docs/faq-common-problems",
-          "label": "FAQ",
-          "position": "left"
-        },
-        {
-          type: 'docsVersionDropdown',
-          position: 'left',
-          dropdownItemsAfter: [{to: '/versions', label: 'All versions'}],
-          dropdownActiveClassDisabled: true,
-        },
-      ]
+      "items": require('./src/navbar/navbar.js')
     },
     announcementBar: {
       id: 'query',
-      backgroundColor: 'var(--color-primary)',
+      backgroundColor: 'var(--color-accent)',
       textColor: 'white',
       content:
           '\u{1F914} Apache StreamPipes 0.92.0 is available! ⭐️',
diff --git a/website-v2/src/css/customTheme.css b/website-v2/src/css/customTheme.css
index 6079557..6d52bce 100644
--- a/website-v2/src/css/customTheme.css
+++ b/website-v2/src/css/customTheme.css
@@ -6,4 +6,16 @@
   --ifm-color-primary-dark: #18125A;
   --ifm-color-primary-darker: #171155;
   --ifm-color-primary-darkest: #130E46;
+
+  --color-primary: rgb(27, 20, 100);
+  --color-accent: rgb(57,181,74);
+
+  --ifm-navbar-height: 4.5rem;
+
+
+}
+
+.navbar__logo {
+  height: 3rem;
+  margin-left: 0.25rem;
 }
diff --git a/website-v2/src/navbar/navbar.js b/website-v2/src/navbar/navbar.js
new file mode 100644
index 0000000..b95c925
--- /dev/null
+++ b/website-v2/src/navbar/navbar.js
@@ -0,0 +1,118 @@
+module.exports = [
+  {
+    "to": "/",
+    "label": "Home",
+    "position": "right"
+  },
+  {
+    "label": "Docs",
+    "position": "right",
+    items: [
+      {
+        "to": "docs/user-guide-introduction",
+        "label": "Apache StreamPipes - User Guide",
+      },
+      {
+        "to": "docs/user-guide-introduction",
+        "label": "Apache StreamPipes - Python",
+      },
+      {
+        "to": "docs/faq-common-problems",
+        "label": "FAQ",
+      },
+    ]
+  },
+  {
+    "to": "/download",
+    "label": "Download",
+    "position": "right"
+  },
+  {
+    "to": "/resources",
+    "label": "Resources",
+    "position": "right",
+    items: [
+      {
+        href: "https://github.com/apache/streampipes/issues",
+        label: "Issue Tracker"
+      },
+      {
+        href: "https://github.com/apache/streampipes/discussions",
+        label: "Github Discussions Support"
+      },
+      {
+        href: "http://cwiki.apache.org/confluence/display/STREAMPIPES",
+        label: "Developer wiki"
+      },
+      {
+        "to": "/resources/slides-videos",
+        "label": "Slides & Videos",
+      },
+    ]
+  },
+  {
+    "to": "blog",
+    "label": "Blog",
+    "position": "right"
+  },
+  {
+    "to": "/community",
+    "label": "Community",
+    "position": "right",
+    items: [
+      {
+        "to": "/community/mailing-lists",
+        "label": "Mailing Lists",
+      },
+      {
+        "to": "/community/team",
+        "label": "Team",
+      },
+      {
+        "to": "/community/get-involved",
+        "label": "Get involved",
+      },
+      {
+        "to": "/community/talks-events",
+        "label": "Talks & Events",
+      },
+    ]
+  },
+  {
+    "to": "/apache",
+    "label": "Apache",
+    "position": "right",
+    items: [
+      {
+        href: "https://www.apache.org/",
+        label: "Apache Software Foundation"
+      },
+      {
+        href: "https://www.apache.org/foundation/how-it-works.html",
+        label: "How Apache Works"
+      },
+      {
+        href: "https://www.apache.org/licenses",
+        label: "License"
+      },
+      {
+        href: "https://www.apache.org/security",
+        label: "Security"
+      },
+      {
+        href: "https://www.apache.org/foundation/sponsorship.html",
+        label: "Sponsoring Apache"
+      },
+      {
+        href: "https://www.apache.org/foundation/thanks.html",
+        label: "Thanks"
+      }
+    ]
+  },
+  {
+    type: 'docsVersionDropdown',
+    position: 'left',
+    dropdownItemsAfter: [{to: '/versions', label: 'All versions'}],
+    dropdownActiveClassDisabled: true,
+  }
+];
diff --git a/website-v2/src/pages/community/get-involved.tsx b/website-v2/src/pages/community/get-involved.tsx
new file mode 100644
index 0000000..043c77b
--- /dev/null
+++ b/website-v2/src/pages/community/get-involved.tsx
@@ -0,0 +1,15 @@
+import type { FC } from 'react';
+import React from 'react';
+import Layout from '@theme/Layout';
+import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
+import { translate } from '@docusaurus/Translate';
+
+
+const GetInvolved: FC = () => (
+  <Layout title={'Get involved'}>
+    <h1>Downloads</h1>
+  </Layout>
+)
+
+
+export default GetInvolved;
diff --git a/website-v2/src/pages/community/mailing-lists.tsx b/website-v2/src/pages/community/mailing-lists.tsx
new file mode 100644
index 0000000..47ee71d
--- /dev/null
+++ b/website-v2/src/pages/community/mailing-lists.tsx
@@ -0,0 +1,15 @@
+import type { FC } from 'react';
+import React from 'react';
+import Layout from '@theme/Layout';
+import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
+import { translate } from '@docusaurus/Translate';
+
+
+const MailingLists: FC = () => (
+  <Layout title={'Mailing lists'}>
+    <h1>Mailing lists</h1>
+  </Layout>
+)
+
+
+export default MailingLists;
diff --git a/website-v2/src/pages/community/talks-events.tsx b/website-v2/src/pages/community/talks-events.tsx
new file mode 100644
index 0000000..16c00c4
--- /dev/null
+++ b/website-v2/src/pages/community/talks-events.tsx
@@ -0,0 +1,15 @@
+import type { FC } from 'react';
+import React from 'react';
+import Layout from '@theme/Layout';
+import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
+import { translate } from '@docusaurus/Translate';
+
+
+const TalksAndEvents: FC = () => (
+  <Layout title={'Talks Events'}>
+    <h1>Talks and Events</h1>
+  </Layout>
+)
+
+
+export default TalksAndEvents;
diff --git a/website-v2/src/pages/community/team.tsx b/website-v2/src/pages/community/team.tsx
new file mode 100644
index 0000000..b7c7efa
--- /dev/null
+++ b/website-v2/src/pages/community/team.tsx
@@ -0,0 +1,15 @@
+import type { FC } from 'react';
+import React from 'react';
+import Layout from '@theme/Layout';
+import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
+import { translate } from '@docusaurus/Translate';
+
+
+const Team: FC = () => (
+  <Layout title={'Team'}>
+    <h1>Team</h1>
+  </Layout>
+)
+
+
+export default Team;
diff --git a/website-v2/src/pages/download.tsx b/website-v2/src/pages/download.tsx
new file mode 100644
index 0000000..313fd2f
--- /dev/null
+++ b/website-v2/src/pages/download.tsx
@@ -0,0 +1,15 @@
+import type { FC } from 'react';
+import React from 'react';
+import Layout from '@theme/Layout';
+import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
+import { translate } from '@docusaurus/Translate';
+
+
+const Downloads: FC = () => (
+  <Layout title={'Downloads'}>
+    <h1>Downloads</h1>
+  </Layout>
+)
+
+
+export default Downloads;
diff --git a/website-v2/src/pages/resources/slides-videos.tsx b/website-v2/src/pages/resources/slides-videos.tsx
new file mode 100644
index 0000000..db87682
--- /dev/null
+++ b/website-v2/src/pages/resources/slides-videos.tsx
@@ -0,0 +1,15 @@
+import type { FC } from 'react';
+import React from 'react';
+import Layout from '@theme/Layout';
+import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
+import { translate } from '@docusaurus/Translate';
+
+
+const SlidesAndVideos: FC = () => (
+  <Layout title={'Slides & Videos'}>
+    <h1>Downloads</h1>
+  </Layout>
+)
+
+
+export default SlidesAndVideos;