From ee48822a0df4e3fb6a231d6c6fb4a752acd8ef22 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 13 Feb 2019 18:56:52 +0100 Subject: Update doc generator for guppy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7301d1bfc14e31d272f16790762778aea43537bf Signed-off-by: Jan-Simon Möller --- .../include-doc-multiversion-update.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jjb/daily-jjb-doc-multiversion-update/include-doc-multiversion-update.sh b/jjb/daily-jjb-doc-multiversion-update/include-doc-multiversion-update.sh index a9ee20a9..9d1ad98f 100644 --- a/jjb/daily-jjb-doc-multiversion-update/include-doc-multiversion-update.sh +++ b/jjb/daily-jjb-doc-multiversion-update/include-doc-multiversion-update.sh @@ -48,6 +48,10 @@ function gensite() { navbarColor="darkslategray" typeDocStr="Flounder release" fi + if [ "$branch" == "guppy" ] ; then + navbarColor="#054458" + typeDocStr="Guppy release" + fi git apply <$HTDOCS/index.html -- cgit 1.2.3-korg