Files
lasertag/doc/mkdocs.yml
2025-12-30 14:05:31 +01:00

30 lines
692 B
YAML

site_name: Eriks Laser Tag
nav:
- Übersicht: index.md
- Konzept:
- Hardware: konzept_hardware.md
- Software: konzept_software.md
theme:
name: material
language: de
features:
- navigation.sections
- navigation.expand
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.arithmatex: # Für die Mathe-Formeln
generic: true
extra_javascript:
- https://unpkg.com/mermaid/dist/mermaid.min.js
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css