docusaurus-plugin-auto-sidebars
docusaurus-plugin-auto-sidebars copied to clipboard
Seems to import folders not in sidebars.yaml
I have a folder that I don't want to include in the sidebar, but the plugin seems to be including that as well, even if it isn't included in the sidebars.yaml file :(
Unrelated side note - I think the docs are wrong for specifying the custom path. It says docs in the readme, but when I looked at the code, you're using path.
Hi @cjoy, I've just added the hiding option in v1.0.5.
By setting the title value to false or an empty string for those folders you want to be hidden.
- folder1:
- Parent Folder One
- subfolder1: Sub Folder One
- subfolder2: Sub Folder Two
- subfolder3: false # Hide it!
I hope it would be useful.
does this work for the root folders?
thx