Some document standards wants me to place introductory topics before TOC, an these topics have to have no number:
Code: Select all
<chapter href="32-01_installation_ug/concept/c_annotation.dita" outputclass="before-toc"/>
<chapter href="32-01_installation_ug/concept/c_abbreviations.dita" outputclass="before-toc"/>
<chapter href="32-01_installation_ug/concept/c_general_info.dita">
<topicref href="32-01_installation_ug/concept/c_architecture.dita"/>
<topicref href="32-01_installation_ug/concept/c_environment_structure.dita"/>
</chapter>