diff --git a/NEWS.md b/NEWS.md index e4a732325..25781cde0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ # pkgdown (development version) +* The addin now runs `build_site()` instead of `build_site_external()`, which generally should be more reliable (#2252). * Anchors are displayed when they're the target of a link. * `build_reference()` adds anchors to arguments making it possible to link directly to an argument, if desired. A subtle visual treatment makes it easy to see which argument is targeted (#2228). * `build_redirects()` is now exported to make it easier to document (#2500). diff --git a/inst/rstudio/addins.dcf b/inst/rstudio/addins.dcf index a801709b8..92ff5516d 100644 --- a/inst/rstudio/addins.dcf +++ b/inst/rstudio/addins.dcf @@ -1,4 +1,4 @@ -Name: Build pkgdown -Description: Runs pkgdown on the current package -Binding: build_site_external +Name: Build full site +Description: Build website for current package +Binding: build_site Interactive: true