forked from insightsengineering/teal.reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
51 lines (48 loc) · 1.29 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
---
url: https://insightsengineering.github.io/teal.reporter/
template:
package: nesttemplate
navbar:
structure:
left: [intro, reference, articles, tutorials, news, reports]
right: [search, github]
components:
reports:
text: Reports
menu:
- text: Coverage report
href: coverage-report/
- text: Unit test report
href: unit-test-report/
github:
icon: fa-github
href: https://github.com/insightsengineering/teal.reporter
reference:
- title: "`shiny` modules for adding content to reports"
contents:
- add_card_button_srv
- add_card_button_ui
- title: "`shiny` modules for viewing and downloading reports"
contents:
- reporter_previewer_srv
- reporter_previewer_ui
- simple_reporter_srv
- simple_reporter_ui
- title: Supporting `shiny` modules
contents:
- download_report_button_srv
- download_report_button_ui
- reset_report_button_srv
- reset_report_button_ui
- report_load_srv
- report_load_ui
- title: "`yaml` and rmd utility functions"
contents:
- as_yaml_auto
- print.rmd_yaml_header
- rmd_output_arguments
- rmd_outputs
- title: "`R6` classes used inside package"
contents:
- ReportCard
- Reporter