Changelog
pkgdocs 0.2.0
Enhancements
- feat: warn user if no rd found but roxygen metadata is present in desc
- feat: rework news handling (#35140, #35088, #35306)
news can now be supplied as either a markdown file (NEWS.md), an Rd file (NEWS.Rd) or a plaintext file (NEWS) following ?utils::news
- feat: add build_metadata() to create a metadata file
the metadata file contains info parsed from the package DESCRIPTION
and can be useful as a data source in e.g. Hugo to add info about the
authors in some sidebar or footer
- docs: explain news handling in site structure vignette
Bugfixes
- fix: support \code\link references (#35132)
- fix: don’t generate articles index page if there are no vignettes (#35139)
- fix: copy vignette assets to static dir
- fix: remove template text from articles and reference index
- fix: change reference front-matter mappings. Improves the index page and SEO.
pkgdocs 0.1.0
- initial version