Skip to content

Commit 1adc0bf

Browse files
committed
docs: update site and add accessibility
1 parent 26a809e commit 1adc0bf

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

R/Editor.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ui_editor_block <- function(id, value) {
1111
#' @param id (`character(1)`) A unique identifier for the module.
1212
#' @param value The content of the block to be edited. It can be a character string or other types.
1313
#' @export
14-
#' @export
1514
srv_editor_block <- function(id, value) {
1615
UseMethod("srv_editor_block", value)
1716
}

_pkgdown.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ navbar:
2121
github:
2222
icon: fa-github
2323
href: https://github.com/insightsengineering/teal.reporter
24+
aria-label: View on Github
2425

2526
reference:
2627
- title: "`shiny` modules for adding content to reports"
@@ -41,13 +42,22 @@ reference:
4142
- reset_report_button_ui
4243
- report_load_srv
4344
- report_load_ui
45+
- srv_editor_block
46+
- ui_editor_block
4447
- title: "`yaml` and rmd utility functions"
4548
contents:
4649
- as_yaml_auto
4750
- print.rmd_yaml_header
4851
- rmd_output_arguments
4952
- rmd_outputs
50-
- title: "`R6` classes used inside package"
53+
- title: "Classes used inside package"
5154
contents:
55+
- report_document
5256
- ReportCard
5357
- Reporter
58+
- title: "Utility functions for `report_document` objects"
59+
contents:
60+
- code_chunk
61+
- keep_in_report
62+
- metadata
63+
- "metadata<-"

0 commit comments

Comments
 (0)