-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
67 lines (60 loc) · 1.48 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
64
65
66
67
url: ~
template:
bootstrap: 5
bootswatch: litera
bslib:
bg: "white"
fg: "black"
primary: "#003f5c"
base_font: {google: "Roboto"}
heading_font: {google: "Roboto"}
code_font: {google: "JetBrains Mono"}
lang: en
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
components:
twitter:
icon: fa-twitter
href: http://twitter.com/gongcastro
aria-label: Twitter
bg: #ff6361
footer:
structure:
left: developed_by
right: built_with
home:
sidebar:
structure: [links, license, community, citation, authors, dev]
reference:
- title: "Retrieving raw data"
desc: >
Functions for downloading the basic datasets needed to compute vocabulary norms.
contents:
- bvq_connect
- bvq_participants
- bvq_responses
- pool
- title: "Computing vocabulary norms"
desc: "Functions for computing participant information, vocabulary size, and word acquisition norms."
contents:
- bvq_logs
- bvq_vocabulary
- bvq_norms
- title: "Items and questionnaires"
desc: "Information about questionnaire sections and items"
contents:
- bvq_items
- get_bvq_runs
- title: "Helper functions"
desc: "Additional functions to access and process the data"
contents:
- track_progress
- get_longitudinal
- prop_adj
- launch_app
- title: "Internals"
desc: "Helper functions used internally"
contents:
- get_doe