Skip to content

Commit

Permalink
Fix pkgdown, and manual
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Oct 24, 2023
1 parent 8be710c commit b01f5e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/git-app.R
Expand Up @@ -12,7 +12,7 @@
#' garbage collected.
#'
#' @export
#' @examplesIf
#' @examplesIf FALSE
#' dir.create(tmp <- tempfile())
#' setwd(tmp)
#' system("git clone --bare https://github.com/cran/crayon")
Expand Down
5 changes: 5 additions & 0 deletions _pkgdown.yml
Expand Up @@ -58,6 +58,7 @@ reference:

- title: Other middleware
contents:
- mw_cgi
- mw_etag
- mw_log
- mw_static
Expand All @@ -77,6 +78,10 @@ reference:
- oauth2_resource_app
- oauth2_third_party_app

- title: git app
contents:
- git_app

- title: Misc Utilities
contents:
- http_time_stamp
Expand Down
2 changes: 1 addition & 1 deletion man/git_app.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b01f5e8

Please sign in to comment.