How can tell `Documenter ` to collapse (fold) items in the side bar?

E.g. julia docs section can be expanded / collapsed in Julia Documentation · The Julia Language.

I would like to collapse certain PlotDocs section by default in Home · Plots.

I think you want

Documenter.HTML(
       ...
       collapselevel = 1,
       ...

in make.jl.

1 Like

Thanks !
I wish we could have more granularity on a page per page basis, but this will definitively improve the current.