With this sidebarOptions config:
sidebarOptions: {
groupPathsBy: "tagGroup",
categoryLinkSource: "tag",
}
the "Introduction" link to the intro page is duplicated under each tag group category. Here's a screenshot from the "Restaurant" demo in the docusaurus-openapi tryingpan:
Is there a way to only show one link to the "Introduction" page, above all tag groups under "Restaurant"?
I've got a hacky piece of code that goes over the generated sidebar, removes the duplicates and places one "Introduction" item at the top, but it would be so much better if I could control this via config.
With this
sidebarOptionsconfig:the "Introduction" link to the intro page is duplicated under each tag group category. Here's a screenshot from the "Restaurant" demo in the docusaurus-openapi tryingpan:
Is there a way to only show one link to the "Introduction" page, above all tag groups under "Restaurant"?
I've got a hacky piece of code that goes over the generated
sidebar, removes the duplicates and places one "Introduction" item at the top, but it would be so much better if I could control this via config.