-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
77 lines (67 loc) · 2.23 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
site_name: 'helpwave support'
site_description: "helpwave support guide"
site_url: 'https://support.helpwave.de'
repo_name: 'helpwave/support'
repo_url: 'https://github.com/helpwave/support'
site_author: 'https://github.com/helpwave'
edit_uri: 'https://github.dev/helpwave/support/blob/main/docs'
theme:
name: 'material'
logo: 'https://cdn.helpwave.de/logo/logo_white.svg'
favicon: 'https://cdn.helpwave.de/logo/logo_white.svg'
language: 'de'
direction: ltr
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: 'deep-purple'
accent: 'purple'
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: 'deep-purple'
accent: 'purple'
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: 'Inter'
code: 'Roboto Mono'
icon:
repo: fontawesome/brands/github
features:
- content.action.edit
- search.suggest
- search.highlight
markdown_extensions:
- codehilite
- admonition
plugins:
- git-revision-date-localized
- search:
lang: 'de'
- include-markdown
- git-authors
extra_javascript:
- js/home.js
extra_css:
- styles/extra.css
copyright: 'Copright © <a href="https://helpwave.de" target="_blank">helpwave GmbH</a> • <a href="https://cdn.helpwave.de/imprint.html" target="_blank">Impressum</a> • <a href="https://cdn.helpwave.de/privacy.html" target="_blank">Datenschutz</a>'
extra:
social:
- icon: fontawesome/brands/github
link: 'https://github.com/helpwave'
- icon: fontawesome/brands/linkedin
link: 'https://linkedin.com/company/helpwave/'
- icon: fontawesome/brands/instagram
link: 'https://instagram.com/helpwave_de/'
- icon: fontawesome/brands/youtube
link: 'https://www.youtube.com/@helpwave'
- icon: fontawesome/brands/twitch
link: 'https://www.twitch.tv/helpwave'
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/helpwave_org'
- icon: fontawesome/brands/spotify
link: 'https://open.spotify.com/show/6hL5UMytp81gmURnfn3dS9'