summaryrefslogtreecommitdiffstats
path: root/builddocs.sh
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-04 10:33:14 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-04 10:33:14 +0100
commit941da63e855f531ae9babd5102f8291f8322f786 (patch)
treeb52ece3250c4c3c88747b0357c627fab2cf70db3 /builddocs.sh
parentaa49834c9d764f1117d82e136d43940739cdc229 (diff)
downloadkube-941da63e855f531ae9babd5102f8291f8322f786.tar.gz
kube-941da63e855f531ae9babd5102f8291f8322f786.zip
Added builddocs.sh
Diffstat (limited to 'builddocs.sh')
-rwxr-xr-xbuilddocs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/builddocs.sh b/builddocs.sh
new file mode 100755
index 00000000..41e48a45
--- /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'"