-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_pkgdown.yml
62 lines (53 loc) · 1020 Bytes
/
_pkgdown.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
62
reference:
- title: CSS effects
desc: Pimp your app
contents:
- '`setShadow`'
- '`setZoom`'
- '`setPulse`'
- '`setShake`'
- '`setBlur`'
- '`setPersp`'
- title: Containers
desc: a container in which the effect should be applied
contents:
- '`blurContainer`'
- title: The Gallery
desc: a showcase for shinyEffects
contents:
- '`shinyEffectsGallery`'
template:
params:
bootswatch: journal
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
right: github
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html
github:
icon: fa-github fa-lg
href: https://github.com/RinteRface/shinyEffects
# articles:
# - title: All vignettes
# desc: ~
# contents:
# - '`css_effects`'
news:
releases:
- text: " shinyEffects 0.2.0"
- text: "shinyEffects 0.1.0"