Skip to content

Commit

Permalink
build(docs-infra): remove stability labels from API docs (#25453)
Browse files Browse the repository at this point in the history
PR Close #25453
  • Loading branch information
petebacondarwin authored and benlesh committed Aug 14, 2018
1 parent 2f85b16 commit cdee9ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aio/tools/transforms/templates/api/base.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
<header class="api-header">
<h1>{$ doc.name $}</h1>
<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 %}
</header>
<aio-toc class="embedded"></aio-toc>
Expand Down

0 comments on commit cdee9ad

Please sign in to comment.