-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
43 lines (39 loc) · 1011 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
url: https://wklimowicz.github.io/tidyusoc/
template:
bootstrap: 5
# bootswatch: flatly
development:
version_tooltip: "Development version"
reference:
- title: Setup
- subtitle: Convert and Compile
desc: Convert from `.sav` to `.Rds` and compile to one dataset
contents:
- starts_with("usoc_convert")
- starts_with("usoc_compile")
- usoc_load
- subtitle: Add custom columns
desc: Brings in extra columns
contents:
- pick_var
navbar:
structure:
left: [home, reference, variables, replicate]
right: [github]
components:
home:
text: Get started
href: index.html
# variables:
# text: Adding more variables
# href: articles/Adding_Variables.html
# structure:
# left: [variables, replicate, reference]
# right: [search, github]
# components:
# home:
# icon: fas fa-home fa-lg
# href: index.html
# variables:
# href: articles/Adding_Variables.html
# aria-label: Adding more Variables