Skip to content

Commit

Permalink
docs(page): Document page() function in functions list (#1087)
Browse files Browse the repository at this point in the history
* docs(page): Document `page()` function in functions list
  • Loading branch information
gadenbuie authored Jul 12, 2024
1 parent 97f74a4 commit 9cb53b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/page.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
#'
#' @seealso Dashboard-style pages: [page_sidebar()], [page_navbar()],
#' [page_fillable()].
#'
#' @describeIn page A \pkg{bslib} wrapper for [shiny::bootstrapPage()], a basic
#' Boostrap page where the content is added directly to the page body.
#'
#' @export
page <- function(..., title = NULL, theme = bs_theme(), lang = NULL) {
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
3 changes: 3 additions & 0 deletions man/page.Rd

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

0 comments on commit 9cb53b0

Please sign in to comment.