-
Notifications
You must be signed in to change notification settings - Fork 174
/
mkdocs.yml
53 lines (52 loc) · 1.39 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
site_name: Lottie Docs
site_description: Documentation for the Lottie animation format
copyright: Copyright (C) 2021-2022
extra:
lottie_player_version: 5.12.2
theme:
name: cinder
custom_dir: theme
highlightjs: false
repo_url: https://github.com/LottieFiles/lottie-docs
edit_uri: https://github.com/LottieFiles/lottie-docs/edit/main/docs
use_directory_urls: true
site_url: https://lottiefiles.github.io/lottie-docs/
markdown_extensions:
- md_in_html
- md_extensions
- footnotes
extra_css:
- /lottie-docs/style/style.css
- /lottie-docs/style/lottie-theme.css
plugins:
- search
- redirects:
redirect_maps:
"playground/explain.md": "playground/json_editor.md"
nav:
- "Home" : index.md
- "Guide":
- "Introduction" : Introduction.md
- breakdown/bouncy_ball.md
- breakdown/lottie_from_scratch.md
- breakdown/bezier.md
- breakdown/precomps.md
- "Lottie Format":
- concepts.md
- animation.md
- layers.md
- "Shapes": shapes.md
- assets.md
- effects.md
- constants.md
- text.md
- expressions.md
- compat.md
- "Playground":
- "Builder": playground/builder.md
- "JSON Editor": playground/json_editor.md
- "Advanced Concept":
- rendering.md
- schema.md
- advanced_interactions.md
- aep.md