-
-
Notifications
You must be signed in to change notification settings - Fork 91
/
mkdocs.yml
59 lines (55 loc) · 1.38 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
site_name: vengi - voxel 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/vengi-voxel/vengi
repo_name: GitHub
theme:
custom_dir: docs/theme
name: material
highlightjs: true
hljs_languages: [cpp, lua]
markdown_extensions:
- toc:
toc_depth: 2
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/mgerhardy
- icon: fontawesome/brands/mastodon
link: https://mastodon.social/@mgerhardy
- icon: fontawesome/brands/discord
link: https://vengi-voxel.de/discord
nav:
- README.md
- CHANGELOG.md
- Basics:
- Configuration.md
- Formats.md
- LUAScript.md
- Palette.md
- Material.md
- Translation.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/Usage.md
- voxedit/Controls.md
- voxedit/Configuration.md
- voxedit/Screenshots.md
- Thumbnailer:
- thumbnailer/Index.md
- thumbnailer/Examples.md
- Developers:
- Dependencies.md
- Compilation.md
- Basic: Basics.md
- Visual Tests: VisualTests.md
- Shader integration: ShaderTool.md