Merge pull request #427 from broadinstitute/gg_update_gatkdocs_template

Tweaked gatkdocs index template
This commit is contained in:
Eric Banks 2013-11-19 17:59:08 -08:00
commit b5f3bf5f06
3 changed files with 5 additions and 5 deletions

View File

@ -58,7 +58,7 @@
<div class="navbar navbar-fixed-top"> <div class="navbar navbar-fixed-top">
<div class="navbar-inner"> <div class="navbar-inner">
<div class="container-fluid"> <div class="container-fluid">
<a class="brand" href="index.html">GATK | Technical Documentation</a> <a class="brand" href="index.html">GATK | Tool Documentation</a>
</div> </div>
</div> </div>
</div> </div>
@ -82,7 +82,7 @@
<hr> <hr>
<p class="see-also">See also <p class="see-also">See also
<a href="${guideIndex}">Guide Index</a> | <a href="${guideIndex}">Guide Index</a> |
<a href="index.html">Technical Documentation Index</a> | <a href="index.html">Tool Documentation Index</a> |
<a href="${forum}">Support Forum</a> <a href="${forum}">Support Forum</a>
</p> </p>

View File

@ -53,8 +53,8 @@
</div> </div>
</#macro> </#macro>
<@makeHeader title="Technical Documentation Index" isIndex=true /> <@makeHeader title="GATK | Tool Documentation Index" isIndex=true />
<h1>Technical Documentation Index <h1>Tool Documentation Index
<small>${version}</small> <small>${version}</small>
</h1> </h1>
<div class="accordion" id="index"> <div class="accordion" id="index">

View File

@ -88,7 +88,7 @@
</#macro> </#macro>
<?php $group = '${group}'; ?> <?php $group = '${group}'; ?>
<@makeHeader title="${name} documentation" isIndex=false /> <@makeHeader title="GATK | ${name} documentation" isIndex=false />
<section class="span4"> <section class="span4">
<aside class="well"> <aside class="well">
<h2>Categories</h2> <h2>Categories</h2>