From 72fe2c204463ca8c7ca242ed7c9e70c92030bc90 Mon Sep 17 00:00:00 2001
From: Paul Schweigert
Date: Fri, 17 Dec 2021 10:38:18 -0500
Subject: [PATCH] remove 1.0 banner (#4598)
---
overrides/main.html | 4 ----
1 file changed, 4 deletions(-)
diff --git a/overrides/main.html b/overrides/main.html
index 2a44000a6..72b413f9d 100644
--- a/overrides/main.html
+++ b/overrides/main.html
@@ -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 the latest version.
-{% else %}
-
-
Knative is 1.0! 🎉 Check out our announcement on the Knative Blog
-
{% endif %}
{% endblock %}