From 8af62576cf717c641a0e30d5ab6db68faf67e1ef Mon Sep 17 00:00:00 2001 From: Geraldine Van der Auwera Date: Fri, 28 Jul 2017 00:30:56 -0400 Subject: [PATCH 1/2] Updated gatkdocs template --- settings/helpTemplates/common.html | 6 +-- .../helpTemplates/generic.index.template.html | 37 +++++++++++++++---- settings/helpTemplates/generic.template.html | 10 +++-- 3 files changed, 40 insertions(+), 13 deletions(-) diff --git a/settings/helpTemplates/common.html b/settings/helpTemplates/common.html index 20e144400..f59339858 100644 --- a/settings/helpTemplates/common.html +++ b/settings/helpTemplates/common.html @@ -5,9 +5,9 @@ --> - <#global siteRoot = "http://www.broadinstitute.org/gatk/" /> - <#global guideIndex = "http://www.broadinstitute.org/gatk/guide/" /> - <#global forum = "http://gatkforums.broadinstitute.org/" /> + <#global siteRoot = "https://software.broadinstitute.org/gatk/" /> + <#global guideIndex = "https://software.broadinstitute.org/gatk/documentation/" /> + <#global forum = "https://gatkforums.broadinstitute.org/gatk" /> <#macro footerInfo>
diff --git a/settings/helpTemplates/generic.index.template.html b/settings/helpTemplates/generic.index.template.html index 490d12007..fc749ff4e 100644 --- a/settings/helpTemplates/generic.index.template.html +++ b/settings/helpTemplates/generic.index.template.html @@ -1,9 +1,14 @@
@@ -43,10 +48,28 @@
-

Tool Documentation Index - ${version} -

-
+
+
+

Tool Documentation Index

+
+
+ +
+
+

Showing docs for version ${version} | The current version is

+
+ +
<#assign seq = ["engine", "tools", "other", "utilities"]> <#list seq as supercat>
diff --git a/settings/helpTemplates/generic.template.html b/settings/helpTemplates/generic.template.html index 873d0d2ae..2b0aa7556 100644 --- a/settings/helpTemplates/generic.template.html +++ b/settings/helpTemplates/generic.template.html @@ -1,9 +1,13 @@