docs/mkdocs.yml

17 lines
340 B
YAML

site_name: Garage Num Doc
site_url: https://garagenum.gitlab.io/doc
site_dir: public
theme:
name: material
features:
- tabs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: true
linenums_style: pymdownx.inline
- pymdownx.inlinehilite
- pymdownx.keys