forked from sparkjsdev/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (35 loc) · 1.04 KB
/
mkdocs.yml
File metadata and controls
35 lines (35 loc) · 1.04 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
site_name: Spark
site_url: https://sparkjs.dev/
theme:
name: material
favicon: assets/images/favicon.png
custom_dir: docs/overrides
features:
- content.code.copy
extra_css:
- stylesheets/spark.css
nav:
- Home: index.md
- Getting Started: docs/index.md
- Overview: docs/overview.md
- System Design: docs/system-design.md
- SparkRenderer: docs/spark-renderer.md
- SparkViewpoint: docs/spark-viewpoint.md
- SplatMesh: docs/splat-mesh.md
- PackedSplats: docs/packed-splats.md
- Loading Gsplats: docs/loading-splats.md
- Procedural Splats: docs/procedural-splats.md
- Splat RGBA-XYZ SDF editing: docs/splat-editing.md
- Dyno overview: docs/dyno-overview.md
- Dyno standard library: docs/dyno-stdlib.md
- Controls: docs/controls.md
- Performance tuning: docs/performance.md
- Community Resources: docs/community-resources.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences