If "docs" is not in "inst" folder, it will not be available to the users

build_pkgdown(
  move = TRUE,
  clean_before = TRUE,
  clean_after = TRUE,
  yml,
  favicon,
  preview = NA,
  ...
)

Arguments

move

Logical. Whether to move the "docs" folder in "inst" to be kept in the package

clean_before

Logical. Whether to empty the "docs" and "inst/docs" prior to build site

clean_after

Logical. Whether to remove the original "docs" folder at the root of the project

yml

path to custom "_pkgdown.yml" file

favicon

path to favicon

preview

If TRUE, or is.na(preview) && interactive(), will preview freshly generated section in browser.

...

Other parameters needed by build_site