This repository has been archived on 2026-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
RepApp/mkdocs.yml
2023-08-15 22:39:03 +02:00

23 lines
815 B
YAML

site_name: RepApp - Makespace Repair-Café Hilpoltstein
site_url: https://makes-hacks-hip.github.io/RepApp/
nav:
- RepApp:
- Beschreibung: 'index.md'
- Anforderungen: 'use_cases.md'
- Abläufe: 'workflows.md'
- Ansichten: 'views.md'
- Daten-Modell: 'models.md'
- 'Developer documentation':
- Overview: 'dev/index.md'
- Users: 'dev/users.md'
- Objects: 'dev/objects.md'
- Stories: 'dev/stories.md'
- 'Repair-Café & Makespace':
- Repair-Café: https://www.repaircafe-hilpoltstein.de
- Makespace: https://makes-hacks-hip.de
- Makerspace@Github: https://makes-hacks-hip.github.io
theme: readthedocs
repo_url: https://github.com/makes-hacks-hip/RepApp/
edit_uri: edit/main/docs/
markdown_extensions:
- tables