Main index is sorted by the template now.
This commit is contained in:
parent
ff85687679
commit
7b84347047
|
|
@ -26,7 +26,7 @@
|
|||
<body>
|
||||
<h1>GATK documentation index</h1>
|
||||
<@headerInfo />
|
||||
<#list groups as group>
|
||||
<#list groups?sort_by("name") as group>
|
||||
<@emitGroup group=group/>
|
||||
</#list>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue