From 1da6d35657671a094fffa0cc86fb046e83f76eea Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Mon, 24 Apr 2023 18:45:45 +0200 Subject: [PATCH] Add a link to the onboarding guide to the header --- data/global.yaml | 3 ++- templates/helpers.html | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/data/global.yaml b/data/global.yaml index 4356ff7..6b1cad1 100644 --- a/data/global.yaml +++ b/data/global.yaml @@ -1,6 +1,7 @@ link: [ "./docs/index.html", - "https://gitlab.cosma.dur.ac.uk/swift/swiftsim" + "https://gitlab.cosma.dur.ac.uk/swift/swiftsim", + "./onboarding.pdf", ] navbar: [ diff --git a/templates/helpers.html b/templates/helpers.html index d6649c4..797786d 100644 --- a/templates/helpers.html +++ b/templates/helpers.html @@ -34,6 +34,9 @@ <div class="right-nav" id="right-nav"> <ul> + <li class="btn-yellow"> + <a href="{{ link[2] }}"><i class="fa fa-book" aria-hidden="true"></i> Get Started !</a> + </li> <li class="btn-blue"> <a href="{{ link[0] }}"><i class="fa fa-book" aria-hidden="true"></i> Documentation</a> </li> -- GitLab