21 lines
381 B
YAML
21 lines
381 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
|
|
- footnotes
|
|
- toc:
|
|
permalink: true
|
|
|