-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
36 lines (36 loc) · 830 Bytes
/
mkdocs.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
site_name: MkDocs MPG Theme
strict: true
plugins:
- search
- mpgtheme
- i18n:
docs_structure: suffix
languages:
- locale: en
name: English
build: true
default: true
- locale: de
name: Deutsch
build: true
theme:
name: material
# logo: _assets/header-logo.svg
# footer_logo: _assets/footer-logo.svg
custom_dir: overrides
font: false
features:
- search.suggest
- search.highlight
- navigation.footer
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.indexes
extra:
support_email: mail@thms.de
support_phone: +49 123 456 789
privacy_policy_url: https://example.org/privacy-policy/
imprint_url: https://example.org/imprint/
copyright_string: ACME Inc.