refs #3236
* Move HTML links (<a>...</a>) to the end of the header lines * This is necessary to allow mkdocs to parse headers correctly and display them in the TOC * Following sed command was used: sed -i .bu 's/\(<a.*a>\) \(.*\)/\2 \1/g' $filename
refs #2687
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com> refs #8270