forked from Overv/VulkanTutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
36 lines (35 loc) · 1.43 KB
/
config.json
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
{
"title": "Vulkan Tutorial",
"tagline": "A tutorial that teaches you everything it takes to render 3D graphics with the Vulkan API. It covers everything from Windows/Linux setup to rendering and debugging.",
"author": "Alexander Overvoorde",
"live": {
"inherit_index": true,
"clean_urls": true
},
"html": {
"theme": "vulkan-vulkan",
"auto_landing": false,
"breadcrumbs": true,
"breadcrumb_separator": "Chevrons",
"date_modified": false,
"toggle_code": false,
"float": false,
"auto_toc": true,
"links": {
"GitHub Repository": "https://github.com/Overv/VulkanTutorial",
"Support the website": "https://www.paypal.me/AOvervoorde",
"Vulkan Specification": "https://www.khronos.org/registry/vulkan/specs/1.0-wsi_extensions/pdf/vkspec.pdf",
"Vulkan Quick Reference": "https://www.khronos.org/files/vulkan10-reference-guide.pdf",
"LunarG Vulkan SDK": "https://lunarg.com/vulkan-sdk/",
"Vulkan Hardware Database": "http://vulkan.gpuinfo.org/",
"Tutorial for Rust": "https://github.com/bwasty/vulkan-tutorial-rs"
}
},
"ignore": {
"files": ["README.md", "build_ebook.py","daux.patch",".gitignore"],
"folders": ["ebook"]
},
"languages": {"en": "English", "fr": "French"},
"language": "en",
"processor": "VulkanLinkProcessor"
}