diff --git a/docs/templates/ADOC.tmpl b/docs/templates/ADOC.tmpl index ca6c7a5ce7..496a58ea78 100644 --- a/docs/templates/ADOC.tmpl +++ b/docs/templates/ADOC.tmpl @@ -14,9 +14,9 @@ ifeval::[{show-deprecation} == true] | Deprecation Replacment {{- range .Deprecations }} +| {{ .DeprecationInfo }} | {{ .DeprecationVersion }} | {{ .RemovalVersion }} -| {{ .DeprecationInfo }} | {{ .DeprecationReplacement }} {{- end }} |===