build(docs-infra): only show name in 'inherited from' section (#26387)
Closes #26181 PR Close #26387
This commit is contained in:
parent
db49beae15
commit
9f7f67121c
@ -208,7 +208,7 @@
|
||||
{% set nonInternalMembers = ancestor.doc[collectionName] | filterByPropertyValue('internal', undefined) %}
|
||||
{% if nonInternalMembers.length -%}
|
||||
<section class="inherited-members-list">
|
||||
<h3>Inherited from <code>{$ ancestor.doc.id $}</code></h3>
|
||||
<h3>Inherited from <code><a class="code-anchor" href="{$ ancestor.doc.path $}">{$ ancestor.doc.name $}</a></code></h3>
|
||||
<ul>
|
||||
{% for member in nonInternalMembers %}
|
||||
<li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user