From 0e005dd1ea2b528a961f6184f7f68dec883b84d6 Mon Sep 17 00:00:00 2001 From: Strolch GitHub Actions Build Date: Tue, 16 Aug 2022 20:18:53 +0000 Subject: [PATCH] [AUTO] New version of website --- docs/404.html | 2 +- docs/api/index.html | 8 +- docs/blog/index.html | 6 +- docs/blog/post-00001/index.html | 6 +- docs/blog/post-00002/index.html | 6 +- docs/blog/post-00003/index.html | 6 +- docs/blog/post-00004/index.html | 6 +- docs/blog/post-00005/index.html | 6 +- docs/blog/post-00006/index.html | 6 +- docs/blog/post-00007/index.html | 6 +- docs/blog/post-00008/index.html | 6 +- docs/blog/post-00009/index.html | 6 +- docs/blog/post-00010/index.html | 6 +- docs/blog/post-00011/index.html | 6 +- docs/blog/post-00012/index.html | 6 +- docs/blog/post-00013/index.html | 6 +- docs/blog/post-00014/index.html | 6 +- docs/blog/post-00015/index.html | 6 +- docs/blog/post-00016/index.html | 6 +- docs/categories/index.html | 6 +- docs/development/building/index.html | 12 +++ .../converting-existing/index.html | 5 ++ docs/development/index.html | 82 +------------------ docs/development/index.xml | 14 +++- docs/development/main-class-app/index.html | 16 ++++ docs/development/maven-archetypes/index.html | 6 ++ docs/development/prerequisites/index.html | 20 +++++ docs/development/web-app/index.html | 43 ++++++++++ docs/documentation/architecture/index.html | 8 +- docs/documentation/components/index.html | 8 +- docs/documentation/do-and-donts/index.html | 6 +- docs/documentation/index.html | 8 +- docs/documentation/model/index.html | 8 +- docs/documentation/observers/index.html | 8 +- docs/documentation/policies/index.html | 8 +- docs/documentation/priviles/index.html | 8 +- docs/documentation/queries/index.html | 8 +- docs/documentation/realms/index.html | 8 +- docs/documentation/reports/index.html | 8 +- .../runtime-configuration/index.html | 8 +- docs/documentation/searches/index.html | 8 +- .../services-and-commands/index.html | 8 +- docs/documentation/transactions/index.html | 8 +- docs/documentation/versioning/index.html | 8 +- docs/download/index.html | 8 +- docs/history/index.html | 6 +- docs/index.html | 6 +- docs/index.json | 2 +- docs/index.xml | 22 +++-- docs/plc/architecture/index.html | 8 +- docs/plc/example-set-up/index.html | 8 +- docs/plc/index.html | 8 +- docs/sitemap.xml | 2 +- docs/tags/index.html | 6 +- docs/tutorial/configuration/index.html | 8 +- docs/tutorial/crud-book/index.html | 8 +- docs/tutorial/index.html | 8 +- docs/tutorial/model/index.html | 8 +- 58 files changed, 300 insertions(+), 250 deletions(-) create mode 100644 docs/development/building/index.html create mode 100644 docs/development/converting-existing/index.html create mode 100644 docs/development/main-class-app/index.html create mode 100644 docs/development/maven-archetypes/index.html create mode 100644 docs/development/prerequisites/index.html create mode 100644 docs/development/web-app/index.html diff --git a/docs/404.html b/docs/404.html index 78ac284..444fca2 100644 --- a/docs/404.html +++ b/docs/404.html @@ -1 +1 @@ -404 Page not found

Error

Woops. Looks like this page doesn't exist ¯\_(ツ)_/¯.

Go to homepage

Page not found!

\ No newline at end of file +404 Page not found

Error

Woops. Looks like this page doesn't exist ¯\_(ツ)_/¯.

Go to homepage

Page not found!

\ No newline at end of file diff --git a/docs/api/index.html b/docs/api/index.html index 221cbb7..c5beb6c 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -1,7 +1,7 @@ -API - Strolch

API

Overview

The Strolch API revolves around the StrolchTransaction object. The main concept is to implement your use cases in Service implementations. You open a transaction using the openTx(String)-method and then perform the use case by adding your Command instances to the transaction.

Transactions are opened on a StrolchRealm. The realms are used to @@ -129,4 +129,4 @@ accessed from the ComponentContainer:

}
   }
 }
-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/blog/index.html b/docs/blog/index.html index 6dd0aa4..a72f922 100644 --- a/docs/blog/index.html +++ b/docs/blog/index.html @@ -1,7 +1,7 @@ -Blog - Strolch