forked from protectwise/troika
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
61 lines (60 loc) · 1.74 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
site_name: Troika JS
site_author: Jason Johnston
site_url: https://protectwise.github.io/troika/
repo_url: https://github.com/protectwise/troika
plugins:
- include-markdown
- search
- git-revision-date
theme:
name: material
palette:
primary: white
features:
- navigation.sections
#- toc.integrate
icon:
logo: fontawesome/regular/file
google_analytics:
- UA-189971966-1
- auto
markdown_extensions:
- pymdownx.b64 #not working???
- pymdownx.highlight
- pymdownx.superfences
- toc:
permalink: true
nav:
- Overview: index.md
- Changelog: changelog.md
- Troika Framework:
- Getting Started:
- getting-started/setup.md
- getting-started/examples.md
- Core Concepts:
- troika-core/facades.md
- troika-core/scene-descriptors.md
- troika-core/interactivity-and-events.md
- troika-core/animations-and-transitions.md
- Troika 3D:
- troika-3d/index.md
- troika-3d/scenes.md
- troika-3d/objects.md
- troika-3d/interactivity-and-events.md
- troika-3d/performance.md
- troika-3d/instancing.md
- troika-3d/html-overlays.md
- troika-3d/text.md
- troika-3d-ui/index.md
- WebXR: troika-xr/index.md
- Troika 2D:
- troika-2d/index.md
- troika-2d/objects.md
- troika-2d/html-overlays.md
- Troika Tools for Three.js:
- Troika 3D Text: troika-three-text/index.md
- Derived Materials: troika-three-utils/createDerivedMaterial.md
- BezierMesh: troika-three-utils/BezierMesh.md
- InstancedUniformsMesh: three-instanced-uniforms-mesh/index.md
- Other Tools:
- Worker Modules: troika-worker-utils/index.md