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.
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
.
Thanks !
I wish we could have more granularity on a page per page basis, but this will definitively improve the current.