-
Notifications
You must be signed in to change notification settings - Fork 11
/
_pkgdown.yml
42 lines (40 loc) · 1.13 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
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 Country
href: articles/chart-library-country.html
- text: Chart library Region
href: articles/chart-library-region.html
- text: Adding new Charts in the Library
href: articles/adding-new-charts.html
- text: Template for factsheet
href: articles/report-template.html
- text: News
href: news/index.html
- text: Reference
href: reference/index.html
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: Data Literacy App
desc: Data Story Telling App
contents:
- starts_with("run_")