summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuilddocs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/builddocs.sh b/builddocs.sh
new file mode 100755
index 0000000..41e48a4
--- /dev/null
+++ b/builddocs.sh
@@ -0,0 +1,4 @@
1#!/bin/bash
2mkdocs build
3echo "The HTML files for the documentation can be found in the site/ subdirectory."
4echo "To view the docs in a browser run 'mkdocs serve'"