-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yaml
46 lines (42 loc) · 995 Bytes
/
_pkgdown.yaml
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
template:
params:
bootswatch: yeti
navbar:
left:
- text: Vignettes
icon: fa-play-circle
href: articles/index.html
- text: Documentation
icon: fa-pencil
href: reference/index.html
- text: Changelog
icon: fa-file-text
href: news/index.html
right:
- text: GitHub
icon: fa-github fa-lg
href: https://github.com/pepkit/BiocProject
- text: Databio.org
href: http://databio.org
- text: Software & Data
href: http://databio.org/software/
articles:
- title: Introduction
contents:
- vignette1getStarted
- title: Advanced features
contents:
- vignette2multipleArguments
- vignette3simpleCache
- vignette4remoteData
- vignette6tximeta
reference:
- title: "BiocProject API"
desc: "Exported functions of `BiocProject`."
contents:
- -matches("\\.")
- title: "utilities"
desc: "Extra non-exported utility functions."
contents:
- .unionList
- .insertPEP