-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (28 loc) · 651 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (28 loc) · 651 Bytes
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
site_name: Processing Library Template
site_url: "https://processing.github.io/processing-library-template/"
theme:
name: material
features:
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.code.select
- content.code.highlight
- content.code.annotate
- navigation.top
- navigation.footer
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
copyright: MIT Licence.
plugins:
- search
- offline
nav:
- Home: index.md
- Get Started: getting-started.md
- Develop: develop.md
- Release: release.md
- Troubleshooting: troubleshooting.md