-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
106 lines (99 loc) · 3.23 KB
/
mkdocs.yml
File metadata and controls
106 lines (99 loc) · 3.23 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
site_name: Rob Barrett - Script Documentation
#site_url: https://docs.rob-barrett.com
site_url: https://docs.rob-barrett.com
theme:
name: material
language: en
font:
text: "Parkinsans"
text: "Parkinsans"
code: JetBrains Mono
palette:
scheme: default
primary: indigo
accent: pink
logo: assets/Rob Barrett Design - Icon White - 256x256.png
favicon: assets/Rob Barrett Design - Icon White - 32x32.png
features:
- navigation.tabs
- navigation.indexes
- content.tooltips
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- abbr
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
- md_in_html
extra:
social:
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/automotiontools
name: Automotion on Twitter/X
- icon: fontawesome/brands/instagram
link: https://instagram.com/robbarrett.design
name: Rob Barrett on Instagram
CNAME: docs.rob-barrett.com
copyright: Copyright © Rob Barrett
extra_css:
- styles.css
extra_javascript:
- assets/javascript/external-links.js
# - https://unpkg.com/@rive-app/canvas
# - https://unpkg.com/@rive-app/canvas@2.21.5
nav:
- Tools:
- index.md
- Loopy: Loopy/index.md
- MarkerMover: MarkerMover/index.md
- Random Roller: Random-Roller/index.md
- Polymorph: Polymorph/index.md
- Loopy:
- Loopy/index.md
- Installation & Support: Loopy/Installation.md
- How to use Loopy: Loopy/Instructions.md
- Using Loopy with KBar: Loopy/KBar.md
- Panel Functions: Loopy/Panel.md
- MarkerMover:
- MarkerMover/index.md
- Installation & Support: MarkerMover/Installation.md
- How to use MarkerMover: MarkerMover/Instructions.md
- Using MarkerMover with KBar: MarkerMover/KBar.md
- Using Marker Triggers: MarkerMover/MarkerTrigger.md
- Random Roller:
- Random-Roller/index.md
- Installation & Support: Random-Roller/Installation.md
- How to use Random Roller: Random-Roller/Instructions.md
- Examples:
- Randomly Offset with Quick Offset: Random-Roller/Quick-Offset.md
- Polymorph:
- Polymorph/index.md
- Polymorph/Installation.md
- Polymorph/Instructions.md
- Examples:
- Replace Layers: Polymorph/Replace-Layers.md
- Attach Layers: Polymorph/Attach-Layers.md
- Re-Use Character Rigs: Polymorph/Character-Rigs.md
- Replace Layers in Physics Simulations: Polymorph/Physics-Sims.md
- Inherit Scale, Rotation and Opacity from Target layers: Polymorph/Inherit-Scale-Rotation-Opacity.md
- Inherit mask from Source or Target layer: Polymorph/Inherit-Mask.md
- Inherit track mattes, or use Targets as track mattes: Polymorph/Inherit-Track-Mattes.md
- Replace 2D layers with 3D layers: Polymorph/Replace-2D-with-3D.md
- Buy Now:
- https://aescripts.com/authors/rob-barrett/
watch:
- includes