From 0b558e88a60adcfbfe1a10c28278f64f0506dcf2 Mon Sep 17 00:00:00 2001 From: olivroy Date: Thu, 22 Feb 2024 09:14:16 -0500 Subject: [PATCH] Remove unrelated changes --- R/build.R | 10 +++++----- man/build_site.Rd | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/R/build.R b/R/build.R index 46b72871d..14afb5cf5 100644 --- a/R/build.R +++ b/R/build.R @@ -27,7 +27,7 @@ #' It specifies where the site will be published and is used to allow other #' pkgdown sites to link to your site when needed (`vignette("linking")`), #' generate a `sitemap.xml`, automatically generate a `CNAME` when -#' [deploying to GitHub][deploy_site_github], generate the metadata needed +#' [deploying to github][deploy_site_github], generate the metadata needed #' rich social "media cards" (`vignette("metadata")`), and more. #' #' * `title` overrides the default site title, which is the package name. @@ -87,7 +87,7 @@ #' ```md #' ::: {.pkgdown-devel} #' You can install the development version of pkgdown from GitHub with: -#' `pak::pak("r-lib/pkgdown")` +#' `remotes::install_github("r-lib/pkgdown")` #' ::: #' ``` #' @@ -222,10 +222,10 @@ #' ```yaml #' repo: #' url: -#' home: https://github.com/r-lib/pkgdown +#' home: https://github.com/r-lib/pkgdown/ #' source: https://github.com/r-lib/pkgdown/blob/HEAD/ -#' issue: https://github.com/r-lib/pkgdown/issues -#' user: https://github.com +#' issue: https://github.com/r-lib/pkgdown/issues/ +#' user: https://github.com/ #' ``` #' #' * `home`: path to package home on source code repository. diff --git a/man/build_site.Rd b/man/build_site.Rd index 342d9799c..60ab07f0f 100644 --- a/man/build_site.Rd +++ b/man/build_site.Rd @@ -88,7 +88,7 @@ whole site. It specifies where the site will be published and is used to allow other pkgdown sites to link to your site when needed (\code{vignette("linking")}), generate a \code{sitemap.xml}, automatically generate a \code{CNAME} when -\link[=deploy_site_github]{deploying to GitHub}, generate the metadata needed +\link[=deploy_site_github]{deploying to github}, generate the metadata needed rich social "media cards" (\code{vignette("metadata")}), and more. \item \code{title} overrides the default site title, which is the package name. It's used in the page title and default navbar. @@ -147,7 +147,7 @@ on the development version of your site: \if{html}{\out{
}}\preformatted{::: \{.pkgdown-devel\} You can install the development version of pkgdown from GitHub with: -`pak::pak("r-lib/pkgdown")` +`remotes::install_github("r-lib/pkgdown")` ::: }\if{html}{\out{
}} @@ -282,10 +282,10 @@ Otherwise, you can supply your own in the \code{repo} field: \if{html}{\out{
}}\preformatted{repo: url: - home: https://github.com/r-lib/pkgdown + home: https://github.com/r-lib/pkgdown/ source: https://github.com/r-lib/pkgdown/blob/HEAD/ - issue: https://github.com/r-lib/pkgdown/issues - user: https://github.com + issue: https://github.com/r-lib/pkgdown/issues/ + user: https://github.com/ }\if{html}{\out{
}} \itemize{ \item \code{home}: path to package home on source code repository.