From 941da63e855f531ae9babd5102f8291f8322f786 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 4 Feb 2016 10:33:14 +0100 Subject: Added builddocs.sh --- builddocs.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 builddocs.sh diff --git a/builddocs.sh b/builddocs.sh new file mode 100755 index 00000000..41e48a45 --- /dev/null +++ b/builddocs.sh @@ -0,0 +1,4 @@ +#!/bin/bash +mkdocs build +echo "The HTML files for the documentation can be found in the site/ subdirectory." +echo "To view the docs in a browser run 'mkdocs serve'" -- cgit v1.2.3