-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
_pkgdown.yml
140 lines (135 loc) · 3.76 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
---
url: https://insightsengineering.github.io/teal
template:
package: nesttemplate
navbar:
structure:
left:
[get-started, reference, articles, blueprint, tutorials, news, reports]
right: [search, github]
components:
get-started:
text: Get started
href: articles/getting-started-with-teal.html
reports:
text: Reports
menu:
- text: Coverage report
href: coverage-report/
- text: Unit test report
href: unit-test-report/
- text: Non-CRAN unit test report
href: unit-test-report-non-cran/
blueprint:
text: Technical blueprint
menu:
- text: About blueprint
href: articles/blueprint/index.html
- text: Introduction
href: articles/blueprint/intro.html
- text: Actors
href: articles/blueprint/actors.html
- text: Data flow
href: articles/blueprint/dataflow.html
- text: Product map
href: articles/blueprint/product_map.html
- text: Features
navbar: Features
- text: Input data
href: articles/blueprint/input_data.html
- text: In-app data
href: articles/blueprint/in_app_data.html
- text: Filter panel
href: articles/blueprint/filter_panel.html
- text: Module and encapsulation
href: articles/blueprint/module_encapsulation.html
github:
icon: fa-github
aria-label: View on Github
href: https://github.com/insightsengineering/teal
articles:
- title: Get started
navbar: Get started
contents:
- getting-started-with-teal
- title: Using `teal`
navbar: Using `teal`
contents:
- filter-panel
- teal-options
- bootstrap-themes-in-teal
- title: Data in `teal` apps
navbar: Data in `teal` apps
contents:
- including-data-in-teal-applications
- data-as-shiny-module
- data-transform-as-shiny-module
- title: Extending `teal`
navbar: Extending `teal`
contents:
- creating-custom-modules
- adding-support-for-reporting
- decorate-module-output
- title: 📃 Technical blueprint
desc: >
The purpose of the blueprint is to aid new developer’s comprehension of the
fundamental principles of the `teal` framework. We will explore crucial `teal`
concepts such as data flow, actors, and filter panel, among others.
contents:
- blueprint/index
- blueprint/intro
- blueprint/actors
- blueprint/dataflow
- blueprint/product_map
- title: ""
desc: >
Features.
contents:
- blueprint/input_data
- blueprint/in_app_data
- blueprint/filter_panel
- blueprint/module_encapsulation
reference:
- title: Core `teal` functions
desc: Main functions needed to build a `teal` app
contents:
- init
- teal_data_module
- teal_transform_module
- module_transform_data
- make_teal_transform_server
- module_teal_with_splash
- module_teal
- module
- modules
- teal_slices
- title: Helper Functions
desc: Helper functions for `teal`
contents:
- build_app_title
- title: Example module
desc: A simple `teal` module
contents:
- example_module
- title: Creating reports
contents:
- reporter_previewer_module
- TealReportCard
- report_card_template
- title: Landing popup
contents:
- landing_popup_module
- title: Functions for module developers
contents:
- as_tdata
- tdata
- get_code_tdata
- get_metadata
- tdata2env
- eval_code
- within.teal_data_module
- show_rcode_modal
- join_keys.tdata
- title: Validation functions
contents:
- starts_with("validate_")