-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
50 lines (44 loc) · 1.1 KB
/
_pkgdown.yml
File metadata and controls
50 lines (44 loc) · 1.1 KB
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
url: https://iscam4.github.io/ISCAM/
destination: docs
template:
bootstrap: 5
math-rendering: mathjax
search:
exclude: ['news/index.html']
navbar:
structure:
left: [home, functions, datasets, news]
right: [search, github]
components:
home:
icon: fa-home fa-lg
aria-label: home
href: index.html
functions:
text: "Functions"
href: reference/index.html
datasets:
text: "Datasets"
href: reference/index.html#datasets
news:
text: "News"
href: news/index.html
github:
icon: fa-github fa-lg
aria-label: github
href: https://github.com/ISCAM4/ISCAM
reference:
- title: "Functions"
desc: "These are the main functions for working with the ISCAM package."
contents:
- starts_with("iscam")
- title: "Datasets"
desc: "Datasets included in the package."
# TODO: cleaner way of doing this--keyword("datasets") or something??
contents:
- has_keyword("datasets")
# articles:
# - title: "Getting Started"
# navbar: "Getting Started"
# contents:
# - "your-vignette-filename"