-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
84 lines (74 loc) · 2.49 KB
/
mkdocs.yml
File metadata and controls
84 lines (74 loc) · 2.49 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Do not modify below line! Inherits common components.
INHERIT: ./docs/_global/mkdocs.yml
#### Site metadata & nav - update these!
site_name: After Effects Expression Reference
site_url: https://ae-expressions.docsforadobe.dev/
repo_url: https://github.com/docsforadobe/after-effects-expression-reference/
repo_name: "after-effects-expression-reference"
nav:
- Home: index.md
- Introduction:
- Changelog: introduction/changelog.md
- Resources: introduction/resources.md
- Examples: introduction/examples.md
- General:
- General: general/general.md
- Global: general/global.md
- Time Conversion: general/time-conversion.md
- Vector Math: general/vector-math.md
- Random Numbers: general/random-numbers.md
- Interpolation: general/interpolation.md
- Color Conversion: general/color-conversion.md
- Other Math: general/other-math.md
- Objects:
- Project: objects/project.md
- Comp: objects/comp.md
- Footage: objects/footage.md
- Camera: objects/camera.md
- Light: objects/light.md
- Property Group: objects/propertygroup.md
- Effect: objects/effect.md
- Mask: objects/mask.md
- Property: objects/property.md
- Dropdown Menus: objects/dropdown.md
- Marker Property: objects/marker-property.md
- Path Property: objects/path-property.md
- Key: objects/key.md
- MarkerKey: objects/markerkey.md
- Layer:
- Layer: layer/layer.md
- Layer Sub-objects: layer/sub-objects.md
- Layer General: layer/general.md
- Layer Properties: layer/properties.md
- Layer Space Transforms: layer/layer-space-transforms.md
- Layer 3D: layer/threed.md
- Text:
- Text: text/text.md
- Source Text: text/sourcetext.md
- Text Style: text/style.md
- Variable Fonts: text/variable-fonts.md
#### Additional config below - modify sparingly!
extra:
# Custom guide-specific overrides
#
# Valid keys are:
# custom_dir: str
# hooks:
# - path/to/hook.py
# not_in_nav:
# - gitignore_style/path/to/exclude
# theme_features:
# - theme.feature
overrides: {}
# CSS for this guide
extra_css:
- _static/extra.css
# JS for this guide
extra_javascript:
- _static/extra.js
markdown_extensions:
attr_list: {}
plugins: {}
theme:
icon:
annotation: material/plus-circle-outline