From c93152fb5b439cfe6f67c28e186eecb61207b5a1 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Sat, 9 Aug 2014 07:38:01 -0700 Subject: [PATCH] Added abount and simplified footer --- _data/docs.yml | 6 +++++- _includes/footer.html | 8 +++++--- docs/CommandLineParameters.md | 4 ++-- docs/Installation.md | 2 +- docs/about.md | 24 ++++++++++++++++++++++++ docs/contact.md | 4 ++-- 6 files changed, 39 insertions(+), 9 deletions(-) create mode 100644 docs/about.md diff --git a/_data/docs.yml b/_data/docs.yml index 18e8e8c8fa..c27abbf60f 100644 --- a/_data/docs.yml +++ b/_data/docs.yml @@ -3,7 +3,6 @@ - home - gettingstarted - installation - - contact - title: Application docs: @@ -21,3 +20,8 @@ - regressiontestsystem - commandlineparameters +- title: Other + docs: + - contact + - about + diff --git a/_includes/footer.html b/_includes/footer.html index 4bd48bf714..eff6675a6b 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,12 +1,14 @@