-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
63 lines (56 loc) · 1.32 KB
/
_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
63
url: https://camdenk.github.io/mlbplotR/
template:
bootstrap: 5
authors:
Sebastian Carl:
href: https://twitter.com/mrcaseb
Camden Kay:
href: https://twitter.com/k_camden
navbar:
structure:
left: [home, intro, reference, articles, tutorials, news]
right: [twitter, github]
components:
home:
title: mlbplotR
icon: fa-home
href: index.html
reference:
icon: "fas fa-code"
text: "Functions"
href: reference/index.html
news:
icon: "fas fa-newspaper"
text: "Changelog"
href: news/index.html
twitter:
icon: "fab fa-twitter fa-lg"
href: http://twitter.com/mlbplotR
github:
icon: "fab fa-github fa-lg"
href: https://github.com/camdenk/mlbplotR/
reference:
- title: Geoms
contents: starts_with("geom")
- title: GT
contents: starts_with("gt")
- title: Theme Elements
contents: starts_with("element")
- title: Scales
contents:
- '`scale_mlb`'
- title: Tiers
contents: ends_with("tiers")
- title: Utilities
contents:
- '`load_mlb_teams`'
- '`load_milb_teams`'
- '`load_headshots`'
- '`clean_team_abbrs`'
- '`valid_team_names`'
- '`mlb_team_factor`'
- '`ggpreview`'
- title: Superceded
contents:
- '`theme_mlb`'
- '`scale_axes_mlb`'