Odoc_model.Sidebar
odoc
module PageToc : sig ... end
type library = {
name : string;
units : Paths.Identifier.RootModule.t list;
}
type page_hierarchy = {
hierarchy_name : string;
pages : PageToc.t;
type t = {
pages : page_hierarchy list;
libraries : library list;