aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/markdown/configuration/index.md1
-rw-r--r--doc/markdown/configuration/settings.md3
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/markdown/configuration/index.md b/doc/markdown/configuration/index.md
index bfb0012ea..3793038dd 100644
--- a/doc/markdown/configuration/index.md
+++ b/doc/markdown/configuration/index.md
@@ -6,6 +6,7 @@ UCL functionality.
## Configuration subtopics
Here is the list of all subtopics.
+
- [UCL](ucl.md)
- [Options](options.md)
- [Logging](logging.md)
diff --git a/doc/markdown/configuration/settings.md b/doc/markdown/configuration/settings.md
index b7aea8055..a87e6141d 100644
--- a/doc/markdown/configuration/settings.md
+++ b/doc/markdown/configuration/settings.md
@@ -58,6 +58,7 @@ For the same matches `OR` rule applies. Therefore, if you have multiple `rcpt` m
these `rcpt` will trigger the rule. If a setting applies no more rules are matched.
Regexp rules are slow and should not be used intensively. All other rules are matched very quickly.
+
The picture below describes the architecture of settings matching.
-[Settings match procedure](settings.png "Settings match procedure") \ No newline at end of file
+![Settings match procedure](settings.png "Settings match procedure") \ No newline at end of file