Skip to content
Discussion options

You must be logged in to vote

You just need to add additional sections to the contents of an item (they can nest) - for example:

website:
  title: "Site"
  sidebar:
    style: "docked"
    search: true
    contents:
      - href: index.qmd
        text: Intro
      - section: Sources
        contents:
          - href: about.qmd
            text: One
          - section: Foobar
            href: section.qmd
            contents:
              - href: section-item.qmd

HTH!

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@aborruso
Comment options

@aborruso
Comment options

@aborruso
Comment options

@dragonstyle
Comment options

@aborruso
Comment options

Answer selected by aborruso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
websites Issues creating websites
2 participants