-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
171 lines (171 loc) · 5.26 KB
/
mkdocs.yml
File metadata and controls
171 lines (171 loc) · 5.26 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
site_name: pretix Documentation
repo_url: https://github.com/pretix/pretix-docs
site_url: https://docs.pretix.eu
site_author: pretix
site_description: "Documentation on pretix, the all-in-one ticketing system."
copyright: |
© pretix GmbH ·
<a href="https://pretix.eu/about/en/imprint" target="_blank">Legal notice</a> ·
<a href="https://pretix.eu/about/en/privacy" target="_blank">Privacy policy</a> ·
Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA 4.0</a>
validation:
omitted_files: info
absolute_links: warn
unrecognized_links: warn
extra_css:
- stylesheets/extra.css
theme:
name: material
custom_dir: overrides
logo: assets/logo-light-angled-mini-icon.svg
favicon: assets/favicon.ico
features:
- navigation.tabs
- navigation.prune
- navigation.path
- navigation.indexes
- navigation.footer
- toc.follow
- search.highlight
- content.tooltips
- content.code.copy
font:
text: Open Sans
palette:
- media: "(prefers-color-scheme)"
primary: custom
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
toggle:
icon: material/brightness-4
name: Switch to system preference
markdown_extensions:
- toc:
permalink: "#"
- sane_lists
- tables
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- def_list
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
plugins:
- search
- privacy
- awesome-nav
- glightbox
- macros:
include_dir: include
- i18n:
docs_structure: suffix
fallback_to_default: true
languages:
- locale: de
name: Deutsch
build: true
site_name: "pretix Dokumentation"
site_description: "Dokumentation von pretix: Ticketing von Anfang bis Ende gedacht."
copyright: |
© pretix GmbH ·
<a href="https://pretix.eu/about/de/imprint" target="_blank">Impressum</a> ·
<a href="https://pretix.eu/about/de/privacy" target="_blank">Datenschutz</a> ·
Lizensiert unter <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.de" target="_blank">CC BY-SA 4.0</a>
nav_translations:
Organizers: Veranstalter
Events: Veranstaltungen
Pretixpos: pretixPOS
Pretixkiosk: pretixKIOSK
Payment: Zahlung
Developer and API Docs: Entwickler- und API-Dokumentation
Trust: Trust und Compliance
Self hosting: Self-Hosting
Fiscal: Steuerrecht
Licensing: Lizensierung
Lifecycle: Lebenszyklus
Privacy: Datenschutz
Security: Sicherheit
admonition_translations:
note: Hinweis
Note: Hinweis
abstract: Zusammenfassung
Abstract: Zusammenfassung
info: Information
Info: Information
tip: Tipp
Tip: Tipp
success: Erfolg
Success: Erfolg
question: Frage
Question: Frage
warning: Warnung
Warning: Warnung
failure: Fehler
Failure: Fehler
danger: Gefahr
Danger: Gefahr
bug: Fehler
Bug: Fehler
example: Beispiel
Example: Beispiel
quote: Zitat
Quote: Zitat
# English must be listed as the LAST language, otherwise the social preview card images
# get overridden with the other languages.
- locale: en
default: true
name: English
build: true
nav_translations:
User guide: User Guide
Developer and API Docs: Developer and API docs
Trust: Trust and Compliance
Self hosting: Self-hosting
Pretixpos: pretixPOS
Pretixkiosk: pretixKIOSK
Fiscal: Fiscal requirements
- social:
cards_layout_options:
background_color: "#3B1C4A"
font_family: "Titillium Web"
logo: docs/assets/logo-light-angled-icon.svg
- git-revision-date-localized
extra:
generator: false
social:
- icon: fontawesome/brands/mastodon
link: https://pretix.social/@pretix
- icon: fontawesome/brands/github
link: https://github.com/pretix
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/pretix/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCG1Og1YUpgIJD4geAZLAp5g
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/pretix.eu/
hooks:
- overrides/hooks/shortcodes.py
- overrides/hooks/custommarkup.py