Open jameslamb opened 6 years ago
We should add a pkgdown site hosted on Github pages! e.g. https://uptakeopensource.github.io/uptasticsearch/
pkgdown
Can be created by just running pkgdown::build_site().
pkgdown::build_site()
Note that the pkgdown maintainers have made a lot of changes the last few weeks, so should update to the newest version before running this.
@cwschultz88 I think you need to go into the settings on GitHub for this repo to enable it. Also don't forget to add the link to the description blurb.
We should add a
pkgdown
site hosted on Github pages! e.g. https://uptakeopensource.github.io/uptasticsearch/Can be created by just running
pkgdown::build_site()
.Note that the
pkgdown
maintainers have made a lot of changes the last few weeks, so should update to the newest version before running this.