diff options
-rw-r--r-- | doc/markdown/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/markdown/index.md b/doc/markdown/index.md index cab8c85e0..faaf5eb0f 100644 --- a/doc/markdown/index.md +++ b/doc/markdown/index.md @@ -15,9 +15,10 @@ statistics module. This document contains the basic documentation for rspamd spam filtering system. It is divided into the following parts: +- [Tutorials](tutorials/) a collection of tutorial like documents for rspamd - [Architecture](architecture/) presents the architecture of rspamd and how spam filtering is performed - [Rspamd configuration](configuration/) describes principles of rspamd configuration - [Modules](modules/) chapter lists rspamd modules and defines their configuration attributes - [Workers](workers/) section describes workers that are implemented in the rspamd - [Lua API](lua/) explains how to extend rspamd with own lua modules -- [Migration](migration.md) section contains the list of incompatible changes between rspamd versions and recommendations of how to update your rspamd system.
\ No newline at end of file +- [Migration](migration.md) section contains the list of incompatible changes between rspamd versions and recommendations of how to update your rspamd system. |