build(docs-infra): remove stability labels from API docs (#25453)

PR Close #25453
This commit is contained in:
Pete Bacon Darwin 2018-08-13 22:26:43 +01:00 committed by Ben Lesh
parent 6a2130117f
commit c13901f4c8
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@
<header class="api-header"> <header class="api-header">
<h1>{$ doc.name $}</h1> <h1>{$ doc.name $}</h1>
<label class="api-type-label {$ doc.docType $}">{$ doc.docType $}</label> <label class="api-type-label {$ doc.docType $}">{$ doc.docType $}</label>
{% if doc.deprecated !== undefined %}<label class="api-status-label deprecated">deprecated</label>{% endif %}
{% if doc.experimental !== undefined %}<label class="api-status-label experimental">experimental</label>{% endif %}
{% if doc.stable !== undefined %}<label class="api-status-label stable">stable</label>{% endif %}
{% if doc.pipeOptions.pure === 'false' %}<label class="api-status-label impure-pipe">impure</label>{% endif %} {% if doc.pipeOptions.pure === 'false' %}<label class="api-status-label impure-pipe">impure</label>{% endif %}
</header> </header>
<aio-toc class="embedded"></aio-toc> <aio-toc class="embedded"></aio-toc>