-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
55 lines (48 loc) · 1.19 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
destination: docs
url: https://merck.github.io/gMCPShiny/
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>"
reference:
- title: Application
contents:
- run_app
- title: Graph operations
contents:
- df2graph
- hgraph_palette
- title: Shiny UI components
contents:
- navbarFluidPage
- headerCard
- rcodeOutput
- renderRcode
- rmdOutput
- renderRmd
- matrixButtonGroup
- addMatrixRow
- delMatrixRow
- textInputAddonRight
- fileButtonInput
- helpLink
- helpPopover
- title: Input/output utilities
contents:
- arithmetic_to_numeric
- sanitize_filename