LisaFC / justdocs

A customized Docsy example site that just has a docs section
Apache License 2.0
23 stars 19 forks source link

Setting sidebar menu to collapse hides all menu items #1

Closed mgibson323 closed 4 years ago

mgibson323 commented 4 years ago

When I change sidebar_menu_compact to true, it causes all submenu items to disappear from the menu. You can see an example here:

https://github.com/mgibson323/test-justdocs

Screenshot:

Screen Shot 2020-05-11 at 10 21 48 AM

I've made no changes to partials/sidebar-tree.html or any other files, aside from setting sidebar_menu_compact to truein config.toml

mgibson323 commented 4 years ago

Hi! Any updates on this issue?

LisaFC commented 4 years ago

Hi Michael! Sorry I missed this, it's kind of a spinoff from my main project so I don't check the issues as frequently. What version of Hugo are you using, there was a weird bug a while back that broke our left nav but was fixed in a subsequent version.

You may also want to update the Docsy submodule to a more recent version.

mgibson323 commented 4 years ago

Hi @LisaFC - thank you! I was running 0.62.2 locally but when I updated to the current release the menu did indeed work properly. I will close this issue, thank you!