Disable dashboard navbar? #8262
Closed
andrewheiss
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
I opened an issue here because you are the first to tell to have tried this but others asked if it was possible. Follow up on: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
It's currently possible to include Quarto dashboards as pages in a Quarto website (and I hope that's by design and not accidental! It's super helpful!)
However, the dashboard includes its own navbar, which is also by design, since 1st level headings cause dashboards to have multiple pages.
When part of a website, this creates a double navbar. That makes sense in cases where people might be including a multi-page dashboard, but when including a single-page dashboard, the double navbar is redundant:
It would be neat if there was a way to turn off the navbar for a dashboard. My current solution is to hide it with CSS, but that feels hacky.
Here's a reproducible example:
_quarto.yml
index.qmd
dashboard.qmd
Change dashboard.qmd to this to get rid of the dashboard navbar:
Now it's gone:
Beta Was this translation helpful? Give feedback.
All reactions