-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (29 loc) · 674 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
34 lines (29 loc) · 674 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
34
site_name: Luna Video Mapping Library
site_url: "https://danielcorbani.github.io/Luna-Video-Mapping/"
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: GPL 2.0 License.
plugins:
- search
- offline
nav:
- Home: index.md
- Installation: getting-started.md
- Examples: examples.md
- API Reference: reference.md
- Download: download.md
# - Development: develop.md