Files
zkldi_Tachi/docs/mkdocs.yml
T
2021-06-10 02:09:22 +01:00

16 lines
255 B
YAML

site_name: Project Name
site_description: Project Description
site_author: Author
theme:
name: material
palette:
scheme: slate
nav:
- Introduction: "index.md"
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences