vengi/mkdocs.yml

48 lines
1.1 KiB
YAML
Raw Normal View History

2020-06-28 01:26:29 -07:00
site_name: vengi - voxel engine and its tools
2020-09-17 10:05:05 -07:00
site_author: Martin Gerhardy
site_description: Voxel editor for linux windows and macosx
2020-06-28 01:26:29 -07:00
docs_dir: docs
site_dir: build/docs
2020-09-17 10:05:05 -07:00
repo_url: https://github.com/mgerhardy/engine
repo_name: GitHub
2020-06-28 01:26:29 -07:00
theme:
2020-09-17 10:05:05 -07:00
custom_dir: docs/theme
2020-06-28 01:26:29 -07:00
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
2021-12-15 13:31:35 -08:00
- LUAScript.md
- VoxEdit:
- voxedit/Index.md
2021-11-24 10:30:55 -08:00
- Games:
- OpenWorld: openworld/Index.md
2020-06-29 13:10:30 -07:00
- Tools:
- VoxConvert: voxconvert/Index.md
- Thumbnailer: thumbnailer/Index.md
- MapView: mapview/Index.md
2020-09-17 09:16:59 -07:00
- Development:
- Visual Tests: VisualTests.md
- Shader integration: ShaderTool.md
- Compute Shader integration: ComputeShaderTool.md
- Persistence: Persistence.md
- Animations: Animations.md
- Attributes: Attributes.md
- Network: Network.md
2020-09-17 09:16:59 -07:00
- AI development: AIRemoteDebugger.md
- Test applications:
- TestAnimation: TestAnimation.md
- VisualTests.md