mainArticle
property. For example:<categories> <category id="general" desc="General informations" mainArticle="article1"/> </categories>We will have the following html content for the category:
<categories> <category id="general" desc="General informations" mainArticle="article1"/> <category id="general2" desc="General informations 2" > <parentCategory id="general" > </category> </categories>We will have the following html content for the
general2
category:general
category:<categories> <category id="syntax" desc="Articles about syntax"> This category deals about the articles syntax. </category> <category id="structure" desc="Articles about structure"/> </categories>Note that the
desc
attribute is however always required and will be used when presenting the link to the category in the list of categories page.
<categories> <category id="syntax" desc="Articles about syntax"/> <category id="structure" desc="Articles about structure"/> </categories>
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.