Skip to content

Commit

Permalink
Drop old customisation advice
Browse files Browse the repository at this point in the history
Tracking improvements in #370
  • Loading branch information
hadley committed Mar 18, 2021
1 parent 0827c4d commit 421fe6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
13 changes: 1 addition & 12 deletions R/board_rsconnect.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,7 @@
#'
#' Note the use of an environment variable to ensure that the API key is
#' not stored in plain text in the document.
#'
#' # Customizing
#'
#' A pin is displayed in RStudio Connect with an auto-generated page showcasing
#' instructions for getting the pin and a preview of the dataset, this page can
#' be customized as follows:
#'
#' 1. Locate the file with `system.file("views/data/index.html", package = "pins")`
#' 1. Copy the file to a new location and make any changes to it.
#' 1. Set the file path as an option using `Sys.setenv(RSCONNECT_HTML_PATH = <your index>)`.
#' 1. Pin a dataset normally.
#'

#' @inheritParams new_board
#' @param server Optional address to RStudio Connect server.
#' @param account Optional account name to use with RStudio Connect.
Expand Down
12 changes: 0 additions & 12 deletions man/board_rsconnect.Rd

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

0 comments on commit 421fe6d

Please sign in to comment.