{{ if $.Site.Params.ShowOutDatedWarning }}
{{ markdownify (printf "This documentation is for an out-of-date version of Apache Paimon. We recommend you use the latest [stable version](%s)." $.Site.Params.StableDocs) }}
{{ end }} {{ if (not $.Site.Params.IsStable) }}
{{ markdownify (printf "This documentation is for an unreleased version of Apache Paimon. We recommend you use the latest [stable version](%s)." $.Site.Params.StableDocs) }}
{{ end }}