-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (43 loc) · 1.4 KB
/
Copy pathmkdocs.yml
File metadata and controls
46 lines (43 loc) · 1.4 KB
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
site_name: Zodiac Engine
site_description: Open-source cross-platform 3D rendering engine written in C++20 with Vulkan
site_url: https://jeanphilippekernel.github.io/zodiac-engine-docs/
repo_name: JeanPhilippeKernel/RendererEngine
repo_url: https://github.com/JeanPhilippeKernel/RendererEngine
theme:
name: material
logo: https://raw.githubusercontent.com/JeanPhilippeKernel/RendererEngine/main/ZEngine/docs/logo/WhiteAssetZE.png
favicon: https://raw.githubusercontent.com/JeanPhilippeKernel/RendererEngine/main/ZEngine/docs/logo/WhiteAssetZE.png
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: light-blue
toggle:
icon: material/brightness-4
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: light-blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- content.code.copy
plugins:
- search
nav:
- Home: index.md
- Engine Architecture: engine-architecture.md
- Memory Management: memory-management.md
- Rendering Domain: rendering-domain.md
- Asset Manager: asset-manager.md
- ZUI System: zui-system.md
- Containers: containers.md
- Roadmap: roadmap.md