2017-07-18 13:36:11 +02:00
|
|
|
---
|
2019-01-25 16:16:32 +01:00
|
|
|
theme:
|
|
|
|
name: 'material'
|
2020-11-03 13:59:00 +01:00
|
|
|
custom_dir: 'overrides'
|
2019-01-25 16:16:32 +01:00
|
|
|
font: false
|
2020-11-03 13:59:00 +01:00
|
|
|
icon:
|
|
|
|
repo: fontawesome/brands/github
|
|
|
|
logo: fontawesome/solid/book
|
|
|
|
features:
|
|
|
|
- navigation.instant
|
2022-01-28 14:27:30 +01:00
|
|
|
- navigation.indexes
|
2017-07-18 13:36:11 +02:00
|
|
|
site_dir: 'html'
|
|
|
|
extra:
|
|
|
|
social:
|
2020-11-03 13:59:00 +01:00
|
|
|
- icon: 'fontawesome/brands/twitter'
|
2017-07-18 13:36:11 +02:00
|
|
|
link: 'https://twitter.com/icinga'
|
2020-11-03 13:59:00 +01:00
|
|
|
name: 'Icinga on Twitter'
|
|
|
|
- icon: 'fontawesome/brands/facebook'
|
|
|
|
link: 'https://www.facebook.com/icinga'
|
|
|
|
name: 'Icinga on Facebook'
|
|
|
|
- icon: 'fontawesome/brands/youtube'
|
|
|
|
link: 'https://www.youtube.com/icinga'
|
|
|
|
name: 'Icinga on YouTube'
|
|
|
|
- icon: 'fontawesome/brands/linkedin'
|
|
|
|
link: 'https://www.linkedin.com/company/icinga'
|
|
|
|
name: 'Icinga on LinkedIn'
|
2022-02-23 15:06:45 +01:00
|
|
|
generator: false
|
2020-11-03 13:59:00 +01:00
|
|
|
plugins:
|
|
|
|
- search:
|
|
|
|
lang: en
|
2018-04-06 09:37:45 +02:00
|
|
|
extra_javascript: []
|
2020-11-03 13:59:00 +01:00
|
|
|
extra_css:
|
|
|
|
- css/theme.css
|
2017-07-18 13:36:11 +02:00
|
|
|
markdown_extensions:
|
|
|
|
- smarty
|
|
|
|
- admonition
|
2022-01-25 13:12:23 +01:00
|
|
|
- pymdownx.details
|
|
|
|
- pymdownx.superfences
|
2019-01-30 16:54:46 +01:00
|
|
|
- codehilite:
|
|
|
|
guess_lang: true
|
|
|
|
- toc:
|
|
|
|
permalink: true
|
2022-01-25 13:12:23 +01:00
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
2022-02-23 15:06:45 +01:00
|
|
|
copyright: '© 2022 Icinga GmbH <div class="icinga-legal"><button data-cc="c-settings" class="cc-link">Cookie Settings</button> <a href="https://icinga.com/privacy">Privacy</a> <a href="https://icinga.com/imprint">Imprint</a></div>'
|
2020-11-03 13:59:00 +01:00
|
|
|
repo_name: 'View on GitHub'
|
|
|
|
edit_uri: ''
|