docs: document job types

The documentation describes intended behavior.

Apparently, there are some bugs regarding *patient* tasks.

refs #8
refs #13
This commit is contained in:
Christian Schwarz
2017-10-03 14:21:10 +02:00
parent e6d08149ef
commit a4963cecb7
7 changed files with 126 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
{{ $this := .}}
{{with .Site.GetPage "page" "configuration" "prune.md" }}
<a href="{{.URL}}">{{default "prune policy" ($this.Get 0) }}</a>
{{else}}
{{.PageDoesNotExistError}}
{{end}}