This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
60 lines (56 loc) · 1.46 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
site_name: vengi - voxel engine and its tools
site_author: Martin Gerhardy
site_description: Voxel editor for linux windows and macosx
docs_dir: docs
site_dir: build/docs
repo_url: https://github.com/mgerhardy/vengi
repo_name: GitHub
theme:
custom_dir: docs/theme
name: material
highlightjs: true
hljs_languages: [cpp]
markdown_extensions:
- toc:
toc_depth: 2
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/MartinGerhardy
nav:
- README.md
- CHANGELOG.md
- Basics:
- Dependencies.md
- Compilation.md
- Configuration.md
- Formats.md
- LUAScript.md
- Palette.md
- VoxConvert:
- voxconvert/Index.md
- voxconvert/Usage.md
- voxconvert/Configuration.md
- voxconvert/Examples.md
- voxconvert/Screenshots.md
- VoxEdit:
- voxedit/Index.md
- voxedit/Features.md
- voxedit/Controls.md
- voxedit/Configuration.md
- voxedit/Screenshots.md
- Thumbnailer:
- thumbnailer/Index.md
- thumbnailer/Examples.md
- Development:
- Basic: Basics.md
- 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
- AI development: AIRemoteDebugger.md
- OpenWorld: openworld/Index.md
- MapView: mapview/Index.md