-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
108 lines (107 loc) · 3.33 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
106
107
site_name: Graphics Guide
copyright: Copyright © 2016 - 2023 Shang Qin
docs_dir: docs
repo_url: https://github.com/shangqin/graphics
repo_name: Github
nav:
- 'Graphics' :
- 'Texture Compression': 'graphics/texture_compression.md'
- 'Ray Tracing': 'graphics/raytracing.md'
- 'API':
- 'OpenGL ES':
- 'Awesome OpenGL ES': 'api/opengles/opengles.md'
- 'Extension':
- 'GL_EXT_memory_object': 'api/opengles/extension/GL_EXT_memory_object.md'
- 'Vulkan':
- 'Awesome Vulkan': 'api/vulkan/vulkan.md'
- 'Extension':
- 'GL_EXT_memory_object': 'api/opengles/extension/GL_EXT_memory_object.md'
- 'Engine':
- 'Unity': 'engine/unity/unity.md'
- 'Unreal Engine': 'engine/ue/ue.md'
- 'Filament': 'engine/filament/filament.md'
- 'Tools':
- 'RenderDoc' : 'tool/renderdoc/renderdoc.md'
- 'Performance':
- '移动游戏性能优化通用技法': 'performance/mobile_game_performance_optimization_techniques.md'
- 'Arm GPU Best Practices Developer Guide': 'performance/arm/arm_gpu_best_practices.md'
- 'Qualcomm Adreno GPU Best Practices': 'performance/qualcomm/qualcomm_adreno_gpu_best_practices.md'
- 'Imagination PowerVR Performance Recommendations Introduction': 'performance/imagination/powervr_performance_recommendations_introduction.md'
- 'Apple OpenGL ES Design Guidelines': 'performance/apple/apple_openes_design_guidelines.md'
- 'AMD RDNA Performance Guide': 'performance/amd/amd_rdna_performance_guide.md'
theme:
icon:
repo: fontawesome/brands/github
language: zh
name: material
custom_dir: css
features:
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.instant
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- announce.dismiss
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
plugins:
- glightbox
- search:
separator: '[\s\u200b\-]'
- git-revision-date-localized:
enable_creation_date: true
type: iso_datetime
markdown_extensions:
- abbr
- admonition
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_css:
- css/mkdocs_extra.css