From dc87b4bb000796ef14ece2030c157bf156a4229f Mon Sep 17 00:00:00 2001 From: tracernz Date: Tue, 17 Feb 2015 20:31:54 +1300 Subject: [PATCH] Put safety documentation after introduction --- build_docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_docs.sh b/build_docs.sh index 464dbe5f6e..78ae60610d 100755 --- a/build_docs.sh +++ b/build_docs.sh @@ -3,6 +3,7 @@ filename=Manual doc_files=( 'Introduction.md' + 'Safety.md' 'Installation.md' 'Configuration.md' 'Cli.md'