forked from tudagrade/wiki
-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
120 lines (113 loc) · 4.02 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Haudy
repo_name: tudalgo/haudy
repo_url: https://github.com/tudalgo/haudy
theme:
name: material
favicon: assets/favicon.png
logo: assets/favicon.png
language: de
palette:
# Automatic palette toggle
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: cyan
toggle:
icon: material/lightbulb
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: indigo
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- content.action.edit
- navigation.expand
# - navigation.instant
# - navigation.indexes
# - navigation.instant.progress
- navigation.path
- navigation.tracking
- navigation.top
- navigation.sections
- content.code.copy
- content.code.select
custom_dir: docs/overrides
nav:
- Vorbereitung:
- "Terminal Verwendung": "preparation/terminal.md"
- Paket Manager: preparation/packagemanager.md
- Installieren von Java: preparation/installation-java.md
- Installieren von IntelliJ: preparation/installation-intellij.md
- Installieren von DrRacket: preparation/installation-racket.md
- Installieren von Git: preparation/installation-git.md
- Installationen für das Recap: preparation/installation-recap.md
- Hinzufügen der Matrikelnummer: preparation/matriculation-number.md
- Hausübungen:
- Herunterladen und importieren: exercises/download-import.md
- Bearbeiten von Hausübungen: exercises/edit.md
- Beheben von häufigen Fehlern: exercises/fix-errors.md
- Exportieren und Hochladen: exercises/export-upload.md
- Nicht Unterstützte IDEs: exercises/download-import-unsupported.md
- Dokumentation von Java-Quellcode: exercises/documentation.md
- Beanstandungen: exercises/complaints.md
- Sprechstunden:
- Bevor Sie eine Sprechstunde besuchen ...: support/good-bad-questions.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- attr_list
- md_in_html
plugins:
- search
- glightbox:
background: white
- i18n:
docs_structure: suffix
languages:
- locale: de
default: true
name: Deutsch
build: true
- locale: en
name: English
build: true
nav:
- Preparation:
- "Terminal Usage": "preparation/terminal.md"
- Package Manager: preparation/packagemanager.md
- Installing Java: preparation/installation-java.md
- Installing IntelliJ: preparation/installation-intellij.md
- Installing DrRacket: preparation/installation-racket.md
- Installing Git: preparation/installation-git.md
- Installationen requirements for the Recap: preparation/installation-recap.md
- Adding the Matrikelnummer: preparation/matriculation-number.md
- Assignments:
- Download and import: exercises/download-import.md
- Editing: exercises/edit.md
- Fixing common errors: exercises/fix-errors.md
- Export and Upload: exercises/export-upload.md
- Unsupported IDEs: exercises/download-import-unsupported.md
- Documentation of Java-Sourcecode: exercises/documentation.md
- Complaints: exercises/complaints.md
- Consultation hours:
- Before attending a consultation ...: support/good-bad-questions.md
extra_css:
- stylesheets/smooth-scroll.css
- stylesheets/dynamic-lightbox-theme.css