Browse Source

Add summary to API docs data (#1788)

* removing unnecessary info from readme

* Update README.md

* Update support.md

trivial change to trigger a build

* DOC-703: separate premium and opensource plugins and fix links (#1747)

* DOC-703: separate premium and opensource plugins and fix links

* DOC-703: WIP

* DOC-703: fix control reference pages

* fixing an error in events page

* Update mediaembed.md

* Add summary to API docs data

* Move summary to top of file

Co-authored-by: Tyler Kelly <tyler.kelly@tiny.cloud>
pull/1794/head
metricjs 5 years ago
committed by GitHub
parent
commit
73dce8b2f3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      _includes/api-member.html

8
_includes/api-member.html

@ -1,3 +1,11 @@
{% if include.data.summary.size > 0 %}
{% for summary in include.data.summary %}
{% unless include.data.desc contains summary %}
<p>{{ summary }}</p>
{% endunless %}
{% endfor %}
{% endif %}
{% if include.data.borrows.size > 0 %}
<a class="anchor" id="extends"></a>
<h2><a class="anchorable" href="#extends">Extends</a></h2>

Loading…
Cancel
Save