remove 1.0 banner (#4598)

This commit is contained in:
Paul Schweigert 2021-12-17 10:38:18 -05:00 committed by GitHub
parent 5048b547f1
commit 72fe2c2044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@
Knative {{ config.extra.knative_version }} documentation is no longer actively maintained. The documentation you are currently viewing is a static snapshot. For up-to-date documentation, see <a href="{{ base_url }}/../docs/">the latest version</a>.
</p>
</div>
{% else %}
<div class="versionwarning" style="display: flex; justify-content: center;">
<p>Knative is 1.0! 🎉 Check out our announcement on the <a href=https://knative.dev/blog/articles/knative-1.0/>Knative Blog<a/></p>
</div>
{% endif %}
{% endblock %}