summaryrefslogtreecommitdiffstats
path: root/doc/container.qdoc
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@pelagicore.com>2017-04-24 11:36:53 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2017-04-25 11:57:22 +0000
commit91916c257e768a1fffaf2f43a1d582d687135756 (patch)
tree7606e447b58132b591a92a47bb53a11bd486577c /doc/container.qdoc
parent5de879932c00a6db80650a6cf349405aabaaa1e8 (diff)
Replace chapter with section1 in documentation
Chapters are printed on the same hierarchical level as section1, so they could not be used to give hierarchical structure. For consistency chapter has been replaced with section1 in the entire documentation. Sub-sections can be defined with section2, section3 and so on. This was relevant for the "Logging and Debugging" documentation in particular. Corrected some other mistakes, as well. Change-Id: I3e191c96c802fd906b1dc1085bc1c6d8fe68fda8 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'doc/container.qdoc')
-rw-r--r--doc/container.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/container.qdoc b/doc/container.qdoc
index 30fee75d..8c6daaf6 100644
--- a/doc/container.qdoc
+++ b/doc/container.qdoc
@@ -34,7 +34,7 @@ A \b container in the application-manager world describes an execution environme
executable (either an app's binary or its runtime binary) in multi-process mode. This does not have
to be something sophisticated like a Docker container, but can be as simple as an Unix process.
-\chapter Predefined Containers
+\section1 Predefined Containers
The application-manager comes with a single type of container built-in: the \c process container,
which simply spawns a new Unix process to execute the requested binary.
@@ -44,7 +44,7 @@ In addition, a very basic integration of Pelagicore's
examples/softwarecontainers. This can be used as a blueprint to either create a customer-specific
production version of a softwarecontainers plugin, or to integrate another container solution.
-\chapter Extending with Container Plugins
+\section1 Extending with Container Plugins
Custom container solution can easily be added via plugins.
These plugins need not to be built as part of the application-manager, but
@@ -80,7 +80,7 @@ class SoftwareContainerManager : public QObject, public ContainerManagerInterfac
};
\endcode
-\chapter Configuration
+\section1 Configuration
There are three parts to the container configuration:
\list 1