-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
98 lines (91 loc) · 2.47 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Project information
site_name: Schuldatentransferformat
site_description: 'Dokumentation zum Schuldatentransferformat'
site_author: 'STÜBER SYSTEMS GmbH'
site_url: 'https://doc.sdtf.stueber.de'
# Copyright
copyright:
'© 2024 STÜBER SYSTEMS GmbH : <a href="https://legal.stueber.de/imprint.php">Impressum</a> : <a href="https://legal.stueber.de/privacy.php">Datenschutz</a>'
# Repository
repo_name: 'Auf GitHub'
repo_url: 'https://github.com/stuebersystems/doc.sdtf.de'
# Theming
theme:
name: material
language: de
static_templates:
- 404.html
include_search_page: false
search_index_only: true
language: de
features:
- navigation.footer
- navigation.instant
- navigation.top
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
primary: 'indigo'
accent: 'amber'
font: false
favicon: assets/logos/favicon.ico
logo: 'assets/logos/logo.svg'
# Customization
extra_css:
- assets/css/custom.css
# Plugins
plugins:
- search
- img2fig
- minify:
minify_html: true
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.abbr
- markdown.extensions.attr_list
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Navigation
nav:
- Überblick: index.md
- Zeilenaufbau: zeilenaufbau.md
- Unterrichtsart und Fachstatus: unterrichtsart-und-fachstatus.md
- DAVINCI-Zeilentypen: davinci-zeilentypen.md
- MAGELLAN-Zeilentypen: magellan-zeilentypen.md
- DAVINCI-Anonymisierung: davinci-anonymisierung.md