2024-05-13 13:54:41 +02:00
|
|
|
site_name: FabAccess Documentation
|
|
|
|
# site_url: https://pages.gitlab.io/mkdocs
|
|
|
|
site_dir: public
|
|
|
|
|
2024-05-13 13:00:03 +02:00
|
|
|
theme:
|
2024-05-13 13:54:41 +02:00
|
|
|
name: material
|
|
|
|
palette:
|
|
|
|
primary: blue
|
|
|
|
|
2024-05-13 13:00:03 +02:00
|
|
|
plugins:
|
|
|
|
- search
|
|
|
|
- mkdocstrings:
|
|
|
|
handlers:
|
|
|
|
# See: https://mkdocstrings.github.io/python/usage/
|
|
|
|
python:
|
|
|
|
options:
|
|
|
|
docstring_style: sphinx
|
2024-05-13 13:54:41 +02:00
|
|
|
- i18n:
|
|
|
|
default_language: en
|
|
|
|
languages:
|
|
|
|
en: English
|
|
|
|
de: Deutsch
|
|
|
|
|
2024-05-13 13:00:03 +02:00
|
|
|
markdown_extensions:
|
|
|
|
- markdown_include.include:
|
|
|
|
base_path: .
|
|
|
|
- admonition
|