Skip to content

Commit

Permalink
Import params documentation follow new documentation in newer rsconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Aug 28, 2023
1 parent cea2589 commit 4c5d4d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 1 addition & 4 deletions R/publish.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
#'
#' Publish a website to RStudio Connect
#'
#' @inheritParams rsconnect::deploySite
#' @inheritParams rsconnect::deployApp
#'
#' @param site_dir Directory containing website. Defaults to current working directory.
#' @param site_name Name for the site (names must be unique within an account). Defaults
#' to the `name` provided in `_site.yml` (or to the name of the site_dir if there is no
#' `name` specified).
#' @param account Account to deploy application to. This parameter is only required for
#' the initial deployment of an application when there are multiple accounts configured
#' on the system.
#' @param method Publishing method (currently only "rsconnect" is available)
#' @param render `TRUE` to render the site locally before publishing.
#' @param launch_browser If `TRUE`, the system's default web browser will be launched
Expand Down
8 changes: 5 additions & 3 deletions man/publish_website.Rd

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

0 comments on commit 4c5d4d3

Please sign in to comment.