X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=mkdocs.yml;h=8fa7bcfec26d7d186b42520e6d4fdd4e47b391c5;hb=6848af50ffe6719e2d8f3580c8ee9606b0022df7;hp=4db1731de4041a5589f41f3b4919a6da83267a1f;hpb=63db5ac325a7c02abfcf048f2074f41431511012;p=icinga2 diff --git a/mkdocs.yml b/mkdocs.yml index 4db1731de..8fa7bcfec 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,21 +2,32 @@ site_name: Icinga 2 docs_dir: doc dev_addr: 0.0.0.0:8000 pages: -- [1-about.md, About Icinga 2] -- [2-getting-started.md, Getting Started] -- [3-monitoring-basics.md, Monitoring Basics] -- [4-monitoring-remote-systems.md, Monitoring Remote Systems] -- [5-cli-commands.md, CLI Commands] -- [6-addons-plugins.md, Addons and Plugins] -- [7-livestatus.md, Livestatus] -- [8-troubleshooting.md, Troubleshooting] -- [9-migrating-from-icinga-1x.md, Migrating from Icinga 1.x] -- [10-language-reference.md, Language Reference] -- [11-library-reference.md, Library Reference] -- [12-object-types.md, Object Types] -- [13-icinga-template-library.md, Icinga Template Library] -- [14-appendix.md, Appendix] + - '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' + - '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] -include_search: true +markdown_extensions: + - smarty +extra_javascript: + - scroll.js