How do you link to multiple pages in a single sidebar navigation item? #6319
-
DescriptionI'm wondering if there's a way to have multiple clickable URLs displayed in a single sidebar navigation item on a Quarto website. For example, I currently have something like this:
And I'd like to have something like this:
So that when it renders, it would look something like this in the sidebar navigation: Is there a way to do this? (Note: I'm already using Thank you in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Use JavaScript to change the URL when you toggle your button to switch languages. |
Beta Was this translation helpful? Give feedback.
-
Update: Here is a solution that worked for me :) In
And some CSS to make it look a bit nicer:
|
Beta Was this translation helpful? Give feedback.
Update: Here is a solution that worked for me :)
In
_quarto.yml
:And some CSS to make it look a bit nicer: