
Includes: * display ToC for API docs * update dgeni-packages to 0.24.1 * add floating sidebar in API docs * add breadcrumbs and structured data for Google crawler * improved rendering of method overloads * properties rendered in a table * params rendered with docs * removal of outdated "infobox" from all API docs PR Close #21874
10 lines
181 B
HTML
10 lines
181 B
HTML
{%- if doc.see.length %}
|
|
<section class="see-also">
|
|
<h2>See Also</h2>
|
|
<ul>
|
|
{% for see in doc.see %}
|
|
<li>{$ see | marked $}</li>{% endfor %}
|
|
</ul>
|
|
</section>
|
|
{% endif %}
|