generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
60 lines (55 loc) · 1.43 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://pharmaverse.github.io/datacutr
template:
bootstrap: 5
params:
bootswatch: flatly
search:
exclude: ['news/index.html']
repo:
url:
home: https://github.com/pharmaverse/datacutr
source: https://github.com/pharmaverse/datacutr/blob/main/
issue: https://github.com/pharmaverse/datacutr/issues/
user: https://github.com/
news:
cran_dates: false
reference:
- title: Derivations
- contents:
- has_keyword('derive')
- title: User Utilities
- contents:
- has_keyword("user_utility")
- title: Data
- contents:
- has_keyword("data")
navbar:
structure:
left: [getstarted, reference, articles, community, news]
components:
getstarted:
text: Get Started
href: articles/datacutr.html
reference:
text: Reference
href: reference/index.html
community:
text: Community
menu:
- text: Contribute to datacutr
href: articles/contribution_model.html
- text: Welcome to the Pharmaverse
href: https://pharmaverse.org/
articles:
text: User Guides
menu:
- text: Wrapped Approach
href: articles/wrapper.html
- text: Modular Approach
href: articles/modular.html
- text: Applying a Variable Date Cut
href: articles/variable_cut.html
- text: Example Wrapped Approach
href: articles/examplewrapped.html
- text: Example Modular Approach
href: articles/examplemodular.html