fabaccess-docs/mkdocs.yml
2024-05-14 16:22:01 +02:00

39 lines
708 B
YAML

site_name: FabAccess Documentation
# site_url: https://pages.gitlab.io/mkdocs
site_dir: public
theme:
name: material
palette:
primary: blue grey
accent: teal
# nav:
# - 'index.md'
# - 'getstarted.md'
# - concepts/*.md
# - example/*.md
# - hardware/*.md
# - bestpractice/*.md
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx
- i18n:
default_language: en
languages:
en: English
de: Deutsch
- mermaid2
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
- attr_list
- md_in_html