]> granicus.if.org Git - icinga2/blobdiff - mkdocs.yml
Merge pull request #7486 from Icinga/bugfix/http-header-error-handling
[icinga2] / mkdocs.yml
index bd920bc1e79decec6a58988b4d54a60d7ba8b6d4..8fa7bcfec26d7d186b42520e6d4fdd4e47b391c5 100644 (file)
@@ -2,15 +2,15 @@ site_name: Icinga 2
 docs_dir: doc
 dev_addr: 0.0.0.0:8000
 pages:
-  - 'About Icinga 2': '1-about.md'
-  - 'Getting Started': '2-getting-started.md'
-  - 'Monitoring Basics': '3-monitoring-basics.md'
-  - 'Configuring Icinga 2': '4-configuring-icinga-2.md'
-  - 'Service Monitoring': '5-service-monitoring.md'
-  - 'Distributed Monitoring': '6-distributed-monitoring.md'
-  - 'Agent Based Monitoring': '7-agent-based-monitoring.md'
-  - 'Advanced Topics': '8-advanced-topics.md'
-  - 'Object Types': '9-object-types.md'
+  - 'About Icinga 2': '01-about.md'
+  - 'Getting Started': '02-getting-started.md'
+  - 'Monitoring Basics': '03-monitoring-basics.md'
+  - 'Configuring Icinga 2': '04-configuring-icinga-2.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'
@@ -20,11 +20,12 @@ pages:
   - 'Upgrading Icinga 2': '16-upgrading-icinga-2.md'
   - 'Language Reference': '17-language-reference.md'
   - 'Library Reference': '18-library-reference.md'
-  - 'Script Debugger': '19-script-debugger.md'
-  - 'Development': '20-development.md'
-  - 'SELinux': '21-selinux.md'
-  - 'Migrating from Icinga 1.x': '22-migrating-from-icinga-1x.md'
-  - 'Appendix': '23-appendix.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