forked from mybb/docs.mybb.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontents.html
71 lines (59 loc) · 1.73 KB
/
contents.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
layout: default
title: "MyBB Documentation"
categories: [page]
---
<article id="docs_page">
<header id="mainFeature">
<div class="wrapper">
<h1>MyBB Documentation</h1>
<p class="description">Welcome to the MyBB Documentation. Here you can read tutorials and the online documentation and find solutions to common problems with MyBB.</p>
</div>
</header>
<div class="page wrapper">
<div style="width: 48%; float: left;">
<section>
<h1>MyBB 1.8 Documentation</h1>
<section>
<h2>Installation</h2>
{% include category.html category="install" %}
<h2>Merge System</h2>
{% include category.html category="merge" %}
</section>
<section>
<h2>FAQ</h2>
{% include category.html category="faq" %}
</section>
<section>
<h2>Administration</h2>
{% include category.html category="administration" %}
<h3>Security</h3>
{% include category.html category="security" %}
</section>
</section>
<section>
<h1>MyBB 1.6 Documentation</h1>
<a href="{{ site.baseurl }}/1.6/">View old documentation for 1.6</a>
</section>
</div>
<div style="width: 48%; float: right;">
<section>
<h1>MyBB Development</h1>
{% include category.html category="development" %}
<h2>Plugin Development</h2>
{% include category.html category="plugins" %}
<h2>Theme Development</h2>
{% include category.html category="themes" %}
<h2>Translations</h2>
{% include category.html category="translations" %}
<a name="mods-guide"></a>
<h2>Extend Website</h2>
{% include category.html category="extend" %}
</section>
<section>
<h1>MyBB Versions</h1>
{% include category.html category="versions" %}
</section>
</div>
</div>
</article>