From 56db71beb5e59cfd18e36776bc9bfa4c43dc02fb Mon Sep 17 00:00:00 2001
From: Andrea Amorosi <dreamorosi@gmail.com>
Date: Fri, 13 Jan 2023 13:16:47 +0100
Subject: [PATCH] docs: remove deprecation notice from docs

---
 docs/overrides/main.html | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/docs/overrides/main.html b/docs/overrides/main.html
index 540387c9a7..0d556b6813 100644
--- a/docs/overrides/main.html
+++ b/docs/overrides/main.html
@@ -5,13 +5,4 @@
 <a href="{{ '../' ~ base_url }}">
   <strong>Click here to go to latest.</strong>
 </a>
-{% endblock %}
-
-{% block announce %}
-Version 1.5.0 will be the last version to support Node.js 12. <br /> Node.js 12 has reached end-of-life and the
-corresponding
-AWS Lambda runtime will be deprecated at the end of March 2023. Please upgrade to Node.js 14 or later.<br />
-<a href="https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1061#issuecomment-1349031362"
-  target="_blank">Click here to read the full announcement</a>, or <a href="https://discord.gg/B8zZKbbyET"
-  target="_blank">join our Discord server</a> to chime in the discussion.
 {% endblock %}
\ No newline at end of file