Auto Links
Auto creates a set of links.
Auto Links creates links to pages that are immediate children of the current.
By default, auto links creates a simple A element in the following form:
<a href="[page url]">[page name]</a>
You can use auto links with any element that will accept childrens, while the most common usage would be inside the Navigation Bar element.
Configuration Options
Enclosing Tab: If set, all the links will be enclosed in this tab.
I.E.: If you set the enclosing tab to "li", the generated source will be:
<li><a href="[page url]">[page name]</a></li>
Skip: Allows to define some pages to be skipped from the list of links. Enter the name of the page(s) you wish to avoid having in this list, one per line.