Module Odoc_document.SidebarSource
Source
type entry = {url : Odoc_document.Url.t;valid_link : bool;content : Odoc_document.Types.Inline.t;toc_status : [ `Open | `Hidden ] option;
}Source
val to_block :
Odoc_document.Sidebar.t ->
Odoc_document.Url.Path.t ->
Odoc_document.Types.Block.tGenerates the sidebar document given a global sidebar and the path at which it will be displayed