build(aio): improve API docs layout and styling

This commit is contained in:
Peter Bacon Darwin
2017-07-13 13:36:51 +01:00
committed by Igor Minar
parent 04f3a4a7a5
commit a301dba68f
11 changed files with 56 additions and 18 deletions

View File

@ -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 %}