File: mkdocs.yml

package info (click to toggle)
icinga2 2.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,040 kB
  • sloc: cpp: 97,870; sql: 3,261; cs: 1,636; yacc: 1,584; sh: 1,009; ansic: 890; lex: 420; python: 80; makefile: 62; javascript: 12
file content (33 lines) | stat: -rw-r--r-- 1,260 bytes parent folder | download | duplicates (4)
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