-
Bug
-
Resolution: Done
-
Blocker
-
Dev Spaces 3.3
-
None
-
devex docs #228 Nov 24-Dec 15
-
3
-
https://gitlab.cee.redhat.com/red-hat-developers-documentation/devspaces-documentation/-/merge_requests/19, https://gitlab.cee.redhat.com/red-hat-developers-documentation/devspaces-documentation/-/commit/eabdb3d59fdb8d43f84290aa05ed7be41852a6e9, https://gitlab.cee.redhat.com/red-hat-developers-documentation/devspaces-documentation/-/commit/29a6f0c466bcd2d15cb461902a6fdbee1a07c056
-
---
-
---
It appears that Antora Assembler is derefencing the AsciiDoc attributes in the titles (and only in the titles) when creating the monolithic AsciiDoc.
Therefore, all attributes present in titles need to have their proper value in antora-playbook.yml.
Use this command to get the list of all attributes present in titles in the upstream repository (assuming there is at max one attribute per title):
grep -ire '^=.*{' modules/ | cut -d{ -f2 | cut -d} -f 1 | sort |uniq