kubernetes/website

[de] Remove deprecated lang front matter

Geschlossen

#55.976 geöffnet am 01.06.2026

 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (13.918 Forks)batch import
good first issuehelp wantedkind/buglanguage/detriage/accepted

Repository-Metriken

Stars
 (4.127 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 16T 13h) (160 gemergte PRs in 30 T)

Beschreibung

This is a Bug Report

The file content/de/docs/concepts/workloads/pods/pod-lifecycle.md declares lang: de in its front matter.

Hugo deprecated this field in v0.144.0: the language is inferred from the content/de/ directory path.

Task

  • Delete the lang: de line from the front matter. The page stays recognized as German via the path.
  • Check if other pages still has lang front matter and delete

Verification

After the change, running:

make serve

should no longer warn.

WARN  deprecated: lang in front matter was deprecated in Hugo v0.144.0 and will be removed in a future release.

Context

Surfaced during the Hugo 0.152.2 + Docsy 0.13.0 upgrade in #55972.

/good-first-issue

Contributor Guide