tomjoht / documentation-theme-jekyll

A Jekyll-based theme designed for documentation and help systems. See the link for detailed instructions on setting up and configuring everything.
http://idratherbewriting.com/documentation-theme-jekyll/
Other
1.17k stars 1.19k forks source link

Sidebar functionality "expandAll" doesn't work but only shows the last folder's title. #248

Open angeloyeo opened 1 year ago

angeloyeo commented 1 year ago

I uncommented line 50 to 53 in "_includes > sidebar.html" in order to use "Collapse All" and "Expand All" feature. However, "Collapse All" works but "Expand All" doesn't.

When I click "Expand All" it opens all the subfolders and closes. In the end, it opens the last subfolder and keep it open.

Anybody have had the same issue and know how to fix this?