forked from xelatihy/yocto-gl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
45 lines (40 loc) · 1.18 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
# Project information
site_name: Yocto/GL
site_author: Fabio Pellacini
# Repository
repo_name: xelatihy/yocto-gl
repo_url: https://github.com/xelatihy/yocto-gl/
edit_uri: ""
# Copyright
copyright: Copyright © 2016 - 2020 Fabio Pellacini
# Theme
theme:
name: material
language: en
extra_css:
- css/extra.css
# Extensions
markdown_extensions:
- codehilite
- admonition
# Pages
nav:
- About: index.md
- Gallery: gallery.md
- Math types: yocto/yocto_math.md
- Color operations: yocto/yocto_color.md
- Geometry operations: yocto/yocto_geometry.md
- Sampling routines: yocto/yocto_sampling.md
- Noise functions: yocto/yocto_noise.md
- Shading routines: yocto/yocto_shading.md
- Image utilities: yocto/yocto_image.md
- Shape utilities: yocto/yocto_shape.md
- Mesh processing: yocto/yocto_mesh.md
- Ray-scene intersection: yocto/yocto_bvh.md
- Model serialization: yocto/yocto_modelio.md
- Scene serialization: yocto/yocto_sceneio.md
- Path tracing: yocto/yocto_trace.md
- JSON utilities: yocto/yocto_json.md
- Command-line utilities: yocto/yocto_commonio.md
- Generic utilities: yocto/yocto_common.md
- Concurrency utilities: yocto/yocto_parallel.md