-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
59 lines (55 loc) · 1.41 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
57
58
59
url: https://b-cubed-eu.github.io/gcube/
template:
bootstrap: 5
bslib:
bg: "#ffffff"
fg: "#2f2f2f"
heading_font: {google: "PT Sans"}
primary: "#005856"
navbar:
bg: primary
type: dark
left:
- text: Tutorials
href: articles/index.html
- text: Functions
href: reference/index.html
- text: News
href: news/index.html
- text: Contributing
href: CONTRIBUTING.html
structure:
right: [search, mainsite, github]
components:
mainsite:
icon: fa-cube
href: https://b-cubed.eu/
aria-label: B-Cubed website
articles:
- title: "gcube simulation workflow"
contents:
- articles/occurrence-process
- articles/detection-process
- articles/grid-designation-process
- title: "Multi-species approach"
contents:
- articles/multi-species-approach
reference:
- title: "Core gcube workflow functions"
contents:
- has_concept("main")
- title: "Mapping core gcube workflow functions"
contents:
- has_concept("multispecies")
- title: "Occurrence process supporting functions"
contents:
- has_concept("occurrence")
- title: "Detection process supporting functions"
contents:
- has_concept("detection")
- title: "Grid designation process supporting functions"
contents:
- has_concept("designation")
- title: "Mapping functions supporting function"
contents:
- has_concept("multispecies_low")