-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
74 lines (68 loc) · 1.53 KB
/
Copy pathmkdocs.yaml
File metadata and controls
74 lines (68 loc) · 1.53 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
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
site_name: WasmGPU | Documentation
site_description: WebGPU × WebAssembly rendering and computing engine for scientific workloads in the browser.
site_url: https://zushah.github.io/WasmGPU/
repo_url: https://www.github.com/Zushah/WasmGPU
repo_name: Zushah/WasmGPU
docs_dir: ./website/src/docs/
site_dir: ./website/build/docs/
theme:
name: material
favicon: ./assets/favicon.png
logo: ./assets/favicon.png
features:
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.top
- content.code.copy
- search.suggest
- search.highlight
palette:
-
scheme: slate
primary: blue
accent: deep purple
toggle:
icon: material/weather-sunny
name: Switch to light mode
-
scheme: default
primary: blue
accent: deep purple
toggle:
icon: material/weather-night
name: Switch to dark mode
plugins:
- search
- panzoom:
hint_location: "top"
key: "ctrl"
full_screen: True
extra:
homepage: ../index.html
extra_css:
- ./style.css
extra_javascript:
- ./script.js
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
-
toc:
permalink: true
- pymdownx.details
-
pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
-
pymdownx.tabbed:
alternate_style: true