Sidebar hierarchy: an item as sub content of a section content item #4235
-
Hi, sidebar:
style: "docked"
search: true
contents:
- href: intro.qmd
text: Intro
- section: Sources
contents:
- href: one.qmd
text: One
- href: two.qmd
text: Two I would like to add an item one level below the "One" item. How to do it? It's not contents:
- href: one.qmd
text: One
- href: sub-one.qmd Do I must add a new sub contents section? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
dragonstyle
Feb 6, 2023
Replies: 1 comment 8 replies
-
You just need to add additional sections to the contents of an item (they can nest) - for example:
HTH! |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
aborruso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You just need to add additional sections to the contents of an item (they can nest) - for example:
HTH!