BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Documentation

Documentation

This page describes and shows examples on how to write documentation for the BugNET wiki. 

Formatting

Below are examples of how to format headings for the wiki.

Heading 1

HTML
1
<h1 class="separator">Heading 1</h1>

Heading 2

HTML
1
<h2 class="separator">Heading 2</h2>

Heading 3

HTML
1
<h3 class="separator">Heading 3</h3>

Table of Contents

HTML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div id="TocContainer">
<strong>Table of Contents</strong>
<ul class="Toc">
<li><a href="#prereq">Pre-installation System Requirements</a></li>
<li><a href="#installing">Installing BugNET</a></li>
<li><a href="#upgrade">Upgrading BugNET</a>
<ul>
<li><a href="#upgrade_07">Upgrading From Version 0.7.X</a></li>
<li><a href="#_upgrade_06">Upgrading From Version 0.6.7</a></li>
</ul>
</li>
<li><a href="#_windows_auth">Windows Authentication</a></li>
<li><a href="#known_issues">Known Issues</a></li>
<li><a href="#version_history">Version History</a></li>
<li><a href="#acknowledgements">Acknowledgements</a></li>
</ul>
</div>

Display Tips

Tip

This is a tip to display

HTML
1
2
3
4
<div class="icon-yellow">
<strong>Tip</strong>
<p>This is a tip to display</p>
</div>

Bottom Navigation

HTML
1
2
3
4
5
6
7
<div class="navigation">Back To: 
<br />
<ul>
<li>Application Configuration</li>
<li>User Guide Table of Contents</li>
</ul>
</div>



 |   |  View Topic History  |