odoc.document
Odoc_document.Sidebar
odoc
odoc.examples
odoc.html
odoc.html_support_files
odoc.index
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.occurrences
odoc.odoc
odoc.odoc_utils
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref2
odoc.xref_test
type entry = {
url : Url.t;
valid_link : bool;
content : Types.Inline.t;
toc_status : [ `Open | `Hidden ] option;
}
type t = entry Odoc_utils.Tree.forest
val of_index : Odoc_index.t -> t
val 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