-
Notifications
You must be signed in to change notification settings - Fork 14
/
mkdocs.yml
61 lines (61 loc) · 1.73 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
site_name: Lottie Specs
site_description: Documentation for the Lottie animation format
extra:
lottie_player_version: 5.12.2
theme:
name: cinder
custom_dir: tools/theme
highlightjs: false
repo_url: https://github.com/lottie/lottie-spec
edit_uri: https://github.com/lottie/lottie-spec/edit/main/docs
use_directory_urls: true
site_url: https://lottie.github.io/lottie-spec/
markdown_extensions:
- attr_list
- lottie_markdown
- latex_markdown
- def_list
- toc_deflist
nav:
- "Home" : index.md
- "Format":
- specs/values.md
- specs/properties.md
- specs/composition.md
- specs/layers.md
- specs/shapes.md
- specs/assets.md
- specs/constants.md
- specs/helpers.md
- specs/glossary.md
#
- specs/schema.md
- "Community":
- governance/index.md
- governance/Governance.md
- governance/Community_Specification_License-v1.md
- governance/Code_of_Conduct.md
- governance/License.md
- governance/Notices.md
- "Contributing":
- governance/CONTRIBUTING.md
- editing/schema.md
- editing/extensions.md
plugins:
- search
- mike:
version_selector: true
- print-site:
add_table_of_contents: false
enumerate_headings_depth: 3
print_page_basename: single-page
exclude:
- editing/schema.md
- editing/extensions.md
- governance/index.md
- governance/Governance.md
- governance/Community_Specification_License-v1.md
- governance/Code_of_Conduct.md
- governance/License.md
- governance/Notices.md
- governance/CONTRIBUTING.md