-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
76 lines (66 loc) · 1.88 KB
/
_pkgdown.yml
File metadata and controls
76 lines (66 loc) · 1.88 KB
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
68
69
70
71
72
73
74
75
76
url: https://myominnoo.github.io/wpgdata
destination: docs
template:
bootstrap: 5
bslib:
preset: "bootstrap"
primary: "#2C3E50" # navy — matches site navbar
link-color: "#C0392B" # red — matches site CTA buttons
link-hover-color: "#962d22"
navbar-bg: "#2C3E50"
navbar-fg: "#FFFFFF"
navbar-brand-color: "#FFFFFF"
headings-color: "#2C3E50"
code-bg: "#f5f5f5"
border-radius: "0.375rem"
font-size-base: "0.95rem"
home:
title: "wpgdata — Winnipeg Open Data in R"
description: >
A tidy R interface to the City of Winnipeg Open Data Portal.
Discover datasets, inspect schemas, and download records with
automatic parallel pagination via the Socrata OData V4 API.
sidebar:
structure: [links, license, community, authors, dev]
links:
- text: "Winnipeg Open Data Portal"
href: https://data.winnipeg.ca
- text: "Report a bug"
href: https://github.com/myominnoo/wpgdata/issues
navbar:
bg: primary
structure:
left: [intro, reference, articles]
right: [github]
components:
intro:
text: "Get Started"
href: articles/getting-started.html
github:
icon: fab fa-github
href: https://github.com/myominnoo/wpgdata
aria-label: GitHub
reference:
- title: "Discover & explore"
desc: "Find datasets and understand their structure."
contents:
- peg_catalogue
- peg_info
- peg_metadata
- title: "Fetch data"
desc: "Download rows with filtering, selection, and parallel pagination."
contents:
- peg_data
articles:
- title: "Get started"
navbar: "Get Started"
contents:
- getting-started
footer:
structure:
left: [developed_by]
right: [built_with]
deploy:
install_metadata: true
vignettes:
build_vignettes: false