reanimate/mkdocs.yml
David Himmelstrup 7e1c7ea511 Voice control (#75)
Add voice control via Reanimate.Voice.
Include rtfd article.

Former-commit-id: f80bb58031f6dfbb83bc8f188c17013afcb2dfd9
2020-05-22 23:30:44 +08:00

21 lines
567 B
YAML

site_name: Reanimate
repo_url: https://github.com/Lemmih/reanimate
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- haskell
markdown_extensions:
- markdown_include.include
- pymdownx.arithmatex
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML
extra_css:
- fix.css
nav:
- Reanimate: index.md
- Core concepts: introduction.md
- Gluing together animations: glue_tut.md
- Morphology (incomplete): morphology.md
- Voice control: voice.md
- Gallery (outdated): gallery.md