Merge pull request #5378 from mcktr/fix/update-mkdocs

Fixed warnings when using mkdocs
This commit is contained in:
Michael Friedrich 2017-06-29 09:18:09 +02:00 committed by GitHub
commit 8c8cf4bfe7
1 changed files with 27 additions and 26 deletions

View File

@ -2,30 +2,31 @@ site_name: Icinga 2
docs_dir: doc docs_dir: doc
dev_addr: 0.0.0.0:8000 dev_addr: 0.0.0.0:8000
pages: pages:
- [1-about.md, About Icinga 2] - 'About Icinga 2': '1-about.md'
- [2-getting-started.md, Getting Started] - 'Getting Started': '2-getting-started.md'
- [3-monitoring-basics.md, Monitoring Basics] - 'Monitoring Basics': '3-monitoring-basics.md'
- [4-configuring-icinga-2.md, Configuring Icinga 2] - 'Configuring Icinga 2': '4-configuring-icinga-2.md'
- [5-service-monitoring.md, Service Monitoring] - 'Service Monitoring': '5-service-monitoring.md'
- [6-distributed-monitoring.md, Distributed Monitoring] - 'Distributed Monitoring': '6-distributed-monitoring.md'
- [7-agent-based-monitoring.md, Agent Based Monitoring] - 'Agent Based Monitoring': '7-agent-based-monitoring.md'
- [8-advanced-topics.md, Advanced Topics] - 'Advanced Topics': '8-advanced-topics.md'
- [9-object-types.md, Object Types] - 'Object Types': '9-object-types.md'
- [10-icinga-template-library.md, Icinga Template Library] - 'Icinga Template Library': '10-icinga-template-library.md'
- [11-cli-commands.md, CLI Commands] - 'CLI Commands': '11-cli-commands.md'
- [12-icinga2-api.md, Icinga 2 API] - 'Icinga 2 API': '12-icinga2-api.md'
- [13-addons.md, Addons] - 'Addons': '13-addons.md'
- [14-features.md, Features] - 'Features': '14-features.md'
- [15-troubleshooting.md, Troubleshooting] - 'Troubleshooting': '15-troubleshooting.md'
- [16-upgrading-icinga-2.md, Upgrading Icinga 2] - 'Upgrading Icinga 2': '16-upgrading-icinga-2.md'
- [17-language-reference.md, Language Reference] - 'Language Reference': '17-language-reference.md'
- [18-library-reference.md, Library Reference] - 'Library Reference': '18-library-reference.md'
- [19-script-debugger.md, Script Debugger] - 'Script Debugger': '19-script-debugger.md'
- [20-development.md, Development] - 'Development': '20-development.md'
- [21-selinux.md, SELinux] - 'SELinux': '21-selinux.md'
- [22-migrating-from-icinga-1x.md, Migrating from Icinga 1.x] - 'Migrating from Icinga 1.x': '22-migrating-from-icinga-1x.md'
- [23-appendix.md, Appendix] - 'Appendix': '23-appendix.md'
theme: readthedocs theme: readthedocs
markdown_extensions: [smarty] markdown_extensions:
extra_javascript: [scroll.js] - smarty
include_search: true extra_javascript:
- scroll.js