From 7b4a8d53a757bb5867b94fca70c19055af654a81 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Tue, 9 May 2017 23:44:10 +0100 Subject: [PATCH] build(aio): remove "pure" property from pipe template (#16655) This information is not relevant to users, right now. Closes #16641 --- aio/tools/transforms/templates/api/pipe.template.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/aio/tools/transforms/templates/api/pipe.template.html b/aio/tools/transforms/templates/api/pipe.template.html index 2fbb67f4ce..0bea954ec7 100644 --- a/aio/tools/transforms/templates/api/pipe.template.html +++ b/aio/tools/transforms/templates/api/pipe.template.html @@ -2,7 +2,4 @@ {% block details %} {% include "includes/description.html" %} -
- {% if doc.pipeOptions.pure == "true" %}{% endif %} -
{% endblock %}