build(aio): refactor API templates for clean start

This commit is contained in:
Peter Bacon Darwin
2017-05-02 15:08:49 +01:00
committed by Matias Niemelä
parent cade722e48
commit b051d7ff48
57 changed files with 237 additions and 238 deletions
@@ -0,0 +1,9 @@
{% import "lib/paramList.html" as params -%}
{% extends 'export-base.template.html' -%}
{% block details %}
<code-example language="ts" hideCopy="true">
function {$ doc.name $}{$ params.paramList(doc.parameters) $}: {$ doc.returnType or 'any' $};
</code-example>
{% include "includes/description.html" %}
{% endblock %}