-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
60 lines (60 loc) · 1.73 KB
/
mkdocs.yml
File metadata and controls
60 lines (60 loc) · 1.73 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
site_name: "L5: A Processing Library in Lua"
site_url: https://l5lua.org
validation:
absolute_links: ignore
nav:
omitted_files: ignore
not_found: ignore
absolute_links: ignore
theme:
name: material
palette:
primary: gold
accent: blue
logo: assets/L5-logo-blob.png
font: false
favicon: assets/L5-logo-blob.png
features:
- navigation.indexes
- content.code.copy # Copy button
- content.code.select # Allow selecting code
custom_dir: overrides
static_templates:
- 404.html
extra_css:
- stylesheets/extra.css
extra:
generator: false
nav:
- Welcome to L5: index.md
- Download:
- Download: download/index.md
- Install for Mac: download/install-mac.md
- Install for Windows: download/install-windows.md
- Install for Linux: download/install-linux.md
- Getting Started: getting-started.md
- L5 for Processing-p5.js programmers: L5-for-processingp5.md
- Reference:
- Reference Summary: reference/index.md
- Shape: reference/#shape
- Color: reference/#color
- Typography: reference/#typography
- Image: reference/#image
- Media: reference/#media
- Transform: reference/#transform
- Environment: reference/#environment
- Rendering: reference/#rendering
- Math: reference/#math
- IO: reference/#io
- Events: reference/#events
- Data: reference/#data
- Structure: reference/#structure
- Constants: reference/#constants
- Foundation: reference/#foundation
- Tutorials: tutorials/index.md
- Examples: examples/index.md
- Forum: https://discourse.processing.org/c/l5/
- Bug Reports: bug-reports.md
- Contributing: contributing.md
- For developers: how.md
- Copyleft: copyleft.md