build(docs-infra): remove stability labels from API docs (#25453)
PR Close #25453
This commit is contained in:
parent
6a2130117f
commit
c13901f4c8
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue