diff --git a/R/build.R b/R/build.R index 5b7b4022a..afd0ff511 100644 --- a/R/build.R +++ b/R/build.R @@ -197,14 +197,15 @@ #' includes: #' in_header: | #' -#' +#' #' +#' #' ``` #' * [GoatCounter](https://www.goatcounter.com): #' diff --git a/man/build_site.Rd b/man/build_site.Rd index a0e52b6fa..602bfb530 100644 --- a/man/build_site.Rd +++ b/man/build_site.Rd @@ -246,14 +246,15 @@ recommend getting the HTML directly from the tool: includes: in_header: | - + + }\if{html}{\out{}} \item \href{https://www.goatcounter.com}{GoatCounter}: diff --git a/man/deploy_site_github.Rd b/man/deploy_site_github.Rd index 234b83b77..6b85ca463 100644 --- a/man/deploy_site_github.Rd +++ b/man/deploy_site_github.Rd @@ -50,7 +50,7 @@ new keypair specifically for deploying the site. The easiest way is to use which we no longer recommend, so this function is deprecated. There are two replacements: \itemize{ -\item \code{\link[usethis:use_pkgdown]{usethis::use_pkgdown_github_pages()}} will setup a GitHub action to +\item \code{\link[usethis:use_pkgdown_github_pages]{usethis::use_pkgdown_github_pages()}} will setup a GitHub action to automatically build and deploy your package website to GitHub pages. \item \code{\link[=deploy_to_branch]{deploy_to_branch()}} can be called locally to build and deploy your website to any desired branch. diff --git a/man/deploy_to_branch.Rd b/man/deploy_to_branch.Rd index 92433d29c..4c4f192c9 100644 --- a/man/deploy_to_branch.Rd +++ b/man/deploy_to_branch.Rd @@ -40,6 +40,6 @@ package documentation in the \verb{v.1.2.3/} directory of your site.} } \description{ Assumes that you're in a git clone of the project, and the package is -already installed. Use \code{\link[usethis:use_pkgdown]{usethis::use_pkgdown_github_pages()}} to automate +already installed. Use \code{\link[usethis:use_pkgdown_github_pages]{usethis::use_pkgdown_github_pages()}} to automate this process using GitHub actions. } diff --git a/man/init_site.Rd b/man/init_site.Rd index b769b65a9..124cd63e8 100644 --- a/man/init_site.Rd +++ b/man/init_site.Rd @@ -35,7 +35,7 @@ See \code{vignette("customise")} for the various ways you can customise the display of your site. } \section{Build-ignored files}{ -We recommend using \code{\link[usethis:use_pkgdown]{usethis::use_pkgdown_github_pages()}} to build-ignore \verb{docs/} and +We recommend using \code{\link[usethis:use_pkgdown_github_pages]{usethis::use_pkgdown_github_pages()}} to build-ignore \verb{docs/} and \verb{_pkgdown.yml}. If use another directory, or create the site manually, you'll need to add them to \code{.Rbuildignore} yourself. A \code{NOTE} about an unexpected file during \verb{R CMD CHECK} is an indication you have not