-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
56 lines (53 loc) · 1.47 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: "https://some.example-url.com/"
destination: "docs"
template:
bootstrap: 5
assets: "pkgdown/assets/"
#opengraph:
# image:
# src: logo.png
#twitter:
# image:
# src: logo.png
#
home:
links:
- text: Start discussion
href: https://github.com/IEA-EBC-Annex86/annex/discussions
- text: Digital Science Center
href: https://uibk.ac.at/disc
navbar:
left:
- text: "Articles"
menu:
- text: "Config files/objects"
href: articles/config.html
- text: "Prepare data from XLSX"
href: articles/from_xlsx.html
- text: "Prepare data from textfiles"
href: articles/from_textfiles.html
- text: "Prepare with time zones & units"
href: articles/prepare_xtra.html
- text: "Calculate statistics"
href: articles/calculate_stats.html
- text: "Visualization"
href: articles/visualization.html
- text: "Write and validate output"
href: articles/write_and_validate.html
- text: "Lookup functions/definitions"
href: articles/lookupfunctions.html
# - text: "Articles"
# menu:
# - text: "Method"
# href: articles/method.html
- text: "Reference"
href: reference/index.html
- text: "Changelog"
href: news/index.html
- text: "Contact"
href: contact.html
references:
- title: "Reference"
desc: Note that 'evaluate' and 'formatting' are no longer used functions.
contents:
- matches(".*")