-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
60 lines (55 loc) · 1.23 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
60
destination: docs
url: https://merck.github.io/forestly/
template:
bootstrap: 5
bslib:
preset: "bootstrap"
primary: "#00857c"
navbar-light-brand-color: "#fff"
navbar-light-brand-hover-color: "#fff"
navbar-light-color: "#fff"
navbar-light-hover-color: "#fff"
navbar-light-active-color: "#fff"
dropdown-link-hover-color: "#fff"
dropdown-link-hover-bg: "#00857c"
footer:
structure:
left: [developed_by, built_with, legal]
right: [blank]
components:
legal: "<br>Copyright © 2023 Merck & Co., Inc., Rahway, NJ, USA and its affiliates. All rights reserved."
blank: "<span></span>"
articles:
- title: Get started
contents:
- forestly
- forestly-cran
- title: Examples
navbar: ~
contents:
- forest-plot-static
- layout
- meta-forestly
- title: Package design
contents:
- design-pattern
reference:
- title: Adverse event analysis
contents:
- "meta_forestly"
- "prepare_ae_forestly"
- "format_ae_forestly"
- "ae_forestly"
- title: Static plot
contents:
- "background_panel"
- "plot_dot"
- "plot_errorbar"
- "table_panel"
- "theme_panel"
- title: Example data
contents:
- "forestly_adsl"
- "forestly_adsl_3grp"
- "forestly_adae"
- "forestly_adae_3grp"