comparison doc/html/index.md @ 276:5795a1769de5

Docs: add more indexes
author David Demelier <markand@malikania.fr>
date Thu, 29 Sep 2016 13:09:58 +0200
parents c143682678b9
children d731ce3ae821
comparison
equal deleted inserted replaced
275:c143682678b9 276:5795a1769de5
1 --- 1 ---
2 header: Irccd documentation 2 header: "Irccd documentation"
3 guide: true 3 guide: true
4 --- 4 ---
5 5
6 Welcome to the irccd documentation. 6 Welcome to the irccd documentation.
7 7
8 # Building 8 # Building
9 9
10 Everything you need to build irccd.
11
10 - [Build from sources](build/build-from-sources.html) 12 - [Build from sources](build/build-from-sources.html)
11 - [Build options](build/build-options.html) 13 - [Build options](build/build-options.html)
12 14
13 # Running 15 # Running
14 16
17 Running irccd, configuration and command line options.
18
15 - [Configure irccd](irccd/configuring.html) 19 - [Configure irccd](irccd/configuring.html)
20
21 And about irccdctl.
22
16 - [Configure irccdctl](irccdctl/configuring.html) 23 - [Configure irccdctl](irccdctl/configuring.html)
24 - [List of irccdctl commands](irccdctl/commands.html)
25 - [Irccdctl command line usage](irccdctl/usage.html)
17 26
18 # Plugins 27 # Development
28
29 Development of plugins and other development documentation.
19 30
20 - [Javascript plugin introduction](dev/plugin-javascript-introduction.html) 31 - [Javascript plugin introduction](dev/plugin-javascript-introduction.html)
32 - [Network protocol](dev/socket-protocol.html)
33 - [Network commands](dev/socket-commands.html)
34
35 # Plugin API
36
37 The official Javascript API.
38
21 - [Javascript API](api/index.html) 39 - [Javascript API](api/index.html)
22 40
23 # Miscellaneous 41 # Miscellaneous
24 42
43 Miscellaneous documentation.
44
25 - [Common patterns and formatting](misc/common-patterns-and-formatting.html) 45 - [Common patterns and formatting](misc/common-patterns-and-formatting.html)
26 - [Configuration file syntax](misc/configuration-syntax.html) 46 - [Configuration file syntax](misc/configuration-syntax.html)
27 - [Network protocol](dev/socket-protocol.html)
28 - [Network commands](dev/socket-commands.html)