From 280583924915af2e52a257c8d284aa9b6a78406e Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Wed, 9 Aug 2023 08:53:15 +0100 Subject: [PATCH] Stop setting deprecated fullversion param A new shortcode looks up the correct patch version from data maintained by the release team. --- hugo.toml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/hugo.toml b/hugo.toml index 43503425e2..c68ebc1bfc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -140,9 +140,6 @@ showedit = true latest = "v1.27" -fullversion = "v1.27.0" # legacy; use {{< skew currentPatchVersion >}} instead - # retain until all localizations have migrated - version = "v1.27" githubbranch = "main" docsbranch = "main" @@ -183,40 +180,30 @@ js = [ ] [[params.versions]] -fullversion = "v1.27.0" # legacy; use {{< skew currentPatchVersion >}} instead - # retain until all localizations have migrated version = "v1.27" githubbranch = "v1.27.0" docsbranch = "main" url = "https://kubernetes.io" [[params.versions]] -fullversion = "v1.26.3" # legacy; use {{< skew currentPatchVersion >}} instead - # retain until all localizations have migrated version = "v1.26" githubbranch = "v1.26.3" docsbranch = "release-1.26" url = "https://v1-26.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.25.8" # legacy; use {{< skew currentPatchVersion >}} instead - # retain until all localizations have migrated version = "v1.25" githubbranch = "v1.25.8" docsbranch = "release-1.25" url = "https://v1-25.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.24.12" # legacy; use {{< skew currentPatchVersion >}} instead - # retain until all localizations have migrated version = "v1.24" githubbranch = "v1.24.12" docsbranch = "release-1.24" url = "https://v1-24.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.23.17" # legacy; use {{< skew currentPatchVersion >}} instead - # retain until all localizations have migrated version = "v1.23" githubbranch = "v1.23.17" docsbranch = "release-1.23"