From 43c9a78874c579829fe2ba204f717178e47c79a2 Mon Sep 17 00:00:00 2001 From: Dipesh Rawat Date: Thu, 1 Jun 2023 00:33:41 +0100 Subject: [PATCH] update hugo.toml in release-1.26 branch to change deprecated to true Signed-off-by: Dipesh Rawat --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 52c60e5c3c..0b5e5e82d7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -144,7 +144,7 @@ fullversion = "v1.26.3" version = "v1.26" githubbranch = "v1.26.3" docsbranch = "release-1.26" -deprecated = false +deprecated = true currentUrl = "https://kubernetes.io/docs/home/" nextUrl = "https://kubernetes-io-vnext-staging.netlify.com/"