-
With how easy it is to add pages to website and/or combine pages as a website, I was wondering about the possibility to include within a Quarto website one or several pkgdown-like documentation website. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Here is a project by @edgararuiz to create package documentation in a quarto website with the same idea as pkgdown https://github.com/edgararuiz/ecodown I believe sparklyr doc is a live version of it This seems like a good existing solution for those looking to use quarto feature for their doc website Regarding including several package doc in same website would be only extending what has been already done. |
Beta Was this translation helpful? Give feedback.
-
Hi @cderv -- I'm trying to do some proof-of-concept work for rendering a package's API docs and examples/vignettes in Quarto. The latter works just fine. The former, after several hours over several days, I confess I am still struggling even to conceptualize. It's clear that if I have a Cloning the I've also poked with Does anyone here have any examples, however rudimentary or fragmentary, on approaches to solving this problem? |
Beta Was this translation helpful? Give feedback.
Here is a project by @edgararuiz to create package documentation in a quarto website with the same idea as pkgdown https://github.com/edgararuiz/ecodown
I believe sparklyr doc is a live version of it
https://spark.rstudio.com/
This seems like a good existing solution for those looking to use quarto feature for their doc website
Regarding including several package doc in same website would be only extending what has been already done.