-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
48 lines (48 loc) · 1.4 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
site_name: Shiftings Documentation
site_dir: src/shiftings/static/docs
site_url: https://shiftings.hadiko.de/
repo_name: HaDiNet/shiftings
repo_url: https://github.com/HaDiNet/shiftings
theme:
name: material
logo: assets/hdk_logo_white.png
custom_dir: docs/_theme/
icon:
repo: fontawesome/brands/git-alt
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: light green
toggle:
icon: material/lightbulb-outline
name: Switch to Dark Mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: light green
toggle:
icon: material/lightbulb
name: Switch to Light Mode
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/HaDiNet/shiftings
- icon: fontawesome/brands/git
link: https://gerrit.hadiko.de/
- icon: fontawesome/solid/globe
link: https://www.hadiko.de/
nav:
- Shifts: 'shifts.md'
- Organizations:
- Overview: 'organizations/index.md'
- Member Management: 'organizations/members.md'
- Recurring Shifts: 'organizations/recurring.md'
- Shift Templates: 'organizations/shift_templates.md'
- Shift Types: 'organizations/shift_types.md'
- Shift Summary: 'organizations/shift_summary.md'
- Events:
- Coming Soon: 'events/index.md'
- Development: 'development.md'