Correct the formatting of the documentation

Change-Id: Id5f7505dbc3c5b75e5823d030e489a29d44c1126
This commit is contained in:
Romain Ziba 2015-07-28 09:32:05 +02:00
parent 4eaae63573
commit 41c48b253c
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ Cerberus' manager
Cerberus is easy to extend thanks to a plugin system.
The manager has some functions:
* it loads ``plugins``
* it manages ``tasks``
* it stores ``security reports`` and ``security alarms`` in database
@ -34,6 +35,7 @@ Plugins
Plugins are created to communicate with a particular security component.
They are defined by their:
* unique identifier (uuid)
* name
* version
@ -52,6 +54,7 @@ Tasks
Cerberus manages tasks.
In order to create a task, you need to call the Cerberus' API by passing some
information:
* The name of the task
* The plugin uuid handling the task
* The method to call on this plugin