-
Notifications
You must be signed in to change notification settings - Fork 35
/
mkdocs.yml
48 lines (43 loc) · 1.17 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
site_name: "Iridescence"
site_author: k.koide
repo_url: https://github.com/koide3/iridescence
site_url: https://iridescence.github.io/site
site_description: "Iridescence: Visualization library for rapid prototyping of 3D point cloud algorithms"
theme:
name: material
palette:
primary: indigo
front:
text: Roboto
markdown_extensions:
- meta
- attr_list
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
copyright: Copyright © 2021 - 2022 Kenji Koide
extra:
social:
- icon: material/home
link: https://staff.aist.go.jp/k.koide/
- icon: fontawesome/brands/github
link: https://github.com/koide3/iridescence
- icon: fontawesome/brands/twitter
link: https://twitter.com/k_koide3
extra_css:
- "css/custom.css"
- "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"
nav:
- 'index.md'
- 'basic.md'
- 'shader.md'
- 'drawables.md'
- 'controls.md'
- 'picking.md'
- 'multithread.md'
- 'effects.md'
- 'cookbook.md'
- 'misc.md'