Skip to content

Commit

Permalink
Add more structure to reference page...
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Nov 14, 2023
1 parent 107c8d3 commit 765990b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,18 @@ url: http://r-pkg.thecoatlessprofessor.com/errorist/
template:
bootstrap: 5

reference:
- subtitle: Autorun functions on Package Load and Unload
desc: >
Automatically enable or disable searching of errors and warning messages.
contents:
- enable_errorist
- disable_errorist
- subtitle: Behavior Shims
desc: >
Individually turn on or off searching errors and warning messages.
contents:
- enable_warning_shim
- enable_error_shim
- disable_warning_shim
- disable_error_shim

0 comments on commit 765990b

Please sign in to comment.