docs: configuration options

This commit is contained in:
Thomas Hobson 2021-07-17 15:35:43 +12:00
parent acb590bf39
commit 968390d5b6
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
2 changed files with 155 additions and 0 deletions

View file

@ -1,7 +1,15 @@
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