| Line 2: | Line 2: | ||
<p>The first header inside of any page should be an h2 header using ==Header==. Single = signs are reserved for the page title only.</p> | <p>The first header inside of any page should be an h2 header using ==Header==. Single = signs are reserved for the page title only.</p> | ||
<p>'''Hierarchical organization'''</p> | <p>'''Hierarchical organization'''</p> | ||
| − | < | + | <ul> |
| − | < | + | <li>Avoid unnecessary layers; they make documentation hard to find and hard to follow. For example, consider that in a book, the appendices are on the same level as "chapters" of the book.</li> |
| − | < | + | <li>Avoid duplication; it is better to link to existing documentation about a topic, rather than duplicate it (or nearly duplicate it) in a second location. * Only H2 headers will appear in the Table of contents</li> |
| + | <li>Use H3 headers for layout purposes and to break up your H2 sections Hierarchy example:</li> | ||
| + | </ul> | ||
<pre>Page Title | <pre>Page Title | ||
==Overview== | ==Overview== | ||
The first header inside of any page should be an h2 header using ==Header==. Single = signs are reserved for the page title only.
Hierarchical organization
Page Title ==Overview== ==Using Function== ===Sub-Header=== ===Example=== ==Special circumstances== ===Case one=== ===Case two===
In the list above the sub-header, examples and cases would not appear in the table of contents.