From 2d285b7909af3339f7de3a4180a1348e7a642491 Mon Sep 17 00:00:00 2001 From: Suruchi Kumari Date: Sun, 3 Dec 2023 06:26:38 +0530 Subject: [PATCH] Link to same page from old releases' documentation (#44173) * added latest page link Signed-off-by: coder12git * add line Signed-off-by: GitHub * changes Signed-off-by: coder12git --------- Signed-off-by: coder12git Signed-off-by: GitHub --- data/i18n/en/en.toml | 3 +++ layouts/partials/deprecation-warning.html | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/data/i18n/en/en.toml b/data/i18n/en/en.toml index 3ebe1b5610ed9..16024e76cea7a 100644 --- a/data/i18n/en/en.toml +++ b/data/i18n/en/en.toml @@ -67,6 +67,9 @@ other = "You are viewing documentation for Kubernetes version:" [deprecation_warning] other = " documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date information, see the " +[deprecation_warning_page_link] +other = "For the most up-to-date information of this page, check out the " + [deprecation_file_warning] other = "Deprecated" diff --git a/layouts/partials/deprecation-warning.html b/layouts/partials/deprecation-warning.html index 588a1cad9fd0e..a827097643f5f 100644 --- a/layouts/partials/deprecation-warning.html +++ b/layouts/partials/deprecation-warning.html @@ -5,7 +5,10 @@

{{ T "deprecation_title" }} {{ .Param "version" }}

Kubernetes {{ .Param "version" }} {{ T "deprecation_warning" }} - {{ T "latest_version" }} + {{ T "latest_version" }} +

+

{{ T "deprecation_warning_page_link" }} + {{ T "latest_version" }}