Book projects don't generate html for linked pages not explicitly included #5124
Unanswered
richardsprague
asked this question in
Q&A
Replies: 1 comment
-
Hi @richardsprague. Thanks for the great question. A book has a linear navigation and a website has a non-linear navigation. Because of this difference, a quarto website project will render "all" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On a website version of my project, all internal links resolve correctly, whether they're explicitly in my contents or not. But the same is not true when rendering the exact same project as a book.
Here's
_quarto.yml
:and here's
index.qmd
:Note the link to the separate
about.md
, which is not explicitly included in the contents for either book or website format.When I render this as a website, the
about
link correctly displays as html. But as a book, I see only the original markdown.Is this by design? I'd like to switch back and forth between book mode and website mode, but this won't let me do that.
Beta Was this translation helpful? Give feedback.
All reactions