summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
blob: aaee8d5c7a47d3516a57c4ae35abee10251e334f (plain)
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
site_name: Icinga 2
docs_dir: doc
dev_addr: 0.0.0.0:8000
pages:
  - 'About Icinga 2': '01-about.md'
  - 'Installation': '02-installation.md'
  - 'Monitoring Basics': '03-monitoring-basics.md'
  - 'Configuration': '04-configuration.md'
  - 'Service Monitoring': '05-service-monitoring.md'
  - 'Distributed Monitoring': '06-distributed-monitoring.md'
  - 'Agent Based Monitoring': '07-agent-based-monitoring.md'
  - 'Advanced Topics': '08-advanced-topics.md'
  - 'Object Types': '09-object-types.md'
  - 'Icinga Template Library': '10-icinga-template-library.md'
  - 'CLI Commands': '11-cli-commands.md'
  - 'Icinga 2 API': '12-icinga2-api.md'
  - 'Addons': '13-addons.md'
  - 'Features': '14-features.md'
  - 'Troubleshooting': '15-troubleshooting.md'
  - 'Upgrading Icinga 2': '16-upgrading-icinga-2.md'
  - 'Language Reference': '17-language-reference.md'
  - 'Library Reference': '18-library-reference.md'
  - 'Technical Concepts': '19-technical-concepts.md'
  - 'Script Debugger': '20-script-debugger.md'
  - 'Development': '21-development.md'
  - 'SELinux': '22-selinux.md'
  - 'Migrating from Icinga 1.x': '23-migrating-from-icinga-1x.md'
  - 'Appendix': '24-appendix.md'
theme: readthedocs
markdown_extensions:
  - smarty
extra_javascript:
  - scroll.js