From 56ae875861ab260b80a030f50c4aff9f9dc8fff0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:32:39 +0200 Subject: Adding upstream version 2.14.2. Signed-off-by: Daniel Baumann --- mkdocs.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 mkdocs.yml (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..aaee8d5 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,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 -- cgit v1.2.3