-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
105 lines (98 loc) · 2.73 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
# Project information
site_name: OnTime.JS JSON Format
site_description: 'Specification of the OnTime.JS JSON Format'
site_author: 'STÜBER SYSTEMS GmbH'
site_url: 'https://doc.ontimejs-json.stueber.co.uk'
# Copyright
copyright:
'© 2021 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: 'On GitHub'
repo_url: 'https://github.com/stuebersystems/doc.ontimejs-json'
# Theming
theme:
name: material
language: de
features:
- navigation.footer
- navigation.instant
- navigation.tabs
- 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'
include_search_page: false
search_index_only: true
static_templates:
- 404.html
# Customization
extra_css:
- assets/css/custom.css
# Plugins
plugins:
- search
- 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.tasklist:
custom_checkbox: true
- 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.mark
- pymdownx.smartsymbols
# Navigation
nav:
- Introduction: index.md
- Objects:
- onplan: objects/onplan.md
- result: objects/result.md
- about: objects/about.md
- note: objects/note.md
- user: objects/user.md
- users: objects/users.md
- Schedule objects:
- classAbsence: objects/classAbsence.md
- roomAbsence: objects/roomAbsence.md
- teacherAbsence: objects/teacherAbsence.md
- displaySchedule: objects/displaySchedule.md
- Catalogue objects:
- area: objects/area.md
- building: objects/building.md
- candidate: objects/candidate.md
- catalogEntry: objects/catalogEntry.md
- class: objects/class.md
- course: objects/course.md
- resource: objects/resource.md
- room: objects/room.md
- student: objects/student.md
- subject: objects/subject.md
- teacher: objects/teacher.md
- team: objects/team.md
- timeframe: objects/timeframe.md