fix(docs-infra): move dots inside Usage Notes anchor tag (#42725)
in the html generated aio docs the dots of "Usage Notes..." should be part of the anchor tag, same as it is for "See More..." PR Close #42725
This commit is contained in:
parent
d997303cf4
commit
bfa1b5d9eb
|
@ -2,7 +2,7 @@
|
|||
<section class="description">
|
||||
<h2>Description</h2>
|
||||
{$ doc.description | trimBlankLines | marked $}
|
||||
{% if doc.usageNotes %}<p>Further information available in the <a href="#usage-notes">Usage Notes</a>...</p>{%
|
||||
{% if doc.usageNotes %}<p>Further information available in the <a href="#usage-notes">Usage Notes...</a></p>{%
|
||||
endif %}
|
||||
</section>
|
||||
{% endif %}
|
Loading…
Reference in New Issue