How to render a project file as if it were a single qmd file? #4029
-
Hi, Is there a way to render in HTML a single qmd file I have in this project, as if it were a single qmd file, and in example not to have all the menu items I have in the side and without the top bar? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
dragonstyle
Jan 20, 2023
Replies: 1 comment 4 replies
-
You can suppress the sidebar / navbar on a page using: sidebar: false
navbar: false Would that work? |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
aborruso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can suppress the sidebar / navbar on a page using:
Would that work?