Skip to content

Commit

Permalink
Remove unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Feb 22, 2024
1 parent 1508af0 commit 0b558e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions R/build.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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")`
#' :::
#' ```
#'
Expand Down Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions man/build_site.Rd

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

0 comments on commit 0b558e8

Please sign in to comment.