generated from processing/processing-library-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
38 lines (33 loc) · 945 Bytes
/
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
site_name: Shape Mapper
site_url: "https://shapemapper.dev/"
copyright: MIT Licence.
plugins:
- offline
nav:
- Home: index.md
- 'Getting started': tutorial-getting-started.md
- Tutorials:
- 'Mapping a paper-folded object': tutorial-paper-folding.md
- 'Mapping multiple objects': how-to-multiple-objects.md
- 'Using multiple projectors': how-to-multiple-projectors.md
- API reference: /javadoc/spacefiller/shapemapper/package-summary.html
- Source code: https://github.com/alexdmiller/shape-mapper
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
theme:
name: material
palette:
primary: black
scheme: slate
features:
- content.code.copy
- content.code.select
- content.code.highlight
- content.code.annotate
- navigation.footer