reanimate/mkdocs.yml
2020-10-05 15:35:19 +08:00

39 lines
No EOL
1.4 KiB
YAML

site_name: Reanimate
repo_url: https://github.com/reanimate/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
- https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.56.0/codemirror.min.js
- https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.56.0/mode/haskell/haskell.min.js
- https://reanimate.github.io/reanimate/playground/elm.js
- https://reanimate.github.io/reanimate/playground/playground.js
- https://reanimate.github.io/reanimate/playground/embed.js
extra_css:
- fix.css
- https://reanimate.github.io/reanimate/playground/embed.css
- https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.56.0/codemirror.min.css
nav:
# - Reanimate: index.md
# - Morphology (incomplete): morphology.md
# - How to:
# - Use fonts (incomplete): fonts.md
- Tutorials:
- Animating an Equation: tut_equation.md
- How To:
- Use the LaTeX Font Catalogue: font_catalogue.md
- Use TTF/OTF fonts: font_system.md
- Concepts:
- Core concepts: introduction.md
- Gluing together animations: glue_tut.md
- Voice control: voice.md
- Showcase:
- Color Theory: showcase_colortheory.md
- Discord bot: discord_bot.md
- Change log: changelog.md