-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy path_pkgdown.yaml
49 lines (45 loc) · 1.06 KB
/
_pkgdown.yaml
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
url: https://www.hrecht.com/censusapi/
template:
bootstrap: 5
bootswatch: simplex
bslib:
base_font: {google: "Roboto"}
primary: "#0d565c"
headings-line-height: 2.2
paragraph-margin-bottom: 1.5rem
navbar:
structure:
left: [start, reference, articles, news]
components:
start:
text: Get started
href: articles/getting-started.html
articles:
text: Articles
menu:
- text: Getting started with censusapi
href: articles/getting-started.html
- text: Frequently asked questions
href: articles/frequently-asked-questions.html
- text: censusapi examples
href: articles/example-list.html
- text: Accessing microdata
href: articles/accessing-microdata.html
reference:
- title: "Get data"
contents:
- getCensus
- title: "Get metadata"
contents:
- listCensusApis
- listCensusMetadata
- makeVarlist
- title: "Helpers"
contents:
- get_api_key
- has_api_key
- title: "Datasets"
contents:
- fips
redirects:
- ["articles/example-masterlist.html", "articles/example-list.html"]