piston/mkdocs.yml
2021-07-17 15:35:43 +12:00

15 lines
222 B
YAML

site_name: Piston
nav:
- Home: index.md
- Configuration: configuration.md
- API: api-v2.md
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
- json
markdown_extensions:
- admonition