From 1a7382f9db4621b492b22b556dcb9acd34f1b491 Mon Sep 17 00:00:00 2001 From: Vedant Durgam Date: Sat, 27 Jun 2026 19:14:42 +0530 Subject: [PATCH] fix(welcome): use {product-version} in title instead of {rhacs-version} The document title in welcome/index.adoc uses {rhacs-version}, which is defined in modules/common-attributes.adoc included after the title line. The Pantheon/AsciiBinder build pipeline resolves the title before processing includes, causing the literal {rhacs-version} placeholder to appear on docs.redhat.com. Replace with {product-version}, which is injected globally by AsciiBinder from _distro_map.yml before parsing, consistent with all working versions (4.8 and earlier). Fixes: https://redhat.atlassian.net/browse/ROX-35425 Co-authored-by: Cursor --- welcome/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/welcome/index.adoc b/welcome/index.adoc index 7ea496e52bc0..e7b943de29f7 100644 --- a/welcome/index.adoc +++ b/welcome/index.adoc @@ -1,6 +1,6 @@ :_mod-docs-content-type: ASSEMBLY [id="welcome-index"] -= Red Hat Advanced Cluster Security for Kubernetes {rhacs-version} documentation += Red Hat Advanced Cluster Security for Kubernetes {product-version} Documentation include::modules/common-attributes.adoc[] :context: welcome-index