-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
122 lines (115 loc) · 3.26 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Project information
site_name: Magellan Schulungsunterlagen
site_description: 'Magellan Schulungsunterlagen'
site_author: 'STÜBER SYSTEMS GmbH'
site_url: 'https://doc.magellan-schulungen.stueber.de'
# Copyright
copyright:
'© 2023 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.magellan-schulungen.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: 'blue'
accent: 'deep orange'
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
- M01 Schulverwaltung:
- Einstieg: m01/02.einstieg.md
- Laufbahnprozesse: m01/03.laufbahnprozesse.md
- Registerkarten: m01/04.registerkarten.md
- Druck, Dokumente: m01/05.druck.md
- M02 Zeugniskarte:
- Landesanpassungen: m02/02.landesanpassungen.md
- Registerkarte Zeugnis: m02/03.register.zeugnis.md
- Drucken: m02/04.druck.md
- M03 Administration:
- Installation: m03/02.installation.md
- Lizenz: m03/03.lizenz.md
- Deinstallation: m03/04.deinstallation.md
- Update: m03/05.update.md
- Neue Datenbank: m03/06.neue.db.md
- Import: m03/07.import.md
- Benutzerverwaltung: m03/08.benutzer.md
- Sichern: m03/09.sichern.md
- MyMagellan Center: m03/10.mymag.md
- M04 Fachwahl und Abitur:
- Vorbereitung: m04/01.vorbereitungen.md
- Fachwahl: m04/02.fachwahl.md
- Abitur: m04/03.abitur.md
- M05 Bibliothek:
- Einstieg: m05/01.einstieg.md
- Medien und Exemplare: m05/02.medien_exemplare.md
- Ausleiher: m05/03.ausleiher.md
- Vorgänge: m05/04.vorgaenge.md
- M06 MyMagellan: m06/einstieg.md