Improve doc

Change-Id: Id2dbb68738ee1d0beae09972e45535b2ed32a180
This commit is contained in:
Romain Ziba 2015-07-27 16:48:22 +02:00
parent c0facec661
commit 4eaae63573
1 changed files with 4 additions and 4 deletions

View File

@ -24,9 +24,9 @@ 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
* it loads ``plugins``
* it manages ``tasks``
* it stores ``security reports`` and ``security alarms`` in database
Plugins
@ -44,7 +44,7 @@ Plugins can subscribe to events sent on the notification topic Cerberus'
manager listens on. For example, this can be useful to automatically configure
a tool if a project has been created or if a certain role is granted to an user.
Plugins may also implement some functions that the manager calls through
**tasks**.
``tasks``.
Tasks