forked from davidkopp/ersti-akademie-help
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
29 lines (29 loc) · 920 Bytes
/
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
site_name: Erstsemesterakademie BaWü zukunftsfähig - Digitale Umsetzung
site_url: https://help.ersti-akademie-bw.de
repo_url: https://github.com/davidkopp/ersti-akademie-help
nav:
- Start: index.md
- BigBlueButton:
Allgemeines: bbb.md
Verbindungsaufbau zur Konferenz: bbb-verbindung.md
Benutzungsoberfläche: bbb-benutzung.md
- Matrix:
Allgemeines: matrix.md
Registrierung & Anmeldung: matrix-registrierung.md
Wichtige Einstellungen: matrix-einstellungen.md
Unsere Community und Räume: matrix-community.md
Matrix-Clients (Android, iOS, Windows, etc.): matrix-clients.md
theme:
name: material
language: de
palette:
primary: green
accent: green
features:
- navigation.tabs
- toc.autohide
markdown_extensions:
- admonition
- pymdownx.critic
- pymdownx.betterem:
smart_enable: all