51 lines
826 B
YAML
51 lines
826 B
YAML
site_name: RegattaTech.DE Dokumentation
|
|
site_url: https://doku.regattatech.de
|
|
|
|
|
|
theme:
|
|
language: de
|
|
name: material
|
|
font: false
|
|
features:
|
|
- navigation.sections
|
|
- navigation.indexes
|
|
- toc.integrate
|
|
- navigation.footer
|
|
logo: assets/images/regattatech-logo.png
|
|
|
|
extra_css:
|
|
- assets/css/img.css
|
|
|
|
plugins:
|
|
- search
|
|
- awesome-pages
|
|
|
|
markdown_extensions:
|
|
- abbr
|
|
- pymdownx.snippets
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- attr_list
|
|
- md_in_html
|
|
- pymdownx.tabbed
|
|
- footnotes
|
|
|
|
|
|
|
|
repo_name: rg/doku
|
|
repo_url: https://git.tservic.es/rg/doku
|
|
|
|
|
|
|
|
extra:
|
|
generator: true
|
|
social:
|
|
- icon: fontawesome/brands/git
|
|
link: https://git.tservic.es/rg
|
|
name: callme
|
|
- icon: fontawesome/solid/paper-plane
|
|
link: mailto:hi@regattatech.de
|
|
name: mailme
|
|
|