From 48db37c7981abfcd3fd2f3b40aeffa3208e357ea Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 2 Feb 2016 16:32:53 +0100 Subject: Added the builddocs.sh script --- 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 0000000..41e48a4 --- /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