-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
78 lines (71 loc) · 1.8 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
78
site_name: tine groupware docs
site_url: https://www.tine-groupware.de
repo_url: https://github.com/tine-groupware/tine
theme:
name: material
logo: images/logo.svg
favicon: images/favicon.png
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
#nav:
# - 'User Guide': 'user-guide.md'
# - 'tine Admins': 'user-guide.md'
# - 'sys Admins': '/docker/*'
# - 'Developers': '/bugs/'
markdown_extensions:
- pymdownx.highlight:
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true
- name: pycon3
lang: pycon
options:
python3: true
linenums_style: pymdownx-inline
- pymdownx.inlinehilite:
custom_inline:
- name: math
class: arithmatex
format: "!!python/object/apply:pymdownx.arithmatex.arithmatex_inline_format {kwds: {mode: generic}}"
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/tine-groupware/tine
name: tine groupware on Github
- icon: fontawesome/solid/globe
link: https://transifex.com/tine
name: translations on transifex
plugins:
- search
- awesome-pages
- i18n:
default_language: en
docs_structure: suffix
languages:
default:
name: Default (en)
build: true
en:
name: English
build: true
de:
name: Deutsch
build: true