-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathmkdocs.yml
105 lines (102 loc) · 3.01 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
site_name: LearnD3D11
site_author: deccer
site_url: https://graphicsprogramming.github.io/learnd3d11
repo_name: graphicsprogramming/learnd3d11
repo_url: https://github.com/graphicsprogramming/learnd3d11
edit_uri: 'edit/main/docs'
site_description: Learn D3D11
copyright: Copyright 2022 Graphics Programming
theme:
name: material
logo: https://cdn.discordapp.com/attachments/908076591547052032/937089306009432084/unknown.png
palette:
- scheme: default
primary: light-green
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: orange
accent: red
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
code: Roboto Mono
language: en
features:
- tabs
- instant
- navigation.sections
plugins:
- search
- mermaid2
- literate-nav:
nav_file: nav.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/graphicsprogramming/learnd3d11
name: Graphics Programming on Github
- icon: fontawesome/brands/discord
link: https://discord.gg/6mgNGk7
name: Graphics Programming on discord
markdown_extensions:
- admonition
- footnotes
- meta
- markdown.extensions.toc:
permalink: true
- attr_list
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- pymdownx.tabbed
- pymdownx.caret
- pymdownx.mark
- pymdownx.keys
- pymdownx.tilde
- pymdownx.critic:
mode: view
- pymdownx.betterem:
smart_enable: all
- pymdownx.arithmatex:
generic: true
nav:
- Getting Started:
- 1-introduction/1-1-getting-started/1-1-0-overview.md
- 1-introduction/1-1-getting-started/1-1-1-hello-window.md
- 1-introduction/1-1-getting-started/1-1-2-hello-d3d11.md
- 1-introduction/1-1-getting-started/1-1-3-hello-triangle.md
- Debugging:
- 1-introduction/1-2-debug/1-2-0-overview.md
- 1-introduction/1-2-debug/1-2-1-clear-state.md
- 1-introduction/1-2-debug/1-2-2-debug-layer.md
- 1-introduction/1-2-debug/1-2-3-naming-things.md
- 1-introduction/1-2-debug/1-2-4-renderdoc.md
- 1-introduction/1-2-debug/1-2-5-laptop-gpus.md
- Basics:
- 1-introduction/1-3-basics/1-3-0-overview.md
- 1-introduction/1-3-basics/1-3-1-rasterizer-state.md
- 1-introduction/1-3-basics/1-3-2-texturing.md
- 1-introduction/1-3-basics/1-3-3-setting-up-3d-rendering.md
- 1-introduction/1-3-basics/1-3-4-3d-rendering.md
- 1-introduction/1-3-basics/1-3-5-models.md
- 1-introduction/1-3-basics/1-3-6-dear-imgui.md
- Code:
- 8-code/repository.md
- License: license.md
- About: about.md
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js