-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.php
30 lines (23 loc) · 948 Bytes
/
documentation.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
$t_sub_title = "Documentation";
include( "top.php" );
?>
<h4>MantisBT Documentation</h4>
<p>
MantisBT Documentation is available from the following sources:
</p>
<ul>
<li><a href="/docs/master-1.2.x/en/">The MantisBT Manual (v1.2.x).</a></li>
<li><a href="/manual/">The MantisBT Manual (up to v1.1.x).</a></li>
<li><a href="/wiki/">The MantisBT Wiki</a> contains a lot of valuable MantisBT knowledge.</li>
<li>See our <a href="/testimonials.php">User testimonials</a> to find out what users have to say about MantisBT.</li>
<li>See our <a href="/directory.php">User directory</a> for some sample companies / projects that use MantisBT.</li>
<li><a href="/wiki/doku.php/mantisbt:press">MantisBT in the press</a></li>
</ul>
<h4>Developer Documentation</h4>
<p>
For developer-oriented documentation please see <a href="/development.php">the development page</a>.
</p>
<div class="clearBoth"></div>
<?php
include( "bot.php" );