Docs Structure Guide

[edit] Please Note

These docs are now deprecated, we have a new Support area located here

(Difference between revisions)
(Created page with "<p>==Page Structure==</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>'''Hierar...")
 
Line 1: Line 1:
<p>==Page Structure==</p>
+
<h2>Page Structure</h2>
 
<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>

Revision as of 01:29, 29 February 2012

Page Structure

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

* 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.

* 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

* Use H3 headers for layout purposes and to break up your H2 sections Hierarchy example:

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.