substation/mkdocs.yml
terris 9a1805cd0a
All checks were successful
continuous-integration/drone/push Build is passing
Turn and face the strange / Ch-ch-changes\!1one
2019-12-15 17:31:31 -05:00

19 lines
454 B
YAML

site_name: terris research substation
site_url: https://terris.tilde.team/substation/
site_dir: substation
nav:
- home: 'index.md'
- methods:
- 'Methods Overview': 'methods.md'
- 'Substation Drone Config': 'substation-drone.md'
- sandbox: 'sandbox.md'
- about: 'about.md'
theme:
name: mkdocs
custom_dir: custom_theme/
markdown_extensions:
- smarty
- toc:
permalink: True
- sane_lists