Module Odoc_document.SidebarSource

Sourcetype entry = {
  1. url : Url.t;
  2. content : Types.Inline.t;
  3. toc_status : [ `Open | `Hidden ] option;
}
Sourceval of_index : Odoc_index.t -> t
Sourceval to_block : t -> Url.Path.t -> Types.Block.t

Generates the sidebar document given a global sidebar and the path at which it will be displayed