-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
36 lines (35 loc) · 964 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
url: https://dtacled.github.io/acledR/
template:
bootstrap: 5
# bootswatch: zephyr
navbar:
title: acledR
left:
- icon: fa-home
href: index.html
- text: Reference
href: reference/index.html
- text: Get Started
href: articles/get_started.html
- text: Using acledR
href: index.html
menu:
- text: ACLED API
href: articles/acled_api.html
- text: Keeping your Dataset Updated
href: articles/acled_update.html
- text: acledR Data Manipulation
href: articles/acled_transformations.html
reference:
- title: Functions
- subtitle: API & Access
desc: Functions to aid gathering data
- contents: has_concept("API and Access")
- subtitle: Data Manipulation
desc: Manipulation of data provided by ACLED API.
contents: has_concept("Data Manipulation")
- subtitle: Helpers
desc: Functions for general help on using acledR
contents: has_concept("Helpers")
- subtitle: Data
contents: has_concept("Data")