forked from Edouard-Legoupil/unhcrdatapackage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
56 lines (54 loc) · 1.5 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
url: ~
template:
package: unhcrtemplate
bootstrap: 5
navbar:
title: unhcrdatapackage
left:
- text: "Chart Library Approach"
menu:
- text: Why a chart library?
href: articles/library.html
- text: Chart library directory
href: articles/chart-library.html
- text: Adding new Charts in the Librabry
href: articles/adding-new-charts.html
- text: Country Focus
href: CountryFocus.html
- text: News
href: news/index.html
- text: Reference
href: reference/index.html
reference:
- title: UNHCR Statistics Database
desc: Main Table from Refugee Data Finder - also available on https://data.humdata.org/dataset/unhcr-population-data-for-world
- contents:
- end_year_population_totals
- end_year_population_totals_long
- demographics
- asylum_applications
- asylum_decisions
- asylum_decisions_long
- solutions
- solutions_long
- title: Data Reference
desc: other Tables conveniently stored here
- contents:
- migrants
- reference
- title: Chart for Country
desc: Charts adressing questions at country level
- contents:
- starts_with("plot_ctr_")
- title: Chart for Region
desc: Charts adressing questions at regional or multicountry-level level
- contents:
- starts_with("plot_reg_")
- title: Report Template
desc: Prebuild Report template to explore, interpret & Disseminate
contents:
- starts_with("template_")
- title: Update Data
desc: Refresh the data every 6 months..
contents:
- starts_with("update_")