icinga-docs-tools/mkdocs.template.yml

46 lines
1.1 KiB
YAML
Raw Normal View History

2017-07-18 13:36:11 +02:00
---
theme: material
theme_dir: theme
2017-07-18 13:36:11 +02:00
docs_dir: projects
site_dir: 'html'
extra:
font:
text: 'Open Sans:300,400,400i,600,700'
2017-07-18 13:36:11 +02:00
menu:
- text: 'Products'
link: 'https://www.icinga.com/products/'
- text: 'Partners'
link: 'https://www.icinga.com/partners/'
- text: 'Training'
link: 'https://www.icinga.com/training/'
- text: 'Events'
link: 'https://www.icinga.com/events/'
- text: 'Docs'
link: 'https://www.icinga.com/docs/'
- text: 'Support'
link: 'https://www.icinga.com/support/'
- text: 'Blog'
link: 'https://www.icinga.com/blog/'
- text: 'Download'
2017-08-16 15:42:49 +02:00
link: 'https://www.icinga.com/download/'
2017-07-18 13:36:11 +02:00
cssid: 'download-button'
social:
- type: 'facebook'
link: 'https://www.facebook.com/icinga'
- type: 'twitter'
link: 'https://twitter.com/icinga'
- type: 'feed'
link: 'https://www.icinga.com/feed/'
extra_css:
- css/theme.css
extra_javascript: []
2017-07-18 13:36:11 +02:00
markdown_extensions:
- smarty
- admonition
- codehilite(guess_lang=true)
- toc(permalink=true)
2018-01-10 13:47:46 +01:00
copyright: '2018 - Icinga Open Source Monitoring'
2017-07-18 13:36:11 +02:00
google_analytics:
- 'UA-280659-15'
- 'auto'