You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble generating bread-crumbs on a quartodoc-based site I'm working on.
Namely, setting the following option in the _quarto.yml file does nothing for me:
website:
bread-crumbs: true
Interestingly, manually adding the option to the attribute at the top of each qmd page seems to work so long as the title is also included, e.g.
---title: cover.set_cover_greedybread-crumbs: true---
... // Note: normal H1 header needs to be removed here
According to the quarto docs, bread-crumb generation should be default behavior, yet they don't show in e.g. the vetiver docs even though they aren't specified. This leads to me to believe that maybe it's a quartodoc issue (it might be a quarto one though).
I'm having trouble generating bread-crumbs on a quartodoc-based site I'm working on.
Namely, setting the following option in the
_quarto.yml
file does nothing for me:Interestingly, manually adding the option to the attribute at the top of each qmd page seems to work so long as the title is also included, e.g.
According to the quarto docs, bread-crumb generation should be default behavior, yet they don't show in e.g. the vetiver docs even though they aren't specified. This leads to me to believe that maybe it's a quartodoc issue (it might be a quarto one though).
According to the docs:
My sidebar.yml is quite uniform and meets the requirements I believe:
(Here's my source code)
Expected behavior
For reference, here's what breadcrumbs look like when they show up
vs they don't:
The text was updated successfully, but these errors were encountered: