Mercurial > libervia-backend
diff doc/developer.rst @ 4248:00852dd54695
doc: documentation to create a Libervia app, first draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 31 May 2024 11:08:18 +0200 |
parents | d6837db456fd |
children |
line wrap: on
line diff
--- a/doc/developer.rst Fri May 31 11:08:14 2024 +0200 +++ b/doc/developer.rst Fri May 31 11:08:18 2024 +0200 @@ -80,3 +80,10 @@ .. _JSON: https://docs.sqlalchemy.org/en/14/core/type_basics.html#sqlalchemy.types.JSON + +Libervia Apps +============= + +Libervia has a mechanism to embed applications and configure them to integrate with the +ecosystem. This is notably used to embed docker applications. Description of the +application description file is available at :ref:`libervia-app-config`.