docs/mkdocs.yml

39 lines
708 B
YAML
Raw Normal View History

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:
2024-05-13 18:09:00 +02:00
primary: blue grey
accent: teal
2024-05-13 13:54:41 +02:00
2024-05-14 16:22:01 +02:00
# nav:
# - 'index.md'
# - 'getstarted.md'
# - concepts/*.md
# - example/*.md
# - hardware/*.md
# - bestpractice/*.md
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 15:48:50 +02:00
- mermaid2
2024-05-13 13:54:41 +02:00
2024-05-13 13:00:03 +02:00
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
2024-05-14 12:54:59 +02:00
- attr_list
- md_in_html