docusaurus-plugin-auto-sidebars icon indicating copy to clipboard operation
docusaurus-plugin-auto-sidebars copied to clipboard

add links to sidebar

Open booshnelli opened this issue 5 years ago • 1 comments

hey, small feature request :)

would it be possible to let people define items as href links in the sidebar? this is possible with the default sidebar and would be super useful with the auto sidebar!

perhaps let people define them in the yaml? or even a seperate yaml. something where u could also define what folder they would be in, along with the label. maybe something like:

- folder1:
   - links:
       - ExampleSite: https://example.com
       - Google: https://google.com
   - subfolder1:
       - links:
           - Github: https://github.com

anyway just thought this might be a handy little feature 👍

booshnelli avatar Aug 09 '20 04:08 booshnelli

Hi @boosh511

This is useful feature and also easy to implement :)

Thanks for your feedback!

ghominejad avatar Aug 09 '20 20:08 ghominejad