build(aio): improve API docs layout and styling
This commit is contained in:

committed by
Igor Minar

parent
04f3a4a7a5
commit
a301dba68f
@ -1,8 +1,11 @@
|
||||
{% extends 'export-base.template.html' %}
|
||||
|
||||
{% block details %}
|
||||
{% block overview %}
|
||||
<code-example language="ts" hideCopy="true" class="no-box api-heading">
|
||||
const {$ doc.name $}: {$ doc.symbolTypeName or 'any' $};
|
||||
</code-example>
|
||||
{% endblock %}
|
||||
|
||||
{% block details %}
|
||||
{% include "includes/description.html" %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user