icinga-docs-tools/mkdocs.template.yml

50 lines
1.1 KiB
YAML

---
theme:
name: 'material'
custom_dir: 'theme'
palette:
primary: 'white'
accent: 'blue'
font: false
docs_dir: projects
site_dir: 'html'
extra:
extra:
search:
language: 'en'
menu:
- text: 'Products'
link: 'https://icinga.com/products/'
- text: 'Support'
link: 'https://icinga.com/support/'
- text: 'Events'
link: 'https://icinga.com/events/'
- text: 'Learn'
link: 'https://icinga.com/learn/'
cssid: 'icinga-menu-main-active'
- text: 'Community'
link: 'https://icinga.com/community/'
- text: 'Blog'
link: 'https://icinga.com/blog/'
social:
- type: 'facebook'
link: 'https://www.facebook.com/icinga'
- type: 'twitter'
link: 'https://twitter.com/icinga'
- type: 'feed'
link: 'https://icinga.com/feed/'
extra_css:
- './css/theme.css'
extra_javascript: []
markdown_extensions:
- smarty
- admonition
- codehilite:
guess_lang: true
- toc:
permalink: true
copyright: '© 2009 - 2019 Icinga GmbH'
google_analytics:
- 'UA-280659-15'
- 'auto'