]> granicus.if.org Git - icinga2/blob - mkdocs.yml
Update documentation
[icinga2] / mkdocs.yml
1 site_name: Icinga 2
2 docs_dir: doc
3 dev_addr: 0.0.0.0:8000
4 pages:
5 - [1-about.md, About Icinga 2]
6 - [2-getting-started.md, Getting Started]
7 - [3-monitoring-basics.md, Monitoring Basics]
8 - [4-configuring-icinga-2.md, Configuring Icinga 2]
9 - [5-object-types.md, Object Types]
10 - [6-icinga-template-library.md, Icinga Template Library]
11 - [7-monitoring-remote-systems.md, Monitoring Remote Systems]
12 - [8-cli-commands.md, CLI Commands]
13 - [9-addons-plugins.md, Addons and Plugins]
14 - [10-alternative-frontends.md, Alternative Frontends]
15 - [11-livestatus.md, Livestatus]
16 - [12-troubleshooting.md, Troubleshooting]
17 - [13-upgrading-icinga-2.md, Upgrading Icinga 2]
18 - [14-migrating-from-icinga-1x.md, Migrating from Icinga 1.x]
19 - [15-language-reference.md, Language Reference]
20 - [16-library-reference.md, Library Reference]
21 - [17-appendix.md, Appendix]
22 theme: readthedocs
23 markdown_extensions: [smarty]
24 extra_javascript: [scroll.js]
25 include_search: true