-
Notifications
You must be signed in to change notification settings - Fork 6
/
_pkgdown.yml
106 lines (100 loc) · 2.25 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
destination: docs
url: https://merck.github.io/metalite/
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>"
navbar:
left:
- text: "Home"
href: index.html
- text: "Reference"
href: reference/index.html
- text: "Get Started"
href: articles/metalite.html
- text: "Articles"
href: articles/index.html
- text: "Changelog"
href: news/index.html
reference:
- title: Create metadata
contents:
- "meta_adam"
- "meta_inherit"
- "meta_split"
- "meta_build"
- "meta_run"
- title: Metadata example
contents:
- "meta_example"
- "meta_example_exploration"
- title: Component definition
contents:
- "define_plan"
- "define_population"
- "define_observation"
- "define_parameter"
- "define_analysis"
- title: Collect components
contents:
- "collect_adam_mapping"
- "collect_population"
- "collect_population_index"
- "collect_population_id"
- "collect_population_record"
- "collect_observation_index"
- "collect_observation_record"
- "collect_dataname"
- "collect_title"
- "collect_n_subject"
- "n_subject"
- title: Collect specification information
contents:
- "spec_title"
- "spec_filename"
- "spec_call_program"
- "spec_analysis_population"
- title: Construct analysis plan
contents:
- "plan"
- "add_plan"
- title: Variable mapping
contents:
- "adam_mapping"
- "update_adam_mapping"
- title: Outdata
contents:
- "outdata"
- title: Utilities
contents:
- "default_apply"
- "meta_add_total"
- "get_label"
- "assign_label"
- "print.meta_adam"
articles:
- title: Getting started
desc: "The first topic to read."
contents:
- metalite
- ar-grid
- mockup-table
- title: Developer guides
contents:
- component
- adam-mapping