Skip to content

Commit 765990b

Browse files
committed
Add more structure to reference page...
1 parent 107c8d3 commit 765990b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

_pkgdown.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,18 @@ url: http://r-pkg.thecoatlessprofessor.com/errorist/
22
template:
33
bootstrap: 5
44

5+
reference:
6+
- subtitle: Autorun functions on Package Load and Unload
7+
desc: >
8+
Automatically enable or disable searching of errors and warning messages.
9+
contents:
10+
- enable_errorist
11+
- disable_errorist
12+
- subtitle: Behavior Shims
13+
desc: >
14+
Individually turn on or off searching errors and warning messages.
15+
contents:
16+
- enable_warning_shim
17+
- enable_error_shim
18+
- disable_warning_shim
19+
- disable_error_shim

0 commit comments

Comments
 (0)