diff --git a/doc/api.qdoc b/doc/api.qdoc index d1b2cfdb..4f6b194c 100644 --- a/doc/api.qdoc +++ b/doc/api.qdoc @@ -8,7 +8,7 @@ \li \l{https://github.com/guh/guh/wiki/REST-API}{REST} \endlist - The \l{https://github.com/guh/guh/wiki/REST-Api-documentation}{REST API} is accessable on the \l{guhserver::WebServer}{WebServer}. The JSON-RPC API can be accessed from the \l {guhserver::TcpServer}{TcpServer} and the \l {guhserver::WebSocketServer}{WebSocketServer} interface. The command line interface \b {\tt guh-cli} communicates with the \l {guhserver::TcpServer}{TcpServer} and \l {JSON-RPC API}. The \b {\tt guh-webinterface} uses the \l{guhserver::WebServer}{WebServer} with the \l{https://github.com/guh/guh/wiki/REST-Api-documentation}{REST-API} and catches notifications from the \l {guhserver::WebSocketServer}{WebSocketServer}. + The \l{https://github.com/guh/guh/wiki/REST-API}{REST API} is accessable on the \l{guhserver::WebServer}{WebServer}. The JSON-RPC API can be accessed from the \l {guhserver::TcpServer}{TcpServer} and the \l {guhserver::WebSocketServer}{WebSocketServer} interface. The command line interface \b {\tt guh-cli} communicates with the \l {guhserver::TcpServer}{TcpServer} and \l {JSON-RPC API}. The \b {\tt guh-webinterface} uses the \l{guhserver::WebServer}{WebServer} with the \l{https://github.com/guh/guh/wiki/REST-API}{REST-API} and catches notifications from the \l {guhserver::WebSocketServer}{WebSocketServer}. \image api-overview.png diff --git a/doc/images/async-setup.odg b/doc/images/async-setup.odg new file mode 100644 index 00000000..dfd22d36 Binary files /dev/null and b/doc/images/async-setup.odg differ diff --git a/doc/images/async-setup.png b/doc/images/async-setup.png new file mode 100644 index 00000000..cdfbb219 Binary files /dev/null and b/doc/images/async-setup.png differ diff --git a/doc/images/mascot.png b/doc/images/mascot.png deleted file mode 100644 index 0cc62eee..00000000 Binary files a/doc/images/mascot.png and /dev/null differ