vengi/mkdocs.yml

34 lines
641 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
- Configuration.md
- Formats.md
- CHANGELOG.md
- VoxEdit:
- voxedit/Index.md
- voxedit/LUAScript.md
- Client/Server:
- server/Index.md
- server/Setup.md
2020-06-29 13:10:30 -07:00
- Tools:
- VoxConvert: voxconvert/Index.md
- Thumbnailer: thumbnailer/Index.md
- MapView: mapview/Index.md
- Game Design: GameDesign.md