Uploaded image for project: 'Docs for Red Hat Developers'
  1. Docs for Red Hat Developers
  2. RHDEVDOCS-4806

fix: attributes required for Antora Assembler

XMLWordPrintable

    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
    

      1. Screenshot from 2022-12-15 14-16-55.png
        30 kB
        Fabrice Flore-Thébault
      2. Screenshot from 2022-12-15 14-16-55-1.png
        30 kB
        Fabrice Flore-Thébault

            ffloreth@redhat.com Fabrice Flore-Thébault
            ffloreth@redhat.com Fabrice Flore-Thébault
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: