Skip to content

Commit

Permalink
remove link from child API headers
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 committed Jan 23, 2025
1 parent 9488e50 commit b107109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dgeni/src/templates/api/base.template.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% block header %}
{$'<h3 id="' + doc.slug + '"><a href="' + doc.path + '">' if child else '<h1>'$}{$ doc.name $}{$'</a></h3>' if child else '</h1>'$}
{$'<h3 id="' + doc.slug + '">' if child else '<h1>'$}{$ doc.name $}{$'</h3>' if child else '</h1>'$}
{% endblock %}
<p>{$ doc.description $}</p>

Expand Down

0 comments on commit b107109

Please sign in to comment.