summaryrefslogtreecommitdiffstats
path: root/web/input/doc
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-23 17:15:14 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-23 17:15:14 (GMT)
commit7357348d8a8a5a9aa1b8405b7eb3a37f56160b54 (patch)
tree480af882a516fd3e1ab1cbd64c7f62e918bea75d /web/input/doc
parent1e4c004483ef44dd7b6f1b20fb55a33410338243 (diff)
downloadsite-7357348d8a8a5a9aa1b8405b7eb3a37f56160b54.tar.gz
doc/index.md: Add title for "advanced" docs
Seperate the documents that cover "advanced" topics more clearly from the basic documentation.
Diffstat (limited to 'web/input/doc')
-rw-r--r--web/input/doc/index.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/web/input/doc/index.md b/web/input/doc/index.md
index 86745de..458ce3f 100644
--- a/web/input/doc/index.md
+++ b/web/input/doc/index.md
@@ -5,7 +5,9 @@ menu: 4
5 5
6# Documentation 6# Documentation
7 7
8The Nagios Plugins documentation is split up into three parts: 8## Basics
9
10The main Nagios Plugins documentation is split into two parts:
9 11
101. **[Manual Pages][man]** 121. **[Manual Pages][man]**
11 This part provides documentation for each individual plugin. 13 This part provides documentation for each individual plugin.
@@ -14,23 +16,25 @@ The Nagios Plugins documentation is split up into three parts:
14 The FAQ section offers additional information on the Nagios Plugins 16 The FAQ section offers additional information on the Nagios Plugins
15 package as a whole. 17 package as a whole.
16 18
173. **[Presentation][video]** 19## Advanced Topics
18 A video that shows how to write your own check using the
19 [Nagios::Plugin][module] Perl module.
20 20
21Furthermore, there are individual documents that cover specific topics: 21These documents cover topics that go beyond the basics:
22 22
23* **[Extra-Opts][opts]** 23* **[Extra-Opts][opts]**
24 Telling plugins to read options from a configuration file. 24 Telling plugins to read options from a configuration file.
25 25
26* **[Writing Perl Plugins][video]**
27 This is a video that shows how to write your own check using the
28 [Nagios::Plugin][module] Perl module.
29
26* **[Nagios Plugin Development Guidelines][guidelines]** 30* **[Nagios Plugin Development Guidelines][guidelines]**
27 Reference documentation for plugin developers. 31 Reference documentation for plugin developers.
28 32
29[man]: doc/man/index.html "Manual Pages" 33[man]: doc/man/index.html "Manual Pages"
30[faq]: doc/faq/index.html "Frequently Asked Questions" 34[faq]: doc/faq/index.html "Frequently Asked Questions"
35[opts]: doc/extra-opts.html
31[video]: doc/presentation.html "Nagios::Plugin Presentation" 36[video]: doc/presentation.html "Nagios::Plugin Presentation"
32[module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin" 37[module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin"
33[opts]: doc/extra-opts.html
34[guidelines]: doc/guidelines.html 38[guidelines]: doc/guidelines.html
35 39
36<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 40<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->