-
Can I have a book project within a website project? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I would suggest creating an explicit render list for the quarto website that excludes the book directories. For example:
|
Beta Was this translation helpful? Give feedback.
-
FWIW the rstudio.github.io/r-manuals (https://github.com/rstudio/r-manuals) example from the gallery is a website that organize a collection of books. You can look at the R script that organize the workflow. We first generate the books using a template YAML and then include the HTML books into the website before rendering the website. There is probably other ways to do this meta organization but I figured this one is worth sharing as it worked fine for us. |
Beta Was this translation helpful? Give feedback.
FWIW the rstudio.github.io/r-manuals (https://github.com/rstudio/r-manuals) example from the gallery is a website that organize a collection of books. You can look at the R script that organize the workflow. We first generate the books using a template YAML and then include the HTML books into the website before rendering the website.
There is probably other ways to do this meta organization but I figured this one is worth sharing as it worked fine for us.