substation/mkdocs.yml

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