From: Pieter Lexis Date: Mon, 31 Aug 2015 07:13:19 +0000 (+0200) Subject: Don't title the docs 'None', closes #2717 X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~74^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2603ec50637ffabd016b5fe9223f62f9707467f;p=pdns Don't title the docs 'None', closes #2717 For some reason, mkdocs insists that the title of the homepage is 'None', even though we set it in the config. --- diff --git a/docs/process-md.sh b/docs/process-md.sh index 5aadb7468..d0d174388 100755 --- a/docs/process-md.sh +++ b/docs/process-md.sh @@ -25,6 +25,7 @@ post() { # Add class="table-bordered" to tables find html -type f -name '*.html' -exec perl -i -p \ -e 's/\/
/;' \ + -e 's/\None\<\/title>/<title>PowerDNS<\/title>/' \ {} + }