api-builder: include `exportAs` info in directive docs
This commit is contained in:
parent
dbc95b75af
commit
f84534a9e2
|
@ -37,4 +37,12 @@
|
||||||
{$ event.memberDoc.description | indentForMarkdown(2) | trimBlankLines $}
|
{$ event.memberDoc.description | indentForMarkdown(2) | trimBlankLines $}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if doc.directiveOptions.exportAs %}
|
||||||
|
.l-main-section
|
||||||
|
h2 Exported As
|
||||||
|
.l-sub-section
|
||||||
|
h3.export-as
|
||||||
|
code {$ doc.directiveOptions.exportAs $}
|
||||||
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue