From 2c2a642a96a8e1269bd8c8bae7afa58c29132817 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Mon, 10 Nov 2025 17:24:44 +0200 Subject: [PATCH 1/3] PG-1998 - Add EOL Label --- _resource/overrides/main.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_resource/overrides/main.html b/_resource/overrides/main.html index 1e1b61c4e..07468274f 100644 --- a/_resource/overrides/main.html +++ b/_resource/overrides/main.html @@ -6,6 +6,10 @@ {# Import the theme's layout. #} {% extends "base.html" %} +{# Add EOL lable #} +{% block outdated %} +
This documentation is for the end of life version of Percona Distribution for PostgreSQL 13.
Learn more about PostgreSQL 13 end of life implications and what upgrade options you have. See the current documentation.
+{% endblock %} {% block scripts %} From f520d8bd4b0ebb69b8298aedf8db76d1ee1c3b7c Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Fri, 5 Dec 2025 11:56:14 +0200 Subject: [PATCH 2/3] remove small paragraph removed an unused paragraph from the EOL label --- _resource/overrides/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_resource/overrides/main.html b/_resource/overrides/main.html index 07468274f..1a9ea05d2 100644 --- a/_resource/overrides/main.html +++ b/_resource/overrides/main.html @@ -8,7 +8,7 @@ {# Add EOL lable #} {% block outdated %} -
This documentation is for the end of life version of Percona Distribution for PostgreSQL 13.
Learn more about PostgreSQL 13 end of life implications and what upgrade options you have. See the current documentation.
+
This documentation is for the end of life version of Percona Distribution for PostgreSQL 13. See the current documentation.
{% endblock %} {% block scripts %} From 979603a56ffa4aecf8c0939a3bbede96c1ec6b8c Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Fri, 5 Dec 2025 11:59:50 +0200 Subject: [PATCH 3/3] removed extra strong tag --- _resource/overrides/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_resource/overrides/main.html b/_resource/overrides/main.html index 1a9ea05d2..84181c7cd 100644 --- a/_resource/overrides/main.html +++ b/_resource/overrides/main.html @@ -8,7 +8,7 @@ {# Add EOL lable #} {% block outdated %} -
This documentation is for the end of life version of Percona Distribution for PostgreSQL 13. See the current documentation.
+
This documentation is for the end of life version of Percona Distribution for PostgreSQL 13. See the current documentation.
{% endblock %} {% block scripts %}