@@ -16,38 +16,41 @@ theme:
1616 favicon : assets/L5-logo-blob.png
1717 features :
1818 - navigation.indexes
19- - content.code.copy # Copy button
20- - content.code.select # Allow selecting code
19+ - content.code.copy # Copy button
20+ - content.code.select # Allow selecting code
21+ custom_dir : overrides
22+ static_templates :
23+ - 404.html
2124extra_css :
22- - stylesheets/extra.css
25+ - stylesheets/extra.css
2326extra :
2427 generator : false
2528nav :
2629 - Welcome to L5 : index.md
27- - Download :
28- - Download : download/index.md
29- - Install for Mac : download/install-mac.md
30- - Install for Windows : download/install-windows.md
31- - Install for Linux : download/install-linux.md
30+ - Download :
31+ - Download : download/index.md
32+ - Install for Mac : download/install-mac.md
33+ - Install for Windows : download/install-windows.md
34+ - Install for Linux : download/install-linux.md
3235 - Getting Started : getting-started.md
3336 - L5 for Processing-p5.js programmers : L5-for-processingp5.md
34- - Reference :
35- - Reference Summary : reference/index.md
36- - Shape : reference/#shape
37- - Color : reference/#color
38- - Typography : reference/#typography
39- - Image : reference/#image
40- - Media : reference/#media
41- - Transform : reference/#transform
42- - Environment : reference/#environment
43- - Rendering : reference/#rendering
44- - Math : reference/#math
45- - IO : reference/#io
46- - Events : reference/#events
47- - Data : reference/#data
48- - Structure : reference/#structure
49- - Constants : reference/#constants
50- - Foundation : reference/#foundation
37+ - Reference :
38+ - Reference Summary : reference/index.md
39+ - Shape : reference/#shape
40+ - Color : reference/#color
41+ - Typography : reference/#typography
42+ - Image : reference/#image
43+ - Media : reference/#media
44+ - Transform : reference/#transform
45+ - Environment : reference/#environment
46+ - Rendering : reference/#rendering
47+ - Math : reference/#math
48+ - IO : reference/#io
49+ - Events : reference/#events
50+ - Data : reference/#data
51+ - Structure : reference/#structure
52+ - Constants : reference/#constants
53+ - Foundation : reference/#foundation
5154 - Tutorials : tutorials/index.md
5255 - Examples : examples/index.md
5356 - Bug Reports : bug-reports.md
0 commit comments