vengi/mkdocs.yml

24 lines
365 B
YAML
Raw Normal View History

2020-06-28 01:26:29 -07:00
site_name: vengi - voxel engine and its tools
docs_dir: docs
site_dir: build/docs
theme:
name: readthedocs
highlightjs: true
hljs_languages: [cpp]
markdown_extensions:
- toc:
toc_depth: 2
nav:
- README.md
- Basics:
- Dependencies.md
- Compilation.md
- Setup.md
- Configuration.md
- Game Design:
- GameDesign.md