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