openshift/openshift-docs

OCP 4.14 Release Page is full of non-resolved variables

peterroth opened this issue · 2 comments

Which section(s) is the issue in?

The OCP 4.14 is full of variables that cannot be resolved, they appear between curly brackets with names that aren't in common-attributes.adoc

Example:
The source code:
https://github.com/openshift/openshift-docs/blob/enterprise-4.14/release_notes/ocp-4-14-release-notes.adoc#ibmzproductname-and-linuxoneproductname

How it appears:
https://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html#ocp-4-14-ibm-z

What needs fixing?

The common-attributes.adoc doesn't contain those variables, or not with the names the documentation reference them. Either add the missing variables into the common-attributes.adoc or modify the references in the doc.

It seems the common-attributes.adoc changed between enterprise-4.13 and enterprise-4.14, because in the 4.13 the names that are referenced in the release notes in 4.14 existed:
ibmpowerProductName: https://github.com/openshift/openshift-docs/blob/enterprise-4.13/_attributes/common-attributes.adoc#L221
linuxoneProductName: https://github.com/openshift/openshift-docs/blob/enterprise-4.13/_attributes/common-attributes.adoc#L224

However, they aren't in the 4.14 version.

The documentation was fixed: 5c80dfe