You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used brew update && brew upgrade command. After upgrading to v0.4.41 navigation menu folding and unfolding button stopped to react on click events.
My book have many sections and subsection with many pages inside. SUMMARY.md have a tree-like structure. All was working well until upgrade to newer version of MdBook.
Remedy: changed line enable true to enable false in [output.html.fold] section of book.toml file.