-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
137 lines (131 loc) · 3.69 KB
/
Copy pathmkdocs.yml
File metadata and controls
137 lines (131 loc) · 3.69 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
site_name: ThePrototype Docs
site_url: https://docs.theprototype.app/
nav:
- Getting Started:
- Welcome: index.md
- Controls: controls.md
- Connection: connection.md
- Building:
- Explorer: explorer.md
- Packs: packs.md
- Prefabs: prefabs.md
- Physics & Simulation: physics.md
- Particle Effects: particles.md
- Terrain & Sculpting: terrain.md
- Saving & Sessions: saving.md
- Viewport:
- Camera & View: camera.md
- Notifications & Notes: notifications.md
- Flow Graph:
- Node System: node-system.md
- Object Flows: object-flows.md
- Nodes:
- Slider: nodes/slider.md
- Color Picker: nodes/colorpicker.md
- Switcher: nodes/switcher.md
- Number: nodes/number.md
- Vector3: nodes/vector3.md
- Toggle: nodes/toggle.md
- Random: nodes/random.md
- Time: nodes/time.md
- Object Selector: nodes/objectselector.md
- Script: nodes/script.md
- Math: nodes/math.md
- Compare: nodes/compare.md
- Gate: nodes/gate.md
- Map Range: nodes/maprange.md
- Select: nodes/select.md
- Loop: nodes/loop.md
- Timer: nodes/timer.md
- Distance: nodes/distance.md
- Proximity: nodes/proximity.md
- Look At: nodes/lookat.md
- Set Color: nodes/setcolor.md
- Visibility: nodes/visibility.md
- On Click: nodes/onclick.md
- Key Press: nodes/keypress.md
- On Impact: nodes/onimpact.md
- Counter: nodes/counter.md
- Shake: nodes/shake.md
- Spin: nodes/spin.md
- Bounce: nodes/bounce.md
- Orbit: nodes/orbit.md
- Path Patrol: nodes/pathpatrol.md
- Mass: nodes/mass.md
- Bounciness: nodes/bounciness.md
- Friction: nodes/friction.md
- Pulse: nodes/pulse.md
- Blink: nodes/blink.md
- Sound: nodes/sound.md
- Particles: nodes/particle.md
- Custom Node: nodes/customnode.md
- Audio:
- Music & Sound: audio.md
- VR:
- VR Guide: vr.md
- AI:
- Assistant: ai/assistant.md
- Providers: ai/providers.md
- 3D Generation: ai/generation.md
- Console Agent: ai/console-agent.md
- Extending:
- Modules: modules.md
- Module SDK: module-sdk.md
- Module Packages: module-package.md
theme:
name: material
custom_dir: overrides
favicon: logo.svg
logo: logo.svg
font:
text: Roboto
code: Roboto Mono
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: indigo
accent: green
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: green
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- content.action.edit
- navigation.top
# Collapsible nav: navigation.sections + navigation.expand are intentionally
# omitted so nested groups (e.g. the 38 pages under Flow Graph > Nodes)
# collapse behind a chevron instead of rendering fully expanded.
# - navigation.tabs
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
repo_url: https://github.com/theprototype-app/docs
edit_uri: edit/docs/
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.superfences
- pymdownx.magiclink
- pymdownx.tabbed
- pymdownx.details
- pymdownx.tilde
plugins:
- search
- git-revision-date