Skip to content

Commit

Permalink
docs: Make the apidocs index cleaner looking
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Oct 26, 2023
1 parent 4d9d4c7 commit 58cfb9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsdoc/template/mainpage.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var self = this;
?>
<li class="item" data-name="<?js= item.longname ?>">
<span class="title">
<?js= self.linkto(item.longname, item.longname) ?>
<?js= self.linkto(item.longname, item.longname.replace(/^geo\./, '')) ?>
</span>
<?js
});
Expand All @@ -44,7 +44,7 @@ var self = this;
?>
<li class="item" data-name="<?js= item.longname ?>">
<span class="title">
<?js= self.linkto(item.longname, item.longname) ?>
<?js= self.linkto(item.longname, item.longname.replace(/^geo\./, '')) ?>
</span>
<?js
});
Expand Down

0 comments on commit 58cfb9b

Please sign in to comment.