-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
51 lines (50 loc) · 859 Bytes
/
_pkgdown.yml
File metadata and controls
51 lines (50 loc) · 859 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
destination: docs
template:
params:
bootswatch: lumen
reference:
- title: Utilities
desc: ~
contents:
- run_demo
- use_vov
- title: Fade Animations
desc: ~
contents:
- starts_with("fade")
- title: Roll Animations
desc: ~
contents:
- starts_with("roll")
- title: Shake Animations
desc: ~
contents:
- starts_with("shake")
- title: Blur Animations
desc: ~
contents:
- starts_with("blur")
- title: Slide Animations
desc: ~
contents:
- starts_with("slide")
- title: Throb Animations
desc: ~
contents:
- contains("throb")
- title: Swivel Animations
desc: ~
contents:
- starts_with("swivel")
- title: Wheel Animations
desc: ~
contents:
- starts_with("wheel")
- title: Zoom Animations
desc: ~
contents:
- starts_with("zoom")
- title: Flash Animations
desc: ~
contents:
- starts_with("flash")