-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
47 lines (47 loc) · 1.23 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
site_name: bin-dabei.ch – Hilfe und Handbuch
site_url: https://hilfe.bin-dabei.ch
repo_name: 'bin-dabei-dokumentation'
site_author: 'Gerold Ritter'
theme:
name: material
language: de
logo: /img/bin-dabei-logo.png
favicon: /img/favicon.ico
font:
text: Source Sans Pro
code: Open Mono
features:
- search.suggest
- search.highlight
- search.share
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- codehilite
- pymdownx.inlinehilite
- footnotes
- attr_list
- md_in_html
- toc:
permalink: true
nav:
- Home: index.md
- Was gibt es Neues?: changelog.md
- Für Benutzer:innen:
- Übersicht: user/index.md
- Einschreiben für Anlässe: user/einschreiben.md
- Probenplan als PDF: user/probenplan.md
- Probenplan als Kalender-Abo: user/kalenderabo.md
- Email an alle: user/email.md
- Anlassinformationen: user/anlassinformationen.md
- Noten: user/noten.md
- Für Admins:
- Übersicht: admin/index.md
- Anlassinformationen: admin/anlassinformationen.md
- Benutzer:innen: admin/benutzer.md
- Anlässe: admin/anlaesse.md
- Verein: admin/verein.md
- Import: admin/import.md
- Export: admin/export.md
- Notenverwaltung: noten/index.md