-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.template.yml
53 lines (53 loc) · 1.42 KB
/
mkdocs.template.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
theme:
name: 'material'
custom_dir: 'overrides'
font: false
icon:
repo: fontawesome/brands/github
logo: fontawesome/solid/book
features:
- navigation.instant
- navigation.indexes
- content.tabs.link
site_dir: 'html'
extra:
social:
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/icinga'
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'
generator: false
plugins:
- search:
lang: en
- exclude-search:
exclude:
- library/*
- vendor/*
- include-markdown
extra_javascript: []
extra_css:
- css/theme.css
markdown_extensions:
- smarty
- admonition
- pymdownx.details
- pymdownx.superfences
- codehilite:
guess_lang: true
- toc:
permalink: true
- pymdownx.tabbed:
alternate_style: true
copyright: '© 2024 Icinga GmbH <div class="icinga-legal"><button data-cc="c-settings" class="cc-link">Cookie Settings</button> <a href="https://icinga.com/company/privacy-policy">Privacy</a> <a href="https://icinga.com/company/imprint">Imprint</a></div>'
repo_name: 'View on GitHub'
edit_uri: ''