From: Vsevolod Stakhov Date: Thu, 17 Dec 2015 11:41:55 +0000 (+0000) Subject: Mention tutorials part X-Git-Tag: 1.1.0~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae9e01debf1a2c1bfc75e88023462a0332a8ee98;p=thirdparty%2Frspamd.git Mention tutorials part --- diff --git a/doc/markdown/index.md b/doc/markdown/index.md index cab8c85e0c..faaf5eb0fd 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.