moonraker/mkdocs.yml

28 lines
737 B
YAML

site_name: Moonraker
site_url: https://moonraker.readthedocs.io
repo_url: https://github.com/Arksine/moonraker
nav:
- 'User Documentation':
- Installation: installation.md
- Configuration : configuration.md
- 'Developer Documentation':
- Remote API: web_api.md
- Printer Objects: printer_objects.md
- Components: components.md
- 'Miscellaneous':
- Contributing: contributing.md
- Changelog: changelog.md
theme:
name: readthedocs
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: false
- pymdownx.inlinehilite
- tables
- compact_tables:
auto_insert_break: true