-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmkdocs.yml
43 lines (34 loc) · 937 Bytes
/
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
site_name: Runtime Compiled C++ in Maya
site_description: Hot-reloadable code in Maya
site_author: Siew Yi Liang
theme: material
theme:
name: 'material'
palette:
primary: 'blue'
accent: 'deep orange'
pages:
- About: index.md
- Getting Started: getting_started.md
- Getting Somewhere: getting_somewhere.md
- Getting Into It: getting_into_it.md
- Demonstration: demo.md
- Closing thoughts: conclusion.md
- Credits: credits.md
repo_name: 'maya_hot_reload_example'
repo_url: 'https://github.com/sonictk/maya_hot_reload_example_public'
markdown_extensions:
- inline_graphviz
- admonition
- codehilite:
- toc:
permalink: true
edit_uri: ''
extra:
social:
- type: 'github'
link: 'https://github.com/sonictk'
- type: 'twitter'
link: 'https://twitter.com/ylsiew'
- type: 'linkedin'
link: 'https://linkedin.com/in/sonictk'