-
Notifications
You must be signed in to change notification settings - Fork 207
/
mkdocs.yml
50 lines (45 loc) · 1.25 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
# 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
palette:
primary: blue
features:
- navigation.instant
# Extensions
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- attr_list
- meta
# 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
- Scene representation: yocto/yocto_scene.md
- Ray-scene intersection: yocto/yocto_bvh.md
- Path tracing: yocto/yocto_trace.md
- Image, shape and scene serialization: yocto/yocto_sceneio.md
- Model serialization: yocto/yocto_modelio.md
# - Concurrency utilities: yocto/yocto_parallel.md
# - Command-line utilities: yocto/yocto_cli.md